1package com.jogamp.opengl;
4import com.jogamp.opengl.*;
5import com.jogamp.gluegen.runtime.*;
7import com.jogamp.opengl.GL4;
8import com.jogamp.opengl.GL4bc;
9import com.jogamp.opengl.GL3bc;
26 public static final boolean DEBUG = jogamp.opengl.Debug.debug(
"TraceGL4bc");
29 if (downstreamGL4bc ==
null) {
30 throw new IllegalArgumentException(
"null downstreamGL4bc");
32 this.downstreamGL4bc = downstreamGL4bc;
38 return downstreamGL4bc;
93 if(
isGL2() ) {
return this; }
100 throw new GLException(
"Not a GL2ES1 implementation");
106 throw new GLException(
"Not a GL2ES2 implementation");
112 throw new GLException(
"Not a GL2ES3 implementation");
118 throw new GLException(
"Not a GL2GL3 implementation");
123 if(
isGL3() ) {
return this; }
130 throw new GLException(
"Not a GL3ES3 implementation");
135 if(
isGL3bc() ) {
return this; }
136 throw new GLException(
"Not a GL3bc implementation");
141 if(
isGL4() ) {
return this; }
148 throw new GLException(
"Not a GL4ES3 implementation");
153 if(
isGL4bc() ) {
return this; }
154 throw new GLException(
"Not a GL4bc implementation");
159 throw new GLException(
"Not a GLES1 implementation");
164 throw new GLException(
"Not a GLES2 implementation");
169 throw new GLException(
"Not a GLES3 implementation");
200 print(
"glAccum("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
201 downstreamGL4bc.
glAccum(arg0,arg1);
208 print(
"glAcquireKeyedMutexWin32EXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
217 print(
"glActiveShaderProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
225 print(
"glActiveStencilFaceEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
233 print(
"glActiveTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
241 print(
"glAlphaFunc("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
249 print(
"glAlphaToCoverageDitherControlNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
257 print(
"glApplyFramebufferAttachmentCMAAINTEL("+
")");
265 print(
"glApplyTextureEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
273 print(
"glAreTexturesResident("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
282 print(
"glAreTexturesResident("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
291 print(
"glArrayElement("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
296 public 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)
299 print(
"glAsyncCopyBufferSubDataNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<long> "+arg9+
", "+
"<long> "+arg10+
", "+
"<long> "+arg11+
", "+
"<int> 0x"+Integer.toHexString(arg12).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg14).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg16).toUpperCase()+
")");
300 int _res = downstreamGL4bc.
glAsyncCopyBufferSubDataNVX(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16);
305 public 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)
308 print(
"glAsyncCopyBufferSubDataNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.LongBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<long> "+arg7+
", "+
"<long> "+arg8+
", "+
"<long> "+arg9+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg11+
", "+
"<java.nio.LongBuffer> "+arg12+
")");
309 int _res = downstreamGL4bc.
glAsyncCopyBufferSubDataNVX(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12);
314 public 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)
317 print(
"glAsyncCopyImageSubDataNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg12).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg13).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg14).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg15).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg16).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg17).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg18).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg19).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg20).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg21).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg22).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg24).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg26).toUpperCase()+
")");
318 int _res = downstreamGL4bc.
glAsyncCopyImageSubDataNVX(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26);
323 public 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)
326 print(
"glAsyncCopyImageSubDataNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.LongBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg12).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg13).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg14).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg15).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg16).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg17).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg18).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg19).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg20).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg21+
", "+
"<java.nio.LongBuffer> "+arg22+
")");
327 int _res = downstreamGL4bc.
glAsyncCopyImageSubDataNVX(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22);
335 print(
"glAttachObjectARB("+
"<long> "+arg0+
", "+
"<long> "+arg1+
")");
343 print(
"glAttachShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
351 print(
"glBegin("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
360 print(
"glBeginConditionalRender("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
368 print(
"glBeginConditionalRenderNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
376 print(
"glBeginOcclusionQueryNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
384 print(
"glBeginPerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
392 print(
"glBeginQuery("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
400 print(
"glBeginQueryIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
408 print(
"glBeginTransformFeedback("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
416 print(
"glBeginVertexShaderEXT("+
")");
424 print(
"glBeginVideoCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
432 print(
"glBindAttribLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.lang.String> "+arg2+
")");
440 print(
"glBindBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
448 print(
"glBindBufferBase("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
456 print(
"glBindBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
464 print(
"glBindBuffersBase("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
472 print(
"glBindBuffersBase("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
477 public void glBindBuffersRange(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,com.jogamp.common.nio.PointerBuffer arg5,com.jogamp.common.nio.PointerBuffer arg6)
480 print(
"glBindBuffersRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg5+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg6+
")");
485 public void glBindBuffersRange(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,com.jogamp.common.nio.PointerBuffer arg4,com.jogamp.common.nio.PointerBuffer arg5)
488 print(
"glBindBuffersRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg4+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg5+
")");
496 print(
"glBindFragDataLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.lang.String> "+arg2+
")");
504 print(
"glBindFragDataLocationIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.lang.String> "+arg3+
")");
512 print(
"glBindFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
520 print(
"glBindImageTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
528 print(
"glBindImageTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
536 print(
"glBindImageTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
544 print(
"glBindLightParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
553 print(
"glBindMaterialParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
562 print(
"glBindMultiTextureEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
570 print(
"glBindParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
579 print(
"glBindProgramARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
587 print(
"glBindProgramPipeline("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
595 print(
"glBindRenderbuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
603 print(
"glBindSampler("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
611 print(
"glBindSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
619 print(
"glBindSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
627 print(
"glBindShadingRateImageNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
635 print(
"glBindTexGenParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
644 print(
"glBindTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
652 print(
"glBindTextureUnit("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
660 print(
"glBindTextureUnitParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
669 print(
"glBindTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
677 print(
"glBindTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
685 print(
"glBindTransformFeedback("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
693 print(
"glBindTransformFeedbackNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
701 print(
"glBindVertexArray("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
709 print(
"glBindVertexBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
714 public void glBindVertexBuffers(
int arg0,
int arg1,
int[] arg2,
int arg3,com.jogamp.common.nio.PointerBuffer arg4,
int[] arg5,
int arg6)
717 print(
"glBindVertexBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg4+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
722 public void glBindVertexBuffers(
int arg0,
int arg1,java.nio.IntBuffer arg2,com.jogamp.common.nio.PointerBuffer arg3,java.nio.IntBuffer arg4)
725 print(
"glBindVertexBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
733 print(
"glBindVertexShaderEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
741 print(
"glBindVideoCaptureStreamBufferNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
749 print(
"glBindVideoCaptureStreamTextureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
754 public void glBitmap(
int arg0,
int arg1,
float arg2,
float arg3,
float arg4,
float arg5,
byte[] arg6,
int arg7)
757 print(
"glBitmap("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
758 downstreamGL4bc.
glBitmap(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
762 public void glBitmap(
int arg0,
int arg1,
float arg2,
float arg3,
float arg4,
float arg5,java.nio.ByteBuffer arg6)
765 print(
"glBitmap("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
", "+
"<java.nio.ByteBuffer> "+arg6+
")");
766 downstreamGL4bc.
glBitmap(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
770 public void glBitmap(
int arg0,
int arg1,
float arg2,
float arg3,
float arg4,
float arg5,
long arg6)
773 print(
"glBitmap("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
", "+
"<long> "+arg6+
")");
774 downstreamGL4bc.
glBitmap(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
781 print(
"glBlendBarrier("+
")");
789 print(
"glBlendColor("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
797 print(
"glBlendEquation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
805 print(
"glBlendEquationIndexedAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
813 print(
"glBlendEquationSeparate("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
821 print(
"glBlendEquationSeparateIndexedAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
829 print(
"glBlendEquationSeparatei("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
837 print(
"glBlendEquationi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
845 print(
"glBlendFunc("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
853 print(
"glBlendFuncIndexedAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
861 print(
"glBlendFuncSeparate("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
869 print(
"glBlendFuncSeparateIndexedAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
877 print(
"glBlendFuncSeparatei("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
885 print(
"glBlendFunci("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
890 public void glBlitFramebuffer(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9)
893 print(
"glBlitFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
")");
894 downstreamGL4bc.
glBlitFramebuffer(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
898 public 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)
901 print(
"glBlitFramebufferLayerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
")");
902 downstreamGL4bc.
glBlitFramebufferLayerEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
909 print(
"glBlitFramebufferLayersEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
")");
914 public void glBlitNamedFramebuffer(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
int arg10,
int arg11)
917 print(
"glBlitNamedFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
")");
918 downstreamGL4bc.
glBlitNamedFramebuffer(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
925 print(
"glBufferAddressRangeNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
933 print(
"glBufferAttachMemoryNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
938 public void glBufferData(
int arg0,
long arg1,java.nio.Buffer arg2,
int arg3)
941 print(
"glBufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
949 print(
"glBufferPageCommitmentARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<boolean> "+arg3+
")");
957 print(
"glBufferPageCommitmentMemNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
", "+
"<boolean> "+arg5+
")");
965 print(
"glBufferParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
973 print(
"glBufferStorage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
981 print(
"glBufferStorageExternalEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
989 print(
"glBufferStorageMemEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
997 print(
"glBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
1005 print(
"glCallCommandListNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1013 print(
"glCallList("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1021 print(
"glCallLists("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
1029 print(
"glCheckFramebufferStatus("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1038 print(
"glCheckNamedFramebufferStatus("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1047 print(
"glCheckNamedFramebufferStatusEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1056 print(
"glClampColor("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1064 print(
"glClear("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1065 downstreamGL4bc.
glClear(arg0);
1072 print(
"glClearAccum("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
1080 print(
"glClearBufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
1088 print(
"glClearBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
1096 print(
"glClearBufferfi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1104 print(
"glClearBufferfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1112 print(
"glClearBufferfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
1120 print(
"glClearBufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
1128 print(
"glClearBufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1136 print(
"glClearBufferuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1144 print(
"glClearBufferuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
1152 print(
"glClearColor("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
1160 print(
"glClearColorIi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1168 print(
"glClearColorIui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1176 print(
"glClearDepth("+
"<double> "+arg0+
")");
1184 print(
"glClearDepthf("+
"<float> "+arg0+
")");
1192 print(
"glClearIndex("+
"<float> "+arg0+
")");
1200 print(
"glClearNamedBufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
1208 print(
"glClearNamedBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
1216 print(
"glClearNamedFramebufferfi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
1224 print(
"glClearNamedFramebufferfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
1232 print(
"glClearNamedFramebufferfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
1240 print(
"glClearNamedFramebufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
1248 print(
"glClearNamedFramebufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
1256 print(
"glClearNamedFramebufferuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
1264 print(
"glClearNamedFramebufferuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
1272 print(
"glClearStencil("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1280 print(
"glClearTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
1285 public 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)
1288 print(
"glClearTexSubImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg10+
")");
1289 downstreamGL4bc.
glClearTexSubImage(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
1296 print(
"glClientActiveTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1304 print(
"glClientAttribDefaultEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1312 print(
"glClientWaitSemaphoreui64NVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
1320 print(
"glClientWaitSemaphoreui64NVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
1328 print(
"glClientWaitSync("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
1337 print(
"glClipControl("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1345 print(
"glClipPlane("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1353 print(
"glClipPlane("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
1361 print(
"glClipPlanef("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1369 print(
"glClipPlanef("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
1377 print(
"glColor3b("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
1378 downstreamGL4bc.
glColor3b(arg0,arg1,arg2);
1385 print(
"glColor3bv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1393 print(
"glColor3bv("+
"<java.nio.ByteBuffer> "+arg0+
")");
1401 print(
"glColor3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
1402 downstreamGL4bc.
glColor3d(arg0,arg1,arg2);
1409 print(
"glColor3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
1417 print(
"glColor3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1425 print(
"glColor3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
1426 downstreamGL4bc.
glColor3f(arg0,arg1,arg2);
1433 print(
"glColor3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1441 print(
"glColor3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
1449 print(
"glColor3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
1450 downstreamGL4bc.
glColor3h(arg0,arg1,arg2);
1457 print(
"glColor3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1465 print(
"glColor3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1473 print(
"glColor3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1474 downstreamGL4bc.
glColor3i(arg0,arg1,arg2);
1481 print(
"glColor3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
1489 print(
"glColor3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1497 print(
"glColor3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
1498 downstreamGL4bc.
glColor3s(arg0,arg1,arg2);
1505 print(
"glColor3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1513 print(
"glColor3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1521 print(
"glColor3ub("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
1529 print(
"glColor3ubv("+
"<java.nio.ByteBuffer> "+arg0+
")");
1537 print(
"glColor3ubv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1545 print(
"glColor3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1553 print(
"glColor3uiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1561 print(
"glColor3uiv("+
"<java.nio.IntBuffer> "+arg0+
")");
1569 print(
"glColor3us("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
1577 print(
"glColor3usv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1585 print(
"glColor3usv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1590 public void glColor4b(
byte arg0,
byte arg1,
byte arg2,
byte arg3)
1593 print(
"glColor4b("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
1594 downstreamGL4bc.
glColor4b(arg0,arg1,arg2,arg3);
1601 print(
"glColor4bv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1609 print(
"glColor4bv("+
"<java.nio.ByteBuffer> "+arg0+
")");
1614 public void glColor4d(
double arg0,
double arg1,
double arg2,
double arg3)
1617 print(
"glColor4d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
1618 downstreamGL4bc.
glColor4d(arg0,arg1,arg2,arg3);
1625 print(
"glColor4dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
1633 print(
"glColor4dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1638 public void glColor4f(
float arg0,
float arg1,
float arg2,
float arg3)
1641 print(
"glColor4f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
1642 downstreamGL4bc.
glColor4f(arg0,arg1,arg2,arg3);
1649 print(
"glColor4fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
1657 print(
"glColor4fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1662 public void glColor4h(
short arg0,
short arg1,
short arg2,
short arg3)
1665 print(
"glColor4h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
1666 downstreamGL4bc.
glColor4h(arg0,arg1,arg2,arg3);
1673 print(
"glColor4hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1681 print(
"glColor4hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1689 print(
"glColor4i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1690 downstreamGL4bc.
glColor4i(arg0,arg1,arg2,arg3);
1697 print(
"glColor4iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1705 print(
"glColor4iv("+
"<java.nio.IntBuffer> "+arg0+
")");
1710 public void glColor4s(
short arg0,
short arg1,
short arg2,
short arg3)
1713 print(
"glColor4s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
1714 downstreamGL4bc.
glColor4s(arg0,arg1,arg2,arg3);
1721 print(
"glColor4sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1729 print(
"glColor4sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1737 print(
"glColor4ub("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
1738 downstreamGL4bc.
glColor4ub(arg0,arg1,arg2,arg3);
1745 print(
"glColor4ubv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1753 print(
"glColor4ubv("+
"<java.nio.ByteBuffer> "+arg0+
")");
1761 print(
"glColor4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1762 downstreamGL4bc.
glColor4ui(arg0,arg1,arg2,arg3);
1769 print(
"glColor4uiv("+
"<java.nio.IntBuffer> "+arg0+
")");
1777 print(
"glColor4uiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1782 public void glColor4us(
short arg0,
short arg1,
short arg2,
short arg3)
1785 print(
"glColor4us("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
1786 downstreamGL4bc.
glColor4us(arg0,arg1,arg2,arg3);
1793 print(
"glColor4usv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1801 print(
"glColor4usv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1809 print(
"glColorFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1814 public void glColorMask(
boolean arg0,
boolean arg1,
boolean arg2,
boolean arg3)
1817 print(
"glColorMask("+
"<boolean> "+arg0+
", "+
"<boolean> "+arg1+
", "+
"<boolean> "+arg2+
", "+
"<boolean> "+arg3+
")");
1825 print(
"glColorMaskIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<boolean> "+arg2+
", "+
"<boolean> "+arg3+
", "+
"<boolean> "+arg4+
")");
1830 public void glColorMaski(
int arg0,
boolean arg1,
boolean arg2,
boolean arg3,
boolean arg4)
1833 print(
"glColorMaski("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<boolean> "+arg2+
", "+
"<boolean> "+arg3+
", "+
"<boolean> "+arg4+
")");
1834 downstreamGL4bc.
glColorMaski(arg0,arg1,arg2,arg3,arg4);
1841 print(
"glColorMaterial("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1849 print(
"glColorP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1857 print(
"glColorP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
1865 print(
"glColorP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1873 print(
"glColorP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1881 print(
"glColorP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1889 print(
"glColorP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
1897 print(
"glColorPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
1905 print(
"glColorPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
1913 print(
"glColorPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
1918 public void glColorSubTable(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
1921 print(
"glColorSubTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
1929 print(
"glColorSubTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
1934 public void glColorTable(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
long arg5)
1937 print(
"glColorTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
1938 downstreamGL4bc.
glColorTable(arg0,arg1,arg2,arg3,arg4,arg5);
1942 public void glColorTable(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
1945 print(
"glColorTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
1946 downstreamGL4bc.
glColorTable(arg0,arg1,arg2,arg3,arg4,arg5);
1953 print(
"glColorTableParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
1961 print(
"glColorTableParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1969 print(
"glColorTableParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1977 print(
"glColorTableParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
1985 print(
"glCommandListSegmentsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1993 print(
"glCompileCommandListNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2001 print(
"glCompileShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2009 print(
"glCompileShaderARB("+
"<long> "+arg0+
")");
2017 print(
"glCompileShaderIncludeARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
2025 print(
"glCompileShaderIncludeARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
2033 print(
"glCompressedMultiTexImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg7+
")");
2041 print(
"glCompressedMultiTexImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
2049 print(
"glCompressedMultiTexImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
2057 print(
"glCompressedMultiTexSubImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg7+
")");
2065 print(
"glCompressedMultiTexSubImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
2070 public void glCompressedMultiTexSubImage3DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
int arg10,java.nio.Buffer arg11)
2073 print(
"glCompressedMultiTexSubImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg11+
")");
2074 downstreamGL4bc.
glCompressedMultiTexSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
2081 print(
"glCompressedTexImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
2089 print(
"glCompressedTexImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
2097 print(
"glCompressedTexImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<long> "+arg7+
")");
2105 print(
"glCompressedTexImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg7+
")");
2110 public void glCompressedTexImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
2113 print(
"glCompressedTexImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
2121 print(
"glCompressedTexImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<long> "+arg8+
")");
2129 print(
"glCompressedTexSubImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
2137 print(
"glCompressedTexSubImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
2145 print(
"glCompressedTexSubImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
2153 print(
"glCompressedTexSubImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<long> "+arg8+
")");
2158 public 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)
2161 print(
"glCompressedTexSubImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg10+
")");
2162 downstreamGL4bc.
glCompressedTexSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
2166 public void glCompressedTexSubImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
long arg10)
2169 print(
"glCompressedTexSubImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<long> "+arg10+
")");
2170 downstreamGL4bc.
glCompressedTexSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
2177 print(
"glCompressedTextureImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg7+
")");
2185 print(
"glCompressedTextureImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
2193 print(
"glCompressedTextureImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
2201 print(
"glCompressedTextureSubImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
2209 print(
"glCompressedTextureSubImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg7+
")");
2217 print(
"glCompressedTextureSubImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
2225 print(
"glCompressedTextureSubImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
2230 public 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)
2233 print(
"glCompressedTextureSubImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg10+
")");
2234 downstreamGL4bc.
glCompressedTextureSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
2238 public void glCompressedTextureSubImage3DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
int arg10,java.nio.Buffer arg11)
2241 print(
"glCompressedTextureSubImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg11+
")");
2242 downstreamGL4bc.
glCompressedTextureSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
2249 print(
"glConservativeRasterParameterfNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
2257 print(
"glConservativeRasterParameteriNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
2265 print(
"glConvolutionFilter1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
2273 print(
"glConvolutionFilter1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
2281 print(
"glConvolutionFilter2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
2289 print(
"glConvolutionFilter2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
2297 print(
"glConvolutionParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
2305 print(
"glConvolutionParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
2313 print(
"glConvolutionParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
2321 print(
"glConvolutionParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2329 print(
"glConvolutionParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
2337 print(
"glConvolutionParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
2345 print(
"glCopyBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
2353 print(
"glCopyColorSubTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
2361 print(
"glCopyColorTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
2369 print(
"glCopyConvolutionFilter1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
2377 print(
"glCopyConvolutionFilter2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
2382 public void glCopyImageSubData(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
int arg10,
int arg11,
int arg12,
int arg13,
int arg14)
2385 print(
"glCopyImageSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg12).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg13).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg14).toUpperCase()+
")");
2386 downstreamGL4bc.
glCopyImageSubData(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14);
2390 public void glCopyImageSubDataNV(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
int arg10,
int arg11,
int arg12,
int arg13,
int arg14)
2393 print(
"glCopyImageSubDataNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg12).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg13).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg14).toUpperCase()+
")");
2394 downstreamGL4bc.
glCopyImageSubDataNV(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14);
2401 print(
"glCopyMultiTexImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
2409 print(
"glCopyMultiTexImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
2417 print(
"glCopyMultiTexSubImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
2425 print(
"glCopyMultiTexSubImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
2433 print(
"glCopyMultiTexSubImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
")");
2441 print(
"glCopyNamedBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
2449 print(
"glCopyPixels("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
2450 downstreamGL4bc.
glCopyPixels(arg0,arg1,arg2,arg3,arg4);
2457 print(
"glCopyTexImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
2462 public void glCopyTexImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
2465 print(
"glCopyTexImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
2473 print(
"glCopyTexSubImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
2481 print(
"glCopyTexSubImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
2486 public void glCopyTexSubImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8)
2489 print(
"glCopyTexSubImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
2497 print(
"glCopyTextureImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
2505 print(
"glCopyTextureImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
2513 print(
"glCopyTextureSubImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
2521 print(
"glCopyTextureSubImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
2529 print(
"glCopyTextureSubImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
2537 print(
"glCopyTextureSubImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
2545 print(
"glCopyTextureSubImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
2553 print(
"glCopyTextureSubImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
")");
2561 print(
"glCoverageModulationNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2569 print(
"glCoverageModulationTableNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
2577 print(
"glCoverageModulationTableNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2585 print(
"glCreateBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2593 print(
"glCreateBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2601 print(
"glCreateCommandListsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2609 print(
"glCreateCommandListsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2617 print(
"glCreateFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2625 print(
"glCreateFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2633 print(
"glCreateMemoryObjectsEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2641 print(
"glCreateMemoryObjectsEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2649 print(
"glCreatePerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2657 print(
"glCreatePerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2665 print(
"glCreateProgram("+
")");
2674 print(
"glCreateProgramObjectARB("+
")");
2683 print(
"glCreateProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2691 print(
"glCreateProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2699 print(
"glCreateProgressFenceNVX("+
")");
2708 print(
"glCreateQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
2716 print(
"glCreateQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
2724 print(
"glCreateRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2732 print(
"glCreateRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2740 print(
"glCreateSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2748 print(
"glCreateSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2756 print(
"glCreateSemaphoresNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2764 print(
"glCreateSemaphoresNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2772 print(
"glCreateShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2781 print(
"glCreateShaderObjectARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2790 print(
"glCreateShaderProgramv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
")");
2799 print(
"glCreateStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2807 print(
"glCreateStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2815 print(
"glCreateSyncFromCLeventARB("+
"<long> "+arg0+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2824 print(
"glCreateTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
2832 print(
"glCreateTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
2840 print(
"glCreateTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2848 print(
"glCreateTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2856 print(
"glCreateVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2864 print(
"glCreateVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2872 print(
"glCullFace("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2880 print(
"glCullParameterdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
2888 print(
"glCullParameterdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2896 print(
"glCullParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2904 print(
"glCullParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
2912 print(
"glCurrentPaletteMatrixARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2920 print(
"glDebugMessageControl("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<boolean> "+arg5+
")");
2928 print(
"glDebugMessageControl("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<boolean> "+arg6+
")");
2936 print(
"glDebugMessageEnableAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<boolean> "+arg4+
")");
2944 print(
"glDebugMessageEnableAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<boolean> "+arg5+
")");
2952 print(
"glDebugMessageInsert("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.lang.String> "+arg5+
")");
2960 print(
"glDebugMessageInsertAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.lang.String> "+arg4+
")");
2968 print(
"glDeleteBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2976 print(
"glDeleteBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2984 print(
"glDeleteCommandListsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2992 print(
"glDeleteCommandListsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3000 print(
"glDeleteFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3008 print(
"glDeleteFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3016 print(
"glDeleteLists("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3024 print(
"glDeleteMemoryObjectsEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3032 print(
"glDeleteMemoryObjectsEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3040 print(
"glDeleteNamedStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
3048 print(
"glDeleteNamesAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
3056 print(
"glDeleteNamesAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
3064 print(
"glDeleteObjectARB("+
"<long> "+arg0+
")");
3072 print(
"glDeleteOcclusionQueriesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3080 print(
"glDeleteOcclusionQueriesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3088 print(
"glDeletePerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3096 print(
"glDeleteProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3104 print(
"glDeleteProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3112 print(
"glDeleteProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3120 print(
"glDeleteProgramsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3128 print(
"glDeleteProgramsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3136 print(
"glDeleteQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3144 print(
"glDeleteQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3152 print(
"glDeleteQueryResourceTagNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3160 print(
"glDeleteQueryResourceTagNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3168 print(
"glDeleteRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3176 print(
"glDeleteRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3184 print(
"glDeleteSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3192 print(
"glDeleteSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3200 print(
"glDeleteSemaphoresEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3208 print(
"glDeleteSemaphoresEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3216 print(
"glDeleteShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3224 print(
"glDeleteStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3232 print(
"glDeleteStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3240 print(
"glDeleteSync("+
"<long> "+arg0+
")");
3248 print(
"glDeleteTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3256 print(
"glDeleteTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3264 print(
"glDeleteTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3272 print(
"glDeleteTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3280 print(
"glDeleteTransformFeedbacksNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3288 print(
"glDeleteTransformFeedbacksNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3296 print(
"glDeleteVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3304 print(
"glDeleteVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3312 print(
"glDeleteVertexShaderEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3320 print(
"glDepthBoundsEXT("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
3328 print(
"glDepthFunc("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3336 print(
"glDepthMask("+
"<boolean> "+arg0+
")");
3344 print(
"glDepthRange("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
3352 print(
"glDepthRangeArraydv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
3360 print(
"glDepthRangeArraydv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
3368 print(
"glDepthRangeArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
3376 print(
"glDepthRangeArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
3384 print(
"glDepthRangeIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
3392 print(
"glDepthRangeIndexedd("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
3400 print(
"glDepthRangef("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
3408 print(
"glDetachObjectARB("+
"<long> "+arg0+
", "+
"<long> "+arg1+
")");
3416 print(
"glDetachShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3424 print(
"glDisable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3432 print(
"glDisableClientState("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3440 print(
"glDisableClientStateIndexedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3448 print(
"glDisableClientStateiEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3456 print(
"glDisableIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3464 print(
"glDisableVariantClientStateEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3472 print(
"glDisableVertexArrayAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3480 print(
"glDisableVertexArrayAttribEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3488 print(
"glDisableVertexArrayEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3496 print(
"glDisableVertexAttribAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3504 print(
"glDisableVertexAttribArray("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3512 print(
"glDisableVertexAttribArrayARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3520 print(
"glDisablei("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3528 print(
"glDispatchCompute("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3536 print(
"glDispatchComputeGroupSizeARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
3544 print(
"glDispatchComputeIndirect("+
"<long> "+arg0+
")");
3552 print(
"glDrawArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3560 print(
"glDrawArraysIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
3568 print(
"glDrawArraysIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
3576 print(
"glDrawArraysInstanced("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
3584 print(
"glDrawArraysInstancedBaseInstance("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
3592 print(
"glDrawBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3600 print(
"glDrawBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3608 print(
"glDrawBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3616 print(
"glDrawBuffersATI("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3624 print(
"glDrawBuffersATI("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3632 print(
"glDrawCommandsAddressNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
3640 print(
"glDrawCommandsAddressNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
3645 public void glDrawCommandsNV(
int arg0,
int arg1,com.jogamp.common.nio.PointerBuffer arg2,java.nio.IntBuffer arg3,
int arg4)
3648 print(
"glDrawCommandsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
3653 public void glDrawCommandsNV(
int arg0,
int arg1,com.jogamp.common.nio.PointerBuffer arg2,
int[] arg3,
int arg4,
int arg5)
3656 print(
"glDrawCommandsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
3664 print(
"glDrawCommandsStatesAddressNV("+
"<java.nio.LongBuffer> "+arg0+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
3672 print(
"glDrawCommandsStatesAddressNV("+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
3677 public void glDrawCommandsStatesNV(
int arg0,com.jogamp.common.nio.PointerBuffer arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5,
int[] arg6,
int arg7,
int arg8)
3680 print(
"glDrawCommandsStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg1+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
3685 public void glDrawCommandsStatesNV(
int arg0,com.jogamp.common.nio.PointerBuffer arg1,java.nio.IntBuffer arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4,
int arg5)
3688 print(
"glDrawCommandsStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg1+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
3696 print(
"glDrawElements("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
3704 print(
"glDrawElements("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
3712 print(
"glDrawElementsBaseVertex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
3720 print(
"glDrawElementsBaseVertex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
3728 print(
"glDrawElementsIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
3736 print(
"glDrawElementsIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
3744 print(
"glDrawElementsInstanced("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
3752 print(
"glDrawElementsInstanced("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
3760 print(
"glDrawElementsInstancedBaseInstance("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
3768 print(
"glDrawElementsInstancedBaseInstance("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
3776 print(
"glDrawElementsInstancedBaseVertex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
3784 print(
"glDrawElementsInstancedBaseVertex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
3792 print(
"glDrawElementsInstancedBaseVertexBaseInstance("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
3800 print(
"glDrawElementsInstancedBaseVertexBaseInstance("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
3808 print(
"glDrawMeshTasksIndirectNV("+
"<long> "+arg0+
")");
3816 print(
"glDrawMeshTasksNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3821 public void glDrawPixels(
int arg0,
int arg1,
int arg2,
int arg3,java.nio.Buffer arg4)
3824 print(
"glDrawPixels("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
3825 downstreamGL4bc.
glDrawPixels(arg0,arg1,arg2,arg3,arg4);
3832 print(
"glDrawPixels("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
3833 downstreamGL4bc.
glDrawPixels(arg0,arg1,arg2,arg3,arg4);
3840 print(
"glDrawRangeElements("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
3848 print(
"glDrawRangeElements("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
3856 print(
"glDrawRangeElementsBaseVertex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
3864 print(
"glDrawRangeElementsBaseVertex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
3869 public void glDrawTextureNV(
int arg0,
int arg1,
float arg2,
float arg3,
float arg4,
float arg5,
float arg6,
float arg7,
float arg8,
float arg9,
float arg10)
3872 print(
"glDrawTextureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
", "+
"<float> "+arg6+
", "+
"<float> "+arg7+
", "+
"<float> "+arg8+
", "+
"<float> "+arg9+
", "+
"<float> "+arg10+
")");
3873 downstreamGL4bc.
glDrawTextureNV(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
3880 print(
"glDrawTransformFeedback("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3888 print(
"glDrawTransformFeedbackInstanced("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3896 print(
"glDrawTransformFeedbackNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3904 print(
"glDrawTransformFeedbackStream("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3912 print(
"glDrawTransformFeedbackStreamInstanced("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
3917 public void glDrawVkImageNV(
long arg0,
int arg1,
float arg2,
float arg3,
float arg4,
float arg5,
float arg6,
float arg7,
float arg8,
float arg9,
float arg10)
3920 print(
"glDrawVkImageNV("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
", "+
"<float> "+arg6+
", "+
"<float> "+arg7+
", "+
"<float> "+arg8+
", "+
"<float> "+arg9+
", "+
"<float> "+arg10+
")");
3921 downstreamGL4bc.
glDrawVkImageNV(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
3928 print(
"glEdgeFlag("+
"<boolean> "+arg0+
")");
3936 print(
"glEdgeFlagFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3944 print(
"glEdgeFlagPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
3952 print(
"glEdgeFlagPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
3960 print(
"glEdgeFlagv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3968 print(
"glEdgeFlagv("+
"<java.nio.ByteBuffer> "+arg0+
")");
3976 print(
"glEnable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3984 print(
"glEnableClientState("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3992 print(
"glEnableClientStateIndexedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4000 print(
"glEnableClientStateiEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4008 print(
"glEnableIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4016 print(
"glEnableVariantClientStateEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4024 print(
"glEnableVertexArrayAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4032 print(
"glEnableVertexArrayAttribEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4040 print(
"glEnableVertexArrayEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4048 print(
"glEnableVertexAttribAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4056 print(
"glEnableVertexAttribArray("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4064 print(
"glEnableVertexAttribArrayARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4072 print(
"glEnablei("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4081 print(
"glEnd("+
")");
4082 downstreamGL4bc.
glEnd();
4089 print(
"glEndConditionalRender("+
")");
4097 print(
"glEndConditionalRenderNVX("+
")");
4106 print(
"glEndList("+
")");
4114 print(
"glEndOcclusionQueryNV("+
")");
4122 print(
"glEndPerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4130 print(
"glEndQuery("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4138 print(
"glEndQueryIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4146 print(
"glEndTransformFeedback("+
")");
4154 print(
"glEndVertexShaderEXT("+
")");
4162 print(
"glEndVideoCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4170 print(
"glEvalCoord1d("+
"<double> "+arg0+
")");
4178 print(
"glEvalCoord1dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4186 print(
"glEvalCoord1dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
4194 print(
"glEvalCoord1f("+
"<float> "+arg0+
")");
4202 print(
"glEvalCoord1fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
4210 print(
"glEvalCoord1fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4218 print(
"glEvalCoord2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
4226 print(
"glEvalCoord2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4234 print(
"glEvalCoord2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
4242 print(
"glEvalCoord2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
4250 print(
"glEvalCoord2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
4258 print(
"glEvalCoord2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4266 print(
"glEvalMapsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4274 print(
"glEvalMesh1("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4282 print(
"glEvalMesh2("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4283 downstreamGL4bc.
glEvalMesh2(arg0,arg1,arg2,arg3,arg4);
4290 print(
"glEvalPoint1("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4298 print(
"glEvalPoint2("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4306 print(
"glEvaluateDepthValuesARB("+
")");
4314 print(
"glExtractComponentEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4322 print(
"glFeedbackBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
4330 print(
"glFenceSync("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4331 long _res = downstreamGL4bc.
glFenceSync(arg0,arg1);
4339 print(
"glFinish("+
")");
4347 print(
"glFinishTextureSUNX("+
")");
4355 print(
"glFlush("+
")");
4363 print(
"glFlushMappedBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
4371 print(
"glFlushMappedNamedBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
4379 print(
"glFlushMappedNamedBufferRangeEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
4387 print(
"glFlushPixelDataRangeNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4395 print(
"glFlushVertexArrayRangeAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
4403 print(
"glFogCoordFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4411 print(
"glFogCoordPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
4419 print(
"glFogCoordPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
4427 print(
"glFogCoordd("+
"<double> "+arg0+
")");
4435 print(
"glFogCoorddv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4443 print(
"glFogCoorddv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
4451 print(
"glFogCoordf("+
"<float> "+arg0+
")");
4459 print(
"glFogCoordfv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4467 print(
"glFogCoordfv("+
"<java.nio.FloatBuffer> "+arg0+
")");
4475 print(
"glFogCoordh("+
"<short> "+arg0+
")");
4483 print(
"glFogCoordhv("+
"<java.nio.ShortBuffer> "+arg0+
")");
4491 print(
"glFogCoordhv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4499 print(
"glFogf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
4500 downstreamGL4bc.
glFogf(arg0,arg1);
4504 public void glFogfv(
int arg0,
float[] arg1,
int arg2)
4507 print(
"glFogfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4508 downstreamGL4bc.
glFogfv(arg0,arg1,arg2);
4512 public void glFogfv(
int arg0,java.nio.FloatBuffer arg1)
4515 print(
"glFogfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
4516 downstreamGL4bc.
glFogfv(arg0,arg1);
4523 print(
"glFogi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4524 downstreamGL4bc.
glFogi(arg0,arg1);
4528 public void glFogiv(
int arg0,java.nio.IntBuffer arg1)
4531 print(
"glFogiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4532 downstreamGL4bc.
glFogiv(arg0,arg1);
4539 print(
"glFogiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4540 downstreamGL4bc.
glFogiv(arg0,arg1,arg2);
4547 print(
"glFragmentCoverageColorNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4555 print(
"glFrameTerminatorGREMEDY("+
")");
4563 print(
"glFramebufferDrawBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4571 print(
"glFramebufferDrawBuffersEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
4579 print(
"glFramebufferDrawBuffersEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
4587 print(
"glFramebufferFetchBarrierEXT("+
")");
4595 print(
"glFramebufferParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4603 print(
"glFramebufferReadBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4611 print(
"glFramebufferRenderbuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
4619 print(
"glFramebufferSampleLocationsfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
4627 print(
"glFramebufferSampleLocationsfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4635 print(
"glFramebufferSampleLocationsfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4643 print(
"glFramebufferSampleLocationsfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
4651 print(
"glFramebufferSamplePositionsfvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4659 print(
"glFramebufferSamplePositionsfvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
4667 print(
"glFramebufferTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
4675 print(
"glFramebufferTexture1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4683 print(
"glFramebufferTexture2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4691 print(
"glFramebufferTexture3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
4699 print(
"glFramebufferTextureARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
4707 print(
"glFramebufferTextureEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
4715 print(
"glFramebufferTextureFaceARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4723 print(
"glFramebufferTextureFaceEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4731 print(
"glFramebufferTextureLayer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4739 print(
"glFramebufferTextureLayerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
4747 print(
"glFramebufferTextureMultiviewOVR("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
4755 print(
"glFrontFace("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4760 public void glFrustum(
double arg0,
double arg1,
double arg2,
double arg3,
double arg4,
double arg5)
4763 print(
"glFrustum("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
4764 downstreamGL4bc.
glFrustum(arg0,arg1,arg2,arg3,arg4,arg5);
4768 public void glFrustumf(
float arg0,
float arg1,
float arg2,
float arg3,
float arg4,
float arg5)
4771 print(
"glFrustumf("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
4772 downstreamGL4bc.
glFrustumf(arg0,arg1,arg2,arg3,arg4,arg5);
4779 print(
"glGenBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4787 print(
"glGenBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4795 print(
"glGenFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4803 print(
"glGenFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4811 print(
"glGenLists("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4820 print(
"glGenNamesAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
4828 print(
"glGenNamesAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
4836 print(
"glGenOcclusionQueriesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4844 print(
"glGenOcclusionQueriesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4852 print(
"glGenProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4860 print(
"glGenProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4868 print(
"glGenProgramsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4876 print(
"glGenProgramsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4884 print(
"glGenQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4892 print(
"glGenQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4900 print(
"glGenQueryResourceTagNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4908 print(
"glGenQueryResourceTagNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4916 print(
"glGenRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4924 print(
"glGenRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4932 print(
"glGenSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4940 print(
"glGenSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4948 print(
"glGenSemaphoresEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4956 print(
"glGenSemaphoresEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4964 print(
"glGenSymbolsEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
4973 print(
"glGenTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4981 print(
"glGenTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4989 print(
"glGenTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4997 print(
"glGenTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5005 print(
"glGenTransformFeedbacksNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5013 print(
"glGenTransformFeedbacksNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
5021 print(
"glGenVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
5029 print(
"glGenVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5037 print(
"glGenVertexShadersEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
5046 print(
"glGenerateMipmap("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
5054 print(
"glGenerateMultiTexMipmapEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
5062 print(
"glGenerateTextureMipmap("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
5070 print(
"glGenerateTextureMipmapEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
5078 print(
"glGetActiveAtomicCounterBufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
5086 print(
"glGetActiveAtomicCounterBufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
5091 public void glGetActiveAttrib(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8,
byte[] arg9,
int arg10)
5094 print(
"glGetActiveAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
")");
5095 downstreamGL4bc.
glGetActiveAttrib(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
5099 public void glGetActiveAttrib(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4,java.nio.IntBuffer arg5,java.nio.ByteBuffer arg6)
5102 print(
"glGetActiveAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
", "+
"<java.nio.ByteBuffer> "+arg6+
")");
5110 print(
"glGetActiveSubroutineName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.ByteBuffer> "+arg5+
")");
5118 print(
"glGetActiveSubroutineName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
5126 print(
"glGetActiveSubroutineUniformName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.ByteBuffer> "+arg5+
")");
5134 print(
"glGetActiveSubroutineUniformName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
5142 print(
"glGetActiveSubroutineUniformiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
5150 print(
"glGetActiveSubroutineUniformiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
5155 public void glGetActiveUniform(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4,java.nio.IntBuffer arg5,java.nio.ByteBuffer arg6)
5158 print(
"glGetActiveUniform("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
", "+
"<java.nio.ByteBuffer> "+arg6+
")");
5163 public void glGetActiveUniform(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8,
byte[] arg9,
int arg10)
5166 print(
"glGetActiveUniform("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
")");
5167 downstreamGL4bc.
glGetActiveUniform(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
5171 public void glGetActiveUniformARB(
long arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8,
byte[] arg9,
int arg10)
5174 print(
"glGetActiveUniformARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
")");
5175 downstreamGL4bc.
glGetActiveUniformARB(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
5179 public void glGetActiveUniformARB(
long arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4,java.nio.IntBuffer arg5,java.nio.ByteBuffer arg6)
5182 print(
"glGetActiveUniformARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
", "+
"<java.nio.ByteBuffer> "+arg6+
")");
5190 print(
"glGetActiveUniformBlockName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.ByteBuffer> "+arg4+
")");
5198 print(
"glGetActiveUniformBlockName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
5206 print(
"glGetActiveUniformBlockiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
5214 print(
"glGetActiveUniformBlockiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
5222 print(
"glGetActiveUniformName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.ByteBuffer> "+arg4+
")");
5230 print(
"glGetActiveUniformName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
5238 print(
"glGetActiveUniformsiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
5246 print(
"glGetActiveUniformsiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
5254 print(
"glGetAttachedObjectsARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
5262 print(
"glGetAttachedObjectsARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
5270 print(
"glGetAttachedShaders("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
5278 print(
"glGetAttachedShaders("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
5286 print(
"glGetAttribLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
5295 print(
"glGetBooleanIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
5303 print(
"glGetBooleanIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5311 print(
"glGetBooleani_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
5319 print(
"glGetBooleani_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5327 print(
"glGetBooleanv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
5335 print(
"glGetBooleanv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5343 print(
"glGetBufferParameteri64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5351 print(
"glGetBufferParameteri64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
5359 print(
"glGetBufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5367 print(
"glGetBufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5375 print(
"glGetBufferParameterui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
5383 print(
"glGetBufferParameterui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5391 print(
"glGetBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
5399 print(
"glGetClipPlane("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5407 print(
"glGetClipPlane("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
5415 print(
"glGetClipPlanef("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5423 print(
"glGetClipPlanef("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
5431 print(
"glGetColorTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5439 print(
"glGetColorTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
5447 print(
"glGetColorTableParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5455 print(
"glGetColorTableParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5463 print(
"glGetColorTableParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5471 print(
"glGetColorTableParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5479 print(
"glGetCommandHeaderNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
5488 print(
"glGetCompressedMultiTexImageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5496 print(
"glGetCompressedTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
5504 print(
"glGetCompressedTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
5512 print(
"glGetCompressedTextureImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5520 print(
"glGetCompressedTextureImageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5528 print(
"glGetCompressedTextureSubImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
5536 print(
"glGetConvolutionFilter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
5544 print(
"glGetConvolutionFilter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5552 print(
"glGetConvolutionParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5560 print(
"glGetConvolutionParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5568 print(
"glGetConvolutionParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5576 print(
"glGetConvolutionParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5584 print(
"glGetCoverageModulationTableNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5592 print(
"glGetCoverageModulationTableNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
5597 public 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)
5600 print(
"glGetDebugMessageLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
", "+
"<java.nio.IntBuffer> "+arg6+
", "+
"<java.nio.ByteBuffer> "+arg7+
")");
5606 public int glGetDebugMessageLog(
int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5,
int[] arg6,
int arg7,
int[] arg8,
int arg9,
int[] arg10,
int arg11,
byte[] arg12,
int arg13)
5609 print(
"glGetDebugMessageLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg13).toUpperCase()+
")");
5610 int _res = downstreamGL4bc.
glGetDebugMessageLog(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13);
5615 public int glGetDebugMessageLogAMD(
int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5,
int[] arg6,
int arg7,
int[] arg8,
int arg9,
byte[] arg10,
int arg11)
5618 print(
"glGetDebugMessageLogAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
")");
5619 int _res = downstreamGL4bc.
glGetDebugMessageLogAMD(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
5624 public 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)
5627 print(
"glGetDebugMessageLogAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
", "+
"<java.nio.ByteBuffer> "+arg6+
")");
5636 print(
"glGetDoubleIndexedvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
5644 print(
"glGetDoubleIndexedvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5652 print(
"glGetDoublei_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5660 print(
"glGetDoublei_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
5668 print(
"glGetDoublei_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5676 print(
"glGetDoublei_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
5684 print(
"glGetDoublev("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5692 print(
"glGetDoublev("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
5700 print(
"glGetError("+
")");
5709 print(
"glGetFirstPerfQueryIdINTEL("+
"<java.nio.IntBuffer> "+arg0+
")");
5717 print(
"glGetFirstPerfQueryIdINTEL("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
5725 print(
"glGetFloatIndexedvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5733 print(
"glGetFloatIndexedvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5741 print(
"glGetFloati_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5749 print(
"glGetFloati_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5757 print(
"glGetFloati_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5765 print(
"glGetFloati_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5773 print(
"glGetFloatv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5781 print(
"glGetFloatv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
5789 print(
"glGetFragDataIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
5798 print(
"glGetFragDataLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
5807 print(
"glGetFramebufferAttachmentParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
5815 print(
"glGetFramebufferAttachmentParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
5823 print(
"glGetFramebufferParameterfvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg5+
")");
5831 print(
"glGetFramebufferParameterfvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
5839 print(
"glGetFramebufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5847 print(
"glGetFramebufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5855 print(
"glGetFramebufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5863 print(
"glGetFramebufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5871 print(
"glGetGraphicsResetStatus("+
")");
5880 print(
"glGetHandleARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
5889 print(
"glGetHistogram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
5894 public void glGetHistogram(
int arg0,
boolean arg1,
int arg2,
int arg3,java.nio.Buffer arg4)
5897 print(
"glGetHistogram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
5905 print(
"glGetHistogramParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5913 print(
"glGetHistogramParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5921 print(
"glGetHistogramParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5929 print(
"glGetHistogramParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5937 print(
"glGetImageHandleARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
5946 print(
"glGetInfoLogARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
5951 public void glGetInfoLogARB(
long arg0,
int arg1,java.nio.IntBuffer arg2,java.nio.ByteBuffer arg3)
5954 print(
"glGetInfoLogARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
5962 print(
"glGetInteger64i_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
5970 print(
"glGetInteger64i_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5978 print(
"glGetInteger64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
5986 print(
"glGetInteger64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5994 print(
"glGetIntegerIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6002 print(
"glGetIntegerIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6010 print(
"glGetIntegeri_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6018 print(
"glGetIntegeri_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6026 print(
"glGetIntegerui64i_vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6034 print(
"glGetIntegerui64i_vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
6042 print(
"glGetIntegerui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
6050 print(
"glGetIntegerui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
6058 print(
"glGetIntegerv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
6066 print(
"glGetIntegerv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
6074 print(
"glGetInternalformati64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg4+
")");
6082 print(
"glGetInternalformati64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
6090 print(
"glGetInternalformativ("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
6098 print(
"glGetInternalformativ("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
6106 print(
"glGetInvariantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
6114 print(
"glGetInvariantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6122 print(
"glGetInvariantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6130 print(
"glGetInvariantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6138 print(
"glGetInvariantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6146 print(
"glGetInvariantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6154 print(
"glGetLightfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6162 print(
"glGetLightfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6170 print(
"glGetLightiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6178 print(
"glGetLightiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6186 print(
"glGetLocalConstantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
6194 print(
"glGetLocalConstantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6202 print(
"glGetLocalConstantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6210 print(
"glGetLocalConstantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6218 print(
"glGetLocalConstantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6226 print(
"glGetLocalConstantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6234 print(
"glGetMapAttribParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6242 print(
"glGetMapAttribParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
6250 print(
"glGetMapAttribParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6258 print(
"glGetMapAttribParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6266 print(
"glGetMapControlPointsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<boolean> "+arg5+
", "+
"<java.nio.Buffer> "+arg6+
")");
6274 print(
"glGetMapParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6282 print(
"glGetMapParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6290 print(
"glGetMapParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6298 print(
"glGetMapParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6306 print(
"glGetMapdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6307 downstreamGL4bc.
glGetMapdv(arg0,arg1,arg2,arg3);
6311 public void glGetMapdv(
int arg0,
int arg1,java.nio.DoubleBuffer arg2)
6314 print(
"glGetMapdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
6322 print(
"glGetMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6323 downstreamGL4bc.
glGetMapfv(arg0,arg1,arg2,arg3);
6327 public void glGetMapfv(
int arg0,
int arg1,java.nio.FloatBuffer arg2)
6330 print(
"glGetMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6338 print(
"glGetMapiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6339 downstreamGL4bc.
glGetMapiv(arg0,arg1,arg2,arg3);
6343 public void glGetMapiv(
int arg0,
int arg1,java.nio.IntBuffer arg2)
6346 print(
"glGetMapiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6354 print(
"glGetMaterialfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6362 print(
"glGetMaterialfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6370 print(
"glGetMaterialiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6378 print(
"glGetMaterialiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6386 print(
"glGetMemoryObjectDetachedResourcesuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
6394 print(
"glGetMemoryObjectDetachedResourcesuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
6402 print(
"glGetMemoryObjectParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6410 print(
"glGetMemoryObjectParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6415 public void glGetMinmax(
int arg0,
boolean arg1,
int arg2,
int arg3,java.nio.Buffer arg4)
6418 print(
"glGetMinmax("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
6419 downstreamGL4bc.
glGetMinmax(arg0,arg1,arg2,arg3,arg4);
6423 public void glGetMinmax(
int arg0,
boolean arg1,
int arg2,
int arg3,
long arg4)
6426 print(
"glGetMinmax("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
6427 downstreamGL4bc.
glGetMinmax(arg0,arg1,arg2,arg3,arg4);
6434 print(
"glGetMinmaxParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6442 print(
"glGetMinmaxParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6450 print(
"glGetMinmaxParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6458 print(
"glGetMinmaxParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6466 print(
"glGetMultiTexEnvfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6474 print(
"glGetMultiTexEnvfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
6482 print(
"glGetMultiTexEnvivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6490 print(
"glGetMultiTexEnvivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6498 print(
"glGetMultiTexGendvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6506 print(
"glGetMultiTexGendvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
6514 print(
"glGetMultiTexGenfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
6522 print(
"glGetMultiTexGenfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6530 print(
"glGetMultiTexGenivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6538 print(
"glGetMultiTexGenivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6546 print(
"glGetMultiTexImageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
6554 print(
"glGetMultiTexLevelParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
6562 print(
"glGetMultiTexLevelParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
6570 print(
"glGetMultiTexLevelParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
6578 print(
"glGetMultiTexLevelParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
6586 print(
"glGetMultiTexParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6594 print(
"glGetMultiTexParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6602 print(
"glGetMultiTexParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6610 print(
"glGetMultiTexParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6618 print(
"glGetMultiTexParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6626 print(
"glGetMultiTexParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
6634 print(
"glGetMultiTexParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6642 print(
"glGetMultiTexParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6650 print(
"glGetMultisamplefv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6658 print(
"glGetMultisamplefv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6666 print(
"glGetMultisamplefvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6674 print(
"glGetMultisamplefvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6682 print(
"glGetNamedBufferParameteri64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6690 print(
"glGetNamedBufferParameteri64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
6698 print(
"glGetNamedBufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6706 print(
"glGetNamedBufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6714 print(
"glGetNamedBufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6722 print(
"glGetNamedBufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6730 print(
"glGetNamedBufferParameterui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
6738 print(
"glGetNamedBufferParameterui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6746 print(
"glGetNamedBufferPointerv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
")");
6754 print(
"glGetNamedBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
6762 print(
"glGetNamedBufferSubDataEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
6770 print(
"glGetNamedFramebufferAttachmentParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6778 print(
"glGetNamedFramebufferAttachmentParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6786 print(
"glGetNamedFramebufferAttachmentParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6794 print(
"glGetNamedFramebufferAttachmentParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6802 print(
"glGetNamedFramebufferParameterfvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
6810 print(
"glGetNamedFramebufferParameterfvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg5+
")");
6818 print(
"glGetNamedFramebufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6826 print(
"glGetNamedFramebufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6834 print(
"glGetNamedProgramLocalParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6842 print(
"glGetNamedProgramLocalParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6850 print(
"glGetNamedProgramLocalParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6858 print(
"glGetNamedProgramLocalParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6866 print(
"glGetNamedProgramLocalParameterdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
6874 print(
"glGetNamedProgramLocalParameterdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6882 print(
"glGetNamedProgramLocalParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
6890 print(
"glGetNamedProgramLocalParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6898 print(
"glGetNamedProgramStringEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
6906 print(
"glGetNamedProgramivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6914 print(
"glGetNamedProgramivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6922 print(
"glGetNamedRenderbufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6930 print(
"glGetNamedRenderbufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6938 print(
"glGetNamedRenderbufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6946 print(
"glGetNamedRenderbufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6951 public void glGetNamedStringARB(
int arg0,java.lang.String arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.ByteBuffer arg4)
6954 print(
"glGetNamedStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.ByteBuffer> "+arg4+
")");
6959 public void glGetNamedStringARB(
int arg0,java.lang.String arg1,
int arg2,
int[] arg3,
int arg4,
byte[] arg5,
int arg6)
6962 print(
"glGetNamedStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
6970 print(
"glGetNamedStringivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6978 print(
"glGetNamedStringivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6986 print(
"glGetNextPerfQueryIdINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
6994 print(
"glGetNextPerfQueryIdINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
6999 public void glGetObjectLabel(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
byte[] arg5,
int arg6)
7002 print(
"glGetObjectLabel("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
7007 public void glGetObjectLabel(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.ByteBuffer arg4)
7010 print(
"glGetObjectLabel("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.ByteBuffer> "+arg4+
")");
7018 print(
"glGetObjectParameterfvARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7026 print(
"glGetObjectParameterfvARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7034 print(
"glGetObjectParameterivAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7042 print(
"glGetObjectParameterivAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
7050 print(
"glGetObjectParameterivARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7058 print(
"glGetObjectParameterivARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7063 public void glGetObjectPtrLabel(java.nio.Buffer arg0,
int arg1,java.nio.IntBuffer arg2,java.nio.ByteBuffer arg3)
7066 print(
"glGetObjectPtrLabel("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
7074 print(
"glGetObjectPtrLabel("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
7082 print(
"glGetOcclusionQueryivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7090 print(
"glGetOcclusionQueryivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7098 print(
"glGetOcclusionQueryuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7106 print(
"glGetOcclusionQueryuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7111 public 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)
7114 print(
"glGetPerfCounterInfoINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg5+
", "+
"<java.nio.IntBuffer> "+arg6+
", "+
"<java.nio.IntBuffer> "+arg7+
", "+
"<java.nio.IntBuffer> "+arg8+
", "+
"<java.nio.IntBuffer> "+arg9+
", "+
"<java.nio.LongBuffer> "+arg10+
")");
7115 downstreamGL4bc.
glGetPerfCounterInfoINTEL(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
7119 public void glGetPerfCounterInfoINTEL(
int arg0,
int arg1,
int arg2,
byte[] arg3,
int arg4,
int arg5,
byte[] arg6,
int arg7,
int[] arg8,
int arg9,
int[] arg10,
int arg11,
int[] arg12,
int arg13,
int[] arg14,
int arg15,
long[] arg16,
int arg17)
7122 print(
"glGetPerfCounterInfoINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg13).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg15).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg17).toUpperCase()+
")");
7123 downstreamGL4bc.
glGetPerfCounterInfoINTEL(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17);
7130 print(
"glGetPerfQueryDataINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
7138 print(
"glGetPerfQueryDataINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
7146 print(
"glGetPerfQueryIdByNameINTEL("+
"<java.nio.ByteBuffer> "+arg0+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
7154 print(
"glGetPerfQueryIdByNameINTEL("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7159 public 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)
7162 print(
"glGetPerfQueryInfoINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
", "+
"<java.nio.IntBuffer> "+arg6+
")");
7167 public void glGetPerfQueryInfoINTEL(
int arg0,
int arg1,
byte[] arg2,
int arg3,
int[] arg4,
int arg5,
int[] arg6,
int arg7,
int[] arg8,
int arg9,
int[] arg10,
int arg11)
7170 print(
"glGetPerfQueryInfoINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
")");
7171 downstreamGL4bc.
glGetPerfQueryInfoINTEL(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
7178 print(
"glGetPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
7186 print(
"glGetPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
7194 print(
"glGetPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
7202 print(
"glGetPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
7210 print(
"glGetPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
7218 print(
"glGetPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
7226 print(
"glGetPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
7234 print(
"glGetPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
7242 print(
"glGetPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
7250 print(
"glGetPixelTransformParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7258 print(
"glGetPixelTransformParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7266 print(
"glGetPixelTransformParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7274 print(
"glGetPixelTransformParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7282 print(
"glGetPointeri_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
")");
7290 print(
"glGetPolygonStipple("+
"<long> "+arg0+
")");
7298 print(
"glGetPolygonStipple("+
"<java.nio.ByteBuffer> "+arg0+
")");
7306 print(
"glGetPolygonStipple("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
7311 public void glGetProgramBinary(
int arg0,
int arg1,java.nio.IntBuffer arg2,java.nio.IntBuffer arg3,java.nio.Buffer arg4)
7314 print(
"glGetProgramBinary("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.Buffer> "+arg4+
")");
7319 public void glGetProgramBinary(
int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5,java.nio.Buffer arg6)
7322 print(
"glGetProgramBinary("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
7330 print(
"glGetProgramEnvParameterIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7338 print(
"glGetProgramEnvParameterIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7346 print(
"glGetProgramEnvParameterIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7354 print(
"glGetProgramEnvParameterIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7362 print(
"glGetProgramEnvParameterdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
7370 print(
"glGetProgramEnvParameterdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7378 print(
"glGetProgramEnvParameterfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7386 print(
"glGetProgramEnvParameterfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7394 print(
"glGetProgramInfoLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
7402 print(
"glGetProgramInfoLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
7410 print(
"glGetProgramInterfaceiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
7418 print(
"glGetProgramInterfaceiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7426 print(
"glGetProgramLocalParameterIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7434 print(
"glGetProgramLocalParameterIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7442 print(
"glGetProgramLocalParameterIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7450 print(
"glGetProgramLocalParameterIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7458 print(
"glGetProgramLocalParameterdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
7466 print(
"glGetProgramLocalParameterdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7474 print(
"glGetProgramLocalParameterfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7482 print(
"glGetProgramLocalParameterfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7490 print(
"glGetProgramPipelineInfoLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
7498 print(
"glGetProgramPipelineInfoLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
7506 print(
"glGetProgramPipelineiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7514 print(
"glGetProgramPipelineiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7522 print(
"glGetProgramResourceIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
7531 print(
"glGetProgramResourceIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7540 print(
"glGetProgramResourceLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7549 print(
"glGetProgramResourceLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
7558 print(
"glGetProgramResourceLocationIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7567 print(
"glGetProgramResourceLocationIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
7576 print(
"glGetProgramResourceName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.ByteBuffer> "+arg5+
")");
7584 print(
"glGetProgramResourceName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
7589 public void glGetProgramResourceiv(
int arg0,
int arg1,
int arg2,
int arg3,java.nio.IntBuffer arg4,
int arg5,java.nio.IntBuffer arg6,java.nio.IntBuffer arg7)
7592 print(
"glGetProgramResourceiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg6+
", "+
"<java.nio.IntBuffer> "+arg7+
")");
7597 public void glGetProgramResourceiv(
int arg0,
int arg1,
int arg2,
int arg3,
int[] arg4,
int arg5,
int arg6,
int[] arg7,
int arg8,
int[] arg9,
int arg10)
7600 print(
"glGetProgramResourceiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
")");
7601 downstreamGL4bc.
glGetProgramResourceiv(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
7608 print(
"glGetProgramStageiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7616 print(
"glGetProgramStageiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
7624 print(
"glGetProgramStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
7632 print(
"glGetProgramSubroutineParameteruivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7640 print(
"glGetProgramSubroutineParameteruivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7648 print(
"glGetProgramiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7656 print(
"glGetProgramiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7664 print(
"glGetProgramivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7672 print(
"glGetProgramivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7680 print(
"glGetQueryBufferObjecti64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
7688 print(
"glGetQueryBufferObjectiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
7696 print(
"glGetQueryBufferObjectui64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
7704 print(
"glGetQueryBufferObjectuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
7712 print(
"glGetQueryIndexediv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
7720 print(
"glGetQueryIndexediv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7728 print(
"glGetQueryObjecti64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7736 print(
"glGetQueryObjecti64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
7744 print(
"glGetQueryObjecti64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
7752 print(
"glGetQueryObjecti64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7760 print(
"glGetQueryObjectiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7768 print(
"glGetQueryObjectiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7776 print(
"glGetQueryObjectui64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7784 print(
"glGetQueryObjectui64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
7792 print(
"glGetQueryObjectui64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
7800 print(
"glGetQueryObjectui64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7808 print(
"glGetQueryObjectuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7816 print(
"glGetQueryObjectuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7824 print(
"glGetQueryiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7832 print(
"glGetQueryiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7840 print(
"glGetRenderbufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7848 print(
"glGetRenderbufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7856 print(
"glGetSamplerParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7864 print(
"glGetSamplerParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7872 print(
"glGetSamplerParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7880 print(
"glGetSamplerParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7888 print(
"glGetSamplerParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7896 print(
"glGetSamplerParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7904 print(
"glGetSamplerParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7912 print(
"glGetSamplerParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7920 print(
"glGetSemaphoreParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7928 print(
"glGetSemaphoreParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7936 print(
"glGetSemaphoreParameterui64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7944 print(
"glGetSemaphoreParameterui64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
7949 public void glGetSeparableFilter(
int arg0,
int arg1,
int arg2,java.nio.Buffer arg3,java.nio.Buffer arg4,java.nio.Buffer arg5)
7952 print(
"glGetSeparableFilter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<java.nio.Buffer> "+arg4+
", "+
"<java.nio.Buffer> "+arg5+
")");
7960 print(
"glGetSeparableFilter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
7968 print(
"glGetShaderInfoLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
7976 print(
"glGetShaderInfoLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
7984 print(
"glGetShaderPrecisionFormat("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7992 print(
"glGetShaderPrecisionFormat("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
8000 print(
"glGetShaderSource("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
8008 print(
"glGetShaderSource("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
8016 print(
"glGetShaderSourceARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
8024 print(
"glGetShaderSourceARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
8032 print(
"glGetShaderiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8040 print(
"glGetShaderiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8048 print(
"glGetShadingRateImagePaletteNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8056 print(
"glGetShadingRateImagePaletteNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8064 print(
"glGetShadingRateSampleLocationivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8072 print(
"glGetShadingRateSampleLocationivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8080 print(
"glGetStageIndexNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
8089 print(
"glGetString("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
8090 java.lang.String _res = downstreamGL4bc.
glGetString(arg0);
8098 print(
"glGetStringi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
8099 java.lang.String _res = downstreamGL4bc.
glGetStringi(arg0,arg1);
8107 print(
"glGetSubroutineIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.lang.String> "+arg2+
")");
8116 print(
"glGetSubroutineUniformLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.lang.String> "+arg2+
")");
8122 public void glGetSynciv(
long arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6)
8125 print(
"glGetSynciv("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
8126 downstreamGL4bc.
glGetSynciv(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
8130 public void glGetSynciv(
long arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4)
8133 print(
"glGetSynciv("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
8134 downstreamGL4bc.
glGetSynciv(arg0,arg1,arg2,arg3,arg4);
8141 print(
"glGetTexEnvfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8149 print(
"glGetTexEnvfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8157 print(
"glGetTexEnviv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8165 print(
"glGetTexEnviv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8173 print(
"glGetTexGendv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
8181 print(
"glGetTexGendv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8189 print(
"glGetTexGenfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8197 print(
"glGetTexGenfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8205 print(
"glGetTexGeniv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8213 print(
"glGetTexGeniv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8218 public void glGetTexImage(
int arg0,
int arg1,
int arg2,
int arg3,java.nio.Buffer arg4)
8221 print(
"glGetTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
8229 print(
"glGetTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
8237 print(
"glGetTexLevelParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8245 print(
"glGetTexLevelParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
8253 print(
"glGetTexLevelParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8261 print(
"glGetTexLevelParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8269 print(
"glGetTexParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8277 print(
"glGetTexParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8285 print(
"glGetTexParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8293 print(
"glGetTexParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8301 print(
"glGetTexParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8309 print(
"glGetTexParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8317 print(
"glGetTexParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8325 print(
"glGetTexParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8333 print(
"glGetTextureHandleARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
8342 print(
"glGetTextureImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
8350 print(
"glGetTextureImageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
8358 print(
"glGetTextureLevelParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8366 print(
"glGetTextureLevelParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
8374 print(
"glGetTextureLevelParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
8382 print(
"glGetTextureLevelParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
8390 print(
"glGetTextureLevelParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8398 print(
"glGetTextureLevelParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8406 print(
"glGetTextureLevelParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
8414 print(
"glGetTextureLevelParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
8422 print(
"glGetTextureParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8430 print(
"glGetTextureParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8438 print(
"glGetTextureParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8446 print(
"glGetTextureParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8454 print(
"glGetTextureParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8462 print(
"glGetTextureParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8470 print(
"glGetTextureParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8478 print(
"glGetTextureParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8486 print(
"glGetTextureParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8494 print(
"glGetTextureParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8502 print(
"glGetTextureParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
8510 print(
"glGetTextureParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8518 print(
"glGetTextureParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8526 print(
"glGetTextureParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8534 print(
"glGetTextureParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8542 print(
"glGetTextureParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8550 print(
"glGetTextureSamplerHandleARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
8556 public void glGetTextureSubImage(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
int arg10,java.nio.Buffer arg11)
8559 print(
"glGetTextureSubImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg11+
")");
8560 downstreamGL4bc.
glGetTextureSubImage(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
8564 public void glGetTransformFeedbackVarying(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4,java.nio.IntBuffer arg5,java.nio.ByteBuffer arg6)
8567 print(
"glGetTransformFeedbackVarying("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
", "+
"<java.nio.ByteBuffer> "+arg6+
")");
8572 public void glGetTransformFeedbackVarying(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8,
byte[] arg9,
int arg10)
8575 print(
"glGetTransformFeedbackVarying("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
")");
8576 downstreamGL4bc.
glGetTransformFeedbackVarying(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
8583 print(
"glGetTransformFeedbacki64_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8591 print(
"glGetTransformFeedbacki64_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
8599 print(
"glGetTransformFeedbacki_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8607 print(
"glGetTransformFeedbacki_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8615 print(
"glGetTransformFeedbackiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8623 print(
"glGetTransformFeedbackiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8631 print(
"glGetUniformBlockIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
8640 print(
"glGetUniformBufferSizeEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
8649 print(
"glGetUniformIndices("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8657 print(
"glGetUniformIndices("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8665 print(
"glGetUniformLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
8674 print(
"glGetUniformLocationARB("+
"<long> "+arg0+
", "+
"<java.lang.String> "+arg1+
")");
8683 print(
"glGetUniformOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
8692 print(
"glGetUniformSubroutineuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8700 print(
"glGetUniformSubroutineuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8708 print(
"glGetUniformdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
8716 print(
"glGetUniformdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8724 print(
"glGetUniformfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8732 print(
"glGetUniformfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8740 print(
"glGetUniformfvARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8748 print(
"glGetUniformfvARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8756 print(
"glGetUniformi64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8764 print(
"glGetUniformi64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8772 print(
"glGetUniformi64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8780 print(
"glGetUniformi64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8788 print(
"glGetUniformiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8796 print(
"glGetUniformiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8804 print(
"glGetUniformivARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8812 print(
"glGetUniformivARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8820 print(
"glGetUniformui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8828 print(
"glGetUniformui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8836 print(
"glGetUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8844 print(
"glGetUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8852 print(
"glGetUniformuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8860 print(
"glGetUniformuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8868 print(
"glGetUnsignedBytei_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
8876 print(
"glGetUnsignedBytei_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8884 print(
"glGetUnsignedBytevEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
8892 print(
"glGetUnsignedBytevEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
8900 print(
"glGetVariantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
8908 print(
"glGetVariantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8916 print(
"glGetVariantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8924 print(
"glGetVariantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8932 print(
"glGetVariantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8940 print(
"glGetVariantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8948 print(
"glGetVertexArrayIndexed64iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8956 print(
"glGetVertexArrayIndexed64iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
8964 print(
"glGetVertexArrayIndexediv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8972 print(
"glGetVertexArrayIndexediv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8980 print(
"glGetVertexArrayIntegeri_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8988 print(
"glGetVertexArrayIntegeri_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8996 print(
"glGetVertexArrayIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9004 print(
"glGetVertexArrayIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9012 print(
"glGetVertexArrayPointeri_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg3+
")");
9020 print(
"glGetVertexArrayPointervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
")");
9028 print(
"glGetVertexArrayiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9036 print(
"glGetVertexArrayiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9044 print(
"glGetVertexAttribIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9052 print(
"glGetVertexAttribIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9060 print(
"glGetVertexAttribIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9068 print(
"glGetVertexAttribIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9076 print(
"glGetVertexAttribLdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
9084 print(
"glGetVertexAttribLdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9092 print(
"glGetVertexAttribLi64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
9100 print(
"glGetVertexAttribLi64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9108 print(
"glGetVertexAttribLui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9116 print(
"glGetVertexAttribLui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
9124 print(
"glGetVertexAttribLui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
9132 print(
"glGetVertexAttribLui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9140 print(
"glGetVertexAttribdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
9148 print(
"glGetVertexAttribdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9156 print(
"glGetVertexAttribdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9164 print(
"glGetVertexAttribdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
9172 print(
"glGetVertexAttribfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9180 print(
"glGetVertexAttribfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
9188 print(
"glGetVertexAttribfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
9196 print(
"glGetVertexAttribfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9204 print(
"glGetVertexAttribiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9212 print(
"glGetVertexAttribiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9220 print(
"glGetVertexAttribivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9228 print(
"glGetVertexAttribivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9236 print(
"glGetVideoCaptureStreamdvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
9244 print(
"glGetVideoCaptureStreamdvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9252 print(
"glGetVideoCaptureStreamfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9260 print(
"glGetVideoCaptureStreamfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
9268 print(
"glGetVideoCaptureStreamivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9276 print(
"glGetVideoCaptureStreamivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
9284 print(
"glGetVideoCaptureivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9292 print(
"glGetVideoCaptureivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9300 print(
"glGetVkProcAddrNV("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9309 print(
"glGetVkProcAddrNV("+
"<java.nio.ByteBuffer> "+arg0+
")");
9318 print(
"glGetnColorTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
9326 print(
"glGetnCompressedTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
9334 print(
"glGetnConvolutionFilter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
9339 public void glGetnHistogram(
int arg0,
boolean arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
9342 print(
"glGetnHistogram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
9347 public void glGetnMapdv(
int arg0,
int arg1,
int arg2,
double[] arg3,
int arg4)
9350 print(
"glGetnMapdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9351 downstreamGL4bc.
glGetnMapdv(arg0,arg1,arg2,arg3,arg4);
9355 public void glGetnMapdv(
int arg0,
int arg1,
int arg2,java.nio.DoubleBuffer arg3)
9358 print(
"glGetnMapdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
9363 public void glGetnMapfv(
int arg0,
int arg1,
int arg2,
float[] arg3,
int arg4)
9366 print(
"glGetnMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9367 downstreamGL4bc.
glGetnMapfv(arg0,arg1,arg2,arg3,arg4);
9371 public void glGetnMapfv(
int arg0,
int arg1,
int arg2,java.nio.FloatBuffer arg3)
9374 print(
"glGetnMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
9379 public void glGetnMapiv(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3)
9382 print(
"glGetnMapiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
9387 public void glGetnMapiv(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
9390 print(
"glGetnMapiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9391 downstreamGL4bc.
glGetnMapiv(arg0,arg1,arg2,arg3,arg4);
9395 public void glGetnMinmax(
int arg0,
boolean arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
9398 print(
"glGetnMinmax("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
9399 downstreamGL4bc.
glGetnMinmax(arg0,arg1,arg2,arg3,arg4,arg5);
9406 print(
"glGetnPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
9414 print(
"glGetnPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9422 print(
"glGetnPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9430 print(
"glGetnPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9438 print(
"glGetnPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9446 print(
"glGetnPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
9454 print(
"glGetnPolygonStipple("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9462 print(
"glGetnPolygonStipple("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
9467 public void glGetnSeparableFilter(
int arg0,
int arg1,
int arg2,
int arg3,java.nio.Buffer arg4,
int arg5,java.nio.Buffer arg6,java.nio.Buffer arg7)
9470 print(
"glGetnSeparableFilter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
", "+
"<java.nio.Buffer> "+arg7+
")");
9475 public void glGetnTexImage(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
9478 print(
"glGetnTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
9486 print(
"glGetnUniformdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
9494 print(
"glGetnUniformdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9502 print(
"glGetnUniformfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9510 print(
"glGetnUniformfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
9518 print(
"glGetnUniformi64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9526 print(
"glGetnUniformi64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
9534 print(
"glGetnUniformiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
9542 print(
"glGetnUniformiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9550 print(
"glGetnUniformui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
9558 print(
"glGetnUniformui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9566 print(
"glGetnUniformuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
9574 print(
"glGetnUniformuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
9582 print(
"glHint("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9583 downstreamGL4bc.
glHint(arg0,arg1);
9590 print(
"glHistogram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
")");
9598 print(
"glImportMemoryFdEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9606 print(
"glImportMemoryWin32HandleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
9614 print(
"glImportMemoryWin32NameEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
9622 print(
"glImportSemaphoreFdEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9630 print(
"glImportSemaphoreWin32HandleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
9638 print(
"glImportSemaphoreWin32NameEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
9646 print(
"glImportSyncEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9655 print(
"glIndexFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9663 print(
"glIndexFuncEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
9671 print(
"glIndexMask("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9679 print(
"glIndexMaterialEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9687 print(
"glIndexPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
9695 print(
"glIndexd("+
"<double> "+arg0+
")");
9703 print(
"glIndexdv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
9711 print(
"glIndexdv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9719 print(
"glIndexf("+
"<float> "+arg0+
")");
9727 print(
"glIndexfv("+
"<java.nio.FloatBuffer> "+arg0+
")");
9735 print(
"glIndexfv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9743 print(
"glIndexi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9751 print(
"glIndexiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9759 print(
"glIndexiv("+
"<java.nio.IntBuffer> "+arg0+
")");
9767 print(
"glIndexs("+
"<short> "+arg0+
")");
9775 print(
"glIndexsv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9783 print(
"glIndexsv("+
"<java.nio.ShortBuffer> "+arg0+
")");
9791 print(
"glIndexub("+
"<byte> "+arg0+
")");
9799 print(
"glIndexubv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9807 print(
"glIndexubv("+
"<java.nio.ByteBuffer> "+arg0+
")");
9815 print(
"glInitNames("+
")");
9823 print(
"glInsertComponentEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9831 print(
"glInterleavedArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
9839 print(
"glInterleavedArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
9847 print(
"glInvalidateBufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9855 print(
"glInvalidateBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
9863 print(
"glInvalidateFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9871 print(
"glInvalidateFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9879 print(
"glInvalidateNamedFramebufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9887 print(
"glInvalidateNamedFramebufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9895 print(
"glInvalidateNamedFramebufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
9903 print(
"glInvalidateNamedFramebufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
9911 print(
"glInvalidateSubFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
9919 print(
"glInvalidateSubFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
9927 print(
"glInvalidateTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9935 print(
"glInvalidateTexSubImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
9943 print(
"glIsBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9944 boolean _res = downstreamGL4bc.
glIsBuffer(arg0);
9952 print(
"glIsBufferResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9961 print(
"glIsCommandListNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9970 print(
"glIsEnabled("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9979 print(
"glIsEnabledIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9988 print(
"glIsEnabledi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9989 boolean _res = downstreamGL4bc.
glIsEnabledi(arg0,arg1);
9997 print(
"glIsFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10006 print(
"glIsImageHandleResidentARB("+
"<long> "+arg0+
")");
10015 print(
"glIsList("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10016 boolean _res = downstreamGL4bc.
glIsList(arg0);
10024 print(
"glIsMemoryObjectEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10033 print(
"glIsNameAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10034 boolean _res = downstreamGL4bc.
glIsNameAMD(arg0,arg1);
10042 print(
"glIsNamedBufferResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10051 print(
"glIsNamedStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
10060 print(
"glIsOcclusionQueryNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10069 print(
"glIsProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10070 boolean _res = downstreamGL4bc.
glIsProgram(arg0);
10078 print(
"glIsProgramARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10087 print(
"glIsProgramPipeline("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10096 print(
"glIsQuery("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10097 boolean _res = downstreamGL4bc.
glIsQuery(arg0);
10105 print(
"glIsRenderbuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10114 print(
"glIsSampler("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10115 boolean _res = downstreamGL4bc.
glIsSampler(arg0);
10123 print(
"glIsSemaphoreEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10132 print(
"glIsShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10133 boolean _res = downstreamGL4bc.
glIsShader(arg0);
10141 print(
"glIsStateNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10142 boolean _res = downstreamGL4bc.
glIsStateNV(arg0);
10150 print(
"glIsSync("+
"<long> "+arg0+
")");
10151 boolean _res = downstreamGL4bc.
glIsSync(arg0);
10159 print(
"glIsTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10160 boolean _res = downstreamGL4bc.
glIsTexture(arg0);
10168 print(
"glIsTextureHandleResidentARB("+
"<long> "+arg0+
")");
10177 print(
"glIsTransformFeedback("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10186 print(
"glIsTransformFeedbackNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10195 print(
"glIsVariantEnabledEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10204 print(
"glIsVertexArray("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10213 print(
"glIsVertexAttribEnabledAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10219 public 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)
10222 print(
"glLGPUCopyImageSubDataNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg12).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg13).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg14).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg15).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg16).toUpperCase()+
")");
10223 downstreamGL4bc.
glLGPUCopyImageSubDataNVX(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16);
10230 print(
"glLGPUInterlockNVX("+
")");
10238 print(
"glLGPUNamedBufferSubDataNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<java.nio.Buffer> "+arg4+
")");
10246 print(
"glLightModelf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
10254 print(
"glLightModelfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10262 print(
"glLightModelfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
10270 print(
"glLightModeli("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10278 print(
"glLightModeliv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10286 print(
"glLightModeliv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
10294 print(
"glLightf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
10295 downstreamGL4bc.
glLightf(arg0,arg1,arg2);
10302 print(
"glLightfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10303 downstreamGL4bc.
glLightfv(arg0,arg1,arg2,arg3);
10307 public void glLightfv(
int arg0,
int arg1,java.nio.FloatBuffer arg2)
10310 print(
"glLightfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
10311 downstreamGL4bc.
glLightfv(arg0,arg1,arg2);
10318 print(
"glLighti("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10319 downstreamGL4bc.
glLighti(arg0,arg1,arg2);
10326 print(
"glLightiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10327 downstreamGL4bc.
glLightiv(arg0,arg1,arg2,arg3);
10331 public void glLightiv(
int arg0,
int arg1,java.nio.IntBuffer arg2)
10334 print(
"glLightiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
10335 downstreamGL4bc.
glLightiv(arg0,arg1,arg2);
10342 print(
"glLineStipple("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
10350 print(
"glLineWidth("+
"<float> "+arg0+
")");
10358 print(
"glLinkProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10366 print(
"glLinkProgramARB("+
"<long> "+arg0+
")");
10374 print(
"glListBase("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10379 public 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)
10382 print(
"glListDrawCommandsStatesClientNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
10390 print(
"glListDrawCommandsStatesClientNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
")");
10398 print(
"glLoadIdentity("+
")");
10406 print(
"glLoadMatrixd("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10414 print(
"glLoadMatrixd("+
"<java.nio.DoubleBuffer> "+arg0+
")");
10422 print(
"glLoadMatrixf("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10430 print(
"glLoadMatrixf("+
"<java.nio.FloatBuffer> "+arg0+
")");
10438 print(
"glLoadName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10446 print(
"glLoadTransposeMatrixd("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10454 print(
"glLoadTransposeMatrixd("+
"<java.nio.DoubleBuffer> "+arg0+
")");
10462 print(
"glLoadTransposeMatrixf("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10470 print(
"glLoadTransposeMatrixf("+
"<java.nio.FloatBuffer> "+arg0+
")");
10478 print(
"glLockArraysEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10486 print(
"glLogicOp("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10494 print(
"glMakeBufferNonResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10502 print(
"glMakeBufferResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10510 print(
"glMakeImageHandleNonResidentARB("+
"<long> "+arg0+
")");
10518 print(
"glMakeImageHandleResidentARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10526 print(
"glMakeNamedBufferNonResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10534 print(
"glMakeNamedBufferResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10542 print(
"glMakeTextureHandleNonResidentARB("+
"<long> "+arg0+
")");
10550 print(
"glMakeTextureHandleResidentARB("+
"<long> "+arg0+
")");
10555 public void glMap1d(
int arg0,
double arg1,
double arg2,
int arg3,
int arg4,java.nio.DoubleBuffer arg5)
10558 print(
"glMap1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg5+
")");
10559 downstreamGL4bc.
glMap1d(arg0,arg1,arg2,arg3,arg4,arg5);
10563 public void glMap1d(
int arg0,
double arg1,
double arg2,
int arg3,
int arg4,
double[] arg5,
int arg6)
10566 print(
"glMap1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
10567 downstreamGL4bc.
glMap1d(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
10571 public void glMap1f(
int arg0,
float arg1,
float arg2,
int arg3,
int arg4,java.nio.FloatBuffer arg5)
10574 print(
"glMap1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg5+
")");
10575 downstreamGL4bc.
glMap1f(arg0,arg1,arg2,arg3,arg4,arg5);
10579 public void glMap1f(
int arg0,
float arg1,
float arg2,
int arg3,
int arg4,
float[] arg5,
int arg6)
10582 print(
"glMap1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
10583 downstreamGL4bc.
glMap1f(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
10587 public void glMap2d(
int arg0,
double arg1,
double arg2,
int arg3,
int arg4,
double arg5,
double arg6,
int arg7,
int arg8,java.nio.DoubleBuffer arg9)
10590 print(
"glMap2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<double> "+arg5+
", "+
"<double> "+arg6+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg9+
")");
10591 downstreamGL4bc.
glMap2d(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
10595 public void glMap2d(
int arg0,
double arg1,
double arg2,
int arg3,
int arg4,
double arg5,
double arg6,
int arg7,
int arg8,
double[] arg9,
int arg10)
10598 print(
"glMap2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<double> "+arg5+
", "+
"<double> "+arg6+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
")");
10599 downstreamGL4bc.
glMap2d(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
10603 public void glMap2f(
int arg0,
float arg1,
float arg2,
int arg3,
int arg4,
float arg5,
float arg6,
int arg7,
int arg8,java.nio.FloatBuffer arg9)
10606 print(
"glMap2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<float> "+arg5+
", "+
"<float> "+arg6+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg9+
")");
10607 downstreamGL4bc.
glMap2f(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
10611 public void glMap2f(
int arg0,
float arg1,
float arg2,
int arg3,
int arg4,
float arg5,
float arg6,
int arg7,
int arg8,
float[] arg9,
int arg10)
10614 print(
"glMap2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<float> "+arg5+
", "+
"<float> "+arg6+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
")");
10615 downstreamGL4bc.
glMap2f(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
10622 print(
"glMapBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10623 java.nio.ByteBuffer _res = downstreamGL4bc.
glMapBuffer(arg0,arg1);
10631 print(
"glMapBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10632 java.nio.ByteBuffer _res = downstreamGL4bc.
glMapBufferRange(arg0,arg1,arg2,arg3);
10637 public void glMapControlPointsNV(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
boolean arg7,java.nio.Buffer arg8)
10640 print(
"glMapControlPointsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<boolean> "+arg7+
", "+
"<java.nio.Buffer> "+arg8+
")");
10648 print(
"glMapGrid1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
10656 print(
"glMapGrid1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
10661 public void glMapGrid2d(
int arg0,
double arg1,
double arg2,
int arg3,
double arg4,
double arg5)
10664 print(
"glMapGrid2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
10665 downstreamGL4bc.
glMapGrid2d(arg0,arg1,arg2,arg3,arg4,arg5);
10669 public void glMapGrid2f(
int arg0,
float arg1,
float arg2,
int arg3,
float arg4,
float arg5)
10672 print(
"glMapGrid2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
10673 downstreamGL4bc.
glMapGrid2f(arg0,arg1,arg2,arg3,arg4,arg5);
10680 print(
"glMapNamedBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10689 print(
"glMapNamedBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10698 print(
"glMapNamedBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10707 print(
"glMapNamedBufferRangeEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10716 print(
"glMapParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
10724 print(
"glMapParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10732 print(
"glMapParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10740 print(
"glMapParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
10745 public java.nio.ByteBuffer
glMapTexture2DINTEL(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6)
10748 print(
"glMapTexture2DINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
10749 java.nio.ByteBuffer _res = downstreamGL4bc.
glMapTexture2DINTEL(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
10754 public java.nio.ByteBuffer
glMapTexture2DINTEL(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4)
10757 print(
"glMapTexture2DINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
10758 java.nio.ByteBuffer _res = downstreamGL4bc.
glMapTexture2DINTEL(arg0,arg1,arg2,arg3,arg4);
10766 print(
"glMapVertexAttrib1dAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
10774 print(
"glMapVertexAttrib1dAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg6+
")");
10782 print(
"glMapVertexAttrib1fAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg6+
")");
10790 print(
"glMapVertexAttrib1fAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
10795 public 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)
10798 print(
"glMapVertexAttrib2dAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<double> "+arg6+
", "+
"<double> "+arg7+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg10+
")");
10799 downstreamGL4bc.
glMapVertexAttrib2dAPPLE(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
10803 public void glMapVertexAttrib2dAPPLE(
int arg0,
int arg1,
double arg2,
double arg3,
int arg4,
int arg5,
double arg6,
double arg7,
int arg8,
int arg9,
double[] arg10,
int arg11)
10806 print(
"glMapVertexAttrib2dAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<double> "+arg6+
", "+
"<double> "+arg7+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
")");
10807 downstreamGL4bc.
glMapVertexAttrib2dAPPLE(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
10811 public 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)
10814 print(
"glMapVertexAttrib2fAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<float> "+arg6+
", "+
"<float> "+arg7+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg10+
")");
10815 downstreamGL4bc.
glMapVertexAttrib2fAPPLE(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
10819 public void glMapVertexAttrib2fAPPLE(
int arg0,
int arg1,
float arg2,
float arg3,
int arg4,
int arg5,
float arg6,
float arg7,
int arg8,
int arg9,
float[] arg10,
int arg11)
10822 print(
"glMapVertexAttrib2fAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<float> "+arg6+
", "+
"<float> "+arg7+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
")");
10823 downstreamGL4bc.
glMapVertexAttrib2fAPPLE(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
10830 print(
"glMaterialf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
10838 print(
"glMaterialfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10846 print(
"glMaterialfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
10854 print(
"glMateriali("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10862 print(
"glMaterialiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10870 print(
"glMaterialiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
10875 public void glMatrixFrustumEXT(
int arg0,
double arg1,
double arg2,
double arg3,
double arg4,
double arg5,
double arg6)
10878 print(
"glMatrixFrustumEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
", "+
"<double> "+arg6+
")");
10886 print(
"glMatrixIndexPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
10894 print(
"glMatrixIndexPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
10902 print(
"glMatrixIndexubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
10910 print(
"glMatrixIndexubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10918 print(
"glMatrixIndexuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
10926 print(
"glMatrixIndexuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10934 print(
"glMatrixIndexusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10942 print(
"glMatrixIndexusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
10950 print(
"glMatrixLoadIdentityEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10958 print(
"glMatrixLoadTransposedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10966 print(
"glMatrixLoadTransposedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
10974 print(
"glMatrixLoadTransposefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
10982 print(
"glMatrixLoadTransposefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10990 print(
"glMatrixLoaddEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
10998 print(
"glMatrixLoaddEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11006 print(
"glMatrixLoadfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11014 print(
"glMatrixLoadfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11022 print(
"glMatrixMode("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
11030 print(
"glMatrixMultTransposedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11038 print(
"glMatrixMultTransposedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11046 print(
"glMatrixMultTransposefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11054 print(
"glMatrixMultTransposefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11062 print(
"glMatrixMultdEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11070 print(
"glMatrixMultdEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11078 print(
"glMatrixMultfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11086 print(
"glMatrixMultfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11091 public void glMatrixOrthoEXT(
int arg0,
double arg1,
double arg2,
double arg3,
double arg4,
double arg5,
double arg6)
11094 print(
"glMatrixOrthoEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
", "+
"<double> "+arg6+
")");
11102 print(
"glMatrixPopEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
11110 print(
"glMatrixPushEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
11118 print(
"glMatrixRotatedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
11126 print(
"glMatrixRotatefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
11134 print(
"glMatrixScaledEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
11142 print(
"glMatrixScalefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
11150 print(
"glMatrixTranslatedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
11158 print(
"glMatrixTranslatefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
11166 print(
"glMaxShaderCompilerThreadsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
11174 print(
"glMaxShaderCompilerThreadsKHR("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
11182 print(
"glMemoryBarrier("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
11190 print(
"glMemoryBarrierByRegion("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
11198 print(
"glMemoryObjectParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11206 print(
"glMemoryObjectParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
11214 print(
"glMinSampleShading("+
"<float> "+arg0+
")");
11222 print(
"glMinmax("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
")");
11223 downstreamGL4bc.
glMinmax(arg0,arg1,arg2);
11230 print(
"glMultMatrixd("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
11238 print(
"glMultMatrixd("+
"<java.nio.DoubleBuffer> "+arg0+
")");
11246 print(
"glMultMatrixf("+
"<java.nio.FloatBuffer> "+arg0+
")");
11254 print(
"glMultMatrixf("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
11262 print(
"glMultTransposeMatrixd("+
"<java.nio.DoubleBuffer> "+arg0+
")");
11270 print(
"glMultTransposeMatrixd("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
11278 print(
"glMultTransposeMatrixf("+
"<java.nio.FloatBuffer> "+arg0+
")");
11286 print(
"glMultTransposeMatrixf("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
11294 print(
"glMultiDrawArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11302 print(
"glMultiDrawArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
11310 print(
"glMultiDrawArraysIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11318 print(
"glMultiDrawArraysIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11326 print(
"glMultiDrawArraysIndirectAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11334 print(
"glMultiDrawArraysIndirectBindlessCountNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
11342 print(
"glMultiDrawArraysIndirectBindlessNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
11350 print(
"glMultiDrawArraysIndirectCount("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
11355 public void glMultiDrawElements(
int arg0,java.nio.IntBuffer arg1,
int arg2,com.jogamp.common.nio.PointerBuffer arg3,
int arg4)
11358 print(
"glMultiDrawElements("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
11366 print(
"glMultiDrawElementsBaseVertex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg5+
")");
11374 print(
"glMultiDrawElementsIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
11382 print(
"glMultiDrawElementsIndirectAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
11390 print(
"glMultiDrawElementsIndirectBindlessCountNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
11398 print(
"glMultiDrawElementsIndirectBindlessNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
11406 print(
"glMultiDrawElementsIndirectCount("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
11414 print(
"glMultiDrawMeshTasksIndirectCountNV("+
"<long> "+arg0+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11422 print(
"glMultiDrawMeshTasksIndirectNV("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11430 print(
"glMultiTexBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11438 print(
"glMultiTexCoord1bOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
")");
11446 print(
"glMultiTexCoord1bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11454 print(
"glMultiTexCoord1bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
11462 print(
"glMultiTexCoord1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
11470 print(
"glMultiTexCoord1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11478 print(
"glMultiTexCoord1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11486 print(
"glMultiTexCoord1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
11494 print(
"glMultiTexCoord1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11502 print(
"glMultiTexCoord1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11510 print(
"glMultiTexCoord1h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
11518 print(
"glMultiTexCoord1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11526 print(
"glMultiTexCoord1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11534 print(
"glMultiTexCoord1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
11542 print(
"glMultiTexCoord1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11550 print(
"glMultiTexCoord1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
11558 print(
"glMultiTexCoord1s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
11566 print(
"glMultiTexCoord1sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11574 print(
"glMultiTexCoord1sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11582 print(
"glMultiTexCoord2bOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
11590 print(
"glMultiTexCoord2bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11598 print(
"glMultiTexCoord2bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
11606 print(
"glMultiTexCoord2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
11614 print(
"glMultiTexCoord2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11622 print(
"glMultiTexCoord2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11630 print(
"glMultiTexCoord2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
11638 print(
"glMultiTexCoord2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11646 print(
"glMultiTexCoord2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11654 print(
"glMultiTexCoord2h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
11662 print(
"glMultiTexCoord2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11670 print(
"glMultiTexCoord2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11678 print(
"glMultiTexCoord2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11686 print(
"glMultiTexCoord2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
11694 print(
"glMultiTexCoord2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11702 print(
"glMultiTexCoord2s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
11710 print(
"glMultiTexCoord2sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11718 print(
"glMultiTexCoord2sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11726 print(
"glMultiTexCoord3bOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
11734 print(
"glMultiTexCoord3bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
11742 print(
"glMultiTexCoord3bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11750 print(
"glMultiTexCoord3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
11758 print(
"glMultiTexCoord3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11766 print(
"glMultiTexCoord3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11774 print(
"glMultiTexCoord3f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
11782 print(
"glMultiTexCoord3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11790 print(
"glMultiTexCoord3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11798 print(
"glMultiTexCoord3h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
11806 print(
"glMultiTexCoord3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11814 print(
"glMultiTexCoord3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11822 print(
"glMultiTexCoord3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11830 print(
"glMultiTexCoord3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11838 print(
"glMultiTexCoord3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
11846 print(
"glMultiTexCoord3s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
11854 print(
"glMultiTexCoord3sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11862 print(
"glMultiTexCoord3sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11870 print(
"glMultiTexCoord4bOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
", "+
"<byte> "+arg4+
")");
11878 print(
"glMultiTexCoord4bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
11886 print(
"glMultiTexCoord4bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11894 print(
"glMultiTexCoord4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
11902 print(
"glMultiTexCoord4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11910 print(
"glMultiTexCoord4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11918 print(
"glMultiTexCoord4f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
11926 print(
"glMultiTexCoord4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11934 print(
"glMultiTexCoord4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11942 print(
"glMultiTexCoord4h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
11950 print(
"glMultiTexCoord4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11958 print(
"glMultiTexCoord4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11966 print(
"glMultiTexCoord4i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
11974 print(
"glMultiTexCoord4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
11982 print(
"glMultiTexCoord4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11990 print(
"glMultiTexCoord4s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
11998 print(
"glMultiTexCoord4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
12006 print(
"glMultiTexCoord4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12014 print(
"glMultiTexCoordP1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12022 print(
"glMultiTexCoordP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12030 print(
"glMultiTexCoordP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
12038 print(
"glMultiTexCoordP2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12046 print(
"glMultiTexCoordP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
12054 print(
"glMultiTexCoordP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12062 print(
"glMultiTexCoordP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12070 print(
"glMultiTexCoordP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12078 print(
"glMultiTexCoordP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
12086 print(
"glMultiTexCoordP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12094 print(
"glMultiTexCoordP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
12102 print(
"glMultiTexCoordP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12110 print(
"glMultiTexCoordPointerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
12118 print(
"glMultiTexEnvfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
")");
12126 print(
"glMultiTexEnvfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12134 print(
"glMultiTexEnvfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12142 print(
"glMultiTexEnviEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12150 print(
"glMultiTexEnvivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12158 print(
"glMultiTexEnvivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12166 print(
"glMultiTexGendEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<double> "+arg3+
")");
12174 print(
"glMultiTexGendvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12182 print(
"glMultiTexGendvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
12190 print(
"glMultiTexGenfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
")");
12198 print(
"glMultiTexGenfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12206 print(
"glMultiTexGenfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12214 print(
"glMultiTexGeniEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12222 print(
"glMultiTexGenivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12230 print(
"glMultiTexGenivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12235 public void glMultiTexImage1DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
12238 print(
"glMultiTexImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
12243 public void glMultiTexImage2DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,java.nio.Buffer arg9)
12246 print(
"glMultiTexImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
12251 public 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)
12254 print(
"glMultiTexImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg10+
")");
12255 downstreamGL4bc.
glMultiTexImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
12262 print(
"glMultiTexParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12270 print(
"glMultiTexParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12278 print(
"glMultiTexParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12286 print(
"glMultiTexParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12294 print(
"glMultiTexParameterfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
")");
12302 print(
"glMultiTexParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12310 print(
"glMultiTexParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12318 print(
"glMultiTexParameteriEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12326 print(
"glMultiTexParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12334 print(
"glMultiTexParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12342 print(
"glMultiTexRenderbufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12350 print(
"glMultiTexSubImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg7+
")");
12355 public void glMultiTexSubImage2DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,java.nio.Buffer arg9)
12358 print(
"glMultiTexSubImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
12363 public void glMultiTexSubImage3DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
int arg10,java.nio.Buffer arg11)
12366 print(
"glMultiTexSubImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg11+
")");
12367 downstreamGL4bc.
glMultiTexSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
12374 print(
"glMulticastBarrierNV("+
")");
12379 public 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)
12382 print(
"glMulticastBlitFramebufferNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
")");
12383 downstreamGL4bc.
glMulticastBlitFramebufferNV(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
12390 print(
"glMulticastBufferSubDataNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<java.nio.Buffer> "+arg4+
")");
12398 print(
"glMulticastCopyBufferSubDataNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
", "+
"<long> "+arg6+
")");
12403 public 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)
12406 print(
"glMulticastCopyImageSubDataNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg11).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg12).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg13).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg14).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg15).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg16).toUpperCase()+
")");
12407 downstreamGL4bc.
glMulticastCopyImageSubDataNV(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16);
12414 print(
"glMulticastFramebufferSampleLocationsfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
12422 print(
"glMulticastFramebufferSampleLocationsfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
12430 print(
"glMulticastGetQueryObjecti64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12438 print(
"glMulticastGetQueryObjecti64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
12446 print(
"glMulticastGetQueryObjectivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12454 print(
"glMulticastGetQueryObjectivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12462 print(
"glMulticastGetQueryObjectui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
12470 print(
"glMulticastGetQueryObjectui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12478 print(
"glMulticastGetQueryObjectuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12486 print(
"glMulticastGetQueryObjectuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12494 print(
"glMulticastScissorArrayvNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12502 print(
"glMulticastScissorArrayvNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12510 print(
"glMulticastViewportArrayvNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12518 print(
"glMulticastViewportArrayvNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12526 print(
"glMulticastViewportPositionWScaleNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
12534 print(
"glMulticastWaitSyncNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12542 print(
"glNamedBufferAttachMemoryNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
12550 print(
"glNamedBufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12558 print(
"glNamedBufferDataEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12566 print(
"glNamedBufferPageCommitmentARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<boolean> "+arg3+
")");
12574 print(
"glNamedBufferPageCommitmentEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<boolean> "+arg3+
")");
12582 print(
"glNamedBufferPageCommitmentMemNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
", "+
"<boolean> "+arg5+
")");
12590 print(
"glNamedBufferStorage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12598 print(
"glNamedBufferStorageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12606 print(
"glNamedBufferStorageExternalEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12614 print(
"glNamedBufferStorageMemEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
12622 print(
"glNamedBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
12630 print(
"glNamedBufferSubDataEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
12638 print(
"glNamedCopyBufferSubDataEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
12646 print(
"glNamedFramebufferDrawBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12654 print(
"glNamedFramebufferDrawBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12662 print(
"glNamedFramebufferDrawBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
12670 print(
"glNamedFramebufferParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12678 print(
"glNamedFramebufferReadBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12686 print(
"glNamedFramebufferRenderbuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12694 print(
"glNamedFramebufferRenderbufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12702 print(
"glNamedFramebufferSampleLocationsfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12710 print(
"glNamedFramebufferSampleLocationsfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12718 print(
"glNamedFramebufferSampleLocationsfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12726 print(
"glNamedFramebufferSampleLocationsfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12734 print(
"glNamedFramebufferSamplePositionsfvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12742 print(
"glNamedFramebufferSamplePositionsfvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12750 print(
"glNamedFramebufferTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12758 print(
"glNamedFramebufferTexture1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12766 print(
"glNamedFramebufferTexture2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12774 print(
"glNamedFramebufferTexture3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
12782 print(
"glNamedFramebufferTextureEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12790 print(
"glNamedFramebufferTextureFaceEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12798 print(
"glNamedFramebufferTextureLayer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12806 print(
"glNamedFramebufferTextureLayerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12814 print(
"glNamedFramebufferTextureMultiviewOVR("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
12822 print(
"glNamedProgramLocalParameter4dEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
", "+
"<double> "+arg6+
")");
12830 print(
"glNamedProgramLocalParameter4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
12838 print(
"glNamedProgramLocalParameter4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12846 print(
"glNamedProgramLocalParameter4fEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
", "+
"<float> "+arg6+
")");
12854 print(
"glNamedProgramLocalParameter4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12862 print(
"glNamedProgramLocalParameter4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12870 print(
"glNamedProgramLocalParameterI4iEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
12878 print(
"glNamedProgramLocalParameterI4ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12886 print(
"glNamedProgramLocalParameterI4ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12894 print(
"glNamedProgramLocalParameterI4uiEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
12902 print(
"glNamedProgramLocalParameterI4uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12910 print(
"glNamedProgramLocalParameterI4uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12918 print(
"glNamedProgramLocalParameters4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
12926 print(
"glNamedProgramLocalParameters4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
12934 print(
"glNamedProgramLocalParametersI4ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
12942 print(
"glNamedProgramLocalParametersI4ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
12950 print(
"glNamedProgramLocalParametersI4uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
12958 print(
"glNamedProgramLocalParametersI4uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
12966 print(
"glNamedProgramStringEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
12974 print(
"glNamedRenderbufferStorage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12982 print(
"glNamedRenderbufferStorageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12990 print(
"glNamedRenderbufferStorageMultisample("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
12998 print(
"glNamedRenderbufferStorageMultisampleAdvancedAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
13006 print(
"glNamedRenderbufferStorageMultisampleCoverageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
13014 print(
"glNamedRenderbufferStorageMultisampleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
13019 public void glNamedStringARB(
int arg0,
int arg1,java.lang.String arg2,
int arg3,java.lang.String arg4)
13022 print(
"glNamedStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.lang.String> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.lang.String> "+arg4+
")");
13030 print(
"glNewList("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13038 print(
"glNormal3b("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
13046 print(
"glNormal3bv("+
"<java.nio.ByteBuffer> "+arg0+
")");
13054 print(
"glNormal3bv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13062 print(
"glNormal3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
13070 print(
"glNormal3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
13078 print(
"glNormal3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13086 print(
"glNormal3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
13094 print(
"glNormal3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13102 print(
"glNormal3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
13110 print(
"glNormal3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
13118 print(
"glNormal3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13126 print(
"glNormal3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
13134 print(
"glNormal3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13142 print(
"glNormal3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13150 print(
"glNormal3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
13158 print(
"glNormal3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
13166 print(
"glNormal3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
13174 print(
"glNormal3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13182 print(
"glNormalFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13190 print(
"glNormalP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13198 print(
"glNormalP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
13206 print(
"glNormalP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13214 print(
"glNormalPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
13222 print(
"glNormalPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
13230 print(
"glNormalPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
13238 print(
"glObjectLabel("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
13246 print(
"glObjectLabel("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
13254 print(
"glObjectPtrLabel("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13262 print(
"glObjectPtrLabel("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
13270 print(
"glObjectPurgeableAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13279 print(
"glObjectUnpurgeableAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13285 public void glOrtho(
double arg0,
double arg1,
double arg2,
double arg3,
double arg4,
double arg5)
13288 print(
"glOrtho("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
13289 downstreamGL4bc.
glOrtho(arg0,arg1,arg2,arg3,arg4,arg5);
13293 public void glOrthof(
float arg0,
float arg1,
float arg2,
float arg3,
float arg4,
float arg5)
13296 print(
"glOrthof("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
13297 downstreamGL4bc.
glOrthof(arg0,arg1,arg2,arg3,arg4,arg5);
13304 print(
"glPNTrianglesfATI("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
13312 print(
"glPNTrianglesiATI("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13320 print(
"glPassThrough("+
"<float> "+arg0+
")");
13328 print(
"glPatchParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
13336 print(
"glPatchParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13344 print(
"glPatchParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13352 print(
"glPauseTransformFeedback("+
")");
13360 print(
"glPauseTransformFeedbackNV("+
")");
13368 print(
"glPixelDataRangeNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
13376 print(
"glPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
13384 print(
"glPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13392 print(
"glPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
13400 print(
"glPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13408 print(
"glPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
13416 print(
"glPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
13424 print(
"glPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13432 print(
"glPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
13440 print(
"glPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
13448 print(
"glPixelStoref("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
13456 print(
"glPixelStorei("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13464 print(
"glPixelTransferf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
13472 print(
"glPixelTransferi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13480 print(
"glPixelTransformParameterfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
13488 print(
"glPixelTransformParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
13496 print(
"glPixelTransformParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13504 print(
"glPixelTransformParameteriEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13512 print(
"glPixelTransformParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13520 print(
"glPixelTransformParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
13528 print(
"glPixelZoom("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
13536 print(
"glPointParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
13544 print(
"glPointParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13552 print(
"glPointParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
13560 print(
"glPointParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13568 print(
"glPointParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
13576 print(
"glPointParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13584 print(
"glPointSize("+
"<float> "+arg0+
")");
13592 print(
"glPolygonMode("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13600 print(
"glPolygonOffset("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
13608 print(
"glPolygonOffsetClamp("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
13616 print(
"glPolygonOffsetClampEXT("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
13624 print(
"glPolygonStipple("+
"<long> "+arg0+
")");
13632 print(
"glPolygonStipple("+
"<java.nio.ByteBuffer> "+arg0+
")");
13640 print(
"glPolygonStipple("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
13648 print(
"glPopAttrib("+
")");
13656 print(
"glPopClientAttrib("+
")");
13664 print(
"glPopDebugGroup("+
")");
13672 print(
"glPopMatrix("+
")");
13680 print(
"glPopName("+
")");
13688 print(
"glPrimitiveBoundingBox("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
", "+
"<float> "+arg6+
", "+
"<float> "+arg7+
")");
13696 print(
"glPrimitiveRestartIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
13704 print(
"glPrimitiveRestartIndexNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
13712 print(
"glPrimitiveRestartNV("+
")");
13720 print(
"glPrioritizeTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
13728 print(
"glPrioritizeTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
13736 print(
"glProgramBinary("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13744 print(
"glProgramBufferParametersIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
13752 print(
"glProgramBufferParametersIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
13760 print(
"glProgramBufferParametersIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
13768 print(
"glProgramBufferParametersIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
13776 print(
"glProgramBufferParametersfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
13784 print(
"glProgramBufferParametersfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
13792 print(
"glProgramEnvParameter4dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
13800 print(
"glProgramEnvParameter4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
13808 print(
"glProgramEnvParameter4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13816 print(
"glProgramEnvParameter4fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
13824 print(
"glProgramEnvParameter4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13832 print(
"glProgramEnvParameter4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
13840 print(
"glProgramEnvParameterI4iNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
13848 print(
"glProgramEnvParameterI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13856 print(
"glProgramEnvParameterI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
13864 print(
"glProgramEnvParameterI4uiNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
13872 print(
"glProgramEnvParameterI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
13880 print(
"glProgramEnvParameterI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13888 print(
"glProgramEnvParameters4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
13896 print(
"glProgramEnvParameters4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
13904 print(
"glProgramEnvParametersI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
13912 print(
"glProgramEnvParametersI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13920 print(
"glProgramEnvParametersI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
13928 print(
"glProgramEnvParametersI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13936 print(
"glProgramLocalParameter4dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
13944 print(
"glProgramLocalParameter4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13952 print(
"glProgramLocalParameter4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
13960 print(
"glProgramLocalParameter4fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
13968 print(
"glProgramLocalParameter4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13976 print(
"glProgramLocalParameter4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
13984 print(
"glProgramLocalParameterI4iNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
13992 print(
"glProgramLocalParameterI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
14000 print(
"glProgramLocalParameterI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
14008 print(
"glProgramLocalParameterI4uiNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
14016 print(
"glProgramLocalParameterI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
14024 print(
"glProgramLocalParameterI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
14032 print(
"glProgramLocalParameters4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
14040 print(
"glProgramLocalParameters4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14048 print(
"glProgramLocalParametersI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14056 print(
"glProgramLocalParametersI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14064 print(
"glProgramLocalParametersI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14072 print(
"glProgramLocalParametersI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14080 print(
"glProgramParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
14088 print(
"glProgramParameteriARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
14096 print(
"glProgramStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.lang.String> "+arg3+
")");
14104 print(
"glProgramSubroutineParametersuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
14112 print(
"glProgramSubroutineParametersuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
14120 print(
"glProgramUniform1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
")");
14128 print(
"glProgramUniform1dEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
")");
14136 print(
"glProgramUniform1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14144 print(
"glProgramUniform1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14152 print(
"glProgramUniform1dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14160 print(
"glProgramUniform1dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14168 print(
"glProgramUniform1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
14176 print(
"glProgramUniform1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
14184 print(
"glProgramUniform1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14192 print(
"glProgramUniform1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
14200 print(
"glProgramUniform1i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
14208 print(
"glProgramUniform1i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
14216 print(
"glProgramUniform1i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14224 print(
"glProgramUniform1i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14232 print(
"glProgramUniform1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14240 print(
"glProgramUniform1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14248 print(
"glProgramUniform1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14256 print(
"glProgramUniform1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14264 print(
"glProgramUniform1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
14272 print(
"glProgramUniform1ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
14280 print(
"glProgramUniform1ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
14288 print(
"glProgramUniform1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14296 print(
"glProgramUniform1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14304 print(
"glProgramUniform1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14312 print(
"glProgramUniform1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14320 print(
"glProgramUniform1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14328 print(
"glProgramUniform1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14336 print(
"glProgramUniform2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
14344 print(
"glProgramUniform2dEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
14352 print(
"glProgramUniform2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14360 print(
"glProgramUniform2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14368 print(
"glProgramUniform2dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14376 print(
"glProgramUniform2dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14384 print(
"glProgramUniform2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
14392 print(
"glProgramUniform2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
14400 print(
"glProgramUniform2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14408 print(
"glProgramUniform2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
14416 print(
"glProgramUniform2i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
14424 print(
"glProgramUniform2i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
14432 print(
"glProgramUniform2i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14440 print(
"glProgramUniform2i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14448 print(
"glProgramUniform2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14456 print(
"glProgramUniform2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14464 print(
"glProgramUniform2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14472 print(
"glProgramUniform2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14480 print(
"glProgramUniform2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
14488 print(
"glProgramUniform2ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
14496 print(
"glProgramUniform2ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
14504 print(
"glProgramUniform2ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14512 print(
"glProgramUniform2ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14520 print(
"glProgramUniform2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14528 print(
"glProgramUniform2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14536 print(
"glProgramUniform2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14544 print(
"glProgramUniform2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14552 print(
"glProgramUniform3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
14560 print(
"glProgramUniform3dEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
14568 print(
"glProgramUniform3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14576 print(
"glProgramUniform3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14584 print(
"glProgramUniform3dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14592 print(
"glProgramUniform3dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14600 print(
"glProgramUniform3f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
14608 print(
"glProgramUniform3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
14616 print(
"glProgramUniform3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14624 print(
"glProgramUniform3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14632 print(
"glProgramUniform3i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
14640 print(
"glProgramUniform3i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
14648 print(
"glProgramUniform3i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14656 print(
"glProgramUniform3i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14664 print(
"glProgramUniform3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14672 print(
"glProgramUniform3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14680 print(
"glProgramUniform3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14688 print(
"glProgramUniform3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14696 print(
"glProgramUniform3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14704 print(
"glProgramUniform3ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
14712 print(
"glProgramUniform3ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
14720 print(
"glProgramUniform3ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14728 print(
"glProgramUniform3ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14736 print(
"glProgramUniform3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14744 print(
"glProgramUniform3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14752 print(
"glProgramUniform3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14760 print(
"glProgramUniform3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14768 print(
"glProgramUniform4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
14776 print(
"glProgramUniform4dEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
14784 print(
"glProgramUniform4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14792 print(
"glProgramUniform4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14800 print(
"glProgramUniform4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14808 print(
"glProgramUniform4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14816 print(
"glProgramUniform4f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
14824 print(
"glProgramUniform4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
14832 print(
"glProgramUniform4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14840 print(
"glProgramUniform4i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
14848 print(
"glProgramUniform4i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
14856 print(
"glProgramUniform4i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
14864 print(
"glProgramUniform4i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14872 print(
"glProgramUniform4i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14880 print(
"glProgramUniform4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14888 print(
"glProgramUniform4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14896 print(
"glProgramUniform4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14904 print(
"glProgramUniform4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14912 print(
"glProgramUniform4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
14920 print(
"glProgramUniform4ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
14928 print(
"glProgramUniform4ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
14936 print(
"glProgramUniform4ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14944 print(
"glProgramUniform4ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14952 print(
"glProgramUniform4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14960 print(
"glProgramUniform4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14968 print(
"glProgramUniform4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14976 print(
"glProgramUniform4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
14984 print(
"glProgramUniformHandleui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
14992 print(
"glProgramUniformHandleui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
15000 print(
"glProgramUniformHandleui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
15008 print(
"glProgramUniformMatrix2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15016 print(
"glProgramUniformMatrix2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15024 print(
"glProgramUniformMatrix2dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15032 print(
"glProgramUniformMatrix2dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15040 print(
"glProgramUniformMatrix2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15048 print(
"glProgramUniformMatrix2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
15056 print(
"glProgramUniformMatrix2x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15064 print(
"glProgramUniformMatrix2x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15072 print(
"glProgramUniformMatrix2x3dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15080 print(
"glProgramUniformMatrix2x3dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15088 print(
"glProgramUniformMatrix2x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15096 print(
"glProgramUniformMatrix2x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
15104 print(
"glProgramUniformMatrix2x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15112 print(
"glProgramUniformMatrix2x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15120 print(
"glProgramUniformMatrix2x4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15128 print(
"glProgramUniformMatrix2x4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15136 print(
"glProgramUniformMatrix2x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15144 print(
"glProgramUniformMatrix2x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
15152 print(
"glProgramUniformMatrix3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15160 print(
"glProgramUniformMatrix3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15168 print(
"glProgramUniformMatrix3dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15176 print(
"glProgramUniformMatrix3dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15184 print(
"glProgramUniformMatrix3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15192 print(
"glProgramUniformMatrix3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
15200 print(
"glProgramUniformMatrix3x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15208 print(
"glProgramUniformMatrix3x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15216 print(
"glProgramUniformMatrix3x2dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15224 print(
"glProgramUniformMatrix3x2dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15232 print(
"glProgramUniformMatrix3x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15240 print(
"glProgramUniformMatrix3x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
15248 print(
"glProgramUniformMatrix3x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15256 print(
"glProgramUniformMatrix3x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15264 print(
"glProgramUniformMatrix3x4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15272 print(
"glProgramUniformMatrix3x4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15280 print(
"glProgramUniformMatrix3x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15288 print(
"glProgramUniformMatrix3x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
15296 print(
"glProgramUniformMatrix4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15304 print(
"glProgramUniformMatrix4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15312 print(
"glProgramUniformMatrix4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15320 print(
"glProgramUniformMatrix4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15328 print(
"glProgramUniformMatrix4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15336 print(
"glProgramUniformMatrix4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
15344 print(
"glProgramUniformMatrix4x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15352 print(
"glProgramUniformMatrix4x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15360 print(
"glProgramUniformMatrix4x2dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15368 print(
"glProgramUniformMatrix4x2dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15376 print(
"glProgramUniformMatrix4x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15384 print(
"glProgramUniformMatrix4x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
15392 print(
"glProgramUniformMatrix4x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15400 print(
"glProgramUniformMatrix4x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15408 print(
"glProgramUniformMatrix4x3dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.DoubleBuffer> "+arg4+
")");
15416 print(
"glProgramUniformMatrix4x3dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15424 print(
"glProgramUniformMatrix4x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<java.nio.FloatBuffer> "+arg4+
")");
15432 print(
"glProgramUniformMatrix4x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15440 print(
"glProgramUniformui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
15448 print(
"glProgramUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
15456 print(
"glProgramUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
15464 print(
"glProgramVertexLimitNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15472 print(
"glProvokingVertex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15480 print(
"glProvokingVertexEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15488 print(
"glPushAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15496 print(
"glPushClientAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15504 print(
"glPushClientAttribDefaultEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15512 print(
"glPushDebugGroup("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
15520 print(
"glPushDebugGroup("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
15528 print(
"glPushMatrix("+
")");
15536 print(
"glPushName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15544 print(
"glQueryCounter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15552 print(
"glQueryMatrixxOES("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15561 print(
"glQueryMatrixxOES("+
"<java.nio.IntBuffer> "+arg0+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
15570 print(
"glQueryObjectParameteruiAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15578 print(
"glQueryResourceNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
15587 print(
"glQueryResourceNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
15596 print(
"glQueryResourceTagNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
15604 print(
"glQueryResourceTagNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15612 print(
"glRasterPos2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
15620 print(
"glRasterPos2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15628 print(
"glRasterPos2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
15636 print(
"glRasterPos2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
15644 print(
"glRasterPos2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
15652 print(
"glRasterPos2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15660 print(
"glRasterPos2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15668 print(
"glRasterPos2iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15676 print(
"glRasterPos2iv("+
"<java.nio.IntBuffer> "+arg0+
")");
15684 print(
"glRasterPos2s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
15692 print(
"glRasterPos2sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15700 print(
"glRasterPos2sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
15708 print(
"glRasterPos3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
15716 print(
"glRasterPos3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
15724 print(
"glRasterPos3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15732 print(
"glRasterPos3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
15740 print(
"glRasterPos3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15748 print(
"glRasterPos3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
15756 print(
"glRasterPos3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15764 print(
"glRasterPos3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
15772 print(
"glRasterPos3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15780 print(
"glRasterPos3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
15788 print(
"glRasterPos3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15796 print(
"glRasterPos3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
15804 print(
"glRasterPos4d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
15812 print(
"glRasterPos4dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
15820 print(
"glRasterPos4dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15828 print(
"glRasterPos4f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
15836 print(
"glRasterPos4fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15844 print(
"glRasterPos4fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
15852 print(
"glRasterPos4i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15860 print(
"glRasterPos4iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15868 print(
"glRasterPos4iv("+
"<java.nio.IntBuffer> "+arg0+
")");
15876 print(
"glRasterPos4s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
15884 print(
"glRasterPos4sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
15892 print(
"glRasterPos4sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15900 print(
"glRasterSamplesEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
")");
15908 print(
"glReadBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15913 public void glReadPixels(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,java.nio.Buffer arg6)
15916 print(
"glReadPixels("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
15917 downstreamGL4bc.
glReadPixels(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
15921 public void glReadPixels(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
long arg6)
15924 print(
"glReadPixels("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
15925 downstreamGL4bc.
glReadPixels(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
15929 public void glReadnPixels(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,java.nio.Buffer arg7)
15932 print(
"glReadnPixels("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg7+
")");
15933 downstreamGL4bc.
glReadnPixels(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
15937 public void glRectd(
double arg0,
double arg1,
double arg2,
double arg3)
15940 print(
"glRectd("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
15941 downstreamGL4bc.
glRectd(arg0,arg1,arg2,arg3);
15945 public void glRectdv(
double[] arg0,
int arg1,
double[] arg2,
int arg3)
15948 print(
"glRectdv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15949 downstreamGL4bc.
glRectdv(arg0,arg1,arg2,arg3);
15953 public void glRectdv(java.nio.DoubleBuffer arg0,java.nio.DoubleBuffer arg1)
15956 print(
"glRectdv("+
"<java.nio.DoubleBuffer> "+arg0+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
15957 downstreamGL4bc.
glRectdv(arg0,arg1);
15961 public void glRectf(
float arg0,
float arg1,
float arg2,
float arg3)
15964 print(
"glRectf("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
15965 downstreamGL4bc.
glRectf(arg0,arg1,arg2,arg3);
15969 public void glRectfv(
float[] arg0,
int arg1,
float[] arg2,
int arg3)
15972 print(
"glRectfv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15973 downstreamGL4bc.
glRectfv(arg0,arg1,arg2,arg3);
15977 public void glRectfv(java.nio.FloatBuffer arg0,java.nio.FloatBuffer arg1)
15980 print(
"glRectfv("+
"<java.nio.FloatBuffer> "+arg0+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
15981 downstreamGL4bc.
glRectfv(arg0,arg1);
15985 public void glRecti(
int arg0,
int arg1,
int arg2,
int arg3)
15988 print(
"glRecti("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15989 downstreamGL4bc.
glRecti(arg0,arg1,arg2,arg3);
15993 public void glRectiv(
int[] arg0,
int arg1,
int[] arg2,
int arg3)
15996 print(
"glRectiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15997 downstreamGL4bc.
glRectiv(arg0,arg1,arg2,arg3);
16001 public void glRectiv(java.nio.IntBuffer arg0,java.nio.IntBuffer arg1)
16004 print(
"glRectiv("+
"<java.nio.IntBuffer> "+arg0+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
16005 downstreamGL4bc.
glRectiv(arg0,arg1);
16009 public void glRects(
short arg0,
short arg1,
short arg2,
short arg3)
16012 print(
"glRects("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
16013 downstreamGL4bc.
glRects(arg0,arg1,arg2,arg3);
16017 public void glRectsv(
short[] arg0,
int arg1,
short[] arg2,
int arg3)
16020 print(
"glRectsv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16021 downstreamGL4bc.
glRectsv(arg0,arg1,arg2,arg3);
16025 public void glRectsv(java.nio.ShortBuffer arg0,java.nio.ShortBuffer arg1)
16028 print(
"glRectsv("+
"<java.nio.ShortBuffer> "+arg0+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
16029 downstreamGL4bc.
glRectsv(arg0,arg1);
16036 print(
"glReleaseKeyedMutexWin32EXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
16045 print(
"glReleaseShaderCompiler("+
")");
16053 print(
"glRenderGpuMaskNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16061 print(
"glRenderMode("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16070 print(
"glRenderbufferStorage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16078 print(
"glRenderbufferStorageMultisample("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
16086 print(
"glRenderbufferStorageMultisampleAdvancedAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
16094 print(
"glRenderbufferStorageMultisampleCoverageNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
16102 print(
"glResetHistogram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16110 print(
"glResetMemoryObjectParameterNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16118 print(
"glResetMinmax("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16126 print(
"glResolveDepthValuesNV("+
")");
16134 print(
"glResumeTransformFeedback("+
")");
16142 print(
"glResumeTransformFeedbackNV("+
")");
16147 public void glRotated(
double arg0,
double arg1,
double arg2,
double arg3)
16150 print(
"glRotated("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
16151 downstreamGL4bc.
glRotated(arg0,arg1,arg2,arg3);
16155 public void glRotatef(
float arg0,
float arg1,
float arg2,
float arg3)
16158 print(
"glRotatef("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
16159 downstreamGL4bc.
glRotatef(arg0,arg1,arg2,arg3);
16166 print(
"glSampleCoverage("+
"<float> "+arg0+
", "+
"<boolean> "+arg1+
")");
16174 print(
"glSampleMaskIndexedNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16182 print(
"glSampleMaski("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16190 print(
"glSamplerParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16198 print(
"glSamplerParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
16206 print(
"glSamplerParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
16214 print(
"glSamplerParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16222 print(
"glSamplerParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
16230 print(
"glSamplerParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16238 print(
"glSamplerParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
16246 print(
"glSamplerParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16254 print(
"glSamplerParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
16262 print(
"glSamplerParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16270 print(
"glScaled("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
16271 downstreamGL4bc.
glScaled(arg0,arg1,arg2);
16278 print(
"glScalef("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
16279 downstreamGL4bc.
glScalef(arg0,arg1,arg2);
16286 print(
"glScissor("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16287 downstreamGL4bc.
glScissor(arg0,arg1,arg2,arg3);
16294 print(
"glScissorArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
16302 print(
"glScissorArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16310 print(
"glScissorExclusiveArrayvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16318 print(
"glScissorExclusiveArrayvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
16326 print(
"glScissorExclusiveNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16334 print(
"glScissorIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
16342 print(
"glScissorIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16350 print(
"glScissorIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
16358 print(
"glSecondaryColor3b("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
16366 print(
"glSecondaryColor3bv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16374 print(
"glSecondaryColor3bv("+
"<java.nio.ByteBuffer> "+arg0+
")");
16382 print(
"glSecondaryColor3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
16390 print(
"glSecondaryColor3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
16398 print(
"glSecondaryColor3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16406 print(
"glSecondaryColor3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
16414 print(
"glSecondaryColor3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16422 print(
"glSecondaryColor3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
16430 print(
"glSecondaryColor3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
16438 print(
"glSecondaryColor3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16446 print(
"glSecondaryColor3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16454 print(
"glSecondaryColor3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16462 print(
"glSecondaryColor3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
16470 print(
"glSecondaryColor3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16478 print(
"glSecondaryColor3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
16486 print(
"glSecondaryColor3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16494 print(
"glSecondaryColor3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16502 print(
"glSecondaryColor3ub("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
16510 print(
"glSecondaryColor3ubv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16518 print(
"glSecondaryColor3ubv("+
"<java.nio.ByteBuffer> "+arg0+
")");
16526 print(
"glSecondaryColor3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16534 print(
"glSecondaryColor3uiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16542 print(
"glSecondaryColor3uiv("+
"<java.nio.IntBuffer> "+arg0+
")");
16550 print(
"glSecondaryColor3us("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
16558 print(
"glSecondaryColor3usv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16566 print(
"glSecondaryColor3usv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16574 print(
"glSecondaryColorFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16582 print(
"glSecondaryColorP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16590 print(
"glSecondaryColorP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
16598 print(
"glSecondaryColorP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16606 print(
"glSecondaryColorPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
16614 print(
"glSecondaryColorPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
16622 print(
"glSelectBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
16630 print(
"glSemaphoreParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
16638 print(
"glSemaphoreParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16646 print(
"glSemaphoreParameterui64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16654 print(
"glSemaphoreParameterui64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
16662 print(
"glSeparableFilter2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
", "+
"<long> "+arg7+
")");
16667 public void glSeparableFilter2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,java.nio.Buffer arg6,java.nio.Buffer arg7)
16670 print(
"glSeparableFilter2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
", "+
"<java.nio.Buffer> "+arg7+
")");
16678 print(
"glSetInvariantEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
16686 print(
"glSetLocalConstantEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
16694 print(
"glSetMultisamplefvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16702 print(
"glSetMultisamplefvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
16710 print(
"glShadeModel("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16715 public void glShaderBinary(
int arg0,
int[] arg1,
int arg2,
int arg3,java.nio.Buffer arg4,
int arg5)
16718 print(
"glShaderBinary("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
16723 public void glShaderBinary(
int arg0,java.nio.IntBuffer arg1,
int arg2,java.nio.Buffer arg3,
int arg4)
16726 print(
"glShaderBinary("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
16734 print(
"glShaderOp1EXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16742 print(
"glShaderOp2EXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16750 print(
"glShaderOp3EXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
16755 public void glShaderSource(
int arg0,
int arg1,java.lang.String[] arg2,java.nio.IntBuffer arg3)
16758 print(
"glShaderSource("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
16763 public void glShaderSource(
int arg0,
int arg1,java.lang.String[] arg2,
int[] arg3,
int arg4)
16766 print(
"glShaderSource("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
16774 print(
"glShaderSourceARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
16782 print(
"glShaderSourceARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
16790 print(
"glShaderStorageBlockBinding("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16798 print(
"glShadingRateImageBarrierNV("+
"<boolean> "+arg0+
")");
16806 print(
"glShadingRateImagePaletteNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
16814 print(
"glShadingRateImagePaletteNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
16822 print(
"glShadingRateSampleOrderCustomNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
16830 print(
"glShadingRateSampleOrderCustomNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16838 print(
"glShadingRateSampleOrderNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16843 public void glSignalSemaphoreEXT(
int arg0,
int arg1,java.nio.IntBuffer arg2,
int arg3,java.nio.IntBuffer arg4,java.nio.IntBuffer arg5)
16846 print(
"glSignalSemaphoreEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
")");
16851 public void glSignalSemaphoreEXT(
int arg0,
int arg1,
int[] arg2,
int arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8)
16854 print(
"glSignalSemaphoreEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
16862 print(
"glSignalSemaphoreui64NVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
16870 print(
"glSignalSemaphoreui64NVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
16878 print(
"glSignalVkFenceNV("+
"<long> "+arg0+
")");
16886 print(
"glSignalVkSemaphoreNV("+
"<long> "+arg0+
")");
16891 public void glSpecializeShader(
int arg0,
byte[] arg1,
int arg2,
int arg3,
int[] arg4,
int arg5,
int[] arg6,
int arg7)
16894 print(
"glSpecializeShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
16899 public void glSpecializeShader(
int arg0,java.nio.ByteBuffer arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4)
16902 print(
"glSpecializeShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
16910 print(
"glStateCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16918 print(
"glStencilClearTagEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16926 print(
"glStencilFunc("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16934 print(
"glStencilFuncSeparate("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16942 print(
"glStencilMask("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16950 print(
"glStencilMaskSeparate("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16958 print(
"glStencilOp("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16966 print(
"glStencilOpSeparate("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16974 print(
"glStencilOpValueAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16982 print(
"glStringMarkerGREMEDY("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
16990 print(
"glSubpixelPrecisionBiasNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16995 public void glSwizzleEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
16998 print(
"glSwizzleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
16999 downstreamGL4bc.
glSwizzleEXT(arg0,arg1,arg2,arg3,arg4,arg5);
17006 print(
"glSyncTextureINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
17014 print(
"glTessellationFactorAMD("+
"<float> "+arg0+
")");
17022 print(
"glTessellationModeAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
17030 print(
"glTexAttachMemoryNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
17038 print(
"glTexBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17046 print(
"glTexBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
17054 print(
"glTexCoord1bOES("+
"<byte> "+arg0+
")");
17062 print(
"glTexCoord1bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17070 print(
"glTexCoord1bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
17078 print(
"glTexCoord1d("+
"<double> "+arg0+
")");
17086 print(
"glTexCoord1dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17094 print(
"glTexCoord1dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
17102 print(
"glTexCoord1f("+
"<float> "+arg0+
")");
17110 print(
"glTexCoord1fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
17118 print(
"glTexCoord1fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17126 print(
"glTexCoord1h("+
"<short> "+arg0+
")");
17134 print(
"glTexCoord1hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
17142 print(
"glTexCoord1hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17150 print(
"glTexCoord1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
17158 print(
"glTexCoord1iv("+
"<java.nio.IntBuffer> "+arg0+
")");
17166 print(
"glTexCoord1iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17174 print(
"glTexCoord1s("+
"<short> "+arg0+
")");
17182 print(
"glTexCoord1sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
17190 print(
"glTexCoord1sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17198 print(
"glTexCoord2bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
")");
17206 print(
"glTexCoord2bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
17214 print(
"glTexCoord2bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17222 print(
"glTexCoord2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
17230 print(
"glTexCoord2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17238 print(
"glTexCoord2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
17246 print(
"glTexCoord2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
17254 print(
"glTexCoord2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
17262 print(
"glTexCoord2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17270 print(
"glTexCoord2h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
17278 print(
"glTexCoord2hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
17286 print(
"glTexCoord2hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17294 print(
"glTexCoord2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17302 print(
"glTexCoord2iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17310 print(
"glTexCoord2iv("+
"<java.nio.IntBuffer> "+arg0+
")");
17318 print(
"glTexCoord2s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
17326 print(
"glTexCoord2sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
17334 print(
"glTexCoord2sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17342 print(
"glTexCoord3bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
17350 print(
"glTexCoord3bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
17358 print(
"glTexCoord3bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17366 print(
"glTexCoord3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
17374 print(
"glTexCoord3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
17382 print(
"glTexCoord3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17390 print(
"glTexCoord3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
17398 print(
"glTexCoord3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
17406 print(
"glTexCoord3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17414 print(
"glTexCoord3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
17422 print(
"glTexCoord3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17430 print(
"glTexCoord3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
17438 print(
"glTexCoord3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17446 print(
"glTexCoord3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
17454 print(
"glTexCoord3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17462 print(
"glTexCoord3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
17470 print(
"glTexCoord3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17478 print(
"glTexCoord3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
17486 print(
"glTexCoord4bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
17494 print(
"glTexCoord4bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
17502 print(
"glTexCoord4bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17510 print(
"glTexCoord4d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
17518 print(
"glTexCoord4dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
17526 print(
"glTexCoord4dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17534 print(
"glTexCoord4f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
17542 print(
"glTexCoord4fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
17550 print(
"glTexCoord4fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17558 print(
"glTexCoord4h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
17566 print(
"glTexCoord4hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17574 print(
"glTexCoord4hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
17582 print(
"glTexCoord4i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17590 print(
"glTexCoord4iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17598 print(
"glTexCoord4iv("+
"<java.nio.IntBuffer> "+arg0+
")");
17606 print(
"glTexCoord4s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
17614 print(
"glTexCoord4sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17622 print(
"glTexCoord4sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
17630 print(
"glTexCoordFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17638 print(
"glTexCoordP1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17646 print(
"glTexCoordP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17654 print(
"glTexCoordP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
17662 print(
"glTexCoordP2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17670 print(
"glTexCoordP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17678 print(
"glTexCoordP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
17686 print(
"glTexCoordP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17694 print(
"glTexCoordP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
17702 print(
"glTexCoordP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17710 print(
"glTexCoordP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17718 print(
"glTexCoordP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17726 print(
"glTexCoordP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
17734 print(
"glTexCoordPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
17742 print(
"glTexCoordPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
17750 print(
"glTexCoordPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
17758 print(
"glTexEnvf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
17759 downstreamGL4bc.
glTexEnvf(arg0,arg1,arg2);
17766 print(
"glTexEnvfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
17774 print(
"glTexEnvfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17775 downstreamGL4bc.
glTexEnvfv(arg0,arg1,arg2,arg3);
17782 print(
"glTexEnvi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17783 downstreamGL4bc.
glTexEnvi(arg0,arg1,arg2);
17790 print(
"glTexEnviv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17791 downstreamGL4bc.
glTexEnviv(arg0,arg1,arg2,arg3);
17798 print(
"glTexEnviv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17806 print(
"glTexGend("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
")");
17807 downstreamGL4bc.
glTexGend(arg0,arg1,arg2);
17814 print(
"glTexGendv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
17822 print(
"glTexGendv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17823 downstreamGL4bc.
glTexGendv(arg0,arg1,arg2,arg3);
17830 print(
"glTexGenf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
17831 downstreamGL4bc.
glTexGenf(arg0,arg1,arg2);
17838 print(
"glTexGenfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17839 downstreamGL4bc.
glTexGenfv(arg0,arg1,arg2,arg3);
17846 print(
"glTexGenfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
17854 print(
"glTexGeni("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17855 downstreamGL4bc.
glTexGeni(arg0,arg1,arg2);
17862 print(
"glTexGeniv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17863 downstreamGL4bc.
glTexGeniv(arg0,arg1,arg2,arg3);
17870 print(
"glTexGeniv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17875 public void glTexImage1D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
long arg7)
17878 print(
"glTexImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<long> "+arg7+
")");
17879 downstreamGL4bc.
glTexImage1D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
17883 public void glTexImage1D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,java.nio.Buffer arg7)
17886 print(
"glTexImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg7+
")");
17887 downstreamGL4bc.
glTexImage1D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
17891 public void glTexImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
17894 print(
"glTexImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
17895 downstreamGL4bc.
glTexImage2D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
17899 public void glTexImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
17902 print(
"glTexImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<long> "+arg8+
")");
17903 downstreamGL4bc.
glTexImage2D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
17910 print(
"glTexImage2DMultisample("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<boolean> "+arg5+
")");
17918 print(
"glTexImage2DMultisampleCoverageNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<boolean> "+arg6+
")");
17923 public void glTexImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
long arg9)
17926 print(
"glTexImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<long> "+arg9+
")");
17927 downstreamGL4bc.
glTexImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
17931 public void glTexImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,java.nio.Buffer arg9)
17934 print(
"glTexImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
17935 downstreamGL4bc.
glTexImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
17942 print(
"glTexImage3DMultisample("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<boolean> "+arg6+
")");
17950 print(
"glTexImage3DMultisampleCoverageNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<boolean> "+arg7+
")");
17958 print(
"glTexPageCommitmentARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<boolean> "+arg8+
")");
17963 public 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)
17966 print(
"glTexPageCommitmentMemNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<long> "+arg10+
", "+
"<boolean> "+arg11+
")");
17967 downstreamGL4bc.
glTexPageCommitmentMemNV(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
17974 print(
"glTexParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17982 print(
"glTexParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17990 print(
"glTexParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17998 print(
"glTexParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18006 print(
"glTexParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
18014 print(
"glTexParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18022 print(
"glTexParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18030 print(
"glTexParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18038 print(
"glTexParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18046 print(
"glTexParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18054 print(
"glTexRenderbufferNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
18062 print(
"glTexStorage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18070 print(
"glTexStorage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18078 print(
"glTexStorage2DMultisample("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<boolean> "+arg5+
")");
18086 print(
"glTexStorage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
18094 print(
"glTexStorage3DMultisample("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<boolean> "+arg6+
")");
18102 print(
"glTexStorageMem1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
18110 print(
"glTexStorageMem2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
18118 print(
"glTexStorageMem2DMultisampleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<boolean> "+arg5+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<long> "+arg7+
")");
18126 print(
"glTexStorageMem3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<long> "+arg7+
")");
18134 print(
"glTexStorageMem3DMultisampleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<boolean> "+arg6+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<long> "+arg8+
")");
18142 print(
"glTexStorageSparseAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
18147 public void glTexSubImage1D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,java.nio.Buffer arg6)
18150 print(
"glTexSubImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
18158 print(
"glTexSubImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
18163 public void glTexSubImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
18166 print(
"glTexSubImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
18167 downstreamGL4bc.
glTexSubImage2D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
18171 public void glTexSubImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
18174 print(
"glTexSubImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<long> "+arg8+
")");
18175 downstreamGL4bc.
glTexSubImage2D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
18179 public 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)
18182 print(
"glTexSubImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg10+
")");
18183 downstreamGL4bc.
glTexSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
18187 public void glTexSubImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
long arg10)
18190 print(
"glTexSubImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<long> "+arg10+
")");
18191 downstreamGL4bc.
glTexSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
18198 print(
"glTextureAttachMemoryNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
18206 print(
"glTextureBarrier("+
")");
18214 print(
"glTextureBarrierNV("+
")");
18222 print(
"glTextureBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18230 print(
"glTextureBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18238 print(
"glTextureBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
18246 print(
"glTextureBufferRangeEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
18251 public void glTextureImage1DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
18254 print(
"glTextureImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
18259 public void glTextureImage1DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
18262 print(
"glTextureImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<long> "+arg8+
")");
18267 public void glTextureImage2DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
long arg9)
18270 print(
"glTextureImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<long> "+arg9+
")");
18275 public void glTextureImage2DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,java.nio.Buffer arg9)
18278 print(
"glTextureImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
18286 print(
"glTextureImage2DMultisampleCoverageNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<boolean> "+arg7+
")");
18294 print(
"glTextureImage2DMultisampleNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<boolean> "+arg6+
")");
18299 public 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)
18302 print(
"glTextureImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg10+
")");
18303 downstreamGL4bc.
glTextureImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
18307 public void glTextureImage3DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
long arg10)
18310 print(
"glTextureImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<long> "+arg10+
")");
18311 downstreamGL4bc.
glTextureImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
18318 print(
"glTextureImage3DMultisampleCoverageNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<boolean> "+arg8+
")");
18326 print(
"glTextureImage3DMultisampleNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<boolean> "+arg7+
")");
18334 print(
"glTextureLightEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
18342 print(
"glTextureMaterialEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
18350 print(
"glTextureNormalEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
18358 print(
"glTexturePageCommitmentEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<boolean> "+arg8+
")");
18363 public 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)
18366 print(
"glTexturePageCommitmentMemNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<long> "+arg10+
", "+
"<boolean> "+arg11+
")");
18367 downstreamGL4bc.
glTexturePageCommitmentMemNV(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
18374 print(
"glTextureParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18382 print(
"glTextureParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18390 print(
"glTextureParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18398 print(
"glTextureParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
18406 print(
"glTextureParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18414 print(
"glTextureParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18422 print(
"glTextureParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18430 print(
"glTextureParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
18438 print(
"glTextureParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
18446 print(
"glTextureParameterfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
")");
18454 print(
"glTextureParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18462 print(
"glTextureParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18470 print(
"glTextureParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18478 print(
"glTextureParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
18486 print(
"glTextureParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18494 print(
"glTextureParameteriEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18502 print(
"glTextureParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18510 print(
"glTextureParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18518 print(
"glTextureParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
18526 print(
"glTextureParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18534 print(
"glTextureRangeAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
18542 print(
"glTextureRenderbufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18550 print(
"glTextureStorage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18558 print(
"glTextureStorage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18566 print(
"glTextureStorage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18574 print(
"glTextureStorage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
18582 print(
"glTextureStorage2DMultisample("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<boolean> "+arg5+
")");
18590 print(
"glTextureStorage2DMultisampleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<boolean> "+arg6+
")");
18598 print(
"glTextureStorage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
18606 print(
"glTextureStorage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
18614 print(
"glTextureStorage3DMultisample("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<boolean> "+arg6+
")");
18622 print(
"glTextureStorage3DMultisampleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<boolean> "+arg7+
")");
18630 print(
"glTextureStorageMem1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
18638 print(
"glTextureStorageMem2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
18646 print(
"glTextureStorageMem2DMultisampleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<boolean> "+arg5+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<long> "+arg7+
")");
18654 print(
"glTextureStorageMem3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<long> "+arg7+
")");
18662 print(
"glTextureStorageMem3DMultisampleEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<boolean> "+arg6+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<long> "+arg8+
")");
18670 print(
"glTextureStorageSparseAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
18678 print(
"glTextureSubImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
18686 print(
"glTextureSubImage1D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg6+
")");
18694 print(
"glTextureSubImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<long> "+arg7+
")");
18702 print(
"glTextureSubImage1DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg7+
")");
18707 public void glTextureSubImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
18710 print(
"glTextureSubImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<long> "+arg8+
")");
18715 public void glTextureSubImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
18718 print(
"glTextureSubImage2D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg8+
")");
18726 print(
"glTextureSubImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<long> "+arg9+
")");
18731 public void glTextureSubImage2DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,java.nio.Buffer arg9)
18734 print(
"glTextureSubImage2DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg9+
")");
18739 public void glTextureSubImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
long arg10)
18742 print(
"glTextureSubImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<long> "+arg10+
")");
18743 downstreamGL4bc.
glTextureSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
18747 public 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)
18750 print(
"glTextureSubImage3D("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg10+
")");
18751 downstreamGL4bc.
glTextureSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
18755 public void glTextureSubImage3DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
int arg10,
long arg11)
18758 print(
"glTextureSubImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<long> "+arg11+
")");
18759 downstreamGL4bc.
glTextureSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
18763 public void glTextureSubImage3DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
int arg10,java.nio.Buffer arg11)
18766 print(
"glTextureSubImage3DEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg9).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg10).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg11+
")");
18767 downstreamGL4bc.
glTextureSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
18771 public void glTextureView(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
18774 print(
"glTextureView("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
18775 downstreamGL4bc.
glTextureView(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
18782 print(
"glTransformFeedbackBufferBase("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18790 print(
"glTransformFeedbackBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
18798 print(
"glTransformFeedbackVaryings("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18806 print(
"glTranslated("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
18814 print(
"glTranslatef("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
18822 print(
"glUniform("+
"<com.jogamp.opengl.GLUniformData> "+arg0+
")");
18830 print(
"glUniform1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
18838 print(
"glUniform1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18846 print(
"glUniform1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
18854 print(
"glUniform1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
18862 print(
"glUniform1fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
18870 print(
"glUniform1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18878 print(
"glUniform1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18886 print(
"glUniform1fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18894 print(
"glUniform1fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18902 print(
"glUniform1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
18910 print(
"glUniform1i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
18918 print(
"glUniform1i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
18926 print(
"glUniform1i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18934 print(
"glUniform1i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18942 print(
"glUniform1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18950 print(
"glUniform1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18958 print(
"glUniform1iARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
18966 print(
"glUniform1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18974 print(
"glUniform1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18982 print(
"glUniform1ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18990 print(
"glUniform1ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18998 print(
"glUniform1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19006 print(
"glUniform1ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
19014 print(
"glUniform1ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
19022 print(
"glUniform1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19030 print(
"glUniform1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19038 print(
"glUniform1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19046 print(
"glUniform1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19054 print(
"glUniform1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19062 print(
"glUniform1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19070 print(
"glUniform2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
19078 print(
"glUniform2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
19086 print(
"glUniform2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19094 print(
"glUniform2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
19102 print(
"glUniform2fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
19110 print(
"glUniform2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19118 print(
"glUniform2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
19126 print(
"glUniform2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19134 print(
"glUniform2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
19142 print(
"glUniform2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19150 print(
"glUniform2i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
19158 print(
"glUniform2i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
19166 print(
"glUniform2i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19174 print(
"glUniform2i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19182 print(
"glUniform2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19190 print(
"glUniform2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19198 print(
"glUniform2iARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19206 print(
"glUniform2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19214 print(
"glUniform2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19222 print(
"glUniform2ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19230 print(
"glUniform2ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19238 print(
"glUniform2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19246 print(
"glUniform2ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
19254 print(
"glUniform2ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
19262 print(
"glUniform2ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19270 print(
"glUniform2ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19278 print(
"glUniform2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19286 print(
"glUniform2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19294 print(
"glUniform2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19302 print(
"glUniform2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19310 print(
"glUniform3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
19311 downstreamGL4bc.
glUniform3d(arg0,arg1,arg2,arg3);
19318 print(
"glUniform3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
19326 print(
"glUniform3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19334 print(
"glUniform3f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
19335 downstreamGL4bc.
glUniform3f(arg0,arg1,arg2,arg3);
19342 print(
"glUniform3fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
19350 print(
"glUniform3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
19358 print(
"glUniform3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19366 print(
"glUniform3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19374 print(
"glUniform3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
19382 print(
"glUniform3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19383 downstreamGL4bc.
glUniform3i(arg0,arg1,arg2,arg3);
19390 print(
"glUniform3i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
19398 print(
"glUniform3i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
19406 print(
"glUniform3i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19414 print(
"glUniform3i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19422 print(
"glUniform3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19430 print(
"glUniform3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19438 print(
"glUniform3iARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19446 print(
"glUniform3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19454 print(
"glUniform3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19462 print(
"glUniform3ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19470 print(
"glUniform3ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19478 print(
"glUniform3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19486 print(
"glUniform3ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
19494 print(
"glUniform3ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
19502 print(
"glUniform3ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19510 print(
"glUniform3ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19518 print(
"glUniform3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19526 print(
"glUniform3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19534 print(
"glUniform3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19542 print(
"glUniform3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19547 public void glUniform4d(
int arg0,
double arg1,
double arg2,
double arg3,
double arg4)
19550 print(
"glUniform4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
19551 downstreamGL4bc.
glUniform4d(arg0,arg1,arg2,arg3,arg4);
19558 print(
"glUniform4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19566 print(
"glUniform4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
19571 public void glUniform4f(
int arg0,
float arg1,
float arg2,
float arg3,
float arg4)
19574 print(
"glUniform4f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
19575 downstreamGL4bc.
glUniform4f(arg0,arg1,arg2,arg3,arg4);
19582 print(
"glUniform4fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
19590 print(
"glUniform4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
19598 print(
"glUniform4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19606 print(
"glUniform4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
19614 print(
"glUniform4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19622 print(
"glUniform4i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19623 downstreamGL4bc.
glUniform4i(arg0,arg1,arg2,arg3,arg4);
19630 print(
"glUniform4i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
19638 print(
"glUniform4i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
19646 print(
"glUniform4i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19654 print(
"glUniform4i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19662 print(
"glUniform4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19670 print(
"glUniform4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19678 print(
"glUniform4iARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19686 print(
"glUniform4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19694 print(
"glUniform4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19702 print(
"glUniform4ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19710 print(
"glUniform4ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19718 print(
"glUniform4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19719 downstreamGL4bc.
glUniform4ui(arg0,arg1,arg2,arg3,arg4);
19726 print(
"glUniform4ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
19734 print(
"glUniform4ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
19742 print(
"glUniform4ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19750 print(
"glUniform4ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19758 print(
"glUniform4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19766 print(
"glUniform4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19774 print(
"glUniform4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19782 print(
"glUniform4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19790 print(
"glUniformBlockBinding("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19798 print(
"glUniformBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19806 print(
"glUniformHandleui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
19814 print(
"glUniformHandleui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19822 print(
"glUniformHandleui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19830 print(
"glUniformMatrix2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19838 print(
"glUniformMatrix2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
19846 print(
"glUniformMatrix2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19854 print(
"glUniformMatrix2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19862 print(
"glUniformMatrix2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19870 print(
"glUniformMatrix2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19878 print(
"glUniformMatrix2x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
19886 print(
"glUniformMatrix2x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19894 print(
"glUniformMatrix2x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19902 print(
"glUniformMatrix2x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19910 print(
"glUniformMatrix2x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
19918 print(
"glUniformMatrix2x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19926 print(
"glUniformMatrix2x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19934 print(
"glUniformMatrix2x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19942 print(
"glUniformMatrix3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
19950 print(
"glUniformMatrix3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19958 print(
"glUniformMatrix3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19966 print(
"glUniformMatrix3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19974 print(
"glUniformMatrix3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19982 print(
"glUniformMatrix3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19990 print(
"glUniformMatrix3x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
19998 print(
"glUniformMatrix3x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20006 print(
"glUniformMatrix3x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
20014 print(
"glUniformMatrix3x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20022 print(
"glUniformMatrix3x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20030 print(
"glUniformMatrix3x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
20038 print(
"glUniformMatrix3x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20046 print(
"glUniformMatrix3x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
20054 print(
"glUniformMatrix4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
20062 print(
"glUniformMatrix4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20070 print(
"glUniformMatrix4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
20078 print(
"glUniformMatrix4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20086 print(
"glUniformMatrix4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20094 print(
"glUniformMatrix4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
20102 print(
"glUniformMatrix4x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20110 print(
"glUniformMatrix4x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
20118 print(
"glUniformMatrix4x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
20126 print(
"glUniformMatrix4x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20134 print(
"glUniformMatrix4x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20142 print(
"glUniformMatrix4x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
20150 print(
"glUniformMatrix4x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
20158 print(
"glUniformMatrix4x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20166 print(
"glUniformSubroutinesuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
20174 print(
"glUniformSubroutinesuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
20182 print(
"glUniformui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
20190 print(
"glUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
20198 print(
"glUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
20206 print(
"glUnlockArraysEXT("+
")");
20214 print(
"glUnmapBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
20223 print(
"glUnmapNamedBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
20232 print(
"glUnmapNamedBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
20241 print(
"glUnmapTexture2DINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20249 print(
"glUploadGpuMaskNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
20257 print(
"glUseProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
20265 print(
"glUseProgramObjectARB("+
"<long> "+arg0+
")");
20273 print(
"glUseProgramStages("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20281 print(
"glVDPAUFiniNV("+
")");
20289 print(
"glVDPAUGetSurfaceivNV("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
")");
20297 print(
"glVDPAUGetSurfaceivNV("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
20305 print(
"glVDPAUInitNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<java.nio.Buffer> "+arg1+
")");
20313 print(
"glVDPAUIsSurfaceNV("+
"<long> "+arg0+
")");
20322 print(
"glVDPAUMapSurfacesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg1+
")");
20330 print(
"glVDPAURegisterOutputSurfaceNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20339 print(
"glVDPAURegisterOutputSurfaceNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
20348 print(
"glVDPAURegisterVideoSurfaceNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
20357 print(
"glVDPAURegisterVideoSurfaceNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
20366 print(
"glVDPAURegisterVideoSurfaceWithPictureStructureNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<boolean> "+arg5+
")");
20375 print(
"glVDPAURegisterVideoSurfaceWithPictureStructureNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<boolean> "+arg4+
")");
20384 print(
"glVDPAUSurfaceAccessNV("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20392 print(
"glVDPAUUnmapSurfacesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg1+
")");
20400 print(
"glVDPAUUnregisterSurfaceNV("+
"<long> "+arg0+
")");
20408 print(
"glValidateProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
20416 print(
"glValidateProgramARB("+
"<long> "+arg0+
")");
20424 print(
"glValidateProgramPipeline("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
20432 print(
"glVariantPointerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
20440 print(
"glVariantPointerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
20448 print(
"glVariantbvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
20456 print(
"glVariantbvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20464 print(
"glVariantdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20472 print(
"glVariantdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
20480 print(
"glVariantfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20488 print(
"glVariantfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
20496 print(
"glVariantivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
20504 print(
"glVariantivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20512 print(
"glVariantsvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20520 print(
"glVariantsvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20528 print(
"glVariantubvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
20536 print(
"glVariantubvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20544 print(
"glVariantuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20552 print(
"glVariantuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
20560 print(
"glVariantusvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20568 print(
"glVariantusvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20576 print(
"glVertex2bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
")");
20584 print(
"glVertex2bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
20592 print(
"glVertex2bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20600 print(
"glVertex2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
20608 print(
"glVertex2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20616 print(
"glVertex2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
20624 print(
"glVertex2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
20632 print(
"glVertex2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20640 print(
"glVertex2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
20648 print(
"glVertex2h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
20656 print(
"glVertex2hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
20664 print(
"glVertex2hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20672 print(
"glVertex2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20680 print(
"glVertex2iv("+
"<java.nio.IntBuffer> "+arg0+
")");
20688 print(
"glVertex2iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20696 print(
"glVertex2s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
20704 print(
"glVertex2sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
20712 print(
"glVertex2sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20720 print(
"glVertex3bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
20728 print(
"glVertex3bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20736 print(
"glVertex3bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
20744 print(
"glVertex3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
20752 print(
"glVertex3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20760 print(
"glVertex3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
20768 print(
"glVertex3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
20776 print(
"glVertex3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20784 print(
"glVertex3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
20792 print(
"glVertex3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
20800 print(
"glVertex3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
20808 print(
"glVertex3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20816 print(
"glVertex3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20824 print(
"glVertex3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20832 print(
"glVertex3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
20840 print(
"glVertex3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
20848 print(
"glVertex3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
20856 print(
"glVertex3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20864 print(
"glVertex4bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
20872 print(
"glVertex4bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20880 print(
"glVertex4bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
20885 public void glVertex4d(
double arg0,
double arg1,
double arg2,
double arg3)
20888 print(
"glVertex4d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
20889 downstreamGL4bc.
glVertex4d(arg0,arg1,arg2,arg3);
20896 print(
"glVertex4dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
20904 print(
"glVertex4dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20912 print(
"glVertex4f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
20913 downstreamGL4bc.
glVertex4f(arg0,arg1,arg2,arg3);
20920 print(
"glVertex4fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20928 print(
"glVertex4fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
20936 print(
"glVertex4h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
20937 downstreamGL4bc.
glVertex4h(arg0,arg1,arg2,arg3);
20944 print(
"glVertex4hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20952 print(
"glVertex4hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
20960 print(
"glVertex4i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
20961 downstreamGL4bc.
glVertex4i(arg0,arg1,arg2,arg3);
20968 print(
"glVertex4iv("+
"<java.nio.IntBuffer> "+arg0+
")");
20976 print(
"glVertex4iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20984 print(
"glVertex4s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
20985 downstreamGL4bc.
glVertex4s(arg0,arg1,arg2,arg3);
20992 print(
"glVertex4sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
21000 print(
"glVertex4sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
21008 print(
"glVertexArrayAttribBinding("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21016 print(
"glVertexArrayAttribFormat("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<boolean> "+arg4+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
21024 print(
"glVertexArrayAttribIFormat("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
21032 print(
"glVertexArrayAttribLFormat("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
21040 print(
"glVertexArrayBindVertexBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
21048 print(
"glVertexArrayBindingDivisor("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21056 print(
"glVertexArrayColorOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
21064 print(
"glVertexArrayEdgeFlagOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
21072 print(
"glVertexArrayElementBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
21080 print(
"glVertexArrayFogCoordOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
21088 print(
"glVertexArrayIndexOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
21096 print(
"glVertexArrayMultiTexCoordOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
21104 print(
"glVertexArrayNormalOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
21112 print(
"glVertexArrayParameteriAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
21120 print(
"glVertexArrayRangeAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
21128 print(
"glVertexArraySecondaryColorOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
21136 print(
"glVertexArrayTexCoordOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
21144 print(
"glVertexArrayVertexAttribBindingEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21152 print(
"glVertexArrayVertexAttribDivisorEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21160 print(
"glVertexArrayVertexAttribFormatEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<boolean> "+arg4+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
21168 print(
"glVertexArrayVertexAttribIFormatEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
21176 print(
"glVertexArrayVertexAttribIOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
21184 print(
"glVertexArrayVertexAttribLFormatEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
21192 print(
"glVertexArrayVertexAttribLOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
", "+
"<long> "+arg6+
")");
21200 print(
"glVertexArrayVertexAttribOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<boolean> "+arg5+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<long> "+arg7+
")");
21208 print(
"glVertexArrayVertexBindingDivisorEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21216 print(
"glVertexArrayVertexBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
21224 print(
"glVertexArrayVertexBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg5+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
21229 public void glVertexArrayVertexBuffers(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,com.jogamp.common.nio.PointerBuffer arg4,java.nio.IntBuffer arg5)
21232 print(
"glVertexArrayVertexBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
")");
21240 print(
"glVertexArrayVertexOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
21248 print(
"glVertexAttrib1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
21256 print(
"glVertexAttrib1dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
21264 print(
"glVertexAttrib1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21272 print(
"glVertexAttrib1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
21280 print(
"glVertexAttrib1dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21288 print(
"glVertexAttrib1dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
21296 print(
"glVertexAttrib1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
21304 print(
"glVertexAttrib1fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
21312 print(
"glVertexAttrib1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
21320 print(
"glVertexAttrib1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21328 print(
"glVertexAttrib1fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21336 print(
"glVertexAttrib1fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
21344 print(
"glVertexAttrib1h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
21352 print(
"glVertexAttrib1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21360 print(
"glVertexAttrib1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21368 print(
"glVertexAttrib1s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
21376 print(
"glVertexAttrib1sARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
21384 print(
"glVertexAttrib1sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21392 print(
"glVertexAttrib1sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21400 print(
"glVertexAttrib1svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21408 print(
"glVertexAttrib1svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21416 print(
"glVertexAttrib2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
21424 print(
"glVertexAttrib2dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
21432 print(
"glVertexAttrib2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
21440 print(
"glVertexAttrib2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21448 print(
"glVertexAttrib2dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
21456 print(
"glVertexAttrib2dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21464 print(
"glVertexAttrib2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
21472 print(
"glVertexAttrib2fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
21480 print(
"glVertexAttrib2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
21488 print(
"glVertexAttrib2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21496 print(
"glVertexAttrib2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
21504 print(
"glVertexAttrib2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21512 print(
"glVertexAttrib2h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
21520 print(
"glVertexAttrib2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21528 print(
"glVertexAttrib2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21536 print(
"glVertexAttrib2s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
21544 print(
"glVertexAttrib2sARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
21552 print(
"glVertexAttrib2sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21560 print(
"glVertexAttrib2sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21568 print(
"glVertexAttrib2svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21576 print(
"glVertexAttrib2svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21584 print(
"glVertexAttrib3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
21592 print(
"glVertexAttrib3dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
21600 print(
"glVertexAttrib3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
21608 print(
"glVertexAttrib3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21616 print(
"glVertexAttrib3dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21624 print(
"glVertexAttrib3dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
21632 print(
"glVertexAttrib3f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
21640 print(
"glVertexAttrib3fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
21648 print(
"glVertexAttrib3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
21656 print(
"glVertexAttrib3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21664 print(
"glVertexAttrib3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
21672 print(
"glVertexAttrib3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21680 print(
"glVertexAttrib3h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
21688 print(
"glVertexAttrib3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21696 print(
"glVertexAttrib3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21704 print(
"glVertexAttrib3s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
21712 print(
"glVertexAttrib3sARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
21720 print(
"glVertexAttrib3sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21728 print(
"glVertexAttrib3sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21736 print(
"glVertexAttrib3svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21744 print(
"glVertexAttrib3svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21752 print(
"glVertexAttrib4Nbv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21760 print(
"glVertexAttrib4Nbv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21768 print(
"glVertexAttrib4NbvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21776 print(
"glVertexAttrib4NbvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21784 print(
"glVertexAttrib4Niv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21792 print(
"glVertexAttrib4Niv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21800 print(
"glVertexAttrib4NivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21808 print(
"glVertexAttrib4NivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21816 print(
"glVertexAttrib4Nsv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21824 print(
"glVertexAttrib4Nsv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21832 print(
"glVertexAttrib4NsvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21840 print(
"glVertexAttrib4NsvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21848 print(
"glVertexAttrib4Nub("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
", "+
"<byte> "+arg4+
")");
21856 print(
"glVertexAttrib4NubARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
", "+
"<byte> "+arg4+
")");
21864 print(
"glVertexAttrib4Nubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21872 print(
"glVertexAttrib4Nubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21880 print(
"glVertexAttrib4NubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21888 print(
"glVertexAttrib4NubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21896 print(
"glVertexAttrib4Nuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21904 print(
"glVertexAttrib4Nuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21912 print(
"glVertexAttrib4NuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21920 print(
"glVertexAttrib4NuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21928 print(
"glVertexAttrib4Nusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21936 print(
"glVertexAttrib4Nusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21944 print(
"glVertexAttrib4NusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21952 print(
"glVertexAttrib4NusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21960 print(
"glVertexAttrib4bv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21968 print(
"glVertexAttrib4bv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21976 print(
"glVertexAttrib4bvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21984 print(
"glVertexAttrib4bvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21992 print(
"glVertexAttrib4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
22000 print(
"glVertexAttrib4dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
22008 print(
"glVertexAttrib4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
22016 print(
"glVertexAttrib4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22024 print(
"glVertexAttrib4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
22032 print(
"glVertexAttrib4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22040 print(
"glVertexAttrib4f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
22048 print(
"glVertexAttrib4fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
22056 print(
"glVertexAttrib4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
22064 print(
"glVertexAttrib4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22072 print(
"glVertexAttrib4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
22080 print(
"glVertexAttrib4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22088 print(
"glVertexAttrib4h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
22096 print(
"glVertexAttrib4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
22104 print(
"glVertexAttrib4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22112 print(
"glVertexAttrib4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22120 print(
"glVertexAttrib4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22128 print(
"glVertexAttrib4ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22136 print(
"glVertexAttrib4ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22144 print(
"glVertexAttrib4s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
22152 print(
"glVertexAttrib4sARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
22160 print(
"glVertexAttrib4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
22168 print(
"glVertexAttrib4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22176 print(
"glVertexAttrib4svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22184 print(
"glVertexAttrib4svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
22192 print(
"glVertexAttrib4ubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
22200 print(
"glVertexAttrib4ubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22208 print(
"glVertexAttrib4ubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
22216 print(
"glVertexAttrib4ubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22224 print(
"glVertexAttrib4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22232 print(
"glVertexAttrib4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22240 print(
"glVertexAttrib4uivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22248 print(
"glVertexAttrib4uivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22256 print(
"glVertexAttrib4usv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22264 print(
"glVertexAttrib4usv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
22272 print(
"glVertexAttrib4usvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22280 print(
"glVertexAttrib4usvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
22288 print(
"glVertexAttribBinding("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22296 print(
"glVertexAttribDivisor("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22304 print(
"glVertexAttribFormat("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22312 print(
"glVertexAttribFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22320 print(
"glVertexAttribI1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22328 print(
"glVertexAttribI1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22336 print(
"glVertexAttribI1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22344 print(
"glVertexAttribI1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22352 print(
"glVertexAttribI1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22360 print(
"glVertexAttribI1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22368 print(
"glVertexAttribI2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22376 print(
"glVertexAttribI2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22384 print(
"glVertexAttribI2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22392 print(
"glVertexAttribI2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22400 print(
"glVertexAttribI2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22408 print(
"glVertexAttribI2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22416 print(
"glVertexAttribI3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22424 print(
"glVertexAttribI3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22432 print(
"glVertexAttribI3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22440 print(
"glVertexAttribI3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22448 print(
"glVertexAttribI3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22456 print(
"glVertexAttribI3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22464 print(
"glVertexAttribI4bv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
22472 print(
"glVertexAttribI4bv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22480 print(
"glVertexAttribI4i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22488 print(
"glVertexAttribI4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22496 print(
"glVertexAttribI4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22504 print(
"glVertexAttribI4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
22512 print(
"glVertexAttribI4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22520 print(
"glVertexAttribI4ubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22528 print(
"glVertexAttribI4ubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
22536 print(
"glVertexAttribI4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22544 print(
"glVertexAttribI4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22552 print(
"glVertexAttribI4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22560 print(
"glVertexAttribI4usv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22568 print(
"glVertexAttribI4usv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
22576 print(
"glVertexAttribIFormat("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22584 print(
"glVertexAttribIFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22592 print(
"glVertexAttribIPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
22600 print(
"glVertexAttribIPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
22608 print(
"glVertexAttribL1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
22616 print(
"glVertexAttribL1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22624 print(
"glVertexAttribL1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
22632 print(
"glVertexAttribL1i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
22640 print(
"glVertexAttribL1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22648 print(
"glVertexAttribL1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22656 print(
"glVertexAttribL1ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
22664 print(
"glVertexAttribL1ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
22672 print(
"glVertexAttribL1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22680 print(
"glVertexAttribL1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22688 print(
"glVertexAttribL1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22696 print(
"glVertexAttribL1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22704 print(
"glVertexAttribL2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
22712 print(
"glVertexAttribL2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22720 print(
"glVertexAttribL2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
22728 print(
"glVertexAttribL2i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
22736 print(
"glVertexAttribL2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22744 print(
"glVertexAttribL2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22752 print(
"glVertexAttribL2ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
22760 print(
"glVertexAttribL2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22768 print(
"glVertexAttribL2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22776 print(
"glVertexAttribL3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
22784 print(
"glVertexAttribL3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
22792 print(
"glVertexAttribL3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22800 print(
"glVertexAttribL3i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
22808 print(
"glVertexAttribL3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22816 print(
"glVertexAttribL3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22824 print(
"glVertexAttribL3ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
22832 print(
"glVertexAttribL3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22840 print(
"glVertexAttribL3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22848 print(
"glVertexAttribL4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
22856 print(
"glVertexAttribL4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
22864 print(
"glVertexAttribL4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22872 print(
"glVertexAttribL4i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
22880 print(
"glVertexAttribL4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22888 print(
"glVertexAttribL4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22896 print(
"glVertexAttribL4ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
22904 print(
"glVertexAttribL4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22912 print(
"glVertexAttribL4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22920 print(
"glVertexAttribLFormat("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22928 print(
"glVertexAttribLFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22936 print(
"glVertexAttribLPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg4+
")");
22944 print(
"glVertexAttribLPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
22952 print(
"glVertexAttribP1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22960 print(
"glVertexAttribP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22968 print(
"glVertexAttribP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
22976 print(
"glVertexAttribP2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22984 print(
"glVertexAttribP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22992 print(
"glVertexAttribP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
23000 print(
"glVertexAttribP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23008 print(
"glVertexAttribP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
23016 print(
"glVertexAttribP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
23024 print(
"glVertexAttribP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23032 print(
"glVertexAttribP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
23040 print(
"glVertexAttribP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
23048 print(
"glVertexAttribParameteriAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23056 print(
"glVertexAttribPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
23064 print(
"glVertexAttribPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
23072 print(
"glVertexAttribPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
23080 print(
"glVertexAttribPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg5+
")");
23088 print(
"glVertexAttribPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<long> "+arg5+
")");
23096 print(
"glVertexAttribs1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23104 print(
"glVertexAttribs1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
23112 print(
"glVertexAttribs2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
23120 print(
"glVertexAttribs2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23128 print(
"glVertexAttribs3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
23136 print(
"glVertexAttribs3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23144 print(
"glVertexAttribs4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23152 print(
"glVertexAttribs4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
23160 print(
"glVertexBindingDivisor("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23168 print(
"glVertexBlendARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
23176 print(
"glVertexFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23184 print(
"glVertexP2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23192 print(
"glVertexP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
23200 print(
"glVertexP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23208 print(
"glVertexP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23216 print(
"glVertexP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23224 print(
"glVertexP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
23232 print(
"glVertexP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23240 print(
"glVertexP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
23248 print(
"glVertexP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23256 print(
"glVertexPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
23264 print(
"glVertexPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
23272 print(
"glVertexPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
23280 print(
"glVertexWeightPointerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
23288 print(
"glVertexWeightPointerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
23296 print(
"glVertexWeightfEXT("+
"<float> "+arg0+
")");
23304 print(
"glVertexWeightfvEXT("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23312 print(
"glVertexWeightfvEXT("+
"<java.nio.FloatBuffer> "+arg0+
")");
23320 print(
"glVertexWeighth("+
"<short> "+arg0+
")");
23328 print(
"glVertexWeighthv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23336 print(
"glVertexWeighthv("+
"<java.nio.ShortBuffer> "+arg0+
")");
23344 print(
"glVideoCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
23353 print(
"glVideoCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
23362 print(
"glVideoCaptureStreamParameterdvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
23370 print(
"glVideoCaptureStreamParameterdvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
23378 print(
"glVideoCaptureStreamParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
23386 print(
"glVideoCaptureStreamParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
23394 print(
"glVideoCaptureStreamParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
23402 print(
"glVideoCaptureStreamParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
23410 print(
"glViewport("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23411 downstreamGL4bc.
glViewport(arg0,arg1,arg2,arg3);
23418 print(
"glViewportArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23426 print(
"glViewportArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
23434 print(
"glViewportIndexedf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
23442 print(
"glViewportIndexedfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
23450 print(
"glViewportIndexedfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23458 print(
"glViewportPositionWScaleNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
23466 print(
"glViewportSwizzleNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
23471 public void glWaitSemaphoreEXT(
int arg0,
int arg1,java.nio.IntBuffer arg2,
int arg3,java.nio.IntBuffer arg4,java.nio.IntBuffer arg5)
23474 print(
"glWaitSemaphoreEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
", "+
"<java.nio.IntBuffer> "+arg5+
")");
23479 public void glWaitSemaphoreEXT(
int arg0,
int arg1,
int[] arg2,
int arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8)
23482 print(
"glWaitSemaphoreEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg6).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg8).toUpperCase()+
")");
23490 print(
"glWaitSemaphoreui64NVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
23498 print(
"glWaitSemaphoreui64NVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
23506 print(
"glWaitSync("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
23514 print(
"glWaitVkSemaphoreNV("+
"<long> "+arg0+
")");
23522 print(
"glWeightPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
23530 print(
"glWeightPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
23538 print(
"glWeightbvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
23546 print(
"glWeightbvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23554 print(
"glWeightdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23562 print(
"glWeightdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
23570 print(
"glWeightfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23578 print(
"glWeightfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
23586 print(
"glWeightivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23594 print(
"glWeightivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
23602 print(
"glWeightsvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
23610 print(
"glWeightsvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23618 print(
"glWeightubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23626 print(
"glWeightubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
23634 print(
"glWeightuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23642 print(
"glWeightuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
23650 print(
"glWeightusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
23658 print(
"glWeightusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23666 print(
"glWindowPos2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
23674 print(
"glWindowPos2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
23682 print(
"glWindowPos2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23690 print(
"glWindowPos2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
23698 print(
"glWindowPos2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23706 print(
"glWindowPos2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
23714 print(
"glWindowPos2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23722 print(
"glWindowPos2iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23730 print(
"glWindowPos2iv("+
"<java.nio.IntBuffer> "+arg0+
")");
23738 print(
"glWindowPos2s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
23746 print(
"glWindowPos2sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23754 print(
"glWindowPos2sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
23762 print(
"glWindowPos3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
23770 print(
"glWindowPos3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
23778 print(
"glWindowPos3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23786 print(
"glWindowPos3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
23794 print(
"glWindowPos3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23802 print(
"glWindowPos3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
23810 print(
"glWindowPos3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
23818 print(
"glWindowPos3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
23826 print(
"glWindowPos3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23834 print(
"glWindowPos3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
23842 print(
"glWindowPos3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
23850 print(
"glWindowPos3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23858 print(
"glWindowRectanglesEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
23866 print(
"glWindowRectanglesEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23874 print(
"glWriteMaskEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
23891 return downstreamGL4bc.
hasGLSL();
23911 return downstreamGL4bc.
isGL2();
23916 return downstreamGL4bc.
isGL2ES1();
23921 return downstreamGL4bc.
isGL2ES2();
23926 return downstreamGL4bc.
isGL2ES3();
23931 return downstreamGL4bc.
isGL2GL3();
23936 return downstreamGL4bc.
isGL3();
23941 return downstreamGL4bc.
isGL3ES3();
23946 return downstreamGL4bc.
isGL3bc();
23956 return downstreamGL4bc.
isGL4();
23961 return downstreamGL4bc.
isGL4ES3();
23966 return downstreamGL4bc.
isGL4bc();
23976 return downstreamGL4bc.
isGLES();
23981 return downstreamGL4bc.
isGLES1();
23986 return downstreamGL4bc.
isGLES2();
23996 return downstreamGL4bc.
isGLES3();
24016 return downstreamGL4bc.
isGLcore();
24052 print(
"mapBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
24061 print(
"mapBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
24070 print(
"mapNamedBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
24084 print(
"mapNamedBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
24101 StringBuilder sb =
new StringBuilder();
24102 sb.append(
"TraceGL4bc [this 0x"+Integer.toHexString(hashCode())+
" implementing com.jogamp.opengl.GL4bc,\n\t");
24103 sb.append(
" downstream: "+downstreamGL4bc.toString()+
"\n\t]");
24104 return sb.toString();
24106private PrintStream stream;
24107private int indent = 0;
24110 if (obj ==
null)
return "[null]";
24111 StringBuilder sb =
new StringBuilder(
"[");
24112 int len = java.lang.reflect.Array.getLength(obj);
24113 int count = Math.min(len,16);
24114 for (
int i =0; i < count; i++ ) {
24115 sb.append(java.lang.reflect.Array.get(obj,i));
24120 sb.append(
"...").append(len);
24122 return sb.toString();
24130 stream.println(str);
24134 for(
int i =0; i < indent; i++) {stream.print(
' ');}
24137 private GL4bc downstreamGL4bc;
OpenGL buffer storage object reflecting it's.
Abstraction for an OpenGL rendering context.
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeExceptio...
Specifies the the OpenGL profile.
void glMatrixTranslatedEXT(int arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glMatrixTranslatedEXT}(GLenum mode,...
void glGetIntegerv(int arg0, int[] arg1, int arg2)
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,...
void glDrawRangeElementsBaseVertex(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5, int arg6)
void glCreateFramebuffers(int arg0, java.nio.IntBuffer arg1)
void glVertexAttribP3uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribP3uiv}(GLuint index,...
void glUniform4dv(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,...
void glGetTextureParameterIiv(int arg0, int arg1, java.nio.IntBuffer arg2)
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 glFramebufferReadBufferEXT(int arg0, int arg1)
Entry point to C language function: void {@native glFramebufferReadBufferEXT}(GLuint framebuffer,...
void glProgramUniformMatrix2x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glProgramEnvParameterI4ivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glProgramEnvParameterI4ivNV}(GLenum target,...
void glTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
void glProgramUniform3fv(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glNamedBufferData(int arg0, long arg1, java.nio.Buffer arg2, int arg3)
void glBindFragDataLocation(int arg0, int arg1, java.lang.String arg2)
void glMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glFogCoorddv(double[] arg0, int arg1)
Entry point to C language function: void {@native glFogCoorddv}(const GLdouble * coord) Part of GL...
void glVertex3fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glVertex3fv}(const GLfloat * v) Part of GL_VERSI...
void glTexParameterIuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttribL4dv(int arg0, java.nio.DoubleBuffer arg1)
void glGetFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glBufferSubData(int arg0, long arg1, long arg2, java.nio.Buffer arg3)
void glGetMapParameterivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetMapParameterivNV}(GLenum target,...
void glNamedBufferSubData(int arg0, long arg1, long arg2, java.nio.Buffer arg3)
void glUniform3ui64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glGetFramebufferParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer...
void glGetActiveAtomicCounterBufferiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glSecondaryColor3bv(byte[] arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColor3bv}(const GLbyte * v) Part of G...
void glIndexs(short arg0)
Entry point to C language function: void {@native glIndexs}(GLshort c) Part of GL_VERSION_1_0
void glEdgeFlagv(java.nio.ByteBuffer arg0)
void glTexCoord3iv(java.nio.IntBuffer arg0)
void glRasterPos4fv(java.nio.FloatBuffer arg0)
boolean isNPOTTextureAvailable()
Returns true if the GL context supports non power of two (NPOT) textures, otherwise false.
void glDrawElementsIndirect(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode,...
void glUniform2ivARB(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2ivARB}(GLint location,...
void glProgramEnvParameter4dvARB(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glProgramEnvParameter4dvARB}(GLenum target,...
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,...
void glVertexAttrib4svARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4svARB}(GLuint index,...
void glVariantsvEXT(int arg0, java.nio.ShortBuffer arg1)
void glMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit,...
void glGetHistogramParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glVDPAUUnregisterSurfaceNV(long arg0)
Entry point to C language function: void {@native glVDPAUUnregisterSurfaceNV}(GLvdpauSurfaceNV surfa...
void glTextureParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture,...
void glMatrixIndexuivARB(int arg0, java.nio.IntBuffer arg1)
void glEndOcclusionQueryNV()
Entry point to C language function: void {@native glEndOcclusionQueryNV}() Part of GL_NV_occlusion...
void glGetTextureParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetTextureParameterIiv}(GLuint texture,...
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,...
void glClearBufferuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer,...
void glProgramUniform1i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glProgramUniform1i}(GLuint program,...
void glUniform4ui64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glRenderbufferStorageMultisample(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glRenderbufferStorageMultisample}(GLenum target,...
void glGetInteger64i_v(int arg0, int arg1, java.nio.LongBuffer arg2)
void glTexCoord1fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord1fv}(const GLfloat * v) Part of GL_VER...
void glDrawElementsInstancedBaseVertex(int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4, int arg5)
boolean glIsEnabledi(int arg0, int arg1)
Entry point to C language function: GLboolean {@native glIsEnabledi}(GLenum target,...
void glGetIntegerv(int arg0, java.nio.IntBuffer arg1)
void glGetVariantBooleanvEXT(int arg0, int arg1, java.nio.ByteBuffer arg2)
void glColorTable(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
void glGetUniformui64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glTexGenfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname,...
void glProgramUniform2ui64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glGetOcclusionQueryivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGenerateMipmap(int arg0)
Entry point to C language function: void {@native glGenerateMipmap}(GLenum target) Part of GL_ES_V...
void glGetObjectParameterivAPPLE(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetObjectParameterivAPPLE}(GLenum objectType,...
void glTexCoord1bOES(byte arg0)
Entry point to C language function: void {@native glTexCoord1bOES}(GLbyte s) Part of GL_OES_byte_c...
void glEndQueryIndexed(int arg0, int arg1)
Entry point to C language function: void {@native glEndQueryIndexed}(GLenum target,...
void glGetActiveUniformBlockiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program,...
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,...
void glGetCompressedTextureImage(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glTextureParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glShaderOp1EXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glShaderOp1EXT}(GLenum op, GLuint res,...
void glMultiTexCoord2sv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord2sv}(GLenum target,...
void glCreateSamplers(int arg0, java.nio.IntBuffer arg1)
int glGetProgramResourceLocationIndex(int arg0, int arg1, java.nio.ByteBuffer arg2)
void glProgramUniformMatrix3x2fv(int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
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 glVertexAttrib4bv(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index,...
void glGetPixelTransformParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetPixelTransformParameterivEXT}(GLenum target,...
void glFogCoordh(short arg0)
Entry point to C language function: void {@native glFogCoordh}(GLhalfNV fog) Part of GL_NV_half_fl...
void glVertexAttrib4iv(int arg0, java.nio.IntBuffer arg1)
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,...
void glMultiTexCoord3sv(int arg0, java.nio.ShortBuffer arg1)
void glTexCoordP1uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glTexCoordP1uiv}(GLenum type, const GLuint * coord...
void glGetNamedFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameteriv}(GLuint...
void glTexCoordPointer(int arg0, int arg1, int arg2, long arg3)
int glGetAttribLocation(int arg0, java.lang.String arg1)
void glVertexAttribP2uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribP2uiv}(GLuint index,...
void glVertex3sv(java.nio.ShortBuffer arg0)
boolean isGL2()
Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile.
void glScissorArrayv(int arg0, int arg1, java.nio.IntBuffer arg2)
int glCheckNamedFramebufferStatusEXT(int arg0, int arg1)
Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatusEXT}(GLuint framebu...
void glGetLightiv(int arg0, int arg1, java.nio.IntBuffer arg2)
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,...
void glVertexAttrib1d(int arg0, double arg1)
Entry point to C language function: void {@native glVertexAttrib1d}(GLuint index,...
void glPrioritizeTextures(int arg0, int[] arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glPrioritizeTextures}(GLsizei n,...
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 glGetnUniformiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetPixelMapusv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values) ...
void glProgramLocalParametersI4uivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glIndexPointer(int arg0, int arg1, java.nio.Buffer arg2)
void glMultiTexCoord2iv(int arg0, java.nio.IntBuffer arg1)
void glStencilOpValueAMD(int arg0, int arg1)
Entry point to C language function: void {@native glStencilOpValueAMD}(GLenum face,...
void glMatrixIndexPointerARB(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glGetVertexArrayiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glNormal3sv(java.nio.ShortBuffer arg0)
void glProgramUniformMatrix2x4fv(int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
void glGetPixelMapfv(int arg0, java.nio.FloatBuffer arg1)
void glDrawTransformFeedbackNV(int arg0, int arg1)
Entry point to C language function: void {@native glDrawTransformFeedbackNV}(GLenum mode,...
void glGetVertexAttribIuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index,...
void glWindowPos2i(int arg0, int arg1)
Entry point to C language function: void {@native glWindowPos2i}(GLint x, GLint y) Part of GL_VERS...
void glUniform4dv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4dv}(GLint location, GLsizei count,...
void glIndexubv(byte[] arg0, int arg1)
Entry point to C language function: void {@native glIndexubv}(const GLubyte * c) Part of GL_VERSIO...
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,...
void glIndexd(double arg0)
Entry point to C language function: void {@native glIndexd}(GLdouble c) Part of GL_VERSION_1_0
void glVertexAttrib4iv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index,...
void glTexCoord3d(double arg0, double arg1, double arg2)
Entry point to C language function: void {@native glTexCoord3d}(GLdouble s, GLdouble t,...
void glCullParameterdvEXT(int arg0, java.nio.DoubleBuffer arg1)
void glVertexWeightPointerEXT(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glVertex3iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glVertex3iv}(const GLint * v) Part of GL_VERSION...
void glDeleteProgramPipelines(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteProgramPipelines}(GLsizei n,...
void glMultiTexCoord1bvOES(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord1bvOES}(GLenum texture,...
void glGetTexParameterIuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetInvariantIntegervEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glUniform4fvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4fvARB}(GLint location,...
void glGetNamedRenderbufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetNamedRenderbufferParameteriv}(GLuint renderbu...
void glSemaphoreParameterivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glSemaphoreParameterivNV}(GLuint semaphore,...
void glGetLocalConstantFloatvEXT(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glWeightfvARB(int arg0, java.nio.FloatBuffer arg1)
void glWeightuivARB(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glWeightuivARB}(GLint size, const GLuint * weights...
void glNamedProgramLocalParameter4dvEXT(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glVertexAttrib4usv(int arg0, java.nio.ShortBuffer arg1)
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,...
void glVertexAttribL1ui64ARB(int arg0, long arg1)
Entry point to C language function: void {@native glVertexAttribL1ui64ARB}(GLuint index,...
void glGetShaderSourceARB(long arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
void glGetTexGeniv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glSecondaryColor3bv(java.nio.ByteBuffer arg0)
void glVertexAttrib4fv(int arg0, java.nio.FloatBuffer arg1)
void glTexCoord4hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord4hv}(const GLhalfNV * v) Part of GL_NV...
void glProgramUniform3i(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3i}(GLuint program,...
void glResolveDepthValuesNV()
Entry point to C language function: void {@native glResolveDepthValuesNV}() Part of GL_NV_sample_l...
void glBegin(int arg0)
Entry point to C language function: void {@native glBegin}(GLenum mode) Part of GL_VERSION_1_0
void glRasterPos2fv(java.nio.FloatBuffer arg0)
void glPixelMapuiv(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize,...
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,...
void glDeleteRenderbuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteRenderbuffers}(GLsizei n,...
void glGetProgramivARB(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramivARB}(GLenum target,...
void glMulticastGetQueryObjectui64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
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,...
void glMatrixScalefEXT(int arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glMatrixScalefEXT}(GLenum mode,...
int getSwapInterval()
Return the current swap interval.
void glScissorArrayv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glScissorArrayv}(GLuint first, GLsizei count,...
void glGetProgramEnvParameterIuivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramEnvParameterIuivNV}(GLenum target,...
void glImportMemoryWin32NameEXT(int arg0, long arg1, int arg2, java.nio.Buffer arg3)
void glUniformMatrix4x3fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix4x3fv}(GLint location,...
void glMultiTexImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
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,...
void glWeightdvARB(int arg0, java.nio.DoubleBuffer arg1)
void glGetSamplerParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler,...
void glClearNamedFramebufferiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glClearNamedFramebufferiv}(GLuint framebuffer,...
void glFlushMappedNamedBufferRangeEXT(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glFlushMappedNamedBufferRangeEXT}(GLuint buffer,...
void glPixelTransformParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glPixelTransformParameterivEXT}(GLenum target,...
void glGetMultisamplefvNV(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glUniform2fvARB(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glGetQueryIndexediv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glTexCoord2dv(java.nio.DoubleBuffer arg0)
void glBufferAddressRangeNV(int arg0, int arg1, long arg2, long arg3)
Entry point to C language function: void {@native glBufferAddressRangeNV}(GLenum pname,...
void glClearAccum(float arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glClearAccum}(GLfloat red, GLfloat green,...
void glTexCoord1s(short arg0)
Entry point to C language function: void {@native glTexCoord1s}(GLshort s) Part of GL_VERSION_1_0
void glGetMultiTexGendvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit,...
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,...
void glProgramUniformMatrix4x2fv(int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
void glNamedFramebufferSamplePositionsfvAMD(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glNamedFramebufferSamplePositionsfvAMD}(GLuint fra...
void glGetMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glVideoCaptureStreamParameterfvNV(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glUniform2iARB(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glUniform2iARB}(GLint location,...
void glBindBuffersBase(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
boolean isGL3bc()
Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile.
void glInsertComponentEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glInsertComponentEXT}(GLuint res,...
void glNormalFormatNV(int arg0, int arg1)
Entry point to C language function: void {@native glNormalFormatNV}(GLenum type, GLsizei stride) P...
void glBindBuffersBase(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glBindBuffersBase}(GLenum target,...
void glGetClipPlane(int arg0, java.nio.DoubleBuffer arg1)
void glProgramUniform2fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform2fv}(GLuint program,...
void glPixelMapusv(int arg0, int arg1, short[] arg2, int arg3)
Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize,...
void glUniformMatrix2x3dv(int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
void glFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
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,...
void glProgramUniform1i64NV(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glProgramUniform1i64NV}(GLuint program,...
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,...
void glGetBufferParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glPrimitiveRestartIndexNV(int arg0)
Entry point to C language function: void {@native glPrimitiveRestartIndexNV}(GLuint index) Part of...
void glHint(int arg0, int arg1)
Entry point to C language function: void {@native glHint}(GLenum target, GLenum mode) Part of GL_E...
void glTexCoord1iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord1iv}(const GLint * v) Part of GL_VERSI...
void glRasterPos3sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos3sv}(const GLshort * v) Part of GL_VE...
void glGetSamplerParameterIuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glMultiTexCoord1d(int arg0, double arg1)
Entry point to C language function: void {@native glMultiTexCoord1d}(GLenum target,...
void glGetMultiTexGenfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit,...
void glVertexAttrib4s(int arg0, short arg1, short arg2, short arg3, short arg4)
Entry point to C language function: void {@native glVertexAttrib4s}(GLuint index,...
void glUniform1i64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
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 glCullParameterdvEXT(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glCullParameterdvEXT}(GLenum pname,...
void glUniformHandleui64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniformHandleui64vARB}(GLint location,...
void glUniform1ui64NV(int arg0, long arg1)
Entry point to C language function: void {@native glUniform1ui64NV}(GLint location,...
void glRectf(float arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glRectf}(GLfloat x1, GLfloat y1,...
void glTexCoordP2uiv(int arg0, java.nio.IntBuffer arg1)
void glProgramUniformHandleui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniformHandleui64vARB}(GLuint program,...
void glMultiDrawArraysIndirectBindlessNV(int arg0, java.nio.Buffer arg1, int arg2, int arg3, int arg4)
void glMatrixRotatedEXT(int arg0, double arg1, double arg2, double arg3, double arg4)
Entry point to C language function: void {@native glMatrixRotatedEXT}(GLenum mode,...
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,...
void glUniform3uiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glProgramUniform1ui64NV(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glProgramUniform1ui64NV}(GLuint program,...
void glFogCoordhv(short[] arg0, int arg1)
Entry point to C language function: void {@native glFogCoordhv}(const GLhalfNV * fog) Part of GL_N...
void glGetVariantFloatvEXT(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glDrawArraysIndirect(int arg0, java.nio.Buffer arg1)
void glVertexAttribL4i64vNV(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL4i64vNV}(GLuint index,...
void glMultiTexCoord3bOES(int arg0, byte arg1, byte arg2, byte arg3)
Entry point to C language function: void {@native glMultiTexCoord3bOES}(GLenum texture,...
void glVertex2d(double arg0, double arg1)
Entry point to C language function: void {@native glVertex2d}(GLdouble x, GLdouble y) Part of GL_V...
void glFogCoordfv(java.nio.FloatBuffer arg0)
void glVertexAttrib4Niv(int arg0, java.nio.IntBuffer arg1)
int glGenSymbolsEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: GLuint {@native glGenSymbolsEXT}(GLenum datatype,...
void glLinkProgramARB(long arg0)
Entry point to C language function: void {@native glLinkProgramARB}(GLhandleARB programObj) Part o...
void glLightfv(int arg0, int arg1, float[] arg2, int arg3)
void glVertexAttribI2iv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index,...
void glPolygonStipple(long arg0)
Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask) Part of ...
boolean glUnmapNamedBuffer(int arg0)
Entry point to C language function: GLboolean {@native glUnmapNamedBuffer}(GLuint buffer) Part of ...
void glCompileShaderIncludeARB(int arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3)
void glProgramLocalParameterI4uivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glTexCoord2d(double arg0, double arg1)
Entry point to C language function: void {@native glTexCoord2d}(GLdouble s, GLdouble t) Part of GL...
void glColor3fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glColor3fv}(const GLfloat * v) Part of GL_VERSIO...
boolean isGL4core()
Indicates whether this GL object uses a GL4 core profile.
void glTexCoord3iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord3iv}(const GLint * v) Part of GL_VERSI...
void glDebugMessageInsertAMD(int arg0, int arg1, int arg2, int arg3, java.lang.String arg4)
void glCompileShader(int arg0)
Entry point to C language function: void {@native glCompileShader}(GLuint shader) Part of GL_ES_VE...
void glGetTextureImage(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
void glColor3b(byte arg0, byte arg1, byte arg2)
Entry point to C language function: void {@native glColor3b}(GLbyte red, GLbyte green,...
void glPushDebugGroup(int arg0, int arg1, int arg2, java.nio.ByteBuffer arg3)
void glUniform1ui(int arg0, int arg1)
Entry point to C language function: void {@native glUniform1ui}(GLint location, GLuint v0) Part of...
void glActiveStencilFaceEXT(int arg0)
Entry point to C language function: void {@native glActiveStencilFaceEXT}(GLenum face) Part of GL_...
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 glGetUniformui64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program,...
void glMultiTexCoord3d(int arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glMultiTexCoord3d}(GLenum target,...
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,...
void glGetPixelTransformParameterfvEXT(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glUniform1fv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1fv}(GLint location, GLsizei count,...
void glProgramUniform1fv(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glRasterPos4sv(java.nio.ShortBuffer arg0)
void glGetHistogramParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glEvalCoord2d(double arg0, double arg1)
Entry point to C language function: void {@native glEvalCoord2d}(GLdouble u, GLdouble v) Part of G...
void glVertexAttribL3ui64NV(int arg0, long arg1, long arg2, long arg3)
Entry point to C language function: void {@native glVertexAttribL3ui64NV}(GLuint index,...
void glMultiTexCoordP3ui(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoordP3ui}(GLenum texture,...
void glGetPixelMapusv(int arg0, long arg1)
Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values) ...
void glTexCoord4sv(java.nio.ShortBuffer arg0)
void glPointParameteriv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glPointParameteriv}(GLenum pname,...
void glInvalidateFramebuffer(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target,...
void glGetQueryObjectui64v(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetQueryObjectui64v}(GLuint id,...
void glTexCoord4bvOES(java.nio.ByteBuffer arg0)
void glVertexWeighthv(java.nio.ShortBuffer arg0)
void glMultiDrawElementsIndirectBindlessNV(int arg0, int arg1, java.nio.Buffer arg2, int arg3, int arg4, int arg5)
void glTextureLightEXT(int arg0)
Entry point to C language function: void {@native glTextureLightEXT}(GLenum pname) Part of GL_EXT_...
void glMaxShaderCompilerThreadsARB(int arg0)
Entry point to C language function: void {@native glMaxShaderCompilerThreadsARB}(GLuint count) Par...
void glDrawBuffersATI(int arg0, java.nio.IntBuffer arg1)
void glUniformMatrix3x4dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix3x4dv}(GLint location,...
void glVertexAttrib4NubvARB(int arg0, java.nio.ByteBuffer arg1)
void glQueryCounter(int arg0, int arg1)
Entry point to C language function: void {@native glQueryCounter}(GLuint id, GLenum target) Part o...
void glIndexdv(double[] arg0, int arg1)
Entry point to C language function: void {@native glIndexdv}(const GLdouble * c) Part of GL_VERSIO...
void glGetUniformiv(int arg0, int arg1, java.nio.IntBuffer arg2)
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,...
void glVertexAttribL2d(int arg0, double arg1, double arg2)
Entry point to C language function: void {@native glVertexAttribL2d}(GLuint index,...
void glGetProgramPipelineiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glUniform1ui64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glPixelTransferf(int arg0, float arg1)
Entry point to C language function: void {@native glPixelTransferf}(GLenum pname,...
int glGetUniformLocationARB(long arg0, java.lang.String arg1)
void glProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glMultiTexCoord3i(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glMultiTexCoord3i}(GLenum target,...
void glCallCommandListNV(int arg0)
Entry point to C language function: void {@native glCallCommandListNV}(GLuint list) Part of GL_NV_...
void glSecondaryColorP3uiv(int arg0, java.nio.IntBuffer arg1)
void glGetUniformi64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glMultiTexCoord3f(int arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glMultiTexCoord3f}(GLenum target,...
void glUniform1uiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetUniformi64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformi64vARB}(GLuint program,...
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 glEnableVertexAttribAPPLE(int arg0, int arg1)
Entry point to C language function: void {@native glEnableVertexAttribAPPLE}(GLuint index,...
void glDeleteBuffers(int arg0, java.nio.IntBuffer arg1)
void glShaderSourceARB(long arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4)
void glFramebufferDrawBufferEXT(int arg0, int arg1)
Entry point to C language function: void {@native glFramebufferDrawBufferEXT}(GLuint framebuffer,...
void glFramebufferTextureFaceEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glFramebufferTextureFaceEXT}(GLenum target,...
void glProgramUniformMatrix2x3fv(int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
com.jogamp.opengl.GL2ES1 getGL2ES1()
Casts this object to the GL2ES1 interface.
void glVertexAttrib4Nbv(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index,...
void glVertexAttribI2uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index,...
void glUniformMatrix2dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix2dv}(GLint location,...
void glGetCompressedMultiTexImageEXT(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glUniform4ui64ARB(int arg0, long arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glUniform4ui64ARB}(GLint location,...
void glGetPixelMapfv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values) P...
void glUnmapTexture2DINTEL(int arg0, int arg1)
Entry point to C language function: void {@native glUnmapTexture2DINTEL}(GLuint texture,...
void glInvalidateFramebuffer(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetUniformIndices(int arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4)
void glVertexAttribI4ui(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribI4ui}(GLuint index,...
void glGetShadingRateImagePaletteNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glCreateVertexArrays(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateVertexArrays}(GLsizei n,...
void glClientWaitSemaphoreui64NVX(int arg0, java.nio.IntBuffer arg1, java.nio.LongBuffer arg2)
void glCurrentPaletteMatrixARB(int arg0)
Entry point to C language function: void {@native glCurrentPaletteMatrixARB}(GLint index) Part of ...
void glMultiTexCoordP4ui(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoordP4ui}(GLenum texture,...
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,...
void glVertexAttrib1s(int arg0, short arg1)
Entry point to C language function: void {@native glVertexAttrib1s}(GLuint index,...
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,...
void glGetVertexAttribLdv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribLdv}(GLuint index,...
void glUniform3i(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glUniform3i}(GLint location, GLint v0,...
void glEvaluateDepthValuesARB()
Entry point to C language function: void {@native glEvaluateDepthValuesARB}() Part of GL_ARB_sampl...
void glVertexP4ui(int arg0, int arg1)
Entry point to C language function: void {@native glVertexP4ui}(GLenum type, GLuint value) Part of...
int glGetProgramResourceIndex(int arg0, int arg1, byte[] arg2, int arg3)
Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program,...
void glGetQueryObjectui64vEXT(int arg0, int arg1, java.nio.LongBuffer arg2)
void glMapGrid1d(int arg0, double arg1, double arg2)
Entry point to C language function: void {@native glMapGrid1d}(GLint un, GLdouble u1,...
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,...
void glNamedFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvARB}(GLuint fra...
void glTexParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glTexParameterIiv}(GLenum target,...
void glIndexFuncEXT(int arg0, float arg1)
Entry point to C language function: void {@native glIndexFuncEXT}(GLenum func, GLclampf ref) Part ...
void glProgramUniform1i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform1i64vNV}(GLuint program,...
void glLGPUInterlockNVX()
Entry point to C language function: void {@native glLGPUInterlockNVX}() Part of GL_NVX_linked_gpu_...
void glVertexAttrib4NbvARB(int arg0, java.nio.ByteBuffer arg1)
void glNormal3bv(java.nio.ByteBuffer arg0)
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,...
void glPixelZoom(float arg0, float arg1)
Entry point to C language function: void {@native glPixelZoom}(GLfloat xfactor, GLfloat yfactor) P...
void glVertexAttribL1ui64NV(int arg0, long arg1)
Entry point to C language function: void {@native glVertexAttribL1ui64NV}(GLuint index,...
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 glOrthof(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
Multiply the current matrix with the orthogonal matrix.
void glGetDoublei_vEXT(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glVertexAttrib4Nbv(int arg0, java.nio.ByteBuffer arg1)
boolean isVBOArrayBound()
void glRenderGpuMaskNV(int arg0)
Entry point to C language function: void {@native glRenderGpuMaskNV}(GLbitfield mask) Part of GL_N...
void glProgramUniform3dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program,...
void glBufferStorageMemEXT(int arg0, long arg1, int arg2, long arg3)
Entry point to C language function: void {@native glBufferStorageMemEXT}(GLenum target,...
void glMultiTexCoord4hv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord4hv}(GLenum target,...
void glTexBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
Entry point to C language function: void {@native glTexBufferRange}(GLenum target,...
void glMulticastFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
void glRotated(double arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glRotated}(GLdouble angle, GLdouble x,...
void glGetNamedBufferSubDataEXT(int arg0, long arg1, long arg2, java.nio.Buffer arg3)
void glViewportSwizzleNV(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glViewportSwizzleNV}(GLuint index,...
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,...
void glGetVideoCaptureStreamdvNV(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glGetVideoCaptureStreamdvNV}(GLuint video_capture_...
void glMulticastGetQueryObjectui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glMulticastGetQueryObjectui64vNV}(GLuint gpu,...
void glPointParameteri(int arg0, int arg1)
Entry point to C language function: void {@native glPointParameteri}(GLenum pname,...
boolean glIsRenderbuffer(int arg0)
Entry point to C language function: GLboolean {@native glIsRenderbuffer}(GLuint renderbuffer) Part...
void glMultiTexGenfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit,...
void glVertexWeightfvEXT(float[] arg0, int arg1)
Entry point to C language function: void {@native glVertexWeightfvEXT}(const GLfloat * weight) Par...
void glTexCoordPointer(com.jogamp.opengl.GLArrayData arg0)
void glVertexAttrib3dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index,...
void glUniformSubroutinesuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glTexCoord4iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord4iv}(const GLint * v) Part of GL_VERSI...
void glShaderSource(int arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4)
void glProgramUniform1dEXT(int arg0, int arg1, double arg2)
Entry point to C language function: void {@native glProgramUniform1dEXT}(GLuint program,...
void glSemaphoreParameterui64vEXT(int arg0, int arg1, java.nio.LongBuffer arg2)
void glDepthMask(boolean arg0)
Entry point to C language function: void {@native glDepthMask}(GLboolean flag) Part of GL_ES_VERSI...
void glShadingRateImagePaletteNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glShadingRateImagePaletteNV}(GLuint viewport,...
void glVertexArrayBindingDivisor(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexArrayBindingDivisor}(GLuint vaobj,...
void glNamedBufferStorageMemEXT(int arg0, long arg1, int arg2, long arg3)
Entry point to C language function: void {@native glNamedBufferStorageMemEXT}(GLuint buffer,...
void glUniformMatrix4fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix4fv}(GLint location,...
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,...
void glPolygonOffsetClamp(float arg0, float arg1, float arg2)
Entry point to C language function: void {@native glPolygonOffsetClamp}(GLfloat factor,...
void glUniform4i64ARB(int arg0, long arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glUniform4i64ARB}(GLint location,...
void glGetPerfQueryIdByNameINTEL(java.nio.ByteBuffer arg0, java.nio.IntBuffer arg1)
void glMultiTexEnvivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit,...
void glVideoCaptureStreamParameterdvNV(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glGetDoubleIndexedvEXT(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glLightf(int arg0, int arg1, float arg2)
Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname,...
void glActiveShaderProgram(int arg0, int arg1)
Entry point to C language function: void {@native glActiveShaderProgram}(GLuint pipeline,...
void glVertexAttribL3ui64vNV(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL3ui64vNV}(GLuint index,...
void glWeightbvARB(int arg0, java.nio.ByteBuffer arg1)
void glColorTableParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glColorTableParameterfv}(GLenum target,...
void glSamplerParameterIuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVDPAUGetSurfaceivNV(long arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4)
void glTexCoordP3ui(int arg0, int arg1)
Entry point to C language function: void {@native glTexCoordP3ui}(GLenum type, GLuint coords) Part...
void glCompressedTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
void glBindShadingRateImageNV(int arg0)
Entry point to C language function: void {@native glBindShadingRateImageNV}(GLuint texture) Part o...
void glProgramUniform4i64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glColor3usv(java.nio.ShortBuffer arg0)
void glProgramUniform2i64ARB(int arg0, int arg1, long arg2, long arg3)
Entry point to C language function: void {@native glProgramUniform2i64ARB}(GLuint program,...
void glVertexAttrib1svARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib1svARB}(GLuint index,...
void glImportSemaphoreWin32NameEXT(int arg0, int arg1, java.nio.Buffer arg2)
void glSecondaryColor3b(byte arg0, byte arg1, byte arg2)
Entry point to C language function: void {@native glSecondaryColor3b}(GLbyte red,...
void glGetnMinmax(int arg0, boolean arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
void glUniform2fv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2fv}(GLint location, GLsizei count,...
void glGetMapiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetMapiv}(GLenum target, GLenum query,...
void glDrawElementsBaseVertex(int arg0, int arg1, int arg2, long arg3, int arg4)
Entry point to C language function: void {@native glDrawElementsBaseVertex}(GLenum mode,...
void glTexStorage1D(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glTexStorage1D}(GLenum target, GLsizei levels,...
void glEvalCoord2f(float arg0, float arg1)
Entry point to C language function: void {@native glEvalCoord2f}(GLfloat u, GLfloat v) Part of GL_...
void glGetVertexAttribLui64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glGetNamedBufferParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttrib4ubv(int arg0, java.nio.ByteBuffer arg1)
void glVertex4bvOES(java.nio.ByteBuffer arg0)
void glGetPixelMapuiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values) P...
void glWeightubvARB(int arg0, java.nio.ByteBuffer arg1)
void glMatrixMultfEXT(int arg0, java.nio.FloatBuffer arg1)
void glMultiTexEnvfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit,...
void glGetConvolutionFilter(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glMultiTexCoord4d(int arg0, double arg1, double arg2, double arg3, double arg4)
Entry point to C language function: void {@native glMultiTexCoord4d}(GLenum target,...
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,...
void glVertexFormatNV(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexFormatNV}(GLint size, GLenum type,...
void glRasterPos3s(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glRasterPos3s}(GLshort x, GLshort y,...
void glColor4usv(java.nio.ShortBuffer arg0)
void glUniform3fv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glProgramUniform4ui64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glCompressedTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
void glShadeModel(int arg0)
boolean isGL4()
Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile.
boolean isFunctionAvailable(java.lang.String arg0)
void glVertexAttrib4dvARB(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4dvARB}(GLuint index,...
void glNamedFramebufferTextureLayerEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glNamedFramebufferTextureLayerEXT}(GLuint framebuf...
void glIndexi(int arg0)
Entry point to C language function: void {@native glIndexi}(GLint c) Part of GL_VERSION_1_0
void glGetProgramEnvParameterIuivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glWindowPos2fv(java.nio.FloatBuffer arg0)
void glMultMatrixd(double[] arg0, int arg1)
Entry point to C language function: void {@native glMultMatrixd}(const GLdouble * m) Part of GL_VE...
void glEnableClientStateIndexedEXT(int arg0, int arg1)
Entry point to C language function: void {@native glEnableClientStateIndexedEXT}(GLenum array,...
void glGetActiveSubroutineUniformiv(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glVertexAttribFormatNV(int arg0, int arg1, int arg2, boolean arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribFormatNV}(GLuint index,...
void glGetIntegerui64i_vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glColorMaskIndexed(int arg0, boolean arg1, boolean arg2, boolean arg3, boolean arg4)
Entry point to C language function: void {@native glColorMaskIndexed}(GLuint index,...
int glClientWaitSync(long arg0, int arg1, long arg2)
Entry point to C language function: GLenum {@native glClientWaitSync}(GLsync sync,...
void glWeightuivARB(int arg0, java.nio.IntBuffer arg1)
void glUniform3dv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3dv}(GLint location, GLsizei count,...
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,...
void glCoverageModulationNV(int arg0)
Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components) Part ...
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,...
void glVertexAttribP3uiv(int arg0, int arg1, boolean arg2, java.nio.IntBuffer arg3)
void glVertexAttrib3dARB(int arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glVertexAttrib3dARB}(GLuint index,...
void glGetNamedBufferParameteri64v(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetNamedBufferParameteri64v}(GLuint buffer,...
void glVertexAttribI2ui(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI2ui}(GLuint index,...
void glVertexAttrib1dv(int arg0, java.nio.DoubleBuffer arg1)
void glGetnPixelMapfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetnPixelMapfv}(GLenum map, GLsizei bufSize,...
void glCopyBufferSubData(int arg0, int arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glCopyBufferSubData}(GLenum readTarget,...
void glVertexArrayVertexBuffers(int arg0, int arg1, int arg2, int[] arg3, int arg4, com.jogamp.common.nio.PointerBuffer arg5, int[] arg6, int arg7)
void glTexCoord2iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord2iv}(const GLint * v) Part of GL_VERSI...
void glPushMatrix()
Push the current matrix to it's stack, while preserving it's values.
void glGetNamedProgramLocalParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint progr...
void glProgramUniform4ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform4ui64vNV}(GLuint program,...
void glTexEnviv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glWeightubvARB(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glWeightubvARB}(GLint size, const GLubyte * weight...
void glTextureParameteri(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTextureParameteri}(GLuint texture,...
void glEnableVertexArrayAttrib(int arg0, int arg1)
Entry point to C language function: void {@native glEnableVertexArrayAttrib}(GLuint vaobj,...
void glVertexAttribL1dv(int arg0, java.nio.DoubleBuffer arg1)
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,...
void glUniformMatrix2x3dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix2x3dv}(GLint location,...
void glUniform1i64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1i64vARB}(GLint location,...
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,...
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 glUniform1ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1ui64vARB}(GLint location,...
void glMapParameterivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glClampColor(int arg0, int arg1)
Entry point to C language function: void {@native glClampColor}(GLenum target, GLenum clamp) Part ...
void glUniform2ui64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glLoadMatrixf(float[] arg0, int arg1)
Load the current matrix w/ the provided one.
void glNamedFramebufferDrawBuffers(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glNamedFramebufferDrawBuffers}(GLuint framebuffer,...
void glDeleteSamplers(int arg0, java.nio.IntBuffer arg1)
void glEnd()
Entry point to C language function: void {@native glEnd}() Part of GL_VERSION_1_0
void glCreateStatesNV(int arg0, java.nio.IntBuffer arg1)
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,...
void glMultiTexCoordP1ui(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoordP1ui}(GLenum texture,...
void glGenRenderbuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenRenderbuffers}(GLsizei n, GLuint * renderbuff...
void glDeleteProgramsARB(int arg0, java.nio.IntBuffer arg1)
int glGetProgramResourceLocationIndex(int arg0, int arg1, byte[] arg2, int arg3)
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndex}(GLuint program...
void glVertexAttrib4NusvARB(int arg0, java.nio.ShortBuffer arg1)
void glVertexAttrib4uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index,...
int glCheckNamedFramebufferStatus(int arg0, int arg1)
Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatus}(GLuint framebuffe...
void glFogCoordPointer(int arg0, int arg1, java.nio.Buffer arg2)
void glMultiTexCoord4hv(int arg0, java.nio.ShortBuffer arg1)
void glGetActiveAtomicCounterBufferiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program,...
void glColor3ubv(java.nio.ByteBuffer arg0)
void glEvalPoint1(int arg0)
Entry point to C language function: void {@native glEvalPoint1}(GLint i) Part of GL_VERSION_1_0
void glVertexP2uiv(int arg0, java.nio.IntBuffer arg1)
void glDrawTransformFeedback(int arg0, int arg1)
Entry point to C language function: void {@native glDrawTransformFeedback}(GLenum mode,...
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,...
void glGetShadingRateSampleLocationivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetOcclusionQueryuivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetOcclusionQueryuivNV}(GLuint id,...
void glCoverageModulationTableNV(int arg0, java.nio.FloatBuffer arg1)
void glRasterPos4sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos4sv}(const GLshort * v) Part of GL_VE...
void glProgramLocalParametersI4ivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramLocalParametersI4ivNV}(GLenum target,...
void glUniformMatrix3fvARB(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix3fvARB}(GLint location,...
void glGetVertexArrayIntegervEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glTexCoord2fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord2fv}(const GLfloat * v) Part of GL_VER...
void glDrawPixels(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glUniform(com.jogamp.opengl.GLUniformData arg0)
void glDeleteTransformFeedbacks(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteTransformFeedbacks}(GLsizei n,...
void glPixelDataRangeNV(int arg0, int arg1, java.nio.Buffer arg2)
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,...
void glCompressedTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
void glUniform3ivARB(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3ivARB}(GLint location,...
void glTexCoord2hv(java.nio.ShortBuffer arg0)
void glGetTexLevelParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target,...
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,...
void glVertexP4uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexP4uiv}(GLenum type, const GLuint * value) ...
void glMultiTexCoord1s(int arg0, short arg1)
Entry point to C language function: void {@native glMultiTexCoord1s}(GLenum target,...
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 glDeleteFramebuffers(int arg0, java.nio.IntBuffer arg1)
void glVertexAttrib1dARB(int arg0, double arg1)
Entry point to C language function: void {@native glVertexAttrib1dARB}(GLuint index,...
void glDisableVertexAttribAPPLE(int arg0, int arg1)
Entry point to C language function: void {@native glDisableVertexAttribAPPLE}(GLuint index,...
void glCopyColorSubTable(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glCopyColorSubTable}(GLenum target,...
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 textur...
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,...
void glClearNamedFramebufferfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glClearNamedFramebufferfv}(GLuint framebuffer,...
void glVertexAttribL3ui64vNV(int arg0, java.nio.LongBuffer arg1)
void glVariantdvEXT(int arg0, java.nio.DoubleBuffer arg1)
void glProgramUniform2dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform2dv}(GLuint program,...
boolean glIsQuery(int arg0)
Entry point to C language function: GLboolean {@native glIsQuery}(GLuint id) Part of GL_VERSION_1_...
void glDepthBoundsEXT(double arg0, double arg1)
Entry point to C language function: void {@native glDepthBoundsEXT}(GLclampd zmin,...
void glGetShaderiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glMultiTexCoord2fv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord2fv}(GLenum target,...
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 glVertexAttrib2hv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib2hv}(GLuint index,...
void glColorPointer(com.jogamp.opengl.GLArrayData arg0)
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,...
void glLightiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glTextureBuffer(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTextureBuffer}(GLuint texture,...
void glGetnUniformuiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glWindowPos3f(float arg0, float arg1, float arg2)
Entry point to C language function: void {@native glWindowPos3f}(GLfloat x, GLfloat y,...
void glViewportArrayv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glViewportArrayv}(GLuint first,...
void glGetMaterialiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetMaterialiv}(GLenum face, GLenum pname,...
void glProgramUniform4fv(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glNormal3iv(java.nio.IntBuffer arg0)
void glMultiTexCoord4iv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord4iv}(GLenum target,...
void glMultiTexCoord2s(int arg0, short arg1, short arg2)
Entry point to C language function: void {@native glMultiTexCoord2s}(GLenum target,...
long glVDPAURegisterVideoSurfaceNV(java.nio.Buffer arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
com.jogamp.opengl.GL2 getGL2()
Casts this object to the GL2 interface.
void glVertexAttrib4NbvARB(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4NbvARB}(GLuint index,...
void glClipPlane(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glClipPlane}(GLenum plane, const GLdouble * equati...
void glProgramUniform3dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3dv}(GLuint program,...
void glGetVertexAttribdvARB(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribdvARB}(GLuint index,...
void glTessellationFactorAMD(float arg0)
Entry point to C language function: void {@native glTessellationFactorAMD}(GLfloat factor) Part of...
void glStencilMaskSeparate(int arg0, int arg1)
Entry point to C language function: void {@native glStencilMaskSeparate}(GLenum face,...
void glRasterPos3f(float arg0, float arg1, float arg2)
Entry point to C language function: void {@native glRasterPos3f}(GLfloat x, GLfloat y,...
void glMultiTexGeniEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glMultiTexGeniEXT}(GLenum texunit,...
void glTexParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glTexParameteriv}(GLenum target,...
void glFogCoordhv(java.nio.ShortBuffer arg0)
void glProgramEnvParameterI4ivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glIndexfv(java.nio.FloatBuffer arg0)
void glWindowPos3d(double arg0, double arg1, double arg2)
Entry point to C language function: void {@native glWindowPos3d}(GLdouble x, GLdouble y,...
void glUniformMatrix3fv(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glMultiDrawArraysIndirectCount(int arg0, java.nio.Buffer arg1, long arg2, int arg3, int arg4)
void glMultiTexGenfEXT(int arg0, int arg1, int arg2, float arg3)
Entry point to C language function: void {@native glMultiTexGenfEXT}(GLenum texunit,...
void glWindowRectanglesEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glWindowRectanglesEXT}(GLenum mode,...
void glGetNamedBufferParameteri64v(int arg0, int arg1, java.nio.LongBuffer arg2)
void glVertex2i(int arg0, int arg1)
Entry point to C language function: void {@native glVertex2i}(GLint x, GLint y) Part of GL_VERSION...
void glGetQueryBufferObjectiv(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glGetQueryBufferObjectiv}(GLuint id,...
void glCreateTransformFeedbacks(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateTransformFeedbacks}(GLsizei n,...
void glGetMinmaxParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetMinmaxParameteriv}(GLenum target,...
void glDeleteOcclusionQueriesNV(int arg0, java.nio.IntBuffer arg1)
void glTexParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glTexParameterIuiv}(GLenum target,...
void glNamedFramebufferDrawBuffers(int arg0, int arg1, java.nio.IntBuffer arg2)
void glUniformMatrix2x4dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix2x4dv}(GLint location,...
void glTextureParameterfEXT(int arg0, int arg1, int arg2, float arg3)
Entry point to C language function: void {@native glTextureParameterfEXT}(GLuint texture,...
void glGetBufferParameterui64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target,...
void glProgramLocalParameter4dvARB(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glCreatePerfQueryINTEL(int arg0, java.nio.IntBuffer arg1)
void glGetVertexArrayIntegeri_vEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glVertexAttrib1sv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index,...
void glCreateProgramPipelines(int arg0, java.nio.IntBuffer arg1)
void glCopyColorTable(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glCopyColorTable}(GLenum target,...
void glDisableVertexArrayEXT(int arg0, int arg1)
Entry point to C language function: void {@native glDisableVertexArrayEXT}(GLuint vaobj,...
void glInvalidateBufferSubData(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glInvalidateBufferSubData}(GLuint buffer,...
void glUniform1uiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1uiv}(GLint location, GLsizei count,...
void glGetSemaphoreParameterui64vEXT(int arg0, int arg1, java.nio.LongBuffer arg2)
void glPixelTransferi(int arg0, int arg1)
Entry point to C language function: void {@native glPixelTransferi}(GLenum pname,...
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)
void glGetTextureParameterfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glGetHistogram(int arg0, boolean arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glTexCoord2iv(java.nio.IntBuffer arg0)
void glBindVertexArray(int arg0)
Entry point to C language function: void {@native glBindVertexArray}(GLuint array) Part of GL_ARB_...
void glProgramUniform4fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform4fv}(GLuint program,...
void glVertexAttribL4i64vNV(int arg0, java.nio.LongBuffer arg1)
void glBitmap(int arg0, int arg1, float arg2, float arg3, float arg4, float arg5, java.nio.ByteBuffer arg6)
void glGetPerfQueryIdByNameINTEL(byte[] arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetPerfQueryIdByNameINTEL}(GLchar * queryName,...
void glVertexAttribPointer(com.jogamp.opengl.GLArrayData arg0)
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,...
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 glGetQueryObjecti64v(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetQueryObjecti64v}(GLuint id,...
void glGetProgramLocalParameterIuivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramLocalParameterIuivNV}(GLenum target,...
void glGetVertexAttribLui64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
boolean glAreTexturesResident(int arg0, java.nio.IntBuffer arg1, java.nio.ByteBuffer arg2)
void glStencilOpSeparate(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glStencilOpSeparate}(GLenum face,...
void glGetTransformFeedbacki_v(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glBindSamplers(int arg0, int arg1, java.nio.IntBuffer arg2)
void glMultiTexCoord4fv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord4fv}(GLenum target,...
void glBindFragDataLocationIndexed(int arg0, int arg1, int arg2, java.lang.String arg3)
void glUniform4uiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetHistogramParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetHistogramParameteriv}(GLenum target,...
void glDeleteNamesAMD(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttribI1uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index,...
void glScissorIndexedv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glScissorIndexedv}(GLuint index,...
void glGetnPixelMapusv(int arg0, int arg1, java.nio.ShortBuffer arg2)
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 glProgramUniformMatrix3x4dv(int arg0, int arg1, int arg2, boolean arg3, double[] arg4, int arg5)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(GLuint program,...
void glTexCoord3dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord3dv}(const GLdouble * v) Part of GL_VE...
void glDisableClientStateiEXT(int arg0, int arg1)
Entry point to C language function: void {@native glDisableClientStateiEXT}(GLenum array,...
void glTexCoord1bvOES(java.nio.ByteBuffer arg0)
com.jogamp.opengl.GL4 getGL4()
Casts this object to the GL4 interface.
void glVDPAUUnmapSurfacesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1)
void glGetUniformdv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glLightfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glDisableIndexed(int arg0, int arg1)
Entry point to C language function: void {@native glDisableIndexed}(GLenum target,...
void glPixelTransformParameterfvEXT(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glPixelTransformParameterfvEXT}(GLenum target,...
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,...
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,...
void glUniformMatrix2x4fv(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glRectdv(java.nio.DoubleBuffer arg0, java.nio.DoubleBuffer arg1)
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,...
void glTexGendv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glGetIntegeri_v(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetIntegeri_v}(GLenum target,...
void glColor3sv(java.nio.ShortBuffer arg0)
void glGetHistogramParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetHistogramParameterfv}(GLenum target,...
void glTextureNormalEXT(int arg0)
Entry point to C language function: void {@native glTextureNormalEXT}(GLenum mode) Part of GL_EXT_...
void glGetTexParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetTexParameterIuiv}(GLenum target,...
void glVertexAttrib4Nub(int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
Entry point to C language function: void {@native glVertexAttrib4Nub}(GLuint index,...
void glCompressedTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
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,...
long glVDPAURegisterVideoSurfaceWithPictureStructureNV(java.nio.Buffer arg0, int arg1, int arg2, int[] arg3, int arg4, boolean arg5)
void glClearBufferSubData(int arg0, int arg1, long arg2, long arg3, int arg4, int arg5, java.nio.Buffer arg6)
void glGetActiveSubroutineUniformName(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, java.nio.ByteBuffer arg5)
void glVertexAttribI4uiv(int arg0, java.nio.IntBuffer arg1)
void glUniform2f(int arg0, float arg1, float arg2)
Entry point to C language function: void {@native glUniform2f}(GLint location, GLfloat v0,...
void glVertexAttrib2fv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib2fv}(GLuint index,...
void glLightModeliv(int arg0, java.nio.IntBuffer arg1)
void glVertexAttribL3d(int arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glVertexAttribL3d}(GLuint index,...
void glBindRenderbuffer(int arg0, int arg1)
Entry point to C language function: void {@native glBindRenderbuffer}(GLenum target,...
void glGetVertexArrayIndexediv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetVertexArrayIndexediv}(GLuint vaobj,...
void glVertexAttribL1ui64vNV(int arg0, java.nio.LongBuffer arg1)
void glVertexAttribI4ubv(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index,...
void glStencilOp(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail,...
void glGetMultiTexEnvivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit,...
void glUniform3f(int arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glUniform3f}(GLint location, GLfloat v0,...
void glGetProgramPipelineInfoLog(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
void glSecondaryColor3uiv(java.nio.IntBuffer arg0)
void glVertexAttribL1i64NV(int arg0, long arg1)
Entry point to C language function: void {@native glVertexAttribL1i64NV}(GLuint index,...
void glMatrixIndexPointerARB(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glMatrixIndexPointerARB}(GLint size,...
void glVertex4fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glVertex4fv}(const GLfloat * v) Part of GL_VERSI...
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,...
void glProgramUniform1d(int arg0, int arg1, double arg2)
Entry point to C language function: void {@native glProgramUniform1d}(GLuint program,...
void glMultiTexCoord1hv(int arg0, java.nio.ShortBuffer arg1)
void glGetMapAttribParameterivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetMapAttribParameterivNV}(GLenum target,...
void glBindSampler(int arg0, int arg1)
Entry point to C language function: void {@native glBindSampler}(GLuint unit, GLuint sampler) Part...
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...
boolean isGL3core()
Indicates whether this GL object uses a GL3 core profile.
void glVertexArrayAttribIFormat(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glVertexArrayAttribIFormat}(GLuint vaobj,...
void glGetnUniformi64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glUniformMatrix2x4fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix2x4fv}(GLint location,...
void glLoadMatrixd(double[] arg0, int arg1)
Entry point to C language function: void {@native glLoadMatrixd}(const GLdouble * m) Part of GL_VE...
int glBindTexGenParameterEXT(int arg0, int arg1, int arg2)
Entry point to C language function: GLuint {@native glBindTexGenParameterEXT}(GLenum unit,...
void glGetVertexAttribIiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index,...
void glVertexAttrib2dv(int arg0, java.nio.DoubleBuffer arg1)
void glMultTransposeMatrixf(java.nio.FloatBuffer arg0)
void glViewportIndexedfv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glViewportIndexedfv}(GLuint index,...
void glUniform2iv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttrib4Nsv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index,...
void glGetUniformui64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformui64vARB}(GLuint program,...
void glMultiTexCoord2dv(int arg0, java.nio.DoubleBuffer arg1)
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,...
void glSecondaryColor3hv(java.nio.ShortBuffer arg0)
long glImportSyncEXT(int arg0, long arg1, int arg2)
Entry point to C language function: GLsync {@native glImportSyncEXT}(GLenum external_sync_type,...
void glClearBufferuiv(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,...
void glClearColorIi(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glClearColorIi}(GLint red, GLint green,...
void glUniform3iARB(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glUniform3iARB}(GLint location,...
void glFramebufferDrawBuffersEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer,...
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,...
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,...
void glUniform1fvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1fvARB}(GLint location,...
void glMultiDrawMeshTasksIndirectCountNV(long arg0, long arg1, int arg2, int arg3)
Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectCountNV}(GLintptr indi...
void glPolygonOffsetClampEXT(float arg0, float arg1, float arg2)
Entry point to C language function: void {@native glPolygonOffsetClampEXT}(GLfloat factor,...
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,...
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,...
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 glProgramUniformMatrix2fv(int arg0, int arg1, int arg2, boolean arg3, float[] arg4, int arg5)
Entry point to C language function: void {@native glProgramUniformMatrix2fv}(GLuint program,...
void glPopMatrix()
Pop the current matrix from it's stack.
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,...
void glProgramUniform4iv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetVertexAttribLi64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribLi64vNV}(GLuint index,...
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,...
void glGetVideoCaptureStreamivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetVideoCaptureStreamivNV}(GLuint video_capture_...
void glProgramUniform1f(int arg0, int arg1, float arg2)
Entry point to C language function: void {@native glProgramUniform1f}(GLuint program,...
void glReadPixels(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
void glRasterSamplesEXT(int arg0, boolean arg1)
Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples,...
void glPrimitiveRestartIndex(int arg0)
Entry point to C language function: void {@native glPrimitiveRestartIndex}(GLuint index) Part of G...
void glGetQueryBufferObjecti64v(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glGetQueryBufferObjecti64v}(GLuint id,...
void glBufferParameteri(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glBufferParameteri}(GLenum target,...
void glGetProgramInterfaceiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program,...
void glMatrixIndexusvARB(int arg0, java.nio.ShortBuffer arg1)
void glCreateRenderbuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateRenderbuffers}(GLsizei n,...
void glColor4ubv(byte[] arg0, int arg1)
Entry point to C language function: void {@native glColor4ubv}(const GLubyte * v) Part of GL_VERSI...
void glSamplerParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glSamplerParameterIuiv}(GLuint sampler,...
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,...
void glScalef(float arg0, float arg1, float arg2)
Scale the current matrix.
void glProgramSubroutineParametersuivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glProgramSubroutineParametersuivNV}(GLenum target,...
void glMatrixLoadTransposefEXT(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode,...
void glGetTextureLevelParameterfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetTextureLevelParameterfv}(GLuint texture,...
void glMultiTexCoord3hv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord3hv}(GLenum target,...
void glCullFace(int arg0)
Entry point to C language function: void {@native glCullFace}(GLenum mode) Part of GL_ES_VERSION_2...
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,...
void glMemoryObjectParameterivEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glCompressedTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
void glResetMemoryObjectParameterNV(int arg0, int arg1)
Entry point to C language function: void {@native glResetMemoryObjectParameterNV}(GLuint memory,...
void glProgramLocalParametersI4ivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glMultiTexCoord4i(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glMultiTexCoord4i}(GLenum target,...
void glRasterPos3fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos3fv}(const GLfloat * v) Part of GL_VE...
void glMinSampleShading(float arg0)
Entry point to C language function: void {@native glMinSampleShading}(GLfloat value) Part of GL_ES...
void glLoadTransposeMatrixd(double[] arg0, int arg1)
Entry point to C language function: void {@native glLoadTransposeMatrixd}(const GLdouble * m) Part...
void glEndQuery(int arg0)
Entry point to C language function: void {@native glEndQuery}(GLenum target) Part of GL_VERSION_1_...
void glEnableClientStateiEXT(int arg0, int arg1)
Entry point to C language function: void {@native glEnableClientStateiEXT}(GLenum array,...
void glMultiTexCoord3h(int arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glMultiTexCoord3h}(GLenum target,...
void glFramebufferParameteri(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glFramebufferParameteri}(GLenum target,...
void glBeginPerfQueryINTEL(int arg0)
Entry point to C language function: void {@native glBeginPerfQueryINTEL}(GLuint queryHandle) Part ...
void glVertexBlendARB(int arg0)
Entry point to C language function: void {@native glVertexBlendARB}(GLint count) Part of GL_ARB_ve...
void glVideoCaptureStreamParameterdvNV(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glVideoCaptureStreamParameterdvNV}(GLuint video_ca...
void glMultiTexCoord1h(int arg0, short arg1)
Entry point to C language function: void {@native glMultiTexCoord1h}(GLenum target,...
void glTextureParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture,...
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,...
void glGenTransformFeedbacksNV(int arg0, java.nio.IntBuffer arg1)
void glGetBufferParameteri64v(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target,...
void glGetProgramSubroutineParameteruivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glNamedFramebufferTexture2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glNamedFramebufferTexture2DEXT}(GLuint framebuffer...
void glMultiTexCoord3iv(int arg0, java.nio.IntBuffer arg1)
int glGetFragDataLocation(int arg0, java.lang.String arg1)
void glGetnHistogram(int arg0, boolean arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
void glBufferStorage(int arg0, long arg1, java.nio.Buffer arg2, int arg3)
void glMulticastGetQueryObjectuivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetFramebufferParameterivEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glMultiTexGendEXT(int arg0, int arg1, int arg2, double arg3)
Entry point to C language function: void {@native glMultiTexGendEXT}(GLenum texunit,...
void glVertexAttribBinding(int arg0, int arg1)
Entry point to C language function: void {@native glVertexAttribBinding}(GLuint attribindex,...
void glGetnPolygonStipple(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glGetnPolygonStipple}(GLsizei bufSize,...
void glBindTextures(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glBindTextures}(GLuint first, GLsizei count,...
void glGetnUniformfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetnUniformfv}(GLuint program,...
void glEnableIndexed(int arg0, int arg1)
Entry point to C language function: void {@native glEnableIndexed}(GLenum target,...
void glCompressedMultiTexImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
int glCreateProgram()
Entry point to C language function: GLuint {@native glCreateProgram}() Part of GL_ES_VERSION_2_0,...
void glWeightusvARB(int arg0, java.nio.ShortBuffer arg1)
void glTexCoord1dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord1dv}(const GLdouble * v) Part of GL_VE...
void glMatrixLoadTransposedEXT(int arg0, java.nio.DoubleBuffer arg1)
void glUniformHandleui64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glProgramUniform1ui64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
void glTexEnvfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glFeedbackBuffer(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glProgramUniform4ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform4ui64vARB}(GLuint program,...
void glTextureParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture,...
void glClearNamedFramebufferfi(int arg0, int arg1, int arg2, float arg3, int arg4)
Entry point to C language function: void {@native glClearNamedFramebufferfi}(GLuint framebuffer,...
void glCompressedMultiTexImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
void glProgramBufferParametersIivNV(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glVertexAttribL2dv(int arg0, java.nio.DoubleBuffer arg1)
void glSecondaryColor3us(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glSecondaryColor3us}(GLushort red,...
void glVertexAttrib1fv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib1fv}(GLuint index,...
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,...
void glTexCoord1bvOES(byte[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord1bvOES}(const GLbyte * coords) Part of...
void glWindowPos3i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glWindowPos3i}(GLint x, GLint y,...
void glVertexAttribI4iv(int arg0, java.nio.IntBuffer arg1)
void glGetLightfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname,...
void glVertex4hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glVertex4hv}(const GLhalfNV * v) Part of GL_NV_h...
void glConvolutionParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glVertex3sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glVertex3sv}(const GLshort * v) Part of GL_VERSI...
void glDisableClientStateIndexedEXT(int arg0, int arg1)
Entry point to C language function: void {@native glDisableClientStateIndexedEXT}(GLenum array,...
void glVertexAttrib4dv(int arg0, java.nio.DoubleBuffer arg1)
void glSecondaryColor3f(float arg0, float arg1, float arg2)
Entry point to C language function: void {@native glSecondaryColor3f}(GLfloat red,...
void glCreateVertexArrays(int arg0, java.nio.IntBuffer arg1)
void glMakeNamedBufferResidentNV(int arg0, int arg1)
Entry point to C language function: void {@native glMakeNamedBufferResidentNV}(GLuint buffer,...
void glFramebufferRenderbuffer(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glFramebufferRenderbuffer}(GLenum target,...
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,...
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 glScissorIndexed(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glScissorIndexed}(GLuint index,...
void glColor3sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glColor3sv}(const GLshort * v) Part of GL_VERSIO...
void glGetLightfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
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 glMultiTexCoord1dv(int arg0, java.nio.DoubleBuffer arg1)
void glProgramUniform3iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3iv}(GLuint program,...
com.jogamp.opengl.GL3 getGL3()
Casts this object to the GL3 interface.
void glGenQueries(int arg0, java.nio.IntBuffer arg1)
void glVariantusvEXT(int arg0, java.nio.ShortBuffer arg1)
void glUniform1iv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glPixelTransformParameterfEXT(int arg0, int arg1, float arg2)
Entry point to C language function: void {@native glPixelTransformParameterfEXT}(GLenum target,...
void glConvolutionParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glConvolutionParameteriv}(GLenum target,...
void glVertexAttrib1f(int arg0, float arg1)
Entry point to C language function: void {@native glVertexAttrib1f}(GLuint index,...
void glGetFloati_v(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glBlendEquationIndexedAMD(int arg0, int arg1)
Entry point to C language function: void {@native glBlendEquationIndexedAMD}(GLuint buf,...
void glUniformMatrix3x2fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix3x2fv}(GLint location,...
void glProgramUniform1ui64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glResumeTransformFeedback()
Entry point to C language function: void {@native glResumeTransformFeedback}() Part of GL_ARB_tran...
void glValidateProgramARB(long arg0)
Entry point to C language function: void {@native glValidateProgramARB}(GLhandleARB programObj) Pa...
void glVertexAttrib3fv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib3fv}(GLuint index,...
void glProgramEnvParametersI4uivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glUniform1ivARB(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1ivARB}(GLint location,...
void glColorFormatNV(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glColorFormatNV}(GLint size, GLenum type,...
void glVariantfvEXT(int arg0, java.nio.FloatBuffer arg1)
void glProgramUniformMatrix3dvEXT(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glGetTextureParameterIuivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glVertexAttribIFormatNV(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribIFormatNV}(GLuint index,...
void glPolygonStipple(java.nio.ByteBuffer arg0)
void glVertex4bvOES(byte[] arg0, int arg1)
Entry point to C language function: void {@native glVertex4bvOES}(const GLbyte * coords) Part of G...
boolean glUnmapBuffer(int arg0)
Entry point to C language function: GLboolean {@native glUnmapBuffer}(GLenum target) Part of GL_VE...
com.jogamp.opengl.GLProfile getGLProfile()
Returns the GLProfile associated with this GL object.
void glGetNamedRenderbufferParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glMultiDrawElementsIndirectAMD(int arg0, int arg1, java.nio.Buffer arg2, int arg3, int arg4)
void glMulticastScissorArrayvNVX(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glUniform3fvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3fvARB}(GLint location,...
void glNamedBufferPageCommitmentARB(int arg0, long arg1, long arg2, boolean arg3)
Entry point to C language function: void {@native glNamedBufferPageCommitmentARB}(GLuint buffer,...
void glVertexArrayAttribBinding(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexArrayAttribBinding}(GLuint vaobj,...
void glVertexAttrib2svARB(int arg0, java.nio.ShortBuffer arg1)
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,...
void glGenProgramsARB(int arg0, java.nio.IntBuffer arg1)
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 * in...
void glGenBuffers(int arg0, java.nio.IntBuffer arg1)
void glCreateQueries(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glCreateQueries}(GLenum target,...
void glNamedFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glMultiTexParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit,...
void glColor4us(short arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glColor4us}(GLushort red, GLushort green,...
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,...
void glTexCoord2f(float arg0, float arg1)
Entry point to C language function: void {@native glTexCoord2f}(GLfloat s, GLfloat t) Part of GL_V...
void glListBase(int arg0)
Entry point to C language function: void {@native glListBase}(GLuint base) Part of GL_VERSION_1_0
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,...
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,...
void glVertexAttrib4d(int arg0, double arg1, double arg2, double arg3, double arg4)
Entry point to C language function: void {@native glVertexAttrib4d}(GLuint index,...
void glRasterPos4i(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glRasterPos4i}(GLint x, GLint y,...
void glMapVertexAttrib1fAPPLE(int arg0, int arg1, float arg2, float arg3, int arg4, int arg5, java.nio.FloatBuffer arg6)
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 glMultiTexGendvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit,...
void glSecondaryColor3dv(java.nio.DoubleBuffer arg0)
void glNamedProgramLocalParameter4fvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program...
void glTextureImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
void glUniformMatrix3dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix3dv}(GLint location,...
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,...
void glProgramEnvParameter4fvARB(int arg0, int arg1, java.nio.FloatBuffer arg2)
com.jogamp.opengl.GLBufferStorage mapNamedBuffer(int arg0, int arg1)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBuffer(....
void glVertexAttrib3dv(int arg0, java.nio.DoubleBuffer arg1)
void glMultiTexCoord1sv(int arg0, java.nio.ShortBuffer arg1)
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,...
void glTexCoordP1ui(int arg0, int arg1)
Entry point to C language function: void {@native glTexCoordP1ui}(GLenum type, GLuint coords) Part...
void glGetFramebufferParameterfvAMD(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.FloatBuffer arg5)
void glGetQueryObjectuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glColor3bv(byte[] arg0, int arg1)
Entry point to C language function: void {@native glColor3bv}(const GLbyte * v) Part of GL_VERSION...
void glPNTrianglesfATI(int arg0, float arg1)
Entry point to C language function: void {@native glPNTrianglesfATI}(GLenum pname,...
void glBindFramebuffer(int arg0, int arg1)
Entry point to C language function: void {@native glBindFramebuffer}(GLenum target,...
void glWindowPos2s(short arg0, short arg1)
Entry point to C language function: void {@native glWindowPos2s}(GLshort x, GLshort y) Part of GL_...
void glGetProgramInterfaceiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetUniformuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexArrayVertexBuffers(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, com.jogamp.common.nio.PointerBuffer arg4, java.nio.IntBuffer arg5)
void glNamedFramebufferTextureMultiviewOVR(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
Entry point to C language function: void {@native glNamedFramebufferTextureMultiviewOVR}(GLuint fram...
void glVertexAttrib2sARB(int arg0, short arg1, short arg2)
Entry point to C language function: void {@native glVertexAttrib2sARB}(GLuint index,...
void glUniformMatrix4dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix4dv}(GLint location,...
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,...
void glVariantuivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVariantuivEXT}(GLuint id, const GLuint * addr) ...
void glCompileCommandListNV(int arg0)
Entry point to C language function: void {@native glCompileCommandListNV}(GLuint list) Part of GL_...
void glGetNamedFramebufferAttachmentParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLu...
void glClearNamedFramebufferuiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glVertexArrayVertexBindingDivisorEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexArrayVertexBindingDivisorEXT}(GLuint vaobj...
int getBoundBuffer(int arg0)
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,...
void glVertexAttribL1i64vNV(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL1i64vNV}(GLuint index,...
void glVertexAttribP1uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribP1uiv}(GLuint index,...
void glValidateProgramPipeline(int arg0)
Entry point to C language function: void {@native glValidateProgramPipeline}(GLuint pipeline) Part...
void glCreateRenderbuffers(int arg0, java.nio.IntBuffer arg1)
void glNamedFramebufferParameteri(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glNamedFramebufferParameteri}(GLuint framebuffer,...
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,...
long glGetUniformOffsetEXT(int arg0, int arg1)
Entry point to C language function: GLintptr {@native glGetUniformOffsetEXT}(GLuint program,...
void glVertexAttribI4sv(int arg0, java.nio.ShortBuffer arg1)
void glTransformFeedbackBufferBase(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTransformFeedbackBufferBase}(GLuint xfb,...
java.nio.ByteBuffer glMapNamedBufferRange(int arg0, long arg1, long arg2, int arg3)
Entry point to C language function: void * {@native glMapNamedBufferRange}(GLuint buffer,...
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,...
void glColor3f(float arg0, float arg1, float arg2)
Entry point to C language function: void {@native glColor3f}(GLfloat red, GLfloat green,...
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) ...
void glGetTexImage(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glGetProgramLocalParameterfvARB(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glEndConditionalRenderNVX()
Entry point to C language function: void {@native glEndConditionalRenderNVX}() Part of GL_NVX_cond...
void glVertexAttribL2i64vNV(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL2i64vNV}(GLuint index,...
void glEndList()
Entry point to C language function: void {@native glEndList}() Part of GL_VERSION_1_0
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,...
void glFrustum(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
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...
void glCompressedTexImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
void glVertexAttrib4dvARB(int arg0, java.nio.DoubleBuffer arg1)
void glMulticastWaitSyncNV(int arg0, int arg1)
Entry point to C language function: void {@native glMulticastWaitSyncNV}(GLuint signalGpu,...
void glUniform1fvARB(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glGetVertexAttribLui64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribLui64vNV}(GLuint index,...
void glNamedProgramLocalParametersI4uivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint prog...
void glVertexAttrib4NuivARB(int arg0, java.nio.IntBuffer arg1)
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,...
void glProgramUniform4ui64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glColor3ub(byte arg0, byte arg1, byte arg2)
Entry point to C language function: void {@native glColor3ub}(GLubyte red, GLubyte green,...
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 glNormal3iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glNormal3iv}(const GLint * v) Part of GL_VERSION...
boolean isGL()
Indicates whether this GL object conforms to any of the OpenGL profiles.
boolean glIsSemaphoreEXT(int arg0)
Entry point to C language function: GLboolean {@native glIsSemaphoreEXT}(GLuint semaphore) Part of...
void glTexCoord4f(float arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glTexCoord4f}(GLfloat s, GLfloat t,...
void glUniformMatrix4fvARB(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix4fvARB}(GLint location,...
void glVertexArrayElementBuffer(int arg0, int arg1)
Entry point to C language function: void {@native glVertexArrayElementBuffer}(GLuint vaobj,...
void glGetColorTable(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glGetColorTable}(GLenum target,...
void glTransformFeedbackVaryings(int arg0, int arg1, java.lang.String[] arg2, int arg3)
void glDeleteQueryResourceTagNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteQueryResourceTagNV}(GLsizei n,...
void glSecondaryColor3dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColor3dv}(const GLdouble * v) Part of...
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,...
boolean isGL2ES1()
Indicates whether this GL object conforms to a GL2ES1 compatible profile.
void glDepthRange(double arg0, double arg1)
Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef...
void glInterleavedArrays(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glInterleavedArrays}(GLenum format,...
void glVertexAttrib2fvARB(int arg0, java.nio.FloatBuffer arg1)
void glDisablei(int arg0, int arg1)
Entry point to C language function: void {@native glDisablei}(GLenum target, GLuint index) Part of...
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,...
void glNewList(int arg0, int arg1)
Entry point to C language function: void {@native glNewList}(GLuint list, GLenum mode) Part of GL_...
void glGetVertexAttribLdv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
void glEnableVertexArrayAttribEXT(int arg0, int arg1)
Entry point to C language function: void {@native glEnableVertexArrayAttribEXT}(GLuint vaobj,...
void glGetPolygonStipple(byte[] arg0, int arg1)
Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask) Part of GL_...
void glVertexAttrib2sv(int arg0, java.nio.ShortBuffer arg1)
boolean glIsProgram(int arg0)
Entry point to C language function: GLboolean {@native glIsProgram}(GLuint program) Part of GL_ES_...
void glGetClipPlanef(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glGetClipPlanef}(GLenum plane, GLfloat * equation)...
void glObjectLabel(int arg0, int arg1, int arg2, java.nio.ByteBuffer arg3)
int glObjectPurgeableAPPLE(int arg0, int arg1, int arg2)
Entry point to C language function: GLenum {@native glObjectPurgeableAPPLE}(GLenum objectType,...
void glGetPixelTransformParameterfvEXT(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetPixelTransformParameterfvEXT}(GLenum target,...
void glProgramUniform3uiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetMapiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glUniform4i64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glTexCoord4fv(java.nio.FloatBuffer arg0)
void glColor3i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glColor3i}(GLint red, GLint green,...
void glNormal3dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glNormal3dv}(const GLdouble * v) Part of GL_VERS...
void glDeleteSemaphoresEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteSemaphoresEXT}(GLsizei n,...
void glCreateSemaphoresNV(int arg0, java.nio.IntBuffer arg1)
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,...
void glCreateStatesNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateStatesNV}(GLsizei n, GLuint * states) Pa...
void glEvalCoord1f(float arg0)
Entry point to C language function: void {@native glEvalCoord1f}(GLfloat u) Part of GL_VERSION_1_0
void glGetProgramiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramiv}(GLuint program,...
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,...
void glSamplerParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler,...
void glEvalCoord1d(double arg0)
Entry point to C language function: void {@native glEvalCoord1d}(GLdouble u) Part of GL_VERSION_1_...
void glSampleMaskIndexedNV(int arg0, int arg1)
Entry point to C language function: void {@native glSampleMaskIndexedNV}(GLuint index,...
void glEvalCoord2dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glEvalCoord2dv}(const GLdouble * u) Part of GL_V...
void glSecondaryColor3uiv(int[] arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColor3uiv}(const GLuint * v) Part of ...
void glUniformSubroutinesuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniformSubroutinesuiv}(GLenum shadertype,...
void glColorP3uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glColorP3uiv}(GLenum type, const GLuint * color) ...
void glDeleteProgramPipelines(int arg0, java.nio.IntBuffer arg1)
void glVertexP4uiv(int arg0, java.nio.IntBuffer arg1)
void glIndexubv(java.nio.ByteBuffer arg0)
void glProgramUniform1uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform1uiv}(GLuint program,...
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,...
void glUniform3i64NV(int arg0, long arg1, long arg2, long arg3)
Entry point to C language function: void {@native glUniform3i64NV}(GLint location,...
void glTexGeni(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname,...
void glMultiDrawMeshTasksIndirectNV(long arg0, int arg1, int arg2)
Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectNV}(GLintptr indirect,...
void glBindImageTextures(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glBindImageTextures}(GLuint first,...
void glGetVariantFloatvEXT(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetVariantFloatvEXT}(GLuint id,...
void glDrawCommandsStatesAddressNV(java.nio.LongBuffer arg0, java.nio.IntBuffer arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3, int arg4)
void glProgramUniform4uiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glVertexAttrib4NsvARB(int arg0, java.nio.ShortBuffer arg1)
void glClientActiveTexture(int arg0)
Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture) Part of G...
void glVertexAttrib1dvARB(int arg0, java.nio.DoubleBuffer arg1)
void glVertexAttribLPointer(int arg0, int arg1, int arg2, int arg3, long arg4)
Entry point to C language function: void {@native glVertexAttribLPointer}(GLuint index,...
void glConvolutionParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glConvolutionParameterfv}(GLenum target,...
void glTexGeniv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname,...
void glGenTransformFeedbacksNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenTransformFeedbacksNV}(GLsizei n,...
void glMultiTexGenivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit,...
void glVertex2hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glVertex2hv}(const GLhalfNV * v) Part of GL_NV_h...
void glTexEnvi(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname,...
void glVertexP2uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexP2uiv}(GLenum type, const GLuint * value) ...
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 glGetPixelMapuiv(int arg0, java.nio.IntBuffer arg1)
void glGetQueryiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetQueryiv}(GLenum target, GLenum pname,...
void glTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
void glDisableVertexAttribArray(int arg0)
Entry point to C language function: void {@native glDisableVertexAttribArray}(GLuint index) Part o...
com.jogamp.opengl.GL4bc getGL4bc()
Casts this object to the GL4bc interface.
void glVertexAttrib3svARB(int arg0, java.nio.ShortBuffer arg1)
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 glGetVertexAttribivARB(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetProgramLocalParameterIuivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
com.jogamp.opengl.GLBufferStorage mapNamedBufferRange(int arg0, long arg1, long arg2, int arg3)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRange(....
void glVertexAttribs3hv(int arg0, int arg1, java.nio.ShortBuffer arg2)
void glWindowPos3sv(java.nio.ShortBuffer arg0)
void glGetTextureParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttribI3iv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index,...
void glMulticastGetQueryObjectuivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glMulticastGetQueryObjectuivNV}(GLuint gpu,...
void glProgramUniform1dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program,...
void glGetTextureParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetTextureParameterfv}(GLuint texture,...
void glProgramLocalParameterI4ivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glProgramLocalParameterI4ivNV}(GLenum target,...
void glGetNamedBufferParameterui64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer,...
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,...
void glTexCoordP4uiv(int arg0, java.nio.IntBuffer arg1)
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,...
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,...
void glPointParameteriv(int arg0, java.nio.IntBuffer arg1)
void glProgramUniformMatrix4dv(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glDepthRangeArrayv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glDepthRangeArrayv}(GLuint first,...
void glVertex2dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glVertex2dv}(const GLdouble * v) Part of GL_VERS...
void glTexCoord3hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord3hv}(const GLhalfNV * v) Part of GL_NV...
void glMultMatrixf(float[] arg0, int arg1)
Multiply the current matrix: [c] = [c] x [m].
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,...
TraceGL4bc(GL4bc downstreamGL4bc, PrintStream stream)
void glIndexMask(int arg0)
Entry point to C language function: void {@native glIndexMask}(GLuint mask) Part of GL_VERSION_1_0
void glTexCoord2sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord2sv}(const GLshort * v) Part of GL_VER...
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,...
void glFogiv(int arg0, java.nio.IntBuffer arg1)
void glVertexAttribPointerARB(int arg0, int arg1, int arg2, boolean arg3, int arg4, java.nio.Buffer arg5)
void glGetMultiTexParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit,...
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,...
void glUniform1dv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1dv}(GLint location, GLsizei count,...
void glWaitVkSemaphoreNV(long arg0)
Entry point to C language function: void {@native glWaitVkSemaphoreNV}(GLuint64 vkSemaphore) Part ...
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,...
void glColorMask(boolean arg0, boolean arg1, boolean arg2, boolean arg3)
Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green,...
void glGetActiveUniformName(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4)
void glGetConvolutionFilter(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glGetConvolutionFilter}(GLenum target,...
void glMatrixLoaddEXT(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)...
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,...
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,...
void glNamedFramebufferTexture(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glNamedFramebufferTexture}(GLuint framebuffer,...
void glFinishTextureSUNX()
Entry point to C language function: void {@native glFinishTextureSUNX}() Part of GL_SUNX_constant_...
void glGetRenderbufferParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glMapParameterfvNV(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glMapParameterfvNV}(GLenum target,...
void glBindProgramPipeline(int arg0)
Entry point to C language function: void {@native glBindProgramPipeline}(GLuint pipeline) Part of ...
void glFogCoordd(double arg0)
Entry point to C language function: void {@native glFogCoordd}(GLdouble coord) Part of GL_VERSION_...
void glGetTextureLevelParameterfv(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glProgramUniformHandleui64ARB(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glProgramUniformHandleui64ARB}(GLuint program,...
void glMultiTexCoord3fv(int arg0, java.nio.FloatBuffer arg1)
void glDrawRangeElements(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
java.lang.Object getPlatformGLExtensions()
Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL,...
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,...
void glRectd(double arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glRectd}(GLdouble x1, GLdouble y1,...
void glUniform3d(int arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glUniform3d}(GLint location, GLdouble x,...
void glProgramBufferParametersIuivNV(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glBindTransformFeedback(int arg0, int arg1)
Entry point to C language function: void {@native glBindTransformFeedback}(GLenum target,...
void glProgramUniform3i64ARB(int arg0, int arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glProgramUniform3i64ARB}(GLuint program,...
void glGetnMapdv(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glDrawArraysInstancedBaseInstance(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glDrawArraysInstancedBaseInstance}(GLenum mode,...
void glUniform2i64ARB(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glUniform2i64ARB}(GLint location,...
void glGenOcclusionQueriesNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenOcclusionQueriesNV}(GLsizei n,...
void glMatrixRotatefEXT(int arg0, float arg1, float arg2, float arg3, float arg4)
Entry point to C language function: void {@native glMatrixRotatefEXT}(GLenum mode,...
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,...
void glResetMinmax(int arg0)
Entry point to C language function: void {@native glResetMinmax}(GLenum target) Part of GL_ARB_ima...
void glGetObjectParameterivARB(long arg0, int arg1, java.nio.IntBuffer arg2)
boolean glIsBufferResidentNV(int arg0)
Entry point to C language function: GLboolean {@native glIsBufferResidentNV}(GLenum target) Part o...
void glRasterPos3iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos3iv}(const GLint * v) Part of GL_VERS...
boolean isGLES3()
Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile.
void glFogCoorddv(java.nio.DoubleBuffer arg0)
boolean glIsTransformFeedbackNV(int arg0)
Entry point to C language function: GLboolean {@native glIsTransformFeedbackNV}(GLuint id) Part of...
boolean glIsProgramPipeline(int arg0)
Entry point to C language function: GLboolean {@native glIsProgramPipeline}(GLuint pipeline) Part ...
void glMatrixMultfEXT(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m) ...
void glDeleteTransformFeedbacks(int arg0, java.nio.IntBuffer arg1)
void glGetLocalConstantBooleanvEXT(int arg0, int arg1, java.nio.ByteBuffer arg2)
void glUniformMatrix2x3fv(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glNamedProgramLocalParametersI4uivEXT(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glGetTexParameterIiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit,...
void glUniformMatrix2fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix2fv}(GLint location,...
void glTexParameterf(int arg0, int arg1, float arg2)
Entry point to C language function: void {@native glTexParameterf}(GLenum target,...
void glGetTexGendv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glObjectLabel(int arg0, int arg1, int arg2, byte[] arg3, int arg4)
Entry point to C language function: void {@native glObjectLabel}(GLenum identifier,...
void glVertexAttribP4ui(int arg0, int arg1, boolean arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribP4ui}(GLuint index,...
void glGetMultiTexParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit,...
void glUniform2uiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2uiv}(GLint location, GLsizei count,...
void glUnlockArraysEXT()
Entry point to C language function: void {@native glUnlockArraysEXT}() Part of GL_EXT_compiled_ver...
void glMap1f(int arg0, float arg1, float arg2, int arg3, int arg4, java.nio.FloatBuffer arg5)
void glVertex3hv(java.nio.ShortBuffer arg0)
void glEnableVertexAttribArray(int arg0)
Entry point to C language function: void {@native glEnableVertexAttribArray}(GLuint index) Part of...
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,...
void glGetnUniformdv(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glUniformMatrix4fvARB(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
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,...
void glVertexAttribI2uiv(int arg0, java.nio.IntBuffer arg1)
void glGetInfoLogARB(long arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
void glProgramUniform1uiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetInvariantFloatvEXT(int arg0, int arg1, java.nio.FloatBuffer arg2)
int glCreateShader(int arg0)
Entry point to C language function: GLuint {@native glCreateShader}(GLenum type) Part of GL_ES_VER...
void glVertex4iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glVertex4iv}(const GLint * v) Part of GL_VERSION...
void glGetMapParameterivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glTexImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
int glVideoCaptureNV(int arg0, java.nio.IntBuffer arg1, java.nio.LongBuffer arg2)
void glGenNamesAMD(int arg0, int arg1, java.nio.IntBuffer arg2)
void glTexCoord1dv(java.nio.DoubleBuffer arg0)
void glGetMaterialfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname,...
void glNamedProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint progra...
void glCompileShaderARB(long arg0)
Entry point to C language function: void {@native glCompileShaderARB}(GLhandleARB shaderObj) Part ...
void glUniform2ui64ARB(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glUniform2ui64ARB}(GLint location,...
void glBindBufferBase(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glBindBufferBase}(GLenum target,...
void glVertexAttribI4ubv(int arg0, java.nio.ByteBuffer arg1)
void glUniformMatrix4x2fv(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glMultiTexCoordP4uiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glMultiTexCoordP4uiv}(GLenum texture,...
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,...
void glFogfv(int arg0, java.nio.FloatBuffer arg1)
void glGetNamedStringivARB(int arg0, java.lang.String arg1, int arg2, java.nio.IntBuffer arg3)
void glDeleteProgramsARB(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteProgramsARB}(GLsizei n,...
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 text...
void glProgramUniform1dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform1dv}(GLuint program,...
void glUniform4ui64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glQueryResourceTagNV(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glQueryResourceTagNV}(GLint tagId,...
void glTexCoord4dv(java.nio.DoubleBuffer arg0)
void glProgramUniform2dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program,...
void glTexCoord4dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord4dv}(const GLdouble * v) Part of GL_VE...
void glClearNamedFramebufferfv(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glBindTexture(int arg0, int arg1)
Entry point to C language function: void {@native glBindTexture}(GLenum target, GLuint texture) Pa...
void glMemoryBarrier(int arg0)
Entry point to C language function: void {@native glMemoryBarrier}(GLbitfield barriers) Part of GL...
void glMultiTexCoord2h(int arg0, short arg1, short arg2)
Entry point to C language function: void {@native glMultiTexCoord2h}(GLenum target,...
void glGetnUniformfv(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glDisableClientState(int arg0)
void glGetMultiTexParameterIivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetShadingRateSampleLocationivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetShadingRateSampleLocationivNV}(GLenum rate,...
void glUniform2i64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glTexCoord3fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord3fv}(const GLfloat * v) Part of GL_VER...
void glProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glProgramLocalParameters4fvEXT}(GLenum target,...
void glEnableClientState(int arg0)
void glProgramUniform1ui(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glProgramUniform1ui}(GLuint program,...
void glVertexAttrib1dvARB(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib1dvARB}(GLuint index,...
void glGetVertexAttribiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribiv}(GLuint index,...
void glGetNamedStringARB(int arg0, java.lang.String arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
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,...
void glGetMinmaxParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetMinmaxParameterfv}(GLenum target,...
void glTexCoord1sv(java.nio.ShortBuffer arg0)
void glGetObjectPtrLabel(java.nio.Buffer arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
void glGetTexParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target,...
void glEndTransformFeedback()
Entry point to C language function: void {@native glEndTransformFeedback}() Part of GL_ES_VERSION_...
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,...
void glDepthRangeArrayv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glColor3dv(java.nio.DoubleBuffer arg0)
void glLoadName(int arg0)
Entry point to C language function: void {@native glLoadName}(GLuint name) Part of GL_VERSION_1_0
void glVertexPointer(com.jogamp.opengl.GLArrayData arg0)
void glColor3d(double arg0, double arg1, double arg2)
Entry point to C language function: void {@native glColor3d}(GLdouble red, GLdouble green,...
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,...
void glTexGeniv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glImportMemoryFdEXT(int arg0, long arg1, int arg2, int arg3)
Entry point to C language function: void {@native glImportMemoryFdEXT}(GLuint memory,...
void glTextureParameterfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glRasterPos2i(int arg0, int arg1)
Entry point to C language function: void {@native glRasterPos2i}(GLint x, GLint y) Part of GL_VERS...
void glTextureBufferEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glTextureBufferEXT}(GLuint texture,...
void glColor3bv(java.nio.ByteBuffer arg0)
void glCompressedMultiTexSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
void glCullParameterfvEXT(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glCullParameterfvEXT}(GLenum pname,...
void glGetnUniformiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetnUniformiv}(GLuint program,...
void glDrawTransformFeedbackInstanced(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glDrawTransformFeedbackInstanced}(GLenum mode,...
void glProgramUniformMatrix2x4dv(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 glGetConvolutionParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glGetProgramResourceName(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, java.nio.ByteBuffer arg5)
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,...
void glMaterialfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glColor4f(float arg0, float arg1, float arg2, float arg3)
void glCreateCommandListsNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateCommandListsNV}(GLsizei n,...
void glLightModeliv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glLightModeliv}(GLenum pname, const GLint * params...
boolean hasFullFBOSupport()
Returns true if full FBO support is available, otherwise false.
void glProgramUniform4i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform4i64vNV}(GLuint program,...
void glUniform2iv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2iv}(GLint location, GLsizei count,...
void glMultiTexEnvfEXT(int arg0, int arg1, int arg2, float arg3)
Entry point to C language function: void {@native glMultiTexEnvfEXT}(GLenum texunit,...
void glGetProgramivARB(int arg0, int arg1, java.nio.IntBuffer arg2)
long glGetVkProcAddrNV(java.nio.ByteBuffer arg0)
void glCreateBuffers(int arg0, java.nio.IntBuffer arg1)
void glProgramUniformMatrix4dvEXT(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glProgramBufferParametersfvNV(int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
void glEdgeFlagPointer(int arg0, long arg1)
Entry point to C language function: void {@native glEdgeFlagPointer}(GLsizei stride,...
void glVertexAttrib4NsvARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4NsvARB}(GLuint index,...
void glNormal3d(double arg0, double arg1, double arg2)
Entry point to C language function: void {@native glNormal3d}(GLdouble nx, GLdouble ny,...
void glTexGendv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glTexGendv}(GLenum coord, GLenum pname,...
void glMultiTexCoord2bvOES(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord2bvOES}(GLenum texture,...
void glProgramLocalParametersI4uivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramLocalParametersI4uivNV}(GLenum target,...
void glIndexsv(short[] arg0, int arg1)
Entry point to C language function: void {@native glIndexsv}(const GLshort * c) Part of GL_VERSION...
void glSeparableFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6, java.nio.Buffer arg7)
void glColor4bv(byte[] arg0, int arg1)
Entry point to C language function: void {@native glColor4bv}(const GLbyte * v) Part of GL_VERSION...
void glMultiTexCoordP1uiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glMultiTexCoordP1uiv}(GLenum texture,...
void glUniformMatrix2x4dv(int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
void glCreateTextures(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttrib3sv(int arg0, java.nio.ShortBuffer arg1)
void glGetObjectParameterivARB(long arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetObjectParameterivARB}(GLhandleARB obj,...
void glScaled(double arg0, double arg1, double arg2)
Entry point to C language function: void {@native glScaled}(GLdouble x, GLdouble y,...
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,...
boolean glIsNamedStringARB(int arg0, java.lang.String arg1)
void glUniform2ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2ui64vARB}(GLint location,...
void glGenVertexArrays(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) Par...
void glVertex2fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glVertex2fv}(const GLfloat * v) Part of GL_VERSI...
void glProgramUniform2d(int arg0, int arg1, double arg2, double arg3)
Entry point to C language function: void {@native glProgramUniform2d}(GLuint program,...
void glUniform2ui64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glVariantubvEXT(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVariantubvEXT}(GLuint id, const GLubyte * addr) ...
void glRasterPos2sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos2sv}(const GLshort * v) Part of GL_VE...
void glRasterPos4d(double arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glRasterPos4d}(GLdouble x, GLdouble y,...
void glVertex3f(float arg0, float arg1, float arg2)
Entry point to C language function: void {@native glVertex3f}(GLfloat x, GLfloat y,...
void glVideoCaptureStreamParameterivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glVertexAttrib3dvARB(int arg0, java.nio.DoubleBuffer arg1)
void glProgramUniform2i(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glProgramUniform2i}(GLuint program,...
void glProgramUniform1dvEXT(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glGetInteger64v(int arg0, java.nio.LongBuffer arg1)
void glGenTextures(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenTextures}(GLsizei n, GLuint * textures) Par...
void glBindBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
Entry point to C language function: void {@native glBindBufferRange}(GLenum target,...
void glMultiTexEnviEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glMultiTexEnviEXT}(GLenum texunit,...
void glVertex2sv(java.nio.ShortBuffer arg0)
void glPixelMapuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetNamedRenderbufferParameterivEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexArrayVertexBuffer(int arg0, int arg1, int arg2, long arg3, int arg4)
Entry point to C language function: void {@native glVertexArrayVertexBuffer}(GLuint vaobj,...
void glCallLists(int arg0, int arg1, java.nio.Buffer arg2)
void glMultMatrixf(java.nio.FloatBuffer arg0)
Multiply the current matrix: [c] = [c] x [m].
void glExtractComponentEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glExtractComponentEXT}(GLuint res,...
void glGetDoublev(int arg0, java.nio.DoubleBuffer arg1)
void glDrawMeshTasksNV(int arg0, int arg1)
Entry point to C language function: void {@native glDrawMeshTasksNV}(GLuint first,...
void glNormal3s(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glNormal3s}(GLshort nx, GLshort ny,...
void glShaderStorageBlockBinding(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glShaderStorageBlockBinding}(GLuint program,...
void glColor4sv(java.nio.ShortBuffer arg0)
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,...
void glUniform2ui(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glUniform2ui}(GLint location, GLuint v0,...
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,...
void glEndConditionalRender()
Entry point to C language function: void {@native glEndConditionalRender}() Part of GL_VERSION_3_0...
void glCreateCommandListsNV(int arg0, java.nio.IntBuffer arg1)
void glProgramUniform3ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3ui64vARB}(GLuint program,...
void glVertexP2ui(int arg0, int arg1)
Entry point to C language function: void {@native glVertexP2ui}(GLenum type, GLuint value) Part of...
void glVertexAttribs1hv(int arg0, int arg1, short[] arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribs1hv}(GLuint index,...
void glGetTexGenfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
com.jogamp.opengl.GL3ES3 getGL3ES3()
Casts this object to the GL3ES3 interface.
void glTexCoord2fv(java.nio.FloatBuffer arg0)
void glClearDepth(double arg0)
Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf...
void glIndexf(float arg0)
Entry point to C language function: void {@native glIndexf}(GLfloat c) Part of GL_VERSION_1_0
void glGetQueryObjectui64vEXT(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetQueryObjectui64vEXT}(GLuint id,...
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,...
void glBufferData(int arg0, long arg1, java.nio.Buffer arg2, int arg3)
void glGetMultiTexParameterfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glGetNamedBufferSubData(int arg0, long arg1, long arg2, java.nio.Buffer arg3)
void glDrawArrays(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glDrawArrays}(GLenum mode, GLint first,...
void glColor4dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glColor4dv}(const GLdouble * v) Part of GL_VERSI...
void glGetActiveUniformBlockName(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4)
void glColor3usv(short[] arg0, int arg1)
Entry point to C language function: void {@native glColor3usv}(const GLushort * v) Part of GL_VERS...
void glMultiTexCoord2iv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord2iv}(GLenum target,...
void glMultiTexGenfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glBeginTransformFeedback(int arg0)
Entry point to C language function: void {@native glBeginTransformFeedback}(GLenum primitiveMode) ...
void glGetLightiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetLightiv}(GLenum light, GLenum pname,...
void glSecondaryColor3d(double arg0, double arg1, double arg2)
Entry point to C language function: void {@native glSecondaryColor3d}(GLdouble red,...
void glGetVertexAttribLi64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
java.nio.ByteBuffer glMapNamedBufferRangeEXT(int arg0, long arg1, long arg2, int arg3)
Entry point to C language function: void * {@native glMapNamedBufferRangeEXT}(GLuint buffer,...
void glVertexArrayVertexAttribBindingEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexArrayVertexAttribBindingEXT}(GLuint vaobj,...
void glBufferAttachMemoryNV(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glBufferAttachMemoryNV}(GLenum target,...
void glWaitSync(long arg0, int arg1, long arg2)
Entry point to C language function: void {@native glWaitSync}(GLsync sync, GLbitfield flags,...
void glColor4iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glColor4iv}(const GLint * v) Part of GL_VERSION_...
boolean glIsFramebuffer(int arg0)
Entry point to C language function: GLboolean {@native glIsFramebuffer}(GLuint framebuffer) Part o...
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,...
void glVertexWeightfvEXT(java.nio.FloatBuffer arg0)
void glTextureBarrierNV()
Entry point to C language function: void {@native glTextureBarrierNV}() Part of GL_NV_texture_barr...
void glRasterPos4iv(java.nio.IntBuffer 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,...
void glColor4hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glColor4hv}(const GLhalfNV * v) Part of GL_NV_ha...
void glRasterPos4dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos4dv}(const GLdouble * v) Part of GL_V...
int glGetUniformBlockIndex(int arg0, java.lang.String arg1)
void glMultiTexCoord4bOES(int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
Entry point to C language function: void {@native glMultiTexCoord4bOES}(GLenum texture,...
void glRasterPos2iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos2iv}(const GLint * v) Part of GL_VERS...
void glGetProgramEnvParameterIivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramEnvParameterIivNV}(GLenum target,...
void glImportSemaphoreWin32HandleEXT(int arg0, int arg1, java.nio.Buffer arg2)
void glShadingRateImagePaletteNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glIndexMaterialEXT(int arg0, int arg1)
Entry point to C language function: void {@native glIndexMaterialEXT}(GLenum face,...
void glEvalMapsNV(int arg0, int arg1)
Entry point to C language function: void {@native glEvalMapsNV}(GLenum target, GLenum mode) Part o...
void glUseProgramStages(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glUseProgramStages}(GLuint pipeline,...
void glGetCompressedTexImage(int arg0, int arg1, java.nio.Buffer arg2)
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,...
void glVertexAttrib4bvARB(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4bvARB}(GLuint index,...
void glVertexAttribI4usv(int arg0, java.nio.ShortBuffer arg1)
void glVertexAttribs4hv(int arg0, int arg1, short[] arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribs4hv}(GLuint index,...
void glUniform3ui(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glUniform3ui}(GLint location, GLuint v0,...
void glVariantfvEXT(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glVariantfvEXT}(GLuint id, const GLfloat * addr) ...
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 G...
void glGetColorTableParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glGetNamedProgramivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program,...
void glUniform3ivARB(int arg0, int arg1, java.nio.IntBuffer arg2)
void glUniform3iv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3iv}(GLint location, GLsizei count,...
void glVertexAttrib2svARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib2svARB}(GLuint index,...
void glPixelTransformParameterivEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glTexCoord3bvOES(java.nio.ByteBuffer arg0)
void glUniform3i64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glLightModelfv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * para...
void glProgramLocalParameterI4uivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glProgramLocalParameterI4uivNV}(GLenum target,...
void glRasterPos4s(short arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glRasterPos4s}(GLshort x, GLshort y,...
void glNamedCopyBufferSubDataEXT(int arg0, int arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glNamedCopyBufferSubDataEXT}(GLuint readBuffer,...
void glGetCoverageModulationTableNV(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufSize,...
boolean isGLES31Compatible()
Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality.
void glUniform3ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3ui64vARB}(GLint location,...
void glGetSamplerParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetSamplerParameterIuiv}(GLuint sampler,...
void glGetTextureParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetTextureParameteriv}(GLuint texture,...
void glPauseTransformFeedbackNV()
Entry point to C language function: void {@native glPauseTransformFeedbackNV}() Part of GL_NV_tran...
void glTexCoord4sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord4sv}(const GLshort * v) Part of GL_VER...
void glGetNamedProgramLocalParameterdvEXT(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glTexParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetVariantBooleanvEXT(int arg0, int arg1, byte[] arg2, int arg3)
Entry point to C language function: void {@native glGetVariantBooleanvEXT}(GLuint id,...
void glUniformMatrix2fv(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glVertex4sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glVertex4sv}(const GLshort * v) Part of GL_VERSI...
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,...
void glGetIntegerui64vNV(int arg0, java.nio.LongBuffer arg1)
void glProgramUniformMatrix3x4fv(int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
void glGetSamplerParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetSamplerParameterIiv}(GLuint sampler,...
void glMultiTexCoord1fv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord1fv}(GLenum target,...
void glGenProgramsARB(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenProgramsARB}(GLsizei n, GLuint * programs) ...
void glFogCoordPointer(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glFogCoordPointer}(GLenum type,...
boolean glIsTransformFeedback(int arg0)
Entry point to C language function: GLboolean {@native glIsTransformFeedback}(GLuint id) Part of G...
void glDispatchComputeIndirect(long arg0)
Entry point to C language function: void {@native glDispatchComputeIndirect}(GLintptr indirect) Pa...
void glMakeImageHandleResidentARB(long arg0, int arg1)
Entry point to C language function: void {@native glMakeImageHandleResidentARB}(GLuint64 handle,...
void glRasterPos3dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos3dv}(const GLdouble * v) Part of GL_V...
long glCreateSyncFromCLeventARB(long arg0, long arg1, int arg2)
Entry point to C language function: GLsync {@native glCreateSyncFromCLeventARB}(struct _cl_context *...
void glIndexFormatNV(int arg0, int arg1)
Entry point to C language function: void {@native glIndexFormatNV}(GLenum type, GLsizei stride) Pa...
void glSamplerParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glGetProgramEnvParameterdvARB(int arg0, int arg1, java.nio.DoubleBuffer arg2)
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 glFlushPixelDataRangeNV(int arg0)
Entry point to C language function: void {@native glFlushPixelDataRangeNV}(GLenum target) Part of ...
void glDrawCommandsNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, int[] arg3, int arg4, int arg5)
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,...
void glRotatef(float arg0, float arg1, float arg2, float arg3)
Rotate the current matrix.
void glGetnUniformuiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program,...
void glGetNamedProgramLocalParameterdvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint progr...
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,...
void glTexCoord3i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTexCoord3i}(GLint s, GLint t,...
void glVertexAttribL1dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index,...
void glFogCoordf(float arg0)
Entry point to C language function: void {@native glFogCoordf}(GLfloat coord) Part of GL_VERSION_1...
void glGetLocalConstantBooleanvEXT(int arg0, int arg1, byte[] arg2, int arg3)
Entry point to C language function: void {@native glGetLocalConstantBooleanvEXT}(GLuint id,...
void glSecondaryColor3ubv(java.nio.ByteBuffer arg0)
boolean isGLcore()
Indicates whether this GL object uses a GL core profile.
int glCheckFramebufferStatus(int arg0)
Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(GLenum target) Part ...
void glGetTexLevelParameteriv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetUniformfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformfv}(GLuint program,...
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,...
void glProgramParameteri(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glProgramParameteri}(GLuint program,...
void glClear(int arg0)
Entry point to C language function: void {@native glClear}(GLbitfield mask) Part of GL_ES_VERSION_...
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,...
void glGetVideoCaptureivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetVideoCaptureivNV}(GLuint video_capture_slot,...
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,...
void glMultiTexCoord3bvOES(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord3bvOES}(GLenum texture,...
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,...
void glConvolutionFilter1D(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
void glUniformui64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniformui64vNV}(GLint location,...
void glProgramUniform3i64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glMultiDrawArraysIndirect(int arg0, long arg1, int arg2, int arg3)
Entry point to C language function: void {@native glMultiDrawArraysIndirect}(GLenum mode,...
void glGetBufferSubData(int arg0, long arg1, long arg2, java.nio.Buffer arg3)
void glColor4s(short arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glColor4s}(GLshort red, GLshort green,...
int glBindTextureUnitParameterEXT(int arg0, int arg1)
Entry point to C language function: GLuint {@native glBindTextureUnitParameterEXT}(GLenum unit,...
void glNamedProgramLocalParameterI4uivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint progr...
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 glFramebufferTextureARB(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glFramebufferTextureARB}(GLenum target,...
boolean glIsVertexAttribEnabledAPPLE(int arg0, int arg1)
Entry point to C language function: GLboolean {@native glIsVertexAttribEnabledAPPLE}(GLuint index,...
void glUniform3i64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glTexEnvfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname,...
void glDeleteQueryResourceTagNV(int arg0, java.nio.IntBuffer arg1)
void glGetNextPerfQueryIdINTEL(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGetNextPerfQueryIdINTEL}(GLuint queryId,...
void glUniform4i64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glUniform4i64NV}(GLint location,...
void glFramebufferTexture(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glFramebufferTexture}(GLenum target,...
void glGetMapAttribParameterfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetMapAttribParameterfvNV}(GLenum target,...
void glEnableVariantClientStateEXT(int arg0)
Entry point to C language function: void {@native glEnableVariantClientStateEXT}(GLuint id) Part o...
void glNormal3h(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glNormal3h}(GLhalfNV nx, GLhalfNV ny,...
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,...
void glProgramUniform2ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform2ui64vNV}(GLuint program,...
void glMultiTexCoord2d(int arg0, double arg1, double arg2)
Entry point to C language function: void {@native glMultiTexCoord2d}(GLenum target,...
void glVertex2hv(java.nio.ShortBuffer arg0)
void glVertexAttrib3dvARB(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib3dvARB}(GLuint index,...
boolean glIsOcclusionQueryNV(int arg0)
Entry point to C language function: GLboolean {@native glIsOcclusionQueryNV}(GLuint id) Part of GL...
void glGetTextureParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture,...
void glEvalCoord1dv(java.nio.DoubleBuffer arg0)
void glRects(short arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glRects}(GLshort x1, GLshort y1,...
boolean isGL2ES3()
Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile.
void glNamedRenderbufferStorage(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glNamedRenderbufferStorage}(GLuint renderbuffer,...
void glEnablei(int arg0, int arg1)
Entry point to C language function: void {@native glEnablei}(GLenum target, GLuint index) Part of ...
void glBeginConditionalRender(int arg0, int arg1)
Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id,...
void glNamedFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glVertexAttribLFormat(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribLFormat}(GLuint attribindex,...
void glColor3iv(java.nio.IntBuffer arg0)
void glGetUniformi64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformi64vNV}(GLuint program,...
void glTexCoord2i(int arg0, int arg1)
Entry point to C language function: void {@native glTexCoord2i}(GLint s, GLint t) Part of GL_VERSI...
void glMulticastViewportArrayvNVX(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glVertexAttrib4dARB(int arg0, double arg1, double arg2, double arg3, double arg4)
Entry point to C language function: void {@native glVertexAttrib4dARB}(GLuint index,...
void glProgramUniform1iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform1iv}(GLuint program,...
void glProgramUniform3ui64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glUniformMatrix3x2dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix3x2dv}(GLint location,...
void glGetQueryObjecti64vEXT(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetQueryObjecti64vEXT}(GLuint id,...
void glLinkProgram(int arg0)
Entry point to C language function: void {@native glLinkProgram}(GLuint program) Part of GL_ES_VER...
void glVertexAttrib3s(int arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glVertexAttrib3s}(GLuint index,...
void glWeightfvARB(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glWeightfvARB}(GLint size, const GLfloat * weights...
void glSpecializeShader(int arg0, java.nio.ByteBuffer arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4)
void glWeightbvARB(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glWeightbvARB}(GLint size, const GLbyte * weights)...
void glDeleteVertexArrays(int arg0, java.nio.IntBuffer arg1)
void glGetActiveSubroutineName(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, java.nio.ByteBuffer arg5)
void glGetActiveUniformsiv(int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, java.nio.IntBuffer arg4)
void glVertexAttribL2dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index,...
void glShaderOp2EXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glShaderOp2EXT}(GLenum op, GLuint res,...
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,...
int glRenderMode(int arg0)
Entry point to C language function: GLint {@native glRenderMode}(GLenum mode) Part of GL_VERSION_1...
com.jogamp.opengl.GLES2 getGLES2()
Casts this object to the GLES2 interface.
void glVertexAttribP1uiv(int arg0, int arg1, boolean arg2, java.nio.IntBuffer arg3)
boolean glIsProgramARB(int arg0)
Entry point to C language function: GLboolean {@native glIsProgramARB}(GLuint program) Part of GL_...
void glStencilClearTagEXT(int arg0, int arg1)
Entry point to C language function: void {@native glStencilClearTagEXT}(GLsizei stencilTagBits,...
com.jogamp.opengl.GLBufferStorage mapBuffer(int arg0, int arg1)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation.
void glVertex2h(short arg0, short arg1)
Entry point to C language function: void {@native glVertex2h}(GLhalfNV x, GLhalfNV y) Part of GL_N...
void glMatrixMultTransposedEXT(int arg0, java.nio.DoubleBuffer arg1)
void glGetProgramStringARB(int arg0, int arg1, java.nio.Buffer arg2)
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,...
void glVertexAttrib2dvARB(int arg0, java.nio.DoubleBuffer arg1)
void glGetNamedBufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetNamedBufferParameteriv}(GLuint buffer,...
void glProgramUniformMatrix4x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glVertex3bvOES(java.nio.ByteBuffer arg0)
void glVertex3bOES(byte arg0, byte arg1, byte arg2)
Entry point to C language function: void {@native glVertex3bOES}(GLbyte x, GLbyte y,...
void glTexBuffer(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTexBuffer}(GLenum target, GLenum internalformat,...
void glProgramUniform4i64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glUniform1i64ARB(int arg0, long arg1)
Entry point to C language function: void {@native glUniform1i64ARB}(GLint location,...
void glUniform4ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4ui64vNV}(GLint location,...
void glGetMemoryObjectDetachedResourcesuivNV(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
Entry point to C language function: void {@native glGetMemoryObjectDetachedResourcesuivNV}(GLuint me...
boolean isGL4ES3()
Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e.
void glProgramUniform4iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform4iv}(GLuint program,...
void glVertexWeighthv(short[] arg0, int arg1)
Entry point to C language function: void {@native glVertexWeighthv}(const GLhalfNV * weight) Part ...
void glMaterialfv(int arg0, int arg1, float[] arg2, int arg3)
void glUniform1i64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1i64vNV}(GLint location,...
void glVertexP3uiv(int arg0, java.nio.IntBuffer arg1)
void glGetFirstPerfQueryIdINTEL(int[] arg0, int arg1)
Entry point to C language function: void {@native glGetFirstPerfQueryIdINTEL}(GLuint * queryId) Pa...
void glTextureBarrier()
Entry point to C language function: void {@native glTextureBarrier}() Part of GL_VERSION_4_5,...
void glUniform2d(int arg0, double arg1, double arg2)
Entry point to C language function: void {@native glUniform2d}(GLint location, GLdouble x,...
void glActiveTexture(int arg0)
Entry point to C language function: void {@native glActiveTexture}(GLenum texture) Part of GL_ES_V...
void glGetLocalConstantIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetLocalConstantIntegervEXT}(GLuint id,...
void glGetNamedProgramivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glNamedBufferStorageEXT(int arg0, long arg1, java.nio.Buffer arg2, int arg3)
void glMultiTexCoord1sv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord1sv}(GLenum target,...
void glProgramLocalParameter4fvARB(int arg0, int arg1, java.nio.FloatBuffer arg2)
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...
void glRasterPos2f(float arg0, float arg1)
Entry point to C language function: void {@native glRasterPos2f}(GLfloat x, GLfloat y) Part of GL_...
void glUniform3fv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3fv}(GLint location, GLsizei count,...
void glMapVertexAttrib1dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, java.nio.DoubleBuffer arg6)
void glUniformMatrix2fvARB(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glUniform3uiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3uiv}(GLint location, GLsizei count,...
void glMatrixIndexubvARB(int arg0, java.nio.ByteBuffer arg1)
void glVertexAttrib3fvARB(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib3fvARB}(GLuint index,...
void glGetObjectPtrLabel(java.nio.Buffer arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
void glProgramUniform2ui64ARB(int arg0, int arg1, long arg2, long arg3)
Entry point to C language function: void {@native glProgramUniform2ui64ARB}(GLuint program,...
void glMultiTexCoord4s(int arg0, short arg1, short arg2, short arg3, short arg4)
Entry point to C language function: void {@native glMultiTexCoord4s}(GLenum target,...
void glCreateTransformFeedbacks(int arg0, java.nio.IntBuffer arg1)
void glColorTableParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
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,...
long glFenceSync(int arg0, int arg1)
Entry point to C language function: GLsync {@native glFenceSync}(GLenum condition,...
void glWindowPos3fv(java.nio.FloatBuffer arg0)
void glIndexiv(java.nio.IntBuffer arg0)
void glClearNamedFramebufferiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetnConvolutionFilter(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glLoadTransposeMatrixf(float[] arg0, int arg1)
Entry point to C language function: void {@native glLoadTransposeMatrixf}(const GLfloat * m) Part ...
void glMultMatrixd(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_V...
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 glRasterPos3fv(java.nio.FloatBuffer arg0)
void glVertexAttribL3i64vNV(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL3i64vNV}(GLuint index,...
int glGetProgramResourceIndex(int arg0, int arg1, java.nio.ByteBuffer arg2)
void glProgramUniform3fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3fv}(GLuint program,...
void glProgramUniform2dEXT(int arg0, int arg1, double arg2, double arg3)
Entry point to C language function: void {@native glProgramUniform2dEXT}(GLuint program,...
void glClientAttribDefaultEXT(int arg0)
Entry point to C language function: void {@native glClientAttribDefaultEXT}(GLbitfield mask) Part ...
void glPixelMapfv(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize,...
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,...
void glMatrixScaledEXT(int arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glMatrixScaledEXT}(GLenum mode,...
void glMultiTexCoordP2uiv(int arg0, int arg1, java.nio.IntBuffer arg2)
int glGetFragDataIndex(int arg0, java.lang.String arg1)
void glBlendEquationSeparate(int arg0, int arg1)
Entry point to C language function: void {@native glBlendEquationSeparate}(GLenum modeRGB,...
void glDisableVertexArrayAttrib(int arg0, int arg1)
Entry point to C language function: void {@native glDisableVertexArrayAttrib}(GLuint vaobj,...
void glGetNamedRenderbufferParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint rende...
void glUniform2fvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2fvARB}(GLint location,...
void glWindowPos3iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glWindowPos3iv}(const GLint * v) Part of GL_VERS...
void glVertexAttrib2d(int arg0, double arg1, double arg2)
Entry point to C language function: void {@native glVertexAttrib2d}(GLuint index,...
void glVertexAttrib3fvARB(int arg0, java.nio.FloatBuffer arg1)
void glNamedRenderbufferStorageMultisampleEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleEXT}(GLuint r...
void glTextureStorage1D(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glTextureStorage1D}(GLuint texture,...
void glShadingRateSampleOrderCustomNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetLocalConstantIntegervEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glBeginQuery(int arg0, int arg1)
Entry point to C language function: void {@native glBeginQuery}(GLenum target, GLuint id) Part of ...
void glVertexAttrib2h(int arg0, short arg1, short arg2)
Entry point to C language function: void {@native glVertexAttrib2h}(GLuint index,...
void glVertexAttribs1hv(int arg0, int arg1, java.nio.ShortBuffer arg2)
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,...
void glBlendFuncSeparateIndexedAMD(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glBlendFuncSeparateIndexedAMD}(GLuint buf,...
void glGetVariantIntegervEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
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 glVertexAttrib3fARB(int arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glVertexAttrib3fARB}(GLuint index,...
void glBlendEquation(int arg0)
Entry point to C language function: void {@native glBlendEquation}(GLenum mode) Part of GL_ES_VERS...
int glGetSubroutineIndex(int arg0, int arg1, java.lang.String arg2)
void glFogfv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params) P...
int glCreateProgressFenceNVX()
Entry point to C language function: GLuint {@native glCreateProgressFenceNVX}() Part of GL_NVX_pro...
boolean glIsTexture(int arg0)
Entry point to C language function: GLboolean {@native glIsTexture}(GLuint texture) Part of GL_ES_...
void glGetQueryiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetTextureParameterIuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
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,...
void glGetUniformiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformiv}(GLuint program,...
void setSwapInterval(int arg0)
Set the swap interval of the current context and attached onscreen GLDrawable.
void glVertex4fv(java.nio.FloatBuffer arg0)
void glMemoryObjectParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glMemoryObjectParameterivEXT}(GLuint memoryObject,...
void glNamedProgramLocalParametersI4ivEXT(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glNamedFramebufferRenderbufferEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glNamedFramebufferRenderbufferEXT}(GLuint framebuf...
void glWeightPointerARB(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glWeightPointerARB}(GLint size,...
void glProgramStringARB(int arg0, int arg1, int arg2, java.lang.String arg3)
void glColor4usv(short[] arg0, int arg1)
Entry point to C language function: void {@native glColor4usv}(const GLushort * v) Part of GL_VERS...
void glGetProgramStageiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glClearTexImage(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glVertex4h(short arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glVertex4h}(GLhalfNV x, GLhalfNV y,...
void glVertexAttrib2fvARB(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib2fvARB}(GLuint index,...
void glGetTextureParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture,...
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,...
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 waitSemapho...
void glGetTexGendv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetTexGendv}(GLenum coord, GLenum pname,...
void glUniform3fvARB(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glPolygonOffset(float arg0, float arg1)
Entry point to C language function: void {@native glPolygonOffset}(GLfloat factor,...
void glMatrixLoaddEXT(int arg0, java.nio.DoubleBuffer arg1)
void glResumeTransformFeedbackNV()
Entry point to C language function: void {@native glResumeTransformFeedbackNV}() Part of GL_NV_tra...
void glMulticastGetQueryObjectivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glMatrixMultdEXT(int arg0, java.nio.DoubleBuffer arg1)
void glArrayElement(int arg0)
Entry point to C language function: void {@native glArrayElement}(GLint i) Part of GL_VERSION_1_1,...
void glRasterPos2iv(java.nio.IntBuffer arg0)
void glMultiTexCoord4sv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord4sv}(GLenum target,...
void glFramebufferTexture1D(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glFramebufferTexture1D}(GLenum target,...
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 glGenSamplers(int arg0, java.nio.IntBuffer arg1)
void glDeleteObjectARB(long arg0)
Entry point to C language function: void {@native glDeleteObjectARB}(GLhandleARB obj) Part of GL_A...
void glVertex2f(float arg0, float arg1)
Entry point to C language function: void {@native glVertex2f}(GLfloat x, GLfloat y) Part of GL_VER...
long glVDPAURegisterVideoSurfaceNV(java.nio.Buffer arg0, int arg1, int arg2, int[] arg3, int arg4)
void glTexCoord1f(float arg0)
Entry point to C language function: void {@native glTexCoord1f}(GLfloat s) Part of GL_VERSION_1_0
void glColorSubTable(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
void glProgramUniform2dvEXT(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,...
void glDebugMessageControl(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4, boolean arg5)
void glGetIntegerIndexedv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetVertexArrayPointeri_vEXT(int arg0, int arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3)
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,...
com.jogamp.opengl.GL getRootGL()
Returns the implementing root instance, considering a wrapped pipelined hierarchy,...
void glTextureParameterIiv(int arg0, int arg1, java.nio.IntBuffer arg2)
int getDefaultDrawBuffer()
Returns the default color buffer within the current bound getDefaultReadFramebuffer(),...
void glCreateMemoryObjectsEXT(int arg0, java.nio.IntBuffer arg1)
void glTexAttachMemoryNV(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glTexAttachMemoryNV}(GLenum target,...
void glProgramUniformMatrix3x2dvEXT(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
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,...
void glVertex3iv(java.nio.IntBuffer arg0)
java.nio.ByteBuffer glMapBuffer(int arg0, int arg1)
Entry point to C language function: void * {@native glMapBuffer}(GLenum target, GLenum access) Par...
void glPushAttrib(int arg0)
Entry point to C language function: void {@native glPushAttrib}(GLbitfield mask) Part of GL_VERSIO...
void glGetIntegerIndexedv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target,...
void glDeleteSemaphoresEXT(int arg0, java.nio.IntBuffer arg1)
void glDeleteOcclusionQueriesNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteOcclusionQueriesNV}(GLsizei n,...
void glUniformMatrix4x2dv(int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
void glVertexAttrib1fvARB(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_VE...
void glEndVertexShaderEXT()
Entry point to C language function: void {@native glEndVertexShaderEXT}() Part of GL_EXT_vertex_sh...
void glGetTextureLevelParameteriv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glProgramEnvParameters4fvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
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 glVertexAttrib2dvARB(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib2dvARB}(GLuint index,...
void glMultiDrawArraysIndirect(int arg0, java.nio.Buffer arg1, int arg2, int arg3)
void glStencilMask(int arg0)
Entry point to C language function: void {@native glStencilMask}(GLuint mask) Part of GL_ES_VERSIO...
void glCompressedTextureSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
void glProgramUniform1i64ARB(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glProgramUniform1i64ARB}(GLuint program,...
void glMultiTexCoord2dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord2dv}(GLenum target,...
static final boolean DEBUG
void glProgramEnvParameterI4uivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetFloati_vEXT(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname,...
void glUniform2fARB(int arg0, float arg1, float arg2)
Entry point to C language function: void {@native glUniform2fARB}(GLint location,...
void glGetVertexArrayIndexediv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetSynciv(long arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4)
void glUniform1ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1ui64vNV}(GLint location,...
void glFramebufferSamplePositionsfvAMD(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glColor3dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glColor3dv}(const GLdouble * v) Part of GL_VERSI...
void glTexRenderbufferNV(int arg0, int arg1)
Entry point to C language function: void {@native glTexRenderbufferNV}(GLenum target,...
void glGetVertexAttribIiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttribPointer(int arg0, int arg1, int arg2, boolean arg3, int arg4, java.nio.Buffer arg5)
void glGenNamesAMD(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGenNamesAMD}(GLenum identifier,...
void glWindowPos3fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glWindowPos3fv}(const GLfloat * v) Part of GL_VE...
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,...
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,...
void glUniform2fv(int arg0, int arg1, java.nio.FloatBuffer arg2)
boolean glIsCommandListNV(int arg0)
Entry point to C language function: GLboolean {@native glIsCommandListNV}(GLuint list) Part of GL_...
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,...
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,...
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,...
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 waitSemaphor...
void glVertexAttribP2ui(int arg0, int arg1, boolean arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribP2ui}(GLuint index,...
void glGetCompressedTexImage(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target,...
void glScissorIndexedv(int arg0, java.nio.IntBuffer arg1)
boolean isPBOUnpackBound()
void glPNTrianglesiATI(int arg0, int arg1)
Entry point to C language function: void {@native glPNTrianglesiATI}(GLenum pname,...
void glVertexP3ui(int arg0, int arg1)
Entry point to C language function: void {@native glVertexP3ui}(GLenum type, GLuint value) Part of...
void glMatrixLoadTransposedEXT(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode,...
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,...
void glGetnPixelMapuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glLoadTransposeMatrixd(java.nio.DoubleBuffer arg0)
void glColor4bv(java.nio.ByteBuffer arg0)
void glGetUnsignedBytei_vEXT(int arg0, int arg1, byte[] arg2, int arg3)
Entry point to C language function: void {@native glGetUnsignedBytei_vEXT}(GLenum target,...
void glGetInvariantBooleanvEXT(int arg0, int arg1, java.nio.ByteBuffer arg2)
void glDrawElementsInstanced(int arg0, int arg1, int arg2, long arg3, int arg4)
Entry point to C language function: void {@native glDrawElementsInstanced}(GLenum mode,...
void glPatchParameteri(int arg0, int arg1)
Entry point to C language function: void {@native glPatchParameteri}(GLenum pname,...
void glMultiTexCoordP1uiv(int arg0, int arg1, java.nio.IntBuffer arg2)
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,...
void glGetNamedBufferPointerv(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
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,...
void glLineWidth(float arg0)
Entry point to C language function: void {@native glLineWidth}(GLfloat width) Part of GL_VERSION_E...
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,...
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,...
void glObjectPtrLabel(java.nio.Buffer arg0, int arg1, java.nio.ByteBuffer arg2)
void glClearBufferiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttribDivisor(int arg0, int arg1)
Entry point to C language function: void {@native glVertexAttribDivisor}(GLuint index,...
void glVertexAttribIPointer(int arg0, int arg1, int arg2, int arg3, long arg4)
Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index,...
void glGetNamedBufferParameterivEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glDrawCommandsAddressNV(int arg0, java.nio.LongBuffer arg1, java.nio.IntBuffer arg2, int arg3)
void glDebugMessageInsert(int arg0, int arg1, int arg2, int arg3, int arg4, java.lang.String arg5)
void glVertexAttrib4hv(int arg0, java.nio.ShortBuffer arg1)
void glProgramUniform2dv(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glGetSeparableFilter(int arg0, int arg1, int arg2, java.nio.Buffer arg3, java.nio.Buffer arg4, java.nio.Buffer arg5)
void glMakeBufferNonResidentNV(int arg0)
Entry point to C language function: void {@native glMakeBufferNonResidentNV}(GLenum target) Part o...
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,...
void glVertex2bvOES(byte[] arg0, int arg1)
Entry point to C language function: void {@native glVertex2bvOES}(const GLbyte * coords) Part of G...
void glDeleteStatesNV(int arg0, java.nio.IntBuffer arg1)
void glGetUniformui64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glSecondaryColor3fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColor3fv}(const GLfloat * v) Part of ...
boolean glVDPAUIsSurfaceNV(long arg0)
Entry point to C language function: GLboolean {@native glVDPAUIsSurfaceNV}(GLvdpauSurfaceNV surface)...
void glTessellationModeAMD(int arg0)
Entry point to C language function: void {@native glTessellationModeAMD}(GLenum mode) Part of GL_A...
void glVariantbvEXT(int arg0, java.nio.ByteBuffer arg1)
void glColor3hv(java.nio.ShortBuffer arg0)
void glLoadTransposeMatrixf(java.nio.FloatBuffer arg0)
void glIndexdv(java.nio.DoubleBuffer arg0)
void glShaderSource(int arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3)
void glGetMapControlPointsNV(int arg0, int arg1, int arg2, int arg3, int arg4, boolean arg5, java.nio.Buffer arg6)
void glMakeNamedBufferNonResidentNV(int arg0)
Entry point to C language function: void {@native glMakeNamedBufferNonResidentNV}(GLuint buffer) P...
void glGetFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(GLenum targ...
int glGetUniformBufferSizeEXT(int arg0, int arg1)
Entry point to C language function: GLint {@native glGetUniformBufferSizeEXT}(GLuint program,...
void glSemaphoreParameterui64vEXT(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glSemaphoreParameterui64vEXT}(GLuint semaphore,...
void glVertexAttrib4ubvARB(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4ubvARB}(GLuint index,...
void glGetQueryObjecti64vEXT(int arg0, int arg1, java.nio.LongBuffer arg2)
void glTexCoord2bOES(byte arg0, byte arg1)
Entry point to C language function: void {@native glTexCoord2bOES}(GLbyte s, GLbyte t) Part of GL_...
void glIndexfv(float[] arg0, int arg1)
Entry point to C language function: void {@native glIndexfv}(const GLfloat * c) Part of GL_VERSION...
void glUniform1i64NV(int arg0, long arg1)
Entry point to C language function: void {@native glUniform1i64NV}(GLint location,...
void glProgramUniform4dvEXT(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glGetSamplerParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler,...
void glUniformMatrix3x2fv(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glConvolutionParameteri(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glConvolutionParameteri}(GLenum target,...
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,...
void glInvalidateBufferData(int arg0)
Entry point to C language function: void {@native glInvalidateBufferData}(GLuint buffer) Part of G...
void glLoadMatrixf(java.nio.FloatBuffer arg0)
Load the current matrix w/ the provided one.
void glPushName(int arg0)
Entry point to C language function: void {@native glPushName}(GLuint name) Part of GL_VERSION_1_0
void glTextureParameterivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
long glCreateShaderObjectARB(int arg0)
Entry point to C language function: GLhandleARB {@native glCreateShaderObjectARB}(GLenum shaderType)...
void glProgramUniform1ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform1ui64vARB}(GLuint program,...
void glVertexAttrib4Niv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index,...
void glGetDoublei_v(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glGetFramebufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target,...
com.jogamp.opengl.GLES3 getGLES3()
Casts this object to the GLES3 interface.
void glUniformBufferEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glUniformBufferEXT}(GLuint program,...
void glMultiTexParameterivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glColorTableParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glColorTableParameteriv}(GLenum target,...
void glMatrixIndexuivARB(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixIndexuivARB}(GLint size,...
void glMultiTexCoord1iv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord1iv}(GLenum target,...
void glSamplerParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glSamplerParameterIiv}(GLuint sampler,...
void glUniformMatrix4x3fv(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
int glQueryResourceNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: GLint {@native glQueryResourceNV}(GLenum queryType,...
void glMultiTexCoord4dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord4dv}(GLenum target,...
void glClearIndex(float arg0)
Entry point to C language function: void {@native glClearIndex}(GLfloat c) Part of GL_VERSION_1_0
void glGetBufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetBufferParameteriv}(GLenum target,...
int getBoundFramebuffer(int arg0)
Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int).
void glDepthRangef(float arg0, float arg1)
Entry point to C language function: void {@native glDepthRangef}(GLfloat n, GLfloat f) Part of GL_...
void glGenSamplers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers) ...
void glUniform2i64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2i64vARB}(GLint location,...
void glBindBuffer(int arg0, int arg1)
Entry point to C language function: void {@native glBindBuffer}(GLenum target, GLuint buffer) Part...
void glVertex4iv(java.nio.IntBuffer arg0)
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,...
void glVertexAttrib4h(int arg0, short arg1, short arg2, short arg3, short arg4)
Entry point to C language function: void {@native glVertexAttrib4h}(GLuint index,...
void glGenFramebuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenFramebuffers}(GLsizei n, GLuint * framebuffer...
void glNormalPointer(int arg0, int arg1, java.nio.Buffer arg2)
void glProgramUniform2uiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glVertexAttribL1i64vNV(int arg0, java.nio.LongBuffer arg1)
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,...
void glGenQueryResourceTagNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenQueryResourceTagNV}(GLsizei n,...
void glGetVideoCaptureStreamivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glProgramUniform3dEXT(int arg0, int arg1, double arg2, double arg3, double arg4)
Entry point to C language function: void {@native glProgramUniform3dEXT}(GLuint program,...
void glMultiTexParameterIivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
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,...
void glGetBooleanIndexedv(int arg0, int arg1, byte[] arg2, int arg3)
Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target,...
void glUniform3i64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3i64vNV}(GLint location,...
void glProgramUniform1i64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glGetTextureLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glImportMemoryWin32HandleEXT(int arg0, long arg1, int arg2, java.nio.Buffer arg3)
void glMulticastFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, int arg3, float[] arg4, int arg5)
Entry point to C language function: void {@native glMulticastFramebufferSampleLocationsfvNV}(GLuint ...
void glProgramUniform2i64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glVertexAttrib4ivARB(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4ivARB}(GLuint index,...
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,...
void glDeleteVertexArrays(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteVertexArrays}(GLsizei n,...
void glVertexAttrib4NivARB(int arg0, java.nio.IntBuffer arg1)
void glGetMultisamplefv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glVertex4hv(java.nio.ShortBuffer arg0)
void glBindVideoCaptureStreamBufferNV(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glBindVideoCaptureStreamBufferNV}(GLuint video_cap...
void glProgramUniform1ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform1ui64vNV}(GLuint program,...
void glTexCoord3sv(java.nio.ShortBuffer arg0)
void glVertex3d(double arg0, double arg1, double arg2)
Entry point to C language function: void {@native glVertex3d}(GLdouble x, GLdouble y,...
void glNamedFramebufferSamplePositionsfvAMD(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glDeleteTransformFeedbacksNV(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,...
void glUniform2i64NV(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glUniform2i64NV}(GLint location,...
void glBindProgramARB(int arg0, int arg1)
Entry point to C language function: void {@native glBindProgramARB}(GLenum target,...
void glMultiDrawElementsIndirectBindlessCountNV(int arg0, int arg1, java.nio.Buffer arg2, int arg3, int arg4, int arg5, int arg6)
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,...
void glGetVertexAttribdv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index,...
void glEndVideoCaptureNV(int arg0)
Entry point to C language function: void {@native glEndVideoCaptureNV}(GLuint video_capture_slot) ...
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,...
void glGetObjectParameterivAPPLE(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glBufferStorageExternalEXT(int arg0, long arg1, long arg2, java.nio.Buffer arg3, int arg4)
void glDepthRangeArraydv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glDepthRangeArraydv}(GLuint first,...
void glBlendEquationi(int arg0, int arg1)
Entry point to C language function: void {@native glBlendEquationi}(GLuint buf, GLenum mode) Part ...
void glGetVideoCaptureStreamfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetVideoCaptureStreamfvNV}(GLuint video_capture_...
void glVertexAttrib4dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index,...
void glGetNextPerfQueryIdINTEL(int arg0, java.nio.IntBuffer arg1)
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,...
void glNamedFramebufferReadBuffer(int arg0, int arg1)
Entry point to C language function: void {@native glNamedFramebufferReadBuffer}(GLuint framebuffer,...
void glEnableVertexAttribArrayARB(int arg0)
Entry point to C language function: void {@native glEnableVertexAttribArrayARB}(GLuint index) Part...
void glFramebufferSamplePositionsfvAMD(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glFramebufferSamplePositionsfvAMD}(GLenum target,...
void glGetInternalformati64v(int arg0, int arg1, int arg2, int arg3, java.nio.LongBuffer arg4)
void glProgramUniform2iv(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,...
void glUniformMatrix3fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix3fv}(GLint location,...
void glStateCaptureNV(int arg0, int arg1)
Entry point to C language function: void {@native glStateCaptureNV}(GLuint state,...
void glVertexAttribIPointer(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
com.jogamp.opengl.GLBufferStorage mapBufferRange(int arg0, long arg1, long arg2, int arg3)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(....
void glTextureParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture,...
void glGetVertexAttribiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetTransformFeedbackiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVariantPointerEXT(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glUniform4ui64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4ui64vARB}(GLint location,...
void glEndPerfQueryINTEL(int arg0)
Entry point to C language function: void {@native glEndPerfQueryINTEL}(GLuint queryHandle) Part of...
void glVertexAttrib1svARB(int arg0, java.nio.ShortBuffer arg1)
int glQueryMatrixxOES(java.nio.IntBuffer arg0, java.nio.IntBuffer arg1)
void glGetInvariantIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetInvariantIntegervEXT}(GLuint id,...
void glWindowPos3iv(java.nio.IntBuffer arg0)
void glVertexWeightfEXT(float arg0)
Entry point to C language function: void {@native glVertexWeightfEXT}(GLfloat weight) Part of GL_E...
long glGetTextureHandleARB(int arg0)
Entry point to C language function: GLuint64 {@native glGetTextureHandleARB}(GLuint texture) Part ...
void glWindowPos3dv(java.nio.DoubleBuffer arg0)
void glTexCoord3h(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glTexCoord3h}(GLhalfNV s, GLhalfNV t,...
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,...
void glGetProgramLocalParameterdvARB(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramLocalParameterdvARB}(GLenum target,...
int glBindParameterEXT(int arg0)
Entry point to C language function: GLuint {@native glBindParameterEXT}(GLenum value) Part of GL_E...
int glGetUniformLocation(int arg0, java.lang.String arg1)
void glFlushMappedNamedBufferRange(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glFlushMappedNamedBufferRange}(GLuint buffer,...
void glDrawElements(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count,...
void glVertexAttrib2fARB(int arg0, float arg1, float arg2)
Entry point to C language function: void {@native glVertexAttrib2fARB}(GLuint index,...
void glUniformMatrix2dv(int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
void glUniformBlockBinding(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glUniformBlockBinding}(GLuint program,...
void glProgramEnvParametersI4uivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramEnvParametersI4uivNV}(GLenum target,...
void glViewportArrayv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glNamedFramebufferRenderbuffer(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glNamedFramebufferRenderbuffer}(GLuint framebuffer...
void glPolygonMode(int arg0, int arg1)
Entry point to C language function: void {@native glPolygonMode}(GLenum face, GLenum mode) Part of...
void glProgramUniform3ui64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glUniform4fv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glClipPlanef(int arg0, java.nio.FloatBuffer arg1)
void glMultiTexCoord1hv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord1hv}(GLenum target,...
void glVariantubvEXT(int arg0, java.nio.ByteBuffer arg1)
void glVertexAttrib3sv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index,...
void glGetTextureParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture,...
void glMultiTexParameterfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
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,...
void glRasterPos2s(short arg0, short arg1)
Entry point to C language function: void {@native glRasterPos2s}(GLshort x, GLshort y) Part of GL_...
void glEdgeFlagFormatNV(int arg0)
Entry point to C language function: void {@native glEdgeFlagFormatNV}(GLsizei stride) Part of GL_N...
void glMinmax(int arg0, int arg1, boolean arg2)
Entry point to C language function: void {@native glMinmax}(GLenum target, GLenum internalformat,...
void glSamplerParameteri(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler,...
void glMultiTexCoordPointerEXT(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glGetMultiTexGendvEXT(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glGetOcclusionQueryivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetOcclusionQueryivNV}(GLuint id,...
void glUniformMatrix4x2fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix4x2fv}(GLint location,...
void glMulticastViewportArrayvNVX(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glMulticastViewportArrayvNVX}(GLuint gpu,...
void glMatrixTranslatefEXT(int arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glMatrixTranslatefEXT}(GLenum mode,...
void glNormal3sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glNormal3sv}(const GLshort * v) Part of GL_VERSI...
void glSignalSemaphoreEXT(int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5)
boolean glIsSync(long arg0)
Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync) Part of GL_ES_VERSIO...
void glShaderBinary(int arg0, int[] arg1, int arg2, int arg3, java.nio.Buffer arg4, int arg5)
void glGetNamedProgramLocalParameterIuivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetUniformdv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformdv}(GLuint program,...
void glMultiTexGenivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
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,...
void glConservativeRasterParameteriNV(int arg0, int arg1)
Entry point to C language function: void {@native glConservativeRasterParameteriNV}(GLenum pname,...
void glSignalVkSemaphoreNV(long arg0)
Entry point to C language function: void {@native glSignalVkSemaphoreNV}(GLuint64 vkSemaphore) Par...
void glTexCoord1fv(java.nio.FloatBuffer arg0)
void glDrawElementsInstanced(int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4)
void glWindowPos3sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glWindowPos3sv}(const GLshort * v) Part of GL_VE...
void glShadingRateImageBarrierNV(boolean arg0)
Entry point to C language function: void {@native glShadingRateImageBarrierNV}(GLboolean synchronize...
void glClipPlane(int arg0, java.nio.DoubleBuffer arg1)
void glGetFloatv(int arg0, float[] arg1, int arg2)
Copy the named matrix to the given storage at offset.
void glTexCoord3f(float arg0, float arg1, float arg2)
Entry point to C language function: void {@native glTexCoord3f}(GLfloat s, GLfloat t,...
void glGetProgramBinary(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3, java.nio.Buffer arg4)
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,...
void glConvolutionParameterf(int arg0, int arg1, float arg2)
Entry point to C language function: void {@native glConvolutionParameterf}(GLenum target,...
void glLightiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glLightiv}(GLenum light, GLenum pname,...
void glVertexArrayVertexAttribIFormatEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glVertexArrayVertexAttribIFormatEXT}(GLuint vaobj,...
void glGetVertexAttribivARB(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribivARB}(GLuint index,...
void glBindSamplers(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glBindSamplers}(GLuint first, GLsizei count,...
void glVertexAttribL4ui64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glVertexAttribL4ui64NV}(GLuint index,...
void glProgramUniformMatrix2dvEXT(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
boolean isGLES2Compatible()
Indicates whether this GL object is compatible with the core OpenGL ES2 functionality.
void glGetDoublei_vEXT(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname,...
void glGetIntegerui64vNV(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value,...
void glNormal3dv(java.nio.DoubleBuffer arg0)
void glVertexAttribI1ui(int arg0, int arg1)
Entry point to C language function: void {@native glVertexAttribI1ui}(GLuint index,...
void glVariantuivEXT(int arg0, java.nio.IntBuffer arg1)
void glPixelMapusv(int arg0, int arg1, java.nio.ShortBuffer arg2)
void glMultiTexCoord1f(int arg0, float arg1)
Entry point to C language function: void {@native glMultiTexCoord1f}(GLenum target,...
void glGetUnsignedBytevEXT(int arg0, java.nio.ByteBuffer arg1)
boolean glIsMemoryObjectEXT(int arg0)
Entry point to C language function: GLboolean {@native glIsMemoryObjectEXT}(GLuint memoryObject) P...
boolean isGLES3Compatible()
Indicates whether this GL object is compatible with the core OpenGL ES3 functionality.
void glVertexAttribP4uiv(int arg0, int arg1, boolean arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribP4uiv}(GLuint index,...
void glTexCoord4s(short arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glTexCoord4s}(GLshort s, GLshort t,...
void glEvalCoord2dv(java.nio.DoubleBuffer arg0)
void glCreateTextures(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glCreateTextures}(GLenum target,...
void glVertexAttrib4bv(int arg0, java.nio.ByteBuffer arg1)
void glLighti(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glLighti}(GLenum light, GLenum pname,...
void glClearColorIui(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glClearColorIui}(GLuint red, GLuint green,...
void glVertex4s(short arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glVertex4s}(GLshort x, GLshort y,...
void glVertexArrayEdgeFlagOffsetEXT(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glVertexArrayEdgeFlagOffsetEXT}(GLuint vaobj,...
void glReadBuffer(int arg0)
Entry point to C language function: void {@native glReadBuffer}(GLenum mode) Part of GL_ES_VERSION...
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,...
void glDeleteQueries(int arg0, java.nio.IntBuffer arg1)
void glNormalPointer(int arg0, int arg1, long arg2)
void glUniform4uiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4uiv}(GLint location, GLsizei count,...
void glGetIntegeri_v(int arg0, int arg1, java.nio.IntBuffer arg2)
void glClearBufferData(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glApplyTextureEXT(int arg0)
Entry point to C language function: void {@native glApplyTextureEXT}(GLenum mode) Part of GL_EXT_l...
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,...
void glProgramUniform3ui(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3ui}(GLuint program,...
void glMultiTexCoord3fv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord3fv}(GLenum target,...
void glDeleteProgram(int arg0)
Entry point to C language function: void {@native glDeleteProgram}(GLuint program) Part of GL_ES_V...
void glGetVertexAttribLui64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribLui64vARB}(GLuint index,...
void glBlendFuncIndexedAMD(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glBlendFuncIndexedAMD}(GLuint buf,...
void glGetNamedProgramLocalParameterIivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint prog...
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 text...
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,...
void glVertexAttrib4Nubv(int arg0, java.nio.ByteBuffer arg1)
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,...
void glConservativeRasterParameterfNV(int arg0, float arg1)
Entry point to C language function: void {@native glConservativeRasterParameterfNV}(GLenum pname,...
void glProgramUniformMatrix4fv(int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
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,...
void glGetTransformFeedbacki64_v(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glGetSamplerParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glVertexAttribI3uiv(int arg0, java.nio.IntBuffer arg1)
void glShaderBinary(int arg0, java.nio.IntBuffer arg1, int arg2, java.nio.Buffer arg3, int arg4)
void glVertex3fv(java.nio.FloatBuffer arg0)
void glColor4ui(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glColor4ui}(GLuint red, GLuint green,...
void glGetMapAttribParameterivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
boolean isVBOElementArrayBound()
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,...
void glMulticastGetQueryObjecti64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glPixelTransformParameterfvEXT(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glGetMultiTexEnvfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit,...
void glVertexAttribs2hv(int arg0, int arg1, short[] arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribs2hv}(GLuint index,...
short glGetStageIndexNV(int arg0)
Entry point to C language function: GLushort {@native glGetStageIndexNV}(GLenum shadertype) Part o...
void glTextureParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glTextureParameteriv}(GLuint texture,...
void glGetBooleani_v(int arg0, int arg1, java.nio.ByteBuffer arg2)
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,...
void glVertexAttribI1iv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index,...
void glTexCoord2dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord2dv}(const GLdouble * v) Part of GL_VE...
void glGetTexParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glTexCoord4h(short arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glTexCoord4h}(GLhalfNV s, GLhalfNV t,...
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,...
void glTexCoordP2uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glTexCoordP2uiv}(GLenum type, const GLuint * coord...
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,...
void glFramebufferDrawBuffersEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttribL3dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index,...
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,...
void glSampleCoverage(float arg0, boolean arg1)
Entry point to C language function: void {@native glSampleCoverage}(GLfloat value,...
void glGetVertexAttribfvARB(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glWindowPos2sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glWindowPos2sv}(const GLshort * v) Part of GL_VE...
void glSecondaryColor3hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColor3hv}(const GLhalfNV * v) Part of...
void glFramebufferTexture2D(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glFramebufferTexture2D}(GLenum target,...
void glDrawElementsIndirect(int arg0, int arg1, java.nio.Buffer arg2)
void glValidateProgram(int arg0)
Entry point to C language function: void {@native glValidateProgram}(GLuint program) Part of GL_ES...
void glLineStipple(int arg0, short arg1)
Entry point to C language function: void {@native glLineStipple}(GLint factor, GLushort pattern) P...
void glGetFloatv(int arg0, java.nio.FloatBuffer arg1)
Copy the named matrix into the given storage.
void glProgramUniform2ui64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glRenderbufferStorage(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glRenderbufferStorage}(GLenum target,...
void glProgramUniform3uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3uiv}(GLuint program,...
void glMultiTexCoord4h(int arg0, short arg1, short arg2, short arg3, short arg4)
Entry point to C language function: void {@native glMultiTexCoord4h}(GLenum target,...
void glGetNamedFramebufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(GLuint framebuff...
void glProgramUniform4dv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform4dv}(GLuint program,...
void glVertexAttribL1ui64vARB(int arg0, java.nio.LongBuffer arg1)
void glUniform1ivARB(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttrib4usv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index,...
void glGetMultiTexImageEXT(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
void glUniformHandleui64ARB(int arg0, long arg1)
Entry point to C language function: void {@native glUniformHandleui64ARB}(GLint location,...
void glUniform1ui64ARB(int arg0, long arg1)
Entry point to C language function: void {@native glUniform1ui64ARB}(GLint location,...
void glDisableVariantClientStateEXT(int arg0)
Entry point to C language function: void {@native glDisableVariantClientStateEXT}(GLuint id) Part ...
void glGetVertexArrayIndexed64iv(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glGetVertexArrayIndexed64iv}(GLuint vaobj,...
void glVertexAttrib1hv(int arg0, java.nio.ShortBuffer arg1)
void glMultiTexBufferEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glMultiTexBufferEXT}(GLenum texunit,...
void glVertexArrayVertexAttribDivisorEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexArrayVertexAttribDivisorEXT}(GLuint vaobj,...
void glTexEnvf(int arg0, int arg1, float arg2)
Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname,...
void glGetTexParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glDisableVertexAttribArrayARB(int arg0)
Entry point to C language function: void {@native glDisableVertexAttribArrayARB}(GLuint index) Par...
com.jogamp.opengl.GLContext getContext()
Returns the GLContext associated which this GL object.
void glGetNamedFramebufferAttachmentParameteriv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glBeginOcclusionQueryNV(int arg0)
Entry point to C language function: void {@native glBeginOcclusionQueryNV}(GLuint id) Part of GL_N...
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,...
void glDrawBuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDrawBuffers}(GLsizei n, const GLenum * bufs) P...
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,...
void glVideoCaptureStreamParameterivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glVideoCaptureStreamParameterivNV}(GLuint video_ca...
void glVertexAttrib2f(int arg0, float arg1, float arg2)
Entry point to C language function: void {@native glVertexAttrib2f}(GLuint index,...
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 glMapParameterfvNV(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glGetNamedFramebufferAttachmentParameterivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
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,...
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,...
void glPointSize(float arg0)
Entry point to C language function: void {@native glPointSize}(GLfloat size) Part of GL_VERSION_ES...
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,...
void glColor4hv(java.nio.ShortBuffer arg0)
void glTexParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glUniformMatrix4x3dv(int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
void glTexCoord2sv(java.nio.ShortBuffer arg0)
void glUniformui64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
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,...
void glGetColorTableParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetColorTableParameterfv}(GLenum target,...
void glProgramUniformMatrix4x3fv(int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
void glGetMapdv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetMapdv}(GLenum target, GLenum query,...
void glTexCoord3sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord3sv}(const GLshort * v) Part of GL_VER...
void glVertexAttrib1fARB(int arg0, float arg1)
Entry point to C language function: void {@native glVertexAttrib1fARB}(GLuint index,...
void glEvalPoint2(int arg0, int arg1)
Entry point to C language function: void {@native glEvalPoint2}(GLint i, GLint j) Part of GL_VERSI...
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,...
int glGenVertexShadersEXT(int arg0)
Entry point to C language function: GLuint {@native glGenVertexShadersEXT}(GLuint range) Part of G...
void glProgramUniformMatrix3x4dvEXT(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glGetLocalConstantFloatvEXT(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetLocalConstantFloatvEXT}(GLuint id,...
void glMaterialiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glNormal3i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glNormal3i}(GLint nx, GLint ny,...
void glGetFloatIndexedvEXT(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target,...
void glBindTextures(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVDPAUFiniNV()
Entry point to C language function: void {@native glVDPAUFiniNV}() Part of GL_NV_vdpau_interop
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,...
void glDeleteTransformFeedbacksNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteTransformFeedbacksNV}(GLsizei n,...
void glProgramUniformMatrix3x4dv(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glCreateSemaphoresNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateSemaphoresNV}(GLsizei n,...
void glCullParameterfvEXT(int arg0, java.nio.FloatBuffer arg1)
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,...
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,...
void glNormal3f(float arg0, float arg1, float arg2)
Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny,...
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,...
void glDeleteMemoryObjectsEXT(int arg0, java.nio.IntBuffer arg1)
void glMultiTexCoord1bvOES(int arg0, java.nio.ByteBuffer arg1)
void glMultiTexCoordP3uiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glMultiTexCoordP3uiv}(GLenum texture,...
void glTexParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glTexParameterfv}(GLenum target,...
void glVertexArrayBindVertexBufferEXT(int arg0, int arg1, int arg2, long arg3, int arg4)
Entry point to C language function: void {@native glVertexArrayBindVertexBufferEXT}(GLuint vaobj,...
void glMapGrid1f(int arg0, float arg1, float arg2)
Entry point to C language function: void {@native glMapGrid1f}(GLint un, GLfloat u1,...
void glColorTableParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glVertexAttrib4fARB(int arg0, float arg1, float arg2, float arg3, float arg4)
Entry point to C language function: void {@native glVertexAttrib4fARB}(GLuint index,...
void glGetnPixelMapuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetnPixelMapuiv}(GLenum map, GLsizei bufSize,...
void glMemoryBarrierByRegion(int arg0)
Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers) Pa...
void glDeleteFramebuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteFramebuffers}(GLsizei n,...
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 glProgramUniform2i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform2i64vARB}(GLuint program,...
void glVertexAttrib3hv(int arg0, java.nio.ShortBuffer arg1)
void glUniform3i64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3i64vARB}(GLint location,...
void glVertex3dv(java.nio.DoubleBuffer arg0)
void glMatrixPopEXT(int arg0)
Entry point to C language function: void {@native glMatrixPopEXT}(GLenum mode) Part of GL_EXT_dire...
boolean isGLES()
Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(),...
void glMapControlPointsNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, boolean arg7, java.nio.Buffer arg8)
com.jogamp.opengl.GLBufferStorage mapNamedBufferEXT(int arg0, int arg1)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferEXT(....
int glGetError()
Entry point to C language function: GLenum {@native glGetError}() Part of GL_ES_VERSION_2_0,...
void glGetVertexArrayiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj,...
void glVertexAttribI4usv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index,...
void glVertexAttrib2dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index,...
void glVertexBindingDivisor(int arg0, int arg1)
Entry point to C language function: void {@native glVertexBindingDivisor}(GLuint bindingindex,...
void glTextureSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
void glGetObjectLabel(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4)
void glGetUniformivARB(long arg0, int arg1, java.nio.IntBuffer arg2)
void glTextureImage2DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, java.nio.Buffer arg9)
final GL getDownstreamGL()
Returns the downstream GL instance in case this is a wrapping pipeline, otherwise null.
void glNamedRenderbufferStorageMultisampleCoverageEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleCoverageEXT}(...
void glGetQueryBufferObjectui64v(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glGetQueryBufferObjectui64v}(GLuint id,...
void glWindowPos2f(float arg0, float arg1)
Entry point to C language function: void {@native glWindowPos2f}(GLfloat x, GLfloat y) Part of GL_...
void glUniform1dv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glDeleteLists(int arg0, int arg1)
Entry point to C language function: void {@native glDeleteLists}(GLuint list, GLsizei range) Part ...
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,...
void glGetVertexAttribIuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glUniform2ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2ui64vNV}(GLint location,...
void glVariantivEXT(int arg0, java.nio.IntBuffer arg1)
void glBlendEquationSeparateIndexedAMD(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glBlendEquationSeparateIndexedAMD}(GLuint buf,...
void glColor4uiv(int[] arg0, int arg1)
Entry point to C language function: void {@native glColor4uiv}(const GLuint * v) Part of GL_VERSIO...
void glNamedFramebufferTextureFaceEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glNamedFramebufferTextureFaceEXT}(GLuint framebuff...
void glSecondaryColorFormatNV(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glSecondaryColorFormatNV}(GLint size,...
void glVertexAttribI3uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index,...
void glGetnCompressedTexImage(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glVertex3bvOES(byte[] arg0, int arg1)
Entry point to C language function: void {@native glVertex3bvOES}(const GLbyte * coords) Part of G...
void glColorP4ui(int arg0, int arg1)
Entry point to C language function: void {@native glColorP4ui}(GLenum type, GLuint color) Part of ...
void glGetMultiTexGenivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetFirstPerfQueryIdINTEL(java.nio.IntBuffer arg0)
void glGetNamedStringivARB(int arg0, java.lang.String arg1, int arg2, int[] arg3, int arg4)
void glProgramUniform2i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform2i64vNV}(GLuint program,...
void glGenProgramPipelines(int arg0, java.nio.IntBuffer arg1)
void glClearBufferfi(int arg0, int arg1, float arg2, int arg3)
Entry point to C language function: void {@native glClearBufferfi}(GLenum buffer,...
void glGenerateMultiTexMipmapEXT(int arg0, int arg1)
Entry point to C language function: void {@native glGenerateMultiTexMipmapEXT}(GLenum texunit,...
void glGetTextureLevelParameteriv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetTextureLevelParameteriv}(GLuint texture,...
void glMultiTexCoord2fv(int arg0, java.nio.FloatBuffer arg1)
void glVertex4f(float arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glVertex4f}(GLfloat x, GLfloat y,...
void glGetMaterialiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glNamedProgramLocalParameter4dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program...
void glWindowPos2iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glWindowPos2iv}(const GLint * v) Part of GL_VERS...
void glVariantPointerEXT(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glVariantPointerEXT}(GLuint id,...
void glTexCoord1hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord1hv}(const GLhalfNV * v) Part of GL_NV...
void glTexCoord2h(short arg0, short arg1)
Entry point to C language function: void {@native glTexCoord2h}(GLhalfNV s, GLhalfNV t) Part of GL...
void glVertexAttribLPointer(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
int getDefaultReadFramebuffer()
Return the default read framebuffer name.
void glVertexAttrib4f(int arg0, float arg1, float arg2, float arg3, float arg4)
Entry point to C language function: void {@native glVertexAttrib4f}(GLuint index,...
void glNamedProgramLocalParametersI4ivEXT(int arg0, int arg1, int arg2, int arg3, int[] arg4, int arg5)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint progr...
void glPixelStorei(int arg0, int arg1)
Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param) Part o...
boolean isGLES2()
Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile.
void glUniform1i(int arg0, int arg1)
Entry point to C language function: void {@native glUniform1i}(GLint location, GLint v0) Part of G...
void glMultiDrawArraysIndirectAMD(int arg0, java.nio.Buffer arg1, int arg2, int arg3)
void glTextureRangeAPPLE(int arg0, int arg1, java.nio.Buffer arg2)
void glWindowPos2sv(java.nio.ShortBuffer arg0)
void glPopDebugGroup()
Entry point to C language function: void {@native glPopDebugGroup}() Part of GL_KHR_debug,...
void glNormal3b(byte arg0, byte arg1, byte arg2)
Entry point to C language function: void {@native glNormal3b}(GLbyte nx, GLbyte ny,...
void glMulticastViewportPositionWScaleNVX(int arg0, int arg1, float arg2, float arg3)
Entry point to C language function: void {@native glMulticastViewportPositionWScaleNVX}(GLuint gpu,...
void glGetTextureParameterivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glEvalCoord2fv(java.nio.FloatBuffer arg0)
void glColor4uiv(java.nio.IntBuffer arg0)
void glMultTransposeMatrixd(double[] arg0, int arg1)
Entry point to C language function: void {@native glMultTransposeMatrixd}(const GLdouble * m) Part...
int glGetCommandHeaderNV(int arg0, int arg1)
Entry point to C language function: GLuint {@native glGetCommandHeaderNV}(GLenum tokenID,...
com.jogamp.opengl.GLBufferStorage mapNamedBufferRangeEXT(int arg0, long arg1, long arg2, int arg3)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRangeEXT(....
void glProgramUniform3iv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glProgramUniformMatrix2fv(int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
void glTexCoordP2ui(int arg0, int arg1)
Entry point to C language function: void {@native glTexCoordP2ui}(GLenum type, GLuint coords) Part...
void glGetNamedProgramStringEXT(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glSecondaryColor3ub(byte arg0, byte arg1, byte arg2)
Entry point to C language function: void {@native glSecondaryColor3ub}(GLubyte red,...
void glVariantdvEXT(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVariantdvEXT}(GLuint id, const GLdouble * addr) ...
void glNamedRenderbufferStorageEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glNamedRenderbufferStorageEXT}(GLuint renderbuffer...
void glGetVertexArrayIntegervEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj,...
void glVertexAttrib3hv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib3hv}(GLuint index,...
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,...
void glClearDepthf(float arg0)
Entry point to C language function: void {@native glClearDepthf}(GLfloat d) Part of GL_ARB_ES2_com...
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 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,...
void glCompressedTextureSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
void glBindTransformFeedbackNV(int arg0, int arg1)
Entry point to C language function: void {@native glBindTransformFeedbackNV}(GLenum target,...
void glProgramParameteriARB(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glProgramParameteriARB}(GLuint program,...
void glDrawArraysIndirect(int arg0, long arg1)
Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode,...
void glGetTexEnviv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname,...
void glClearColor(float arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green,...
void glTexEnviv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname,...
void glTexCoord4d(double arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glTexCoord4d}(GLdouble s, GLdouble t,...
void glGetShadingRateImagePaletteNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetShadingRateImagePaletteNV}(GLuint viewport,...
void glGetBufferParameteri64v(int arg0, int arg1, java.nio.LongBuffer arg2)
void glDeleteQueries(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteQueries}(GLsizei n, const GLuint * ids) ...
long glCreateProgramObjectARB()
Entry point to C language function: GLhandleARB {@native glCreateProgramObjectARB}() Part of GL_AR...
void glDrawMeshTasksIndirectNV(long arg0)
Entry point to C language function: void {@native glDrawMeshTasksIndirectNV}(GLintptr indirect) Pa...
com.jogamp.opengl.GL2GL3 getGL2GL3()
Casts this object to the GL2GL3 interface.
void glTexCoord2bvOES(byte[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord2bvOES}(const GLbyte * coords) Part of...
void glDrawArraysInstanced(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glDrawArraysInstanced}(GLenum mode,...
void glWindowPos3s(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glWindowPos3s}(GLshort x, GLshort y,...
void glVertex3s(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glVertex3s}(GLshort x, GLshort y,...
void glGetMultiTexLevelParameterivEXT(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glGetPixelMapusv(int arg0, java.nio.ShortBuffer arg1)
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,...
void glGetAttachedShaders(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3)
void glDeleteMemoryObjectsEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteMemoryObjectsEXT}(GLsizei n,...
long glVDPAURegisterOutputSurfaceNV(java.nio.Buffer arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glUniformMatrix4dv(int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
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,...
void glGetBooleanv(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data) P...
void glSemaphoreParameterivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glAttachObjectARB(long arg0, long arg1)
Entry point to C language function: void {@native glAttachObjectARB}(GLhandleARB containerObj,...
void glGetDoubleIndexedvEXT(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target,...
void glCopyConvolutionFilter1D(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glCopyConvolutionFilter1D}(GLenum target,...
boolean glIsVariantEnabledEXT(int arg0, int arg1)
Entry point to C language function: GLboolean {@native glIsVariantEnabledEXT}(GLuint id,...
void glViewportIndexedf(int arg0, float arg1, float arg2, float arg3, float arg4)
Entry point to C language function: void {@native glViewportIndexedf}(GLuint index,...
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 frameb...
void glTexCoordP3uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glTexCoordP3uiv}(GLenum type, const GLuint * coord...
void glDetachShader(int arg0, int arg1)
Entry point to C language function: void {@native glDetachShader}(GLuint program,...
void glInvalidateNamedFramebufferData(int arg0, int arg1, java.nio.IntBuffer arg2)
void glProvokingVertexEXT(int arg0)
Entry point to C language function: void {@native glProvokingVertexEXT}(GLenum mode) Part of GL_EX...
void glGetUnsignedBytevEXT(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glGetUnsignedBytevEXT}(GLenum pname,...
void glColor3s(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glColor3s}(GLshort red, GLshort green,...
void glMatrixMultTransposefEXT(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode,...
void glMultiDrawArraysIndirectBindlessCountNV(int arg0, java.nio.Buffer arg1, int arg2, int arg3, int arg4, int arg5)
void glEvalMesh1(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glEvalMesh1}(GLenum mode, GLint i1,...
void glColor4sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glColor4sv}(const GLshort * v) Part of GL_VERSIO...
void glPixelMapfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glUniform1iARB(int arg0, int arg1)
Entry point to C language function: void {@native glUniform1iARB}(GLint location,...
void glGetnPixelMapfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
boolean glReleaseKeyedMutexWin32EXT(int arg0, long arg1)
Entry point to C language function: GLboolean {@native glReleaseKeyedMutexWin32EXT}(GLuint memory,...
void glVertexAttribs3hv(int arg0, int arg1, short[] arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribs3hv}(GLuint index,...
void glSubpixelPrecisionBiasNV(int arg0, int arg1)
Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits,...
void glProgramUniform1ui64ARB(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glProgramUniform1ui64ARB}(GLuint program,...
void glVertexAttribL1ui64vNV(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL1ui64vNV}(GLuint index,...
void glDrawBuffersATI(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDrawBuffersATI}(GLsizei n, const GLenum * bufs) ...
void glPixelMapusv(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize,...
void glSetMultisamplefvAMD(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname,...
void glWaitSemaphoreEXT(int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, java.nio.IntBuffer arg4, java.nio.IntBuffer arg5)
void glShaderSourceARB(long arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3)
void glSampleMaski(int arg0, int arg1)
Entry point to C language function: void {@native glSampleMaski}(GLuint index, GLbitfield mask) Pa...
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,...
void glMultiDrawArrays(int arg0, java.nio.IntBuffer arg1, java.nio.IntBuffer arg2, int arg3)
void glGetnUniformui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glGetnUniformui64vARB}(GLuint program,...
void glTexCoord4iv(java.nio.IntBuffer arg0)
void glPushClientAttrib(int arg0)
Entry point to C language function: void {@native glPushClientAttrib}(GLbitfield mask) Part of GL_...
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...
void glUniform4ui64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glUniform4ui64NV}(GLint location,...
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,...
void glVertexAttrib4hv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4hv}(GLuint index,...
void glEnableVertexArrayEXT(int arg0, int arg1)
Entry point to C language function: void {@native glEnableVertexArrayEXT}(GLuint vaobj,...
void glVertexAttribI1i(int arg0, int arg1)
Entry point to C language function: void {@native glVertexAttribI1i}(GLuint index,...
void glBindVideoCaptureStreamTextureNV(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glBindVideoCaptureStreamTextureNV}(GLuint video_ca...
void glGetShaderInfoLog(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
void glGetUniformSubroutineuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformSubroutineuiv}(GLenum shadertype,...
void glDisable(int arg0)
Entry point to C language function: void {@native glDisable}(GLenum cap) Part of GL_ES_VERSION_2_0...
void glVertexAttrib4ivARB(int arg0, java.nio.IntBuffer arg1)
void glConvolutionParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glRasterPos3dv(java.nio.DoubleBuffer arg0)
void glUniform4iv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glUniformMatrix3fvARB(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glGetAttachedObjectsARB(long arg0, int arg1, java.nio.IntBuffer arg2, java.nio.LongBuffer arg3)
void glGetTextureParameterIivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
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,...
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,...
void glVertexAttrib4NubvARB(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4NubvARB}(GLuint index,...
void glUniform3iv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertex3hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glVertex3hv}(const GLhalfNV * v) Part of GL_NV_h...
void glUniform1fv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glProgramUniform2i64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
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...
void glGetInvariantBooleanvEXT(int arg0, int arg1, byte[] arg2, int arg3)
Entry point to C language function: void {@native glGetInvariantBooleanvEXT}(GLuint id,...
void glProgramUniformMatrix3x2dv(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glVertexAttrib3h(int arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glVertexAttrib3h}(GLuint index,...
void glTexParameteri(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTexParameteri}(GLenum target,...
void glPixelStoref(int arg0, float arg1)
Entry point to C language function: void {@native glPixelStoref}(GLenum pname, GLfloat param) Part...
boolean glIsEnabled(int arg0)
Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap) Part of GL_ES_VERS...
void glHistogram(int arg0, int arg1, int arg2, boolean arg3)
Entry point to C language function: void {@native glHistogram}(GLenum target, GLsizei width,...
void glTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
int glBindLightParameterEXT(int arg0, int arg1)
Entry point to C language function: GLuint {@native glBindLightParameterEXT}(GLenum light,...
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,...
void glDrawTransformFeedbackStream(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glDrawTransformFeedbackStream}(GLenum mode,...
void glTexCoordP4uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glTexCoordP4uiv}(GLenum type, const GLuint * coord...
void glVertexAttrib3f(int arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glVertexAttrib3f}(GLuint index,...
long glVDPAURegisterOutputSurfaceNV(java.nio.Buffer arg0, int arg1, int arg2, int[] arg3, int arg4)
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,...
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,...
void glBeginVertexShaderEXT()
Entry point to C language function: void {@native glBeginVertexShaderEXT}() Part of GL_EXT_vertex_...
void glNamedProgramLocalParameters4fvEXT(int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
boolean glIsBuffer(int arg0)
Entry point to C language function: GLboolean {@native glIsBuffer}(GLuint buffer) Part of GL_VERSI...
void glProgramUniform4uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform4uiv}(GLuint program,...
void glGetMultiTexParameterivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glNormalP3uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glNormalP3uiv}(GLenum type, const GLuint * coords)...
void glFramebufferTextureEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target,...
void glFogCoordfv(float[] arg0, int arg1)
Entry point to C language function: void {@native glFogCoordfv}(const GLfloat * coord) Part of GL_...
void glGenTextures(int arg0, java.nio.IntBuffer arg1)
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,...
void glMatrixLoadIdentityEXT(int arg0)
Entry point to C language function: void {@native glMatrixLoadIdentityEXT}(GLenum mode) Part of GL...
void glColorMaterial(int arg0, int arg1)
Entry point to C language function: void {@native glColorMaterial}(GLenum face, GLenum mode) Part ...
void glNamedProgramLocalParameter4fvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glSecondaryColorPointer(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glTranslatef(float arg0, float arg1, float arg2)
Translate the current matrix.
void glPopAttrib()
Entry point to C language function: void {@native glPopAttrib}() Part of GL_VERSION_1_0
void glDeleteSync(long arg0)
Entry point to C language function: void {@native glDeleteSync}(GLsync sync) Part of GL_ES_VERSION...
void glFlush()
Entry point to C language function: void {@native glFlush}() Part of GL_ES_VERSION_2_0,...
java.lang.String glGetString(int arg0)
Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name) Part of GL_...
void glVertexAttrib4sv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index,...
void glVertexAttribL2ui64vNV(int arg0, java.nio.LongBuffer arg1)
void glGetProgramStageiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetProgramStageiv}(GLuint program,...
void glEvalCoord1fv(java.nio.FloatBuffer arg0)
void glVertexAttribL3dv(int arg0, java.nio.DoubleBuffer arg1)
void glTexGenf(int arg0, int arg1, float arg2)
Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname,...
void glProgramUniformMatrix3fv(int arg0, int arg1, int arg2, boolean arg3, java.nio.FloatBuffer arg4)
int getDefaultReadBuffer()
Returns the default color buffer within the current bound getDefaultReadFramebuffer(),...
void glProgramUniformMatrix2dv(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target,...
void glMatrixIndexusvARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixIndexusvARB}(GLint size,...
void glUniform3ui64NV(int arg0, long arg1, long arg2, long arg3)
Entry point to C language function: void {@native glUniform3ui64NV}(GLint location,...
void glVertex2iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glVertex2iv}(const GLint * v) Part of GL_VERSION...
void glUniformMatrix4fv(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glTexCoord1sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord1sv}(const GLshort * v) Part of GL_VER...
void glMultiTexCoord1iv(int arg0, java.nio.IntBuffer arg1)
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,...
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,...
void glGetShaderiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname,...
void glCreateSamplers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateSamplers}(GLsizei n, GLuint * samplers) ...
void glGetMultiTexEnvivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glBindVertexBuffer(int arg0, int arg1, long arg2, int arg3)
Entry point to C language function: void {@native glBindVertexBuffer}(GLuint bindingindex,...
void glMultiTexCoord2sv(int arg0, java.nio.ShortBuffer arg1)
void glRasterPos2sv(java.nio.ShortBuffer arg0)
void glColor3hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glColor3hv}(const GLhalfNV * v) Part of GL_NV_ha...
void glMultiTexGendvEXT(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glRasterPos2dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos2dv}(const GLdouble * v) Part of GL_V...
java.nio.ByteBuffer glMapNamedBuffer(int arg0, int arg1)
Entry point to C language function: void * {@native glMapNamedBuffer}(GLuint buffer,...
void glProgramUniformui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program,...
void glEvalCoord2fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glEvalCoord2fv}(const GLfloat * u) Part of GL_VE...
void glGetUniformivARB(long arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformivARB}(GLhandleARB programObj,...
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,...
void glPushDebugGroup(int arg0, int arg1, int arg2, byte[] arg3, int arg4)
Entry point to C language function: void {@native glPushDebugGroup}(GLenum source,...
void glGetMapdv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glGetTexEnviv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertex2s(short arg0, short arg1)
Entry point to C language function: void {@native glVertex2s}(GLshort x, GLshort y) Part of GL_VER...
void glGetTextureParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture,...
void glUniformMatrix2fvARB(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix2fvARB}(GLint location,...
void glVertexAttrib4bvARB(int arg0, java.nio.ByteBuffer arg1)
void glGetSemaphoreParameterui64vEXT(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetSemaphoreParameterui64vEXT}(GLuint semaphore,...
void glGetProgramEnvParameterfvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramEnvParameterfvARB}(GLenum target,...
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,...
void glGetBooleanIndexedv(int arg0, int arg1, java.nio.ByteBuffer arg2)
void glMultiTexCoordP4uiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glColor4fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glColor4fv}(const GLfloat * v) Part of GL_VERSIO...
void glVertexAttribI4uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index,...
void glUseProgramObjectARB(long arg0)
Entry point to C language function: void {@native glUseProgramObjectARB}(GLhandleARB programObj) P...
void glMultiTexCoord4bvOES(int arg0, java.nio.ByteBuffer arg1)
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,...
void glWeightusvARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glWeightusvARB}(GLint size, const GLushort * weigh...
void glClearBufferfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
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) Pa...
void glGetVertexAttribfvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribfvARB}(GLuint index,...
void glVertexAttrib4fv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4fv}(GLuint index,...
void glSecondaryColor3sv(java.nio.ShortBuffer arg0)
void glGetMinmaxParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetSamplerParameterIiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glCreatePerfQueryINTEL(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreatePerfQueryINTEL}(GLuint queryId,...
void glVertexAttrib1h(int arg0, short arg1)
Entry point to C language function: void {@native glVertexAttrib1h}(GLuint index,...
void glVertexAttribL3i64vNV(int arg0, java.nio.LongBuffer arg1)
void glProgramBinary(int arg0, int arg1, java.nio.Buffer arg2, int arg3)
void glTextureParameteriEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glTextureParameteriEXT}(GLuint texture,...
void glGetConvolutionParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
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 glScissorExclusiveArrayvNV(int arg0, int arg1, java.nio.IntBuffer arg2)
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,...
void glPointParameterfv(int arg0, java.nio.FloatBuffer arg1)
void glClearNamedFramebufferuiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glClearNamedFramebufferuiv}(GLuint framebuffer,...
void glUniform3dv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
int glGetSubroutineUniformLocation(int arg0, int arg1, java.lang.String arg2)
void glWeightPointerARB(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glVertexAttrib4ubv(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index,...
void glUniform4i64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4i64vNV}(GLint location,...
void glProgramUniform2uiv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform2uiv}(GLuint program,...
void glMakeBufferResidentNV(int arg0, int arg1)
Entry point to C language function: void {@native glMakeBufferResidentNV}(GLenum target,...
void glVertex4bOES(byte arg0, byte arg1, byte arg2, byte arg3)
Entry point to C language function: void {@native glVertex4bOES}(GLbyte x, GLbyte y,...
void glFrontFace(int arg0)
Entry point to C language function: void {@native glFrontFace}(GLenum mode) Part of GL_ES_VERSION_...
void glVertex2bvOES(java.nio.ByteBuffer arg0)
void glVertexArrayNormalOffsetEXT(int arg0, int arg1, int arg2, int arg3, long arg4)
Entry point to C language function: void {@native glVertexArrayNormalOffsetEXT}(GLuint vaobj,...
void glCompileShaderIncludeARB(int arg0, int arg1, java.lang.String[] arg2, int[] arg3, int arg4)
void glTexCoord4i(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glTexCoord4i}(GLint s, GLint t,...
void glGetMultisamplefvNV(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetMultisamplefvNV}(GLenum pname,...
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,...
void glMaxShaderCompilerThreadsKHR(int arg0)
Entry point to C language function: void {@native glMaxShaderCompilerThreadsKHR}(GLuint count) Par...
void glMatrixPushEXT(int arg0)
Entry point to C language function: void {@native glMatrixPushEXT}(GLenum mode) Part of GL_EXT_dir...
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 glVertexAttrib3sARB(int arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glVertexAttrib3sARB}(GLuint index,...
void glVertexAttrib4NusvARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4NusvARB}(GLuint index,...
void glUniform2dv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glVertexAttrib4fvARB(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4fvARB}(GLuint index,...
void glGetNamedProgramLocalParameterfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glClientWaitSemaphoreui64NVX(int arg0, int[] arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glClientWaitSemaphoreui64NVX}(GLsizei fenceObjectC...
void glGetVertexAttribfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glNamedBufferAttachMemoryNV(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glNamedBufferAttachMemoryNV}(GLuint buffer,...
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,...
void glMultiTexEnvfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glGetMinmax(int arg0, boolean arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glVertexArrayFogCoordOffsetEXT(int arg0, int arg1, int arg2, int arg3, long arg4)
Entry point to C language function: void {@native glVertexArrayFogCoordOffsetEXT}(GLuint vaobj,...
void glSetInvariantEXT(int arg0, int arg1, java.nio.Buffer arg2)
void glGetPointeri_vEXT(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
void glDeleteTextures(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteTextures}(GLsizei n, const GLuint * textur...
void glVertexAttrib4uiv(int arg0, java.nio.IntBuffer arg1)
void glPopClientAttrib()
Entry point to C language function: void {@native glPopClientAttrib}() Part of GL_VERSION_1_1
void glVertexAttribL4i64NV(int arg0, long arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glVertexAttribL4i64NV}(GLuint index,...
void glGetMinmaxParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glGetInteger64i_v(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target,...
void glGetVideoCaptureStreamfvNV(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glGetNamedFramebufferParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexArrayRangeAPPLE(int arg0, java.nio.Buffer arg1)
void glColorP4uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glColorP4uiv}(GLenum type, const GLuint * color) ...
void glLightModelfv(int arg0, java.nio.FloatBuffer arg1)
void glGetMapParameterfvNV(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetMapParameterfvNV}(GLenum target,...
void glVertexArrayParameteriAPPLE(int arg0, int arg1)
Entry point to C language function: void {@native glVertexArrayParameteriAPPLE}(GLenum pname,...
void glTextureAttachMemoryNV(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glTextureAttachMemoryNV}(GLuint texture,...
void glUniform4fvARB(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,...
void glGetRenderbufferParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetRenderbufferParameteriv}(GLenum target,...
com.jogamp.opengl.GL getGL()
Casts this object to the GL interface.
void glVertexAttrib1hv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib1hv}(GLuint index,...
void glGetTextureParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetTextureParameterIuiv}(GLuint texture,...
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,...
com.jogamp.opengl.GLBufferStorage getBufferStorage(int arg0)
void glGetTexEnvfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname,...
void glGetProgramEnvParameterIivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glVertexAttribI4i(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribI4i}(GLuint index,...
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,...
void glPatchParameterfv(int arg0, java.nio.FloatBuffer arg1)
boolean glIsVertexArray(int arg0)
Entry point to C language function: GLboolean {@native glIsVertexArray}(GLuint array) Part of GL_A...
void glGetTextureParameterfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glCompressedTexSubImage1D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
void glClearBufferiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer,...
void glVertexAttribI3i(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribI3i}(GLuint index,...
void glBindTextureUnit(int arg0, int arg1)
Entry point to C language function: void {@native glBindTextureUnit}(GLuint unit,...
boolean isTextureFormatBGRA8888Available()
void glProgramUniform2f(int arg0, int arg1, float arg2, float arg3)
Entry point to C language function: void {@native glProgramUniform2f}(GLuint program,...
void glShadingRateSampleOrderCustomNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glShadingRateSampleOrderCustomNV}(GLenum rate,...
void glVertexAttrib3d(int arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glVertexAttrib3d}(GLuint index,...
void glVariantsvEXT(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVariantsvEXT}(GLuint id, const GLshort * addr) ...
int glCreateShaderProgramv(int arg0, int arg1, java.lang.String[] arg2)
void glVertexAttribL1d(int arg0, double arg1)
Entry point to C language function: void {@native glVertexAttribL1d}(GLuint index,...
void glFramebufferFetchBarrierEXT()
Entry point to C language function: void {@native glFramebufferFetchBarrierEXT}() Part of GL_EXT_s...
void glGetTexGenfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname,...
void glGetnUniformui64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glUniformMatrix3x4fv(int arg0, int arg1, boolean arg2, java.nio.FloatBuffer arg3)
void glGetConvolutionParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetConvolutionParameteriv}(GLenum target,...
void glProgramUniform3dvEXT(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glProgramEnvParameters4fvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glProgramEnvParameters4fvEXT}(GLenum target,...
void glTextureBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
Entry point to C language function: void {@native glTextureBufferRange}(GLuint texture,...
void glSecondaryColor3i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glSecondaryColor3i}(GLint red, GLint green,...
void glImportSemaphoreFdEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glImportSemaphoreFdEXT}(GLuint semaphore,...
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,...
void glGetProgramEnvParameterfvARB(int arg0, int arg1, java.nio.FloatBuffer arg2)
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,...
void glClearBufferfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer,...
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,...
void glGetTexEnvfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
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,...
void glNamedBufferPageCommitmentEXT(int arg0, long arg1, long arg2, boolean arg3)
Entry point to C language function: void {@native glNamedBufferPageCommitmentEXT}(GLuint buffer,...
void glIndexub(byte arg0)
Entry point to C language function: void {@native glIndexub}(GLubyte c) Part of GL_VERSION_1_1
void glWeightsvARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glWeightsvARB}(GLint size, const GLshort * weights...
void glVertexAttrib3fv(int arg0, java.nio.FloatBuffer arg1)
void glSecondaryColor3h(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glSecondaryColor3h}(GLhalfNV red,...
void glProgramUniform1i64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
com.jogamp.opengl.GLES1 getGLES1()
Casts this object to the GLES1 interface.
void glVDPAUMapSurfacesNV(int arg0, com.jogamp.common.nio.PointerBuffer arg1)
void glWindowRectanglesEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGenBuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenBuffers}(GLsizei n, GLuint * buffers) Part ...
boolean glIsNameAMD(int arg0, int arg1)
Entry point to C language function: GLboolean {@native glIsNameAMD}(GLenum identifier,...
void glMap1d(int arg0, double arg1, double arg2, int arg3, int arg4, java.nio.DoubleBuffer arg5)
void glFogf(int arg0, float arg1)
Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param) Part of GL_...
void glSamplerParameterIiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glMultiTexCoord3bvOES(int arg0, java.nio.ByteBuffer arg1)
void glGetFramebufferParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glMultiDrawElementsBaseVertex(int arg0, java.nio.IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4, java.nio.IntBuffer arg5)
void glTexCoord1i(int arg0)
Entry point to C language function: void {@native glTexCoord1i}(GLint s) Part of GL_VERSION_1_0
void glIndexsv(java.nio.ShortBuffer arg0)
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,...
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,...
void glVertexP3uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexP3uiv}(GLenum type, const GLuint * value) ...
void glTextureParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glUniformMatrix4x3dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix4x3dv}(GLint location,...
void glSignalVkFenceNV(long arg0)
Entry point to C language function: void {@native glSignalVkFenceNV}(GLuint64 vkFence) Part of GL_...
void glGetCompressedTextureImageEXT(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glPointParameterfv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glPointParameterfv}(GLenum pname,...
void glVertexAttribs2hv(int arg0, int arg1, java.nio.ShortBuffer arg2)
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 glGetMemoryObjectParameterivEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glProgramUniformMatrix2x3dvEXT(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glVertex3h(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glVertex3h}(GLhalfNV x, GLhalfNV y,...
void glMultiTexCoord3iv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord3iv}(GLenum target,...
void glGetShaderPrecisionFormat(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.IntBuffer arg3)
void glDebugMessageEnableAMD(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, boolean arg4)
void glColorPointer(int arg0, int arg1, int arg2, long 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,...
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,...
void glTexCoord4fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord4fv}(const GLfloat * v) Part of GL_VER...
void glTexParameterIiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glTextureRenderbufferEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTextureRenderbufferEXT}(GLuint texture,...
void glMultiTexCoord1fv(int arg0, java.nio.FloatBuffer arg1)
void glGetPolygonStipple(long arg0)
Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask) Part of GL_...
void glPauseTransformFeedback()
Entry point to C language function: void {@native glPauseTransformFeedback}() Part of GL_ARB_trans...
void glProgramUniform3i64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
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,...
void glApplyFramebufferAttachmentCMAAINTEL()
Entry point to C language function: void {@native glApplyFramebufferAttachmentCMAAINTEL}() Part of...
void glGetProgramPipelineiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramPipelineiv}(GLuint pipeline,...
void glGetIntegerui64i_vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value,...
void glVertexAttribP3ui(int arg0, int arg1, boolean arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribP3ui}(GLuint index,...
void glGetProgramInfoLog(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
void glNormal3fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glNormal3fv}(const GLfloat * v) Part of GL_VERSI...
void glGenTransformFeedbacks(int arg0, java.nio.IntBuffer arg1)
void glMatrixMultTransposedEXT(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode,...
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,...
void glCallList(int arg0)
Entry point to C language function: void {@native glCallList}(GLuint list) Part of GL_VERSION_1_0
void glMaterialf(int arg0, int arg1, float arg2)
void glSecondaryColorP3uiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glSecondaryColorP3uiv}(GLenum type,...
boolean glAcquireKeyedMutexWin32EXT(int arg0, long arg1, int arg2)
Entry point to C language function: GLboolean {@native glAcquireKeyedMutexWin32EXT}(GLuint memory,...
void glNormalPointer(com.jogamp.opengl.GLArrayData arg0)
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 glScissorExclusiveArrayvNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glScissorExclusiveArrayvNV}(GLuint first,...
void glNamedFramebufferTexture1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glNamedFramebufferTexture1DEXT}(GLuint framebuffer...
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,...
void glProgramUniform3ui64ARB(int arg0, int arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glProgramUniform3ui64ARB}(GLuint program,...
void glDrawElementsInstancedBaseVertexBaseInstance(int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4, int arg5, int arg6)
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,...
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,...
boolean isGL2ES2()
Indicates whether this GL object conforms to a GL2ES2 compatible profile.
void glNamedProgramLocalParameterI4uivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glCoverageModulationTableNV(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n,...
void glUniform4ivARB(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,...
void glVertexAttribL1ui64vARB(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL1ui64vARB}(GLuint index,...
void glCopyNamedBufferSubData(int arg0, int arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glCopyNamedBufferSubData}(GLuint readBuffer,...
void glDepthFunc(int arg0)
Entry point to C language function: void {@native glDepthFunc}(GLenum func) Part of GL_ES_VERSION_...
void glColor4i(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glColor4i}(GLint red, GLint green,...
void glTexCoord3s(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glTexCoord3s}(GLshort s, GLshort t,...
void glPixelTransformParameteriEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glPixelTransformParameteriEXT}(GLenum target,...
void glInvalidateSubFramebuffer(int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, int arg4, int arg5, int arg6)
void glClearNamedBufferSubData(int arg0, int arg1, long arg2, long arg3, int arg4, int arg5, java.nio.Buffer arg6)
void glNamedBufferDataEXT(int arg0, long arg1, java.nio.Buffer arg2, int arg3)
void glSyncTextureINTEL(int arg0)
Entry point to C language function: void {@native glSyncTextureINTEL}(GLuint texture) Part of GL_I...
void glGenVertexArrays(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenVertexArrays}(GLsizei n, GLuint * arrays) P...
void glVertexAttrib4Nusv(int arg0, java.nio.ShortBuffer arg1)
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 glFlushVertexArrayRangeAPPLE(int arg0, java.nio.Buffer arg1)
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,...
void glRasterPos4dv(java.nio.DoubleBuffer arg0)
void glVertexAttribFormat(int arg0, int arg1, int arg2, boolean arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribFormat}(GLuint attribindex,...
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,...
void glDrawBuffer(int arg0)
Entry point to C language function: void {@native glDrawBuffer}(GLenum mode) Part of GL_VERSION_1_...
void glBeginConditionalRenderNVX(int arg0)
Entry point to C language function: void {@native glBeginConditionalRenderNVX}(GLuint id) Part of ...
void glVertex3dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glVertex3dv}(const GLdouble * v) Part of GL_VERS...
void glBeginVideoCaptureNV(int arg0)
Entry point to C language function: void {@native glBeginVideoCaptureNV}(GLuint video_capture_slot) ...
void glAttachShader(int arg0, int arg1)
Entry point to C language function: void {@native glAttachShader}(GLuint program,...
void glVertexAttribL2ui64vNV(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL2ui64vNV}(GLuint index,...
void glDetachObjectARB(long arg0, long arg1)
Entry point to C language function: void {@native glDetachObjectARB}(GLhandleARB containerObj,...
void glStencilFunc(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref,...
void glFrameTerminatorGREMEDY()
Entry point to C language function: void {@native glFrameTerminatorGREMEDY}() Part of GL_GREMEDY_f...
void glBeginQueryIndexed(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glBeginQueryIndexed}(GLenum target,...
void glViewportPositionWScaleNV(int arg0, float arg1, float arg2)
Entry point to C language function: void {@native glViewportPositionWScaleNV}(GLuint index,...
void glVertexAttribI2iv(int arg0, java.nio.IntBuffer arg1)
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,...
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,...
void glGetTransformFeedbackiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetTransformFeedbackiv}(GLuint xfb,...
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,...
void glInitNames()
Entry point to C language function: void {@native glInitNames}() Part of GL_VERSION_1_0
void glTexCoord2s(short arg0, short arg1)
Entry point to C language function: void {@native glTexCoord2s}(GLshort s, GLshort t) Part of GL_V...
void glSelectBuffer(int arg0, java.nio.IntBuffer arg1)
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,...
void glPolygonStipple(byte[] arg0, int arg1)
Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask) Part of ...
void glVertexAttribI1iv(int arg0, java.nio.IntBuffer arg1)
void glSecondaryColorP3ui(int arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColorP3ui}(GLenum type,...
void glGetnMapfv(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glGetConvolutionParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetConvolutionParameterfv}(GLenum target,...
void glGetProgramSubroutineParameteruivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramSubroutineParameteruivNV}(GLenum targe...
long glGetHandleARB(int arg0)
Entry point to C language function: GLhandleARB {@native glGetHandleARB}(GLenum pname) Part of GL_...
void glAccum(int arg0, float arg1)
Entry point to C language function: void {@native glAccum}(GLenum op, GLfloat value) Part of GL_VE...
long glGetVkProcAddrNV(byte[] arg0, int arg1)
Entry point to C language function: GLVULKANPROCNV {@native glGetVkProcAddrNV}(const GLchar * name) ...
com.jogamp.opengl.GL4ES3 getGL4ES3()
Casts this object to the GL4ES3 interface.
void glRasterPos4fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos4fv}(const GLfloat * v) Part of GL_VE...
void glGetnPixelMapusv(int arg0, int arg1, short[] arg2, int arg3)
Entry point to C language function: void {@native glGetnPixelMapusv}(GLenum map, GLsizei bufSize,...
void glVertexAttribL3i64NV(int arg0, long arg1, long arg2, long arg3)
Entry point to C language function: void {@native glVertexAttribL3i64NV}(GLuint index,...
void glMultTransposeMatrixd(java.nio.DoubleBuffer arg0)
void glGetTexParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target,...
void glDeleteRenderbuffers(int arg0, java.nio.IntBuffer arg1)
void glNormalP3ui(int arg0, int arg1)
Entry point to C language function: void {@native glNormalP3ui}(GLenum type, GLuint coords) Part o...
void glBlendFuncSeparatei(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glBlendFuncSeparatei}(GLuint buf,...
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,...
void glInvalidateTexImage(int arg0, int arg1)
Entry point to C language function: void {@native glInvalidateTexImage}(GLuint texture,...
void glRasterPos3i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glRasterPos3i}(GLint x, GLint y,...
void glGetQueryObjectui64v(int arg0, int arg1, java.nio.LongBuffer arg2)
void glGetObjectParameterfvARB(long arg0, int arg1, java.nio.FloatBuffer arg2)
void glDepthRangeArraydv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glMultiTexCoord4sv(int arg0, java.nio.ShortBuffer arg1)
void glRasterPos2d(double arg0, double arg1)
Entry point to C language function: void {@native glRasterPos2d}(GLdouble x, GLdouble y) Part of G...
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 progra...
void glProgramUniform3i64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3i64vNV}(GLuint program,...
void glGetVertexAttribdvARB(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glColor4d(double arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glColor4d}(GLdouble red, GLdouble green,...
void glGetnPolygonStipple(int arg0, java.nio.ByteBuffer arg1)
void glGetTexGeniv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname,...
void glShadingRateSampleOrderNV(int arg0)
Entry point to C language function: void {@native glShadingRateSampleOrderNV}(GLenum order) Part o...
void glRenderbufferStorageMultisampleAdvancedAMD(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleAdvancedAMD}(GLenu...
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,...
void glProgramUniformui64NV(int arg0, int arg1, long arg2)
Entry point to C language function: void {@native glProgramUniformui64NV}(GLuint program,...
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,...
void glColor3iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glColor3iv}(const GLint * v) Part of GL_VERSION_...
void glMapParameterivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glMapParameterivNV}(GLenum target,...
void glVertexAttribParameteriAMD(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribParameteriAMD}(GLuint index,...
void glGetMultiTexGenivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit,...
void glVertexAttrib1sARB(int arg0, short arg1)
Entry point to C language function: void {@native glVertexAttrib1sARB}(GLuint index,...
void glUniform2i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glUniform2i}(GLint location, GLint v0,...
void glColor4fv(java.nio.FloatBuffer 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,...
void glVertexAttrib1sv(int arg0, java.nio.ShortBuffer arg1)
void glMultiTexCoord4fv(int arg0, java.nio.FloatBuffer arg1)
void glMulticastBarrierNV()
Entry point to C language function: void {@native glMulticastBarrierNV}() Part of GL_NV_gpu_multic...
void glTexCoord1iv(java.nio.IntBuffer arg0)
void glTexCoord3fv(java.nio.FloatBuffer arg0)
void glSecondaryColor3s(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glSecondaryColor3s}(GLshort red,...
boolean glIsTextureHandleResidentARB(long arg0)
Entry point to C language function: GLboolean {@native glIsTextureHandleResidentARB}(GLuint64 handle...
void glRasterPos4f(float arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glRasterPos4f}(GLfloat x, GLfloat y,...
void glMultiTexCoord3sv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord3sv}(GLenum target,...
com.jogamp.opengl.GL3bc getGL3bc()
Casts this object to the GL3bc interface.
boolean isGL4bc()
Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile.
void glMultiTexEnvivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
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,...
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,...
void glMultiTexCoordP2ui(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoordP2ui}(GLenum texture,...
void glProgramUniformMatrix2x3dv(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
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 glInvalidateNamedFramebufferSubData(int arg0, int arg1, java.nio.IntBuffer arg2, int arg3, int arg4, int arg5, int arg6)
void glNamedProgramLocalParameterI4ivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint progra...
void glDrawTransformFeedbackStreamInstanced(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glDrawTransformFeedbackStreamInstanced}(GLenum mod...
void glWindowPos3dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glWindowPos3dv}(const GLdouble * v) Part of GL_V...
void glDrawCommandsNV(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2, java.nio.IntBuffer arg3, int arg4)
void glTexCoord1h(short arg0)
Entry point to C language function: void {@native glTexCoord1h}(GLhalfNV s) Part of GL_NV_half_flo...
void glVertexAttrib4NivARB(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4NivARB}(GLuint index,...
void glTextureParameterIuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glTextureParameterIuiv}(GLuint texture,...
void glDisableVertexArrayAttribEXT(int arg0, int arg1)
Entry point to C language function: void {@native glDisableVertexArrayAttribEXT}(GLuint vaobj,...
void glDeleteCommandListsNV(int arg0, java.nio.IntBuffer arg1)
void glGetQueryBufferObjectuiv(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glGetQueryBufferObjectuiv}(GLuint id,...
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,...
void glVertexAttribI3iv(int arg0, java.nio.IntBuffer arg1)
void glTextureStorage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glTextureStorage1DEXT}(GLuint texture,...
void glMultiTexParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit,...
void glStringMarkerGREMEDY(int arg0, java.nio.Buffer arg1)
void glQueryObjectParameteruiAMD(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glQueryObjectParameteruiAMD}(GLenum target,...
void glDeleteBuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteBuffers}(GLsizei n, const GLuint * buffers...
void glPushClientAttribDefaultEXT(int arg0)
Entry point to C language function: void {@native glPushClientAttribDefaultEXT}(GLbitfield mask) P...
void glCreateProgramPipelines(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateProgramPipelines}(GLsizei n,...
void glSecondaryColor3sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColor3sv}(const GLshort * v) Part of ...
void glWaitSemaphoreui64NVX(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.LongBuffer arg3)
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)
void glVDPAUSurfaceAccessNV(long arg0, int arg1)
Entry point to C language function: void {@native glVDPAUSurfaceAccessNV}(GLvdpauSurfaceNV surface,...
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,...
void glGetMapParameterfvNV(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glGetProgramLocalParameterdvARB(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glColorP4uiv(int arg0, java.nio.IntBuffer arg1)
void glNormal3bv(byte[] arg0, int arg1)
Entry point to C language function: void {@native glNormal3bv}(const GLbyte * v) Part of GL_VERSIO...
void glUniform4ivARB(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4ivARB}(GLint location,...
void glPrioritizeTextures(int arg0, java.nio.IntBuffer arg1, java.nio.FloatBuffer arg2)
void glTextureParameterf(int arg0, int arg1, float arg2)
Entry point to C language function: void {@native glTextureParameterf}(GLuint texture,...
void glStencilFuncSeparate(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glStencilFuncSeparate}(GLenum face,...
void glUniform1iv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform1iv}(GLint location, GLsizei count,...
void glMultiTexParameterfvEXT(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit,...
void glViewportIndexedfv(int arg0, java.nio.FloatBuffer arg1)
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,...
void glVertexAttrib1fvARB(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib1fvARB}(GLuint index,...
void glGetQueryObjecti64v(int arg0, int arg1, java.nio.LongBuffer arg2)
void glColorP3ui(int arg0, int arg1)
Entry point to C language function: void {@native glColorP3ui}(GLenum type, GLuint color) Part of ...
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 glMultiTexCoord2hv(int arg0, java.nio.ShortBuffer arg1)
void glGetVideoCaptureivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glSamplerParameterf(int arg0, int arg1, float arg2)
Entry point to C language function: void {@native glSamplerParameterf}(GLuint sampler,...
void glTexGenfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glNamedRenderbufferStorageMultisample(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisample}(GLuint rend...
void glGetProgramLocalParameterfvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramLocalParameterfvARB}(GLenum target,...
void glGetDoublev(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params) P...
void glVertexPointer(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glTextureStorage2D(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glTextureStorage2D}(GLuint texture,...
void glGetNamedStringARB(int arg0, java.lang.String arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4)
void glAlphaToCoverageDitherControlNV(int arg0)
Entry point to C language function: void {@native glAlphaToCoverageDitherControlNV}(GLenum mode) P...
void glVertex2dv(java.nio.DoubleBuffer arg0)
void glVertexAttribI2i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI2i}(GLuint index,...
void glGenRenderbuffers(int arg0, java.nio.IntBuffer arg1)
void glEvalCoord1fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glEvalCoord1fv}(const GLfloat * u) Part of GL_VE...
void glTextureParameterIivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
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,...
void glQueryResourceTagNV(int arg0, java.nio.ByteBuffer arg1)
void glSamplerParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler,...
void glWindowPos2d(double arg0, double arg1)
Entry point to C language function: void {@native glWindowPos2d}(GLdouble x, GLdouble y) Part of G...
void glGetProgramiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGenSemaphoresEXT(int arg0, java.nio.IntBuffer arg1)
void glProgramVertexLimitNV(int arg0, int arg1)
Entry point to C language function: void {@native glProgramVertexLimitNV}(GLenum target,...
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,...
void glColorPointer(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glTextureParameterIuivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glColor4h(short arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glColor4h}(GLhalfNV red, GLhalfNV green,...
void glUniform3i64ARB(int arg0, long arg1, long arg2, long arg3)
Entry point to C language function: void {@native glUniform3i64ARB}(GLint location,...
void glBindAttribLocation(int arg0, int arg1, java.lang.String arg2)
void glGenSemaphoresEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenSemaphoresEXT}(GLsizei n, GLuint * semaphores...
void glVertexAttribIFormat(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribIFormat}(GLuint attribindex,...
void glColor3h(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glColor3h}(GLhalfNV red, GLhalfNV green,...
void glMultTransposeMatrixf(float[] arg0, int arg1)
Entry point to C language function: void {@native glMultTransposeMatrixf}(const GLfloat * m) Part ...
void glMaterialiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glMaterialiv}(GLenum face, GLenum pname,...
void glFlushMappedBufferRange(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glFlushMappedBufferRange}(GLenum target,...
void glGenProgramPipelines(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenProgramPipelines}(GLsizei n,...
void glCreateQueries(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetInternalformativ(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glWeightivARB(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glWeightivARB}(GLint size, const GLint * weights) ...
java.lang.Object getExtension(java.lang.String arg0)
void glRectiv(java.nio.IntBuffer arg0, java.nio.IntBuffer arg1)
void glVertex2iv(java.nio.IntBuffer arg0)
java.nio.ByteBuffer glMapTexture2DINTEL(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4)
void glClipControl(int arg0, int arg1)
Entry point to C language function: void {@native glClipControl}(GLenum origin, GLenum depth) Part...
void glUniform4fv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4fv}(GLint location, GLsizei count,...
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 glGenOcclusionQueriesNV(int arg0, java.nio.IntBuffer arg1)
void glRasterPos2dv(java.nio.DoubleBuffer arg0)
void glProgramUniform2fv(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
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,...
void glBindImageTextures(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetUniformfvARB(long arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformfvARB}(GLhandleARB programObj,...
void glVertexAttrib4svARB(int arg0, java.nio.ShortBuffer arg1)
void glGetUniformIndices(int arg0, int arg1, java.lang.String[] arg2, java.nio.IntBuffer arg3)
void glFramebufferTextureLayer(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glFramebufferTextureLayer}(GLenum target,...
void glVertexAttrib4ubvARB(int arg0, java.nio.ByteBuffer arg1)
void glGetSemaphoreParameterivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetVideoCaptureStreamdvNV(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
boolean glIsNamedBufferResidentNV(int arg0)
Entry point to C language function: GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer) P...
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,...
void glUniformMatrix4x2dv(int arg0, int arg1, boolean arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix4x2dv}(GLint location,...
void glColor4b(byte arg0, byte arg1, byte arg2, byte arg3)
Entry point to C language function: void {@native glColor4b}(GLbyte red, GLbyte green,...
void glVertexAttribL2i64vNV(int arg0, java.nio.LongBuffer arg1)
void glObjectPtrLabel(java.nio.Buffer arg0, int arg1, byte[] arg2, int arg3)
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,...
void glBlendEquationSeparatei(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glBlendEquationSeparatei}(GLuint buf,...
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...
void glTexCoordP1uiv(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,...
void glProgramUniform3i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3i64vARB}(GLuint program,...
void glReleaseShaderCompiler()
Start: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well.
void glGetOcclusionQueryuivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glEnable(int arg0)
Entry point to C language function: void {@native glEnable}(GLenum cap) Part of GL_ES_VERSION_2_0,...
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) ...
void glUniform4i64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glVertex2bOES(byte arg0, byte arg1)
Entry point to C language function: void {@native glVertex2bOES}(GLbyte x, GLbyte y) Part of GL_OE...
void glReadnPixels(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
void glNormalP3uiv(int arg0, java.nio.IntBuffer arg1)
void glMulticastScissorArrayvNVX(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glMulticastScissorArrayvNVX}(GLuint gpu,...
void glMultiDrawElementsIndirectCount(int arg0, int arg1, java.nio.Buffer arg2, long arg3, int arg4, int arg5)
void glProgramUniformMatrix4x3dv(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
void glProgramUniform2ui64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform2ui64vARB}(GLuint program,...
void glPixelMapuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize,...
void glTexCoord1hv(java.nio.ShortBuffer arg0)
void glSamplerParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
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 glTextureParameterfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glTextureParameterfv}(GLuint texture,...
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,...
void glGetMapAttribParameterfvNV(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glVertexAttrib4NubARB(int arg0, byte arg1, byte arg2, byte arg3, byte arg4)
Entry point to C language function: void {@native glVertexAttrib4NubARB}(GLuint index,...
void glGetNamedFramebufferParameterfvAMD(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.FloatBuffer arg5)
void glGetInteger64v(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data) P...
int glGenLists(int arg0)
Entry point to C language function: GLuint {@native glGenLists}(GLsizei range) Part of GL_VERSION_...
boolean isGL3ES3()
Indicates whether this GL object conforms to a GL3ES3 compatible profile.
void glGetBooleani_v(int arg0, int arg1, byte[] arg2, int arg3)
Entry point to C language function: void {@native glGetBooleani_v}(GLenum target,...
void glMultiTexCoord2f(int arg0, float arg1, float arg2)
Entry point to C language function: void {@native glMultiTexCoord2f}(GLenum target,...
void glMultiTexParameteriEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glMultiTexParameteriEXT}(GLenum texunit,...
void glRectsv(java.nio.ShortBuffer arg0, java.nio.ShortBuffer arg1)
void glWindowPos2fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glWindowPos2fv}(const GLfloat * v) Part of GL_VE...
int getMaxRenderbufferSamples()
Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false.
void glConvolutionFilter2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, java.nio.Buffer arg6)
void glSecondaryColor3usv(java.nio.ShortBuffer arg0)
void glVertexAttribI4sv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index,...
void glTexCoord4hv(java.nio.ShortBuffer arg0)
void glMatrixLoadTransposefEXT(int arg0, java.nio.FloatBuffer arg1)
void glPointParameterf(int arg0, float arg1)
Entry point to C language function: void {@native glPointParameterf}(GLenum pname,...
void glDeleteTextures(int arg0, java.nio.IntBuffer arg1)
void glGetNamedBufferParameterui64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glMultiTexCoordP3uiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glNamedRenderbufferStorageMultisampleAdvancedAMD(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleAdvancedAMD}(...
void glNormal3hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glNormal3hv}(const GLhalfNV * v) Part of GL_NV_h...
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,...
void glNamedBufferStorageExternalEXT(int arg0, long arg1, long arg2, java.nio.Buffer arg3, int arg4)
void glVertexAttribL4ui64vNV(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL4ui64vNV}(GLuint index,...
int glQueryMatrixxOES(int[] arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa,...
void glGetActiveUniformBlockiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetBufferParameterui64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glUniformMatrix3dv(int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
void glProgramLocalParameter4fvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glProgramLocalParameter4fvARB}(GLenum target,...
void glNamedBufferSubDataEXT(int arg0, long arg1, long arg2, java.nio.Buffer arg3)
void glMultiTexParameterfEXT(int arg0, int arg1, int arg2, float arg3)
Entry point to C language function: void {@native glMultiTexParameterfEXT}(GLenum texunit,...
void glTexCoordPointer(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glTexCoordFormatNV(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glTexCoordFormatNV}(GLint size,...
void glInterleavedArrays(int arg0, int arg1, java.nio.Buffer arg2)
void glMatrixMultdEXT(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)...
void glScissorExclusiveNV(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glScissorExclusiveNV}(GLint x, GLint y,...
void glProgramUniformHandleui64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glGetSemaphoreParameterivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetSemaphoreParameterivNV}(GLuint semaphore,...
void glGetMultiTexGenfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glVertexWeightPointerEXT(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glVertexWeightPointerEXT}(GLint size,...
void glUploadGpuMaskNVX(int arg0)
Entry point to C language function: void {@native glUploadGpuMaskNVX}(GLbitfield mask) Part of GL_...
void glVariantivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVariantivEXT}(GLuint id, const GLint * addr) P...
void glProgramUniformMatrix4x2dv(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
boolean hasGLSL()
Indicates whether this GL object supports GLSL.
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,...
void glTexCoord3bOES(byte arg0, byte arg1, byte arg2)
Entry point to C language function: void {@native glTexCoord3bOES}(GLbyte s, GLbyte t,...
void glProgramEnvParametersI4ivNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
int glGetProgramResourceLocation(int arg0, int arg1, java.nio.ByteBuffer arg2)
void glProgramEnvParameter4fvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glProgramEnvParameter4fvARB}(GLenum target,...
void glVertexAttrib1dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index,...
void glTexCoord2hv(short[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord2hv}(const GLhalfNV * v) Part of GL_NV...
void glNamedFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint fram...
void glWeightsvARB(int arg0, java.nio.ShortBuffer arg1)
void glUniform4iARB(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glUniform4iARB}(GLint location,...
void glVertexArrayAttribLFormat(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glVertexArrayAttribLFormat}(GLuint vaobj,...
void glTexCoordP4ui(int arg0, int arg1)
Entry point to C language function: void {@native glTexCoordP4ui}(GLenum type, GLuint coords) Part...
void glEvalCoord1dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glEvalCoord1dv}(const GLdouble * u) Part of GL_V...
void glLightModeli(int arg0, int arg1)
Entry point to C language function: void {@native glLightModeli}(GLenum pname, GLint param) Part o...
void glMultiTexCoord2i(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord2i}(GLenum target,...
void glTranslated(double arg0, double arg1, double arg2)
Entry point to C language function: void {@native glTranslated}(GLdouble x, GLdouble y,...
void glUniformMatrix3x4dv(int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
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,...
void glRasterPos3iv(java.nio.IntBuffer arg0)
boolean glIsImageHandleResidentARB(long arg0)
Entry point to C language function: GLboolean {@native glIsImageHandleResidentARB}(GLuint64 handle) ...
void glGetPerfQueryDataINTEL(int arg0, int arg1, int arg2, java.nio.Buffer arg3, java.nio.IntBuffer arg4)
void glGetnTexImage(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
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,...
void glGetPixelMapfv(int arg0, long arg1)
Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values) P...
void glGetColorTable(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glGetFloatIndexedvEXT(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glProgramUniform2i64NV(int arg0, int arg1, long arg2, long arg3)
Entry point to C language function: void {@native glProgramUniform2i64NV}(GLuint program,...
void glBlendFunci(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glBlendFunci}(GLuint buf, GLenum src,...
long glGetImageHandleARB(int arg0, int arg1, boolean arg2, int arg3, int arg4)
Entry point to C language function: GLuint64 {@native glGetImageHandleARB}(GLuint texture,...
void glBindMultiTextureEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glBindMultiTextureEXT}(GLenum texunit,...
void glGetMapfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
com.jogamp.opengl.GL2ES3 getGL2ES3()
Casts this object to the GL2ES3 interface.
void glMultiTexCoord2bvOES(int arg0, java.nio.ByteBuffer arg1)
void glProvokingVertex(int arg0)
Entry point to C language function: void {@native glProvokingVertex}(GLenum mode) Part of GL_ARB_p...
void glUniform2ui64NV(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glUniform2ui64NV}(GLint location,...
void glVertexArrayVertexAttribLFormatEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glVertexArrayVertexAttribLFormatEXT}(GLuint vaobj,...
void glGetnColorTable(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glMatrixMode(int arg0)
Sets the current matrix mode.
void glBlendBarrier()
Entry point to C language function: void {@native glBlendBarrier}() Part of GL_ES_VERSION_3_2,...
void glGetQueryIndexediv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target,...
void glVertexAttrib4Nusv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index,...
void glGetColorTableParameteriv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetColorTableParameteriv}(GLenum target,...
void glWeightivARB(int arg0, java.nio.IntBuffer arg1)
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,...
void glVertexAttribL4dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index,...
void glVertexAttribL4d(int arg0, double arg1, double arg2, double arg3, double arg4)
Entry point to C language function: void {@native glVertexAttribL4d}(GLuint index,...
void glColor3us(short arg0, short arg1, short arg2)
Entry point to C language function: void {@native glColor3us}(GLushort red, GLushort green,...
void glMultiTexCoord2hv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord2hv}(GLenum target,...
void glBufferPageCommitmentARB(int arg0, long arg1, long arg2, boolean arg3)
Entry point to C language function: void {@native glBufferPageCommitmentARB}(GLenum target,...
void glGetMultiTexParameterivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit,...
void glGetMemoryObjectDetachedResourcesuivNV(int arg0, int arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glGenFramebuffers(int arg0, java.nio.IntBuffer arg1)
void glLightModelf(int arg0, float arg1)
Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param) Part...
void glClearStencil(int arg0)
Entry point to C language function: void {@native glClearStencil}(GLint s) Part of GL_ES_VERSION_2...
boolean glIsEnabledIndexed(int arg0, int arg1)
Entry point to C language function: GLboolean {@native glIsEnabledIndexed}(GLenum target,...
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,...
void glColorP3uiv(int arg0, java.nio.IntBuffer arg1)
void glCreateBuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateBuffers}(GLsizei n, GLuint * buffers) Pa...
void glVariantbvEXT(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVariantbvEXT}(GLuint id, const GLbyte * addr) ...
void glVertexAttrib4Nsv(int arg0, java.nio.ShortBuffer arg1)
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,...
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,...
void glSecondaryColor3iv(java.nio.IntBuffer arg0)
void glVertexAttrib4fvARB(int arg0, java.nio.FloatBuffer arg1)
void glBindVertexBuffers(int arg0, int arg1, java.nio.IntBuffer arg2, com.jogamp.common.nio.PointerBuffer arg3, java.nio.IntBuffer arg4)
void glMultiDrawElements(int arg0, java.nio.IntBuffer arg1, int arg2, com.jogamp.common.nio.PointerBuffer arg3, int arg4)
void glNamedProgramStringEXT(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glVertexAttrib2sv(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index,...
void glMultiTexCoord1dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord1dv}(GLenum target,...
void glGetUniformfvARB(long arg0, int arg1, java.nio.FloatBuffer arg2)
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,...
void glUniform2uiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glUniformMatrix2x3fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix2x3fv}(GLint location,...
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,...
void glEdgeFlag(boolean arg0)
Entry point to C language function: void {@native glEdgeFlag}(GLboolean flag) Part of GL_VERSION_1...
void glWeightdvARB(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glWeightdvARB}(GLint size, const GLdouble * weight...
void glFramebufferTextureLayerARB(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glFramebufferTextureLayerARB}(GLenum target,...
void glNamedFramebufferDrawBuffer(int arg0, int arg1)
Entry point to C language function: void {@native glNamedFramebufferDrawBuffer}(GLuint framebuffer,...
void glGetProgramLocalParameterIivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramLocalParameterIivNV}(GLenum target,...
void glProgramEnvParametersI4ivNV(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramEnvParametersI4ivNV}(GLenum target,...
int glObjectUnpurgeableAPPLE(int arg0, int arg1, int arg2)
Entry point to C language function: GLenum {@native glObjectUnpurgeableAPPLE}(GLenum objectType,...
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,...
boolean isGLES32Compatible()
Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality.
boolean isGL3()
Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile.
void glNormal3hv(java.nio.ShortBuffer arg0)
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,...
void glGetMultiTexEnvfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glDrawBuffers(int arg0, java.nio.IntBuffer arg1)
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 glMultiTexCoord4f(int arg0, float arg1, float arg2, float arg3, float arg4)
Entry point to C language function: void {@native glMultiTexCoord4f}(GLenum target,...
void glGetQueryObjectuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetQueryObjectuiv}(GLuint id,...
void glGetUniformSubroutineuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
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 textur...
void glProgramUniform3dv(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glVertexAttrib4sARB(int arg0, short arg1, short arg2, short arg3, short arg4)
Entry point to C language function: void {@native glVertexAttrib4sARB}(GLuint index,...
void glProgramUniformMatrix3dv(int arg0, int arg1, int arg2, boolean arg3, java.nio.DoubleBuffer arg4)
int getDefaultDrawFramebuffer()
Return the default draw framebuffer name.
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,...
void glDeleteNamedStringARB(int arg0, java.lang.String arg1)
void glVertexAttrib2s(int arg0, short arg1, short arg2)
Entry point to C language function: void {@native glVertexAttrib2s}(GLuint index,...
void glGetPixelMapuiv(int arg0, long arg1)
Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values) P...
void glSecondaryColor3ubv(byte[] arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColor3ubv}(const GLubyte * v) Part of...
void glRenderbufferStorageMultisampleCoverageNV(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleCoverageNV}(GLenum...
int glBindMaterialParameterEXT(int arg0, int arg1)
Entry point to C language function: GLuint {@native glBindMaterialParameterEXT}(GLenum face,...
void glUniform1d(int arg0, double arg1)
Entry point to C language function: void {@native glUniform1d}(GLint location, GLdouble x) Part of...
void glGenerateTextureMipmapEXT(int arg0, int arg1)
Entry point to C language function: void {@native glGenerateTextureMipmapEXT}(GLuint texture,...
void glIndexiv(int[] arg0, int arg1)
Entry point to C language function: void {@native glIndexiv}(const GLint * c) Part of GL_VERSION_1...
void glFramebufferSampleLocationsfvARB(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvARB}(GLenum target,...
void glUniform2dv(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2dv}(GLint location, GLsizei count,...
void glVertexAttrib4sv(int arg0, java.nio.ShortBuffer arg1)
void glSecondaryColor3fv(java.nio.FloatBuffer arg0)
void glSignalSemaphoreui64NVX(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.LongBuffer arg3)
void glVertexPointer(int arg0, int arg1, int arg2, long arg3)
void glProgramUniform2ui(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glProgramUniform2ui}(GLuint program,...
void glUseProgram(int arg0)
Entry point to C language function: void {@native glUseProgram}(GLuint program) Part of GL_ES_VERS...
void glColor3ubv(byte[] arg0, int arg1)
Entry point to C language function: void {@native glColor3ubv}(const GLubyte * v) Part of GL_VERSI...
void glDrawElementsInstancedBaseInstance(int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4, int arg5)
void glPixelMapfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize,...
void glGetVertexAttribdv(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glRasterPos3sv(java.nio.ShortBuffer arg0)
void glUniformMatrix3x2dv(int arg0, int arg1, boolean arg2, java.nio.DoubleBuffer arg3)
long glVDPAURegisterVideoSurfaceWithPictureStructureNV(java.nio.Buffer arg0, int arg1, int arg2, java.nio.IntBuffer arg3, boolean arg4)
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,...
void glMultiTexCoord4dv(int arg0, java.nio.DoubleBuffer arg1)
void glVertexAttribs4hv(int arg0, int arg1, java.nio.ShortBuffer arg2)
void glProgramLocalParameter4dvARB(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glProgramLocalParameter4dvARB}(GLenum target,...
void glGetnMapiv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glDispatchCompute(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glDispatchCompute}(GLuint num_groups_x,...
void glVertex4dv(java.nio.DoubleBuffer arg0)
void glUniform2i64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glBlendColor(float arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glBlendColor}(GLfloat red, GLfloat green,...
void glGetPolygonStipple(java.nio.ByteBuffer arg0)
void glUniform1fARB(int arg0, float arg1)
Entry point to C language function: void {@native glUniform1fARB}(GLint location,...
void glUniform4iv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4iv}(GLint location, GLsizei count,...
void glNamedProgramLocalParameterI4ivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glVertex4d(double arg0, double arg1, double arg2, double arg3)
Entry point to C language function: void {@native glVertex4d}(GLdouble x, GLdouble y,...
void glResetHistogram(int arg0)
Entry point to C language function: void {@native glResetHistogram}(GLenum target) Part of GL_ARB_...
void glPassThrough(float arg0)
Entry point to C language function: void {@native glPassThrough}(GLfloat token) Part of GL_VERSION...
void glLGPUNamedBufferSubDataNVX(int arg0, int arg1, long arg2, long arg3, java.nio.Buffer arg4)
void glGetUnsignedBytei_vEXT(int arg0, int arg1, java.nio.ByteBuffer arg2)
void glMatrixMultTransposefEXT(int arg0, java.nio.FloatBuffer arg1)
void glGetVertexArrayPointervEXT(int arg0, int arg1, com.jogamp.common.nio.PointerBuffer arg2)
int glGetProgramResourceLocation(int arg0, int arg1, byte[] arg2, int arg3)
Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program,...
void glProgramUniform1i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform1i64vARB}(GLuint program,...
void glLogicOp(int arg0)
Entry point to C language function: void {@native glLogicOp}(GLenum opcode) Part of GL_VERSION_ES_...
void glTexCoord3bvOES(byte[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord3bvOES}(const GLbyte * coords) Part of...
void glGetBooleanv(int arg0, java.nio.ByteBuffer arg1)
void glGetColorTableParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGenQueries(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenQueries}(GLsizei n, GLuint * ids) Part of G...
void glTexCoord4bvOES(byte[] arg0, int arg1)
Entry point to C language function: void {@native glTexCoord4bvOES}(const GLbyte * coords) Part of...
void glProgramUniformui64vNV(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glGetFloati_vEXT(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glProgramUniform3f(int arg0, int arg1, float arg2, float arg3, float arg4)
Entry point to C language function: void {@native glProgramUniform3f}(GLuint program,...
void glMultiTexCoord4iv(int arg0, java.nio.IntBuffer arg1)
void glUniform2i64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform2i64vNV}(GLint location,...
void glColor4ubv(java.nio.ByteBuffer arg0)
void glCreateMemoryObjectsEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateMemoryObjectsEXT}(GLsizei n,...
void glColor3uiv(int[] arg0, int arg1)
Entry point to C language function: void {@native glColor3uiv}(const GLuint * v) Part of GL_VERSIO...
void glTexCoord4bOES(byte arg0, byte arg1, byte arg2, byte arg3)
Entry point to C language function: void {@native glTexCoord4bOES}(GLbyte s, GLbyte t,...
void glGetUniformuiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetUniformuiv}(GLuint program,...
void glVertexArrayIndexOffsetEXT(int arg0, int arg1, int arg2, int arg3, long arg4)
Entry point to C language function: void {@native glVertexArrayIndexOffsetEXT}(GLuint vaobj,...
void glGetObjectParameterfvARB(long arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetObjectParameterfvARB}(GLhandleARB obj,...
void glProgramUniform1fv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform1fv}(GLuint program,...
String dumpArray(Object obj)
void glUniform1f(int arg0, float arg1)
Entry point to C language function: void {@native glUniform1f}(GLint location, GLfloat v0) Part of...
void glDepthRangeIndexed(int arg0, double arg1, double arg2)
Entry point to C language function: void {@native glDepthRangeIndexed}(GLuint index,...
void glVertex4sv(java.nio.ShortBuffer arg0)
void glVertexAttrib1fv(int arg0, java.nio.FloatBuffer arg1)
void glBlendFuncSeparate(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glBlendFuncSeparate}(GLenum sfactorRGB,...
long glGetTextureSamplerHandleARB(int arg0, int arg1)
Entry point to C language function: GLuint64 {@native glGetTextureSamplerHandleARB}(GLuint texture,...
void glMakeTextureHandleResidentARB(long arg0)
Entry point to C language function: void {@native glMakeTextureHandleResidentARB}(GLuint64 handle) ...
void glProgramUniform1dv(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glGetTexParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetTexParameterIiv}(GLenum target,...
void glGetnUniformi64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glGetnUniformi64vARB}(GLuint program,...
void glVertexAttrib2dARB(int arg0, double arg1, double arg2)
Entry point to C language function: void {@native glVertexAttrib2dARB}(GLuint index,...
void glGenQueryResourceTagNV(int arg0, java.nio.IntBuffer arg1)
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,...
boolean isGL2GL3()
Indicates whether this GL object conforms to a GL2GL3 compatible profile.
void glProgramUniform3ui64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3ui64vNV}(GLuint program,...
void glVertexAttribI1uiv(int arg0, java.nio.IntBuffer arg1)
void glSecondaryColor3iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColor3iv}(const GLint * v) Part of GL...
void glVertex2fv(java.nio.FloatBuffer arg0)
void glVertexAttrib4usvARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4usvARB}(GLuint index,...
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,...
boolean glIsList(int arg0)
Entry point to C language function: GLboolean {@native glIsList}(GLuint list) Part of GL_VERSION_1...
void glGetPixelTransformParameterivEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
void glLoadIdentity()
Load the current matrix with the identity matrix.
void glVertexAttribL4ui64vNV(int arg0, java.nio.LongBuffer arg1)
boolean glIsSampler(int arg0)
Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler) Part of GL_MES...
void glGetQueryObjectiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glRasterPos2fv(float[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos2fv}(const GLfloat * v) Part of GL_VE...
void glVertexAttribL2ui64NV(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glVertexAttribL2ui64NV}(GLuint index,...
void glProgramUniform4i64vARB(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform4i64vARB}(GLuint program,...
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,...
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,...
void glFinish()
Entry point to C language function: void {@native glFinish}() Part of GL_ES_VERSION_2_0,...
void glVertexAttrib2hv(int arg0, java.nio.ShortBuffer arg1)
void glDeleteVertexShaderEXT(int arg0)
Entry point to C language function: void {@native glDeleteVertexShaderEXT}(GLuint id) Part of GL_E...
void glVariantusvEXT(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVariantusvEXT}(GLuint id, const GLushort * addr)...
void glCompressedTexImage3D(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,...
boolean isExtensionAvailable(java.lang.String arg0)
void glFrustumf(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
Multiply the current matrix with the frustum matrix.
void glMultiTexCoord3s(int arg0, short arg1, short arg2, short arg3)
Entry point to C language function: void {@native glMultiTexCoord3s}(GLenum target,...
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,...
void glUniformMatrix3x4fv(int arg0, int arg1, boolean arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glUniformMatrix3x4fv}(GLint location,...
void glTextureParameterIuiv(int arg0, int arg1, java.nio.IntBuffer arg2)
void glPopName()
Entry point to C language function: void {@native glPopName}() Part of GL_VERSION_1_0
void glGetSamplerParameteriv(int arg0, int arg1, java.nio.IntBuffer arg2)
java.nio.ByteBuffer glMapNamedBufferEXT(int arg0, int arg1)
Entry point to C language function: void * {@native glMapNamedBufferEXT}(GLuint buffer,...
void glMultiTexSubImage1DEXT(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, java.nio.Buffer arg7)
void glGetMultiTexLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
void glVertex4dv(double[] arg0, int arg1)
Entry point to C language function: void {@native glVertex4dv}(const GLdouble * v) Part of GL_VERS...
void glUniform3ui64ARB(int arg0, long arg1, long arg2, long arg3)
Entry point to C language function: void {@native glUniform3ui64ARB}(GLint location,...
void glMultiTexCoord3dv(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord3dv}(GLenum target,...
void glGetTextureImageEXT(int arg0, int arg1, int arg2, int arg3, int arg4, java.nio.Buffer arg5)
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,...
void glGetnUniformdv(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glGetnUniformdv}(GLuint program,...
void glProgramUniform3i64NV(int arg0, int arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glProgramUniform3i64NV}(GLuint program,...
void glDeleteStatesNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteStatesNV}(GLsizei n, const GLuint * states...
void glSecondaryColorPointer(int arg0, int arg1, int arg2, long arg3)
Entry point to C language function: void {@native glSecondaryColorPointer}(GLint size,...
void glGetTexLevelParameterfv(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
com.jogamp.opengl.GL2ES2 getGL2ES2()
Casts this object to the GL2ES2 interface.
void glWindowPos2dv(java.nio.DoubleBuffer arg0)
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 glGetMemoryObjectParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetMemoryObjectParameterivEXT}(GLuint memoryObje...
void glLockArraysEXT(int arg0, int arg1)
Entry point to C language function: void {@native glLockArraysEXT}(GLint first, GLsizei count) Par...
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,...
void glGetInvariantFloatvEXT(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetInvariantFloatvEXT}(GLuint id,...
void glMultiTexCoord3dv(int arg0, java.nio.DoubleBuffer arg1)
void glEdgeFlagv(byte[] arg0, int arg1)
Entry point to C language function: void {@native glEdgeFlagv}(const GLboolean * flag) Part of GL_...
void glVertexAttribP1ui(int arg0, int arg1, boolean arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribP1ui}(GLuint index,...
void glProgramUniform2iv(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform2iv}(GLuint program,...
void glGetClipPlanef(int arg0, java.nio.FloatBuffer arg1)
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,...
java.nio.ByteBuffer glMapBufferRange(int arg0, long arg1, long arg2, int arg3)
Entry point to C language function: void * {@native glMapBufferRange}(GLenum target,...
void glVertexAttrib4Nubv(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index,...
void glVDPAUInitNV(java.nio.Buffer arg0, java.nio.Buffer arg1)
void glNamedBufferStorage(int arg0, long arg1, java.nio.Buffer arg2, int arg3)
void glNamedStringARB(int arg0, int arg1, java.lang.String arg2, int arg3, java.lang.String arg4)
boolean glIsShader(int arg0)
Entry point to C language function: GLboolean {@native glIsShader}(GLuint shader) Part of GL_ES_VE...
void glDeleteNamesAMD(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glDeleteNamesAMD}(GLenum identifier,...
void glUniform3fARB(int arg0, float arg1, float arg2, float arg3)
Entry point to C language function: void {@native glUniform3fARB}(GLint location,...
void glUniform3ui64vNV(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform3ui64vNV}(GLint location,...
void glProgramEnvParameterI4uivNV(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glProgramEnvParameterI4uivNV}(GLenum target,...
void glSetLocalConstantEXT(int arg0, int arg1, java.nio.Buffer arg2)
java.lang.String glGetStringi(int arg0, int arg1)
Entry point to C language function: const GLubyte * {@native glGetStringi}(GLenum name,...
void glGetVertexAttribfv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribfv}(GLuint index,...
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 glColor3ui(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glColor3ui}(GLuint red, GLuint green,...
void glRasterPos4iv(int[] arg0, int arg1)
Entry point to C language function: void {@native glRasterPos4iv}(const GLint * v) Part of GL_VERS...
void glNamedFramebufferTextureLayer(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glNamedFramebufferTextureLayer}(GLuint framebuffer...
void glColor4dv(java.nio.DoubleBuffer arg0)
void glGetTextureLevelParameterfvEXT(int arg0, int arg1, int arg2, int arg3, java.nio.FloatBuffer arg4)
void glMultiTexCoord3hv(int arg0, java.nio.ShortBuffer arg1)
void glProgramSubroutineParametersuivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glGetNamedProgramLocalParameterIuivEXT(int arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint pro...
void glMatrixLoadfEXT(int arg0, java.nio.FloatBuffer arg1)
void glVertexAttribI4bv(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index,...
void glProgramUniform3ui64NV(int arg0, int arg1, long arg2, long arg3, long arg4)
Entry point to C language function: void {@native glProgramUniform3ui64NV}(GLuint program,...
void glVertexAttrib4NuivARB(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4NuivARB}(GLuint index,...
boolean glIsStateNV(int arg0)
Entry point to C language function: GLboolean {@native glIsStateNV}(GLuint state) Part of GL_NV_co...
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,...
void glGetProgramLocalParameterIivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
void glColor3fv(java.nio.FloatBuffer arg0)
void glGetPerfQueryDataINTEL(int arg0, int arg1, int arg2, java.nio.Buffer arg3, int[] arg4, int arg5)
void glGetUniformfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glSecondaryColor3ui(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glSecondaryColor3ui}(GLuint red,...
void glTextureMaterialEXT(int arg0, int arg1)
Entry point to C language function: void {@native glTextureMaterialEXT}(GLenum face,...
void glProgramUniform1iv(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glSetMultisamplefvAMD(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glMulticastBufferSubDataNV(int arg0, int arg1, long arg2, long arg3, java.nio.Buffer arg4)
void glDeleteSamplers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count,...
void glGetMultisamplefv(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetMultisamplefv}(GLenum pname,...
void glBindVertexShaderEXT(int arg0)
Entry point to C language function: void {@native glBindVertexShaderEXT}(GLuint id) Part of GL_EXT...
void glVertexAttribI4iv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index,...
void glFramebufferTextureFaceARB(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glFramebufferTextureFaceARB}(GLenum target,...
void glMultiDrawElementsIndirect(int arg0, int arg1, long arg2, int arg3, int arg4)
Entry point to C language function: void {@native glMultiDrawElementsIndirect}(GLenum mode,...
void glDrawElementsBaseVertex(int arg0, int arg1, int arg2, java.nio.Buffer arg3, int arg4)
void glTexGend(int arg0, int arg1, double arg2)
Entry point to C language function: void {@native glTexGend}(GLenum coord, GLenum pname,...
void glProgramLocalParameterI4ivNV(int arg0, int arg1, java.nio.IntBuffer arg2)
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,...
void glUniform1ui64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
void glVertexWeighth(short arg0)
Entry point to C language function: void {@native glVertexWeighth}(GLhalfNV weight) Part of GL_NV_...
void glFogCoordFormatNV(int arg0, int arg1)
Entry point to C language function: void {@native glFogCoordFormatNV}(GLenum type,...
boolean glAreTexturesResident(int arg0, int[] arg1, int arg2, byte[] arg3, int arg4)
Entry point to C language function: GLboolean {@native glAreTexturesResident}(GLsizei n,...
void glGetNamedBufferParameterivEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer,...
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,...
void glMulticastGetQueryObjecti64vNV(int arg0, int arg1, int arg2, long[] arg3, int arg4)
Entry point to C language function: void {@native glMulticastGetQueryObjecti64vNV}(GLuint gpu,...
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,...
void glGetVertexArrayIndexed64iv(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glTransformFeedbackBufferRange(int arg0, int arg1, int arg2, long arg3, long arg4)
Entry point to C language function: void {@native glTransformFeedbackBufferRange}(GLuint xfb,...
void glTexCoord3hv(java.nio.ShortBuffer arg0)
void glVertexAttribLFormatNV(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribLFormatNV}(GLuint index,...
void glNormal3fv(java.nio.FloatBuffer arg0)
void glFramebufferSampleLocationsfvNV(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glVertexAttribP4uiv(int arg0, int arg1, boolean arg2, java.nio.IntBuffer arg3)
void glRectfv(java.nio.FloatBuffer arg0, java.nio.FloatBuffer arg1)
void glGetTexLevelParameterfv(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target,...
void glMakeImageHandleNonResidentARB(long arg0)
Entry point to C language function: void {@native glMakeImageHandleNonResidentARB}(GLuint64 handle) ...
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}(GLe...
void glMatrixLoadfEXT(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m) ...
void glVertexAttrib4Nuiv(int arg0, java.nio.IntBuffer arg1)
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 frameb...
void glUniformui64NV(int arg0, long arg1)
Entry point to C language function: void {@native glUniformui64NV}(GLint location,...
void glUniform3ui64vNV(int arg0, int arg1, java.nio.LongBuffer arg2)
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,...
void glVideoCaptureStreamParameterfvNV(int arg0, int arg1, int arg2, float[] arg3, int arg4)
Entry point to C language function: void {@native glVideoCaptureStreamParameterfvNV}(GLuint video_ca...
void glSecondaryColor3usv(short[] arg0, int arg1)
Entry point to C language function: void {@native glSecondaryColor3usv}(const GLushort * v) Part o...
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,...
void glDrawElements(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glVertexAttrib4Nuiv(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index,...
void glMakeTextureHandleNonResidentARB(long arg0)
Entry point to C language function: void {@native glMakeTextureHandleNonResidentARB}(GLuint64 handle...
void glVertexAttrib4usvARB(int arg0, java.nio.ShortBuffer arg1)
void glVertexAttribL2i64NV(int arg0, long arg1, long arg2)
Entry point to C language function: void {@native glVertexAttribL2i64NV}(GLuint index,...
void glVertexAttribI4bv(int arg0, java.nio.ByteBuffer arg1)
void glVertex2sv(short[] arg0, int arg1)
Entry point to C language function: void {@native glVertex2sv}(const GLshort * v) Part of GL_VERSI...
void glTexCoord2bvOES(java.nio.ByteBuffer arg0)
void glColor4iv(java.nio.IntBuffer arg0)
void glUniform4fARB(int arg0, float arg1, float arg2, float arg3, float arg4)
Entry point to C language function: void {@native glUniform4fARB}(GLint location,...
void glVertexAttrib2fv(int arg0, java.nio.FloatBuffer arg1)
void glVertexAttribI3ui(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribI3ui}(GLuint index,...
void glNamedFramebufferTextureEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glNamedFramebufferTextureEXT}(GLuint framebuffer,...
void glProgramEnvParameter4dvARB(int arg0, int arg1, java.nio.DoubleBuffer arg2)
void glWindowPos2iv(java.nio.IntBuffer arg0)
void glMateriali(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glMateriali}(GLenum face, GLenum pname,...
void glFragmentCoverageColorNV(int arg0)
Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color) Part of...
void glDeleteCommandListsNV(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeleteCommandListsNV}(GLsizei n,...
void glRasterPos3d(double arg0, double arg1, double arg2)
Entry point to C language function: void {@native glRasterPos3d}(GLdouble x, GLdouble y,...
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,...
void glMultiTexCoord1i(int arg0, int arg1)
Entry point to C language function: void {@native glMultiTexCoord1i}(GLenum target,...
void glVertexAttrib4uivARB(int arg0, java.nio.IntBuffer arg1)
void glDeleteShader(int arg0)
Entry point to C language function: void {@native glDeleteShader}(GLuint shader) Part of GL_ES_VER...
void glProgramUniform3d(int arg0, int arg1, double arg2, double arg3, double arg4)
Entry point to C language function: void {@native glProgramUniform3d}(GLuint program,...
void glUniform4i64vARB(int arg0, int arg1, long[] arg2, int arg3)
Entry point to C language function: void {@native glUniform4i64vARB}(GLint location,...
void glDepthRangeIndexedd(int arg0, double arg1, double arg2)
Entry point to C language function: void {@native glDepthRangeIndexedd}(GLuint index,...
boolean glUnmapNamedBufferEXT(int arg0)
Entry point to C language function: GLboolean {@native glUnmapNamedBufferEXT}(GLuint buffer) Part ...
void glGetCoverageModulationTableNV(int arg0, java.nio.FloatBuffer arg1)
void glGetClipPlane(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glGetClipPlane}(GLenum plane, GLdouble * equation)...
void glUniform2ivARB(int arg0, int arg1, java.nio.IntBuffer arg2)
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)
boolean hasBasicFBOSupport()
Returns true if basic FBO support is available, otherwise false.
void glOrtho(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5)
void glMultiTexCoord1bOES(int arg0, byte arg1)
Entry point to C language function: void {@native glMultiTexCoord1bOES}(GLenum texture,...
void glMapVertexAttrib1dAPPLE(int arg0, int arg1, double arg2, double arg3, int arg4, int arg5, double[] arg6, int arg7)
Entry point to C language function: void {@native glMapVertexAttrib1dAPPLE}(GLuint index,...
void glCreateFramebuffers(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n,...
void glColor3uiv(java.nio.IntBuffer arg0)
void glVertexAttrib3svARB(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttrib3svARB}(GLuint index,...
void glGetShaderSource(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer arg3)
void glClearNamedBufferData(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
void glLoadMatrixd(java.nio.DoubleBuffer arg0)
void glMultiTexCoord2bOES(int arg0, byte arg1, byte arg2)
Entry point to C language function: void {@native glMultiTexCoord2bOES}(GLenum texture,...
void glMatrixIndexubvARB(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glMatrixIndexubvARB}(GLint size,...
void glGetProgramEnvParameterdvARB(int arg0, int arg1, double[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramEnvParameterdvARB}(GLenum target,...
void glUniform1i64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glEdgeFlagPointer(int arg0, java.nio.Buffer arg1)
void glClipPlanef(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equati...
void glProgramUniform4dv(int arg0, int arg1, int arg2, java.nio.DoubleBuffer arg3)
void glInvalidateNamedFramebufferData(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glInvalidateNamedFramebufferData}(GLuint framebuff...
void glTexCoord1d(double arg0)
Entry point to C language function: void {@native glTexCoord1d}(GLdouble s) Part of GL_VERSION_1_0
void glGetMaterialfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
void glMultiTexCoord4bvOES(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glMultiTexCoord4bvOES}(GLenum texture,...
void glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3)
Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green,...
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,...
void glGetNamedProgramLocalParameterIivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
boolean isGLES1()
Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile.
void glMultiTexRenderbufferEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glMultiTexRenderbufferEXT}(GLenum texunit,...
int glGetGraphicsResetStatus()
Entry point to C language function: GLenum {@native glGetGraphicsResetStatus}() Part of GL_VERSION...
void glGetQueryObjectiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetQueryObjectiv}(GLuint id, GLenum pname,...
void glTextureParameterIiv(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glTextureParameterIiv}(GLuint texture,...
void glBlendFunc(int arg0, int arg1)
Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor) Par...
void glTexCoordP3uiv(int arg0, java.nio.IntBuffer arg1)
void glTexCoord3dv(java.nio.DoubleBuffer arg0)
void glPrimitiveRestartNV()
Entry point to C language function: void {@native glPrimitiveRestartNV}() Part of GL_NV_primitive_...
void glGetProgramBinary(int arg0, int arg1, int[] arg2, int arg3, int[] arg4, int arg5, java.nio.Buffer arg6)
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,...
int glQueryResourceNV(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glAlphaFunc(int arg0, float arg1)
Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref) Part of ...
void glPatchParameterfv(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glPatchParameterfv}(GLenum pname,...
void glGenerateTextureMipmap(int arg0)
Entry point to C language function: void {@native glGenerateTextureMipmap}(GLuint texture) Part of...
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,...
void glBindVertexBuffers(int arg0, int arg1, int[] arg2, int arg3, com.jogamp.common.nio.PointerBuffer arg4, int[] arg5, int arg6)
void glDeletePerfQueryINTEL(int arg0)
Entry point to C language function: void {@native glDeletePerfQueryINTEL}(GLuint queryHandle) Part...
void glVertexAttribP2uiv(int arg0, int arg1, boolean arg2, java.nio.IntBuffer arg3)
void glProgramUniform2ui64NV(int arg0, int arg1, long arg2, long arg3)
Entry point to C language function: void {@native glProgramUniform2ui64NV}(GLuint program,...
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,...
void glGetUniformi64vARB(int arg0, int arg1, java.nio.LongBuffer arg2)
void glGetMaterialfv(int face, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMaterialfv}(GLenum face, GLenum pname,...
void glOrtho(double left, double right, double bottom, double top, double near_val, double far_val)
void glLightModelfv(int pname, FloatBuffer params)
Entry point to C language function: void {@native glLightModelfv}(GLenum pname, const GLfloat * para...
void glTexEnviv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexEnviv}(GLenum target, GLenum pname,...
void glFogfv(int pname, FloatBuffer params)
Entry point to C language function: void {@native glFogfv}(GLenum pname, const GLfloat * params) P...
void glPointParameterf(int pname, float param)
Entry point to C language function: void {@native glPointParameterf}(GLenum pname,...
void glAlphaFunc(int func, float ref)
Entry point to C language function: void {@native glAlphaFunc}(GLenum func, GLclampf ref) Part of ...
void glLightModelf(int pname, float param)
Entry point to C language function: void {@native glLightModelf}(GLenum pname, GLfloat param) Part...
void glGetTexEnviv(int tenv, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexEnviv}(GLenum tenv, GLenum pname,...
void glPointSize(float size)
Entry point to C language function: void {@native glPointSize}(GLfloat size) Part of GL_VERSION_ES...
void glNormal3f(float nx, float ny, float nz)
Entry point to C language function: void {@native glNormal3f}(GLfloat nx, GLfloat ny,...
void glFrustum(double left, double right, double bottom, double top, double zNear, double zFar)
void glPointParameterfv(int pname, FloatBuffer params)
Entry point to C language function: void {@native glPointParameterfv}(GLenum pname,...
void glGetTexEnvfv(int tenv, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTexEnvfv}(GLenum tenv, GLenum pname,...
void glTexEnvf(int target, int pname, float param)
Entry point to C language function: void {@native glTexEnvf}(GLenum target, GLenum pname,...
void glColor4ub(byte red, byte green, byte blue, byte alpha)
Entry point to C language function: void {@native glColor4ub}(GLubyte red, GLubyte green,...
void glMultiTexCoord4f(int target, float s, float t, float r, float q)
Entry point to C language function: void {@native glMultiTexCoord4f}(GLenum target,...
void glDrawElements(int mode, int count, int type, Buffer indices)
Entry point to C language function: void {@native glDrawElements}(GLenum mode, GLsizei count,...
void glLightf(int light, int pname, float param)
Entry point to C language function: void {@native glLightf}(GLenum light, GLenum pname,...
void glTexEnvfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTexEnvfv}(GLenum target, GLenum pname,...
void glClientActiveTexture(int texture)
Entry point to C language function: void {@native glClientActiveTexture}(GLenum texture) Part of G...
void glLogicOp(int opcode)
Entry point to C language function: void {@native glLogicOp}(GLenum opcode) Part of GL_VERSION_ES_...
void glGetLightfv(int light, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetLightfv}(GLenum light, GLenum pname,...
void glTexEnvi(int target, int pname, int param)
Entry point to C language function: void {@native glTexEnvi}(GLenum target, GLenum pname,...
void glFogf(int pname, float param)
Entry point to C language function: void {@native glFogf}(GLenum pname, GLfloat param) Part of GL_...
void glUniform1iv(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform1iv}(GLint location, GLsizei count,...
void glGenQueries(int n, IntBuffer ids)
Entry point to C language function: void {@native glGenQueries}(GLsizei n, GLuint * ids) Part of G...
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,...
void glProgramUniform1ui(int program, int location, int v0)
Entry point to C language function: void {@native glProgramUniform1ui}(GLuint program,...
void glUniform2f(int location, float v0, float v1)
Entry point to C language function: void {@native glUniform2f}(GLint location, GLfloat v0,...
void glPushDebugGroup(int source, int id, int length, ByteBuffer message)
Entry point to C language function: void {@native glPushDebugGroup}(GLenum source,...
void glGetVertexAttribiv(int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVertexAttribiv}(GLuint index,...
void glGetVertexAttribfv(int index, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetVertexAttribfv}(GLuint index,...
void glProgramUniform3iv(int program, int location, int count, IntBuffer value)
Entry point to C language function: void {@native glProgramUniform3iv}(GLuint program,...
int glCreateShaderProgramv(int type, int count, String[] strings)
Entry point to C language function: GLuint {@native glCreateShaderProgramv}(GLenum type,...
void glProgramUniform3f(int program, int location, float v0, float v1, float v2)
Entry point to C language function: void {@native glProgramUniform3f}(GLuint program,...
void glBindAttribLocation(int program, int index, String name)
Entry point to C language function: void {@native glBindAttribLocation}(GLuint program,...
void glGetShaderSource(int shader, int bufSize, IntBuffer length, ByteBuffer source)
Entry point to C language function: void {@native glGetShaderSource}(GLuint shader,...
void glUniform2fv(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform2fv}(GLint location, GLsizei count,...
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,...
void glGetProgramiv(int program, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetProgramiv}(GLuint program,...
void glEnableVertexAttribArray(int index)
Entry point to C language function: void {@native glEnableVertexAttribArray}(GLuint index) Part of...
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,...
void glStencilMaskSeparate(int face, int mask)
Entry point to C language function: void {@native glStencilMaskSeparate}(GLenum face,...
void glCompileShader(int shader)
Entry point to C language function: void {@native glCompileShader}(GLuint shader) Part of GL_ES_VE...
void glBindProgramPipeline(int pipeline)
Entry point to C language function: void {@native glBindProgramPipeline}(GLuint pipeline) Part of ...
void glProgramUniform1f(int program, int location, float v0)
Entry point to C language function: void {@native glProgramUniform1f}(GLuint program,...
void glGetUniformiv(int program, int location, IntBuffer params)
Entry point to C language function: void {@native glGetUniformiv}(GLuint program,...
void glProgramUniform2uiv(int program, int location, int count, IntBuffer value)
Entry point to C language function: void {@native glProgramUniform2uiv}(GLuint program,...
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,...
void glGetMultisamplefv(int pname, int index, FloatBuffer val)
Entry point to C language function: void {@native glGetMultisamplefv}(GLenum pname,...
void glProgramUniform2ui(int program, int location, int v0, int v1)
Entry point to C language function: void {@native glProgramUniform2ui}(GLuint program,...
void glGetQueryObjectui64v(int id, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetQueryObjectui64v}(GLuint id,...
void glDeleteShader(int shader)
Entry point to C language function: void {@native glDeleteShader}(GLuint shader) Part of GL_ES_VER...
void glObjectLabel(int identifier, int name, int length, ByteBuffer label)
Entry point to C language function: void {@native glObjectLabel}(GLenum identifier,...
void glUniform1f(int location, float v0)
Entry point to C language function: void {@native glUniform1f}(GLint location, GLfloat v0) Part of...
void glProgramUniform3i(int program, int location, int v0, int v1, int v2)
Entry point to C language function: void {@native glProgramUniform3i}(GLuint program,...
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,...
void glVertexAttrib1f(int index, float x)
Entry point to C language function: void {@native glVertexAttrib1f}(GLuint index,...
void glValidateProgram(int program)
Entry point to C language function: void {@native glValidateProgram}(GLuint program) Part of GL_ES...
void glProgramUniform2iv(int program, int location, int count, IntBuffer value)
Entry point to C language function: void {@native glProgramUniform2iv}(GLuint program,...
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,...
void glGetProgramInfoLog(int program, int bufSize, IntBuffer length, ByteBuffer infoLog)
Entry point to C language function: void {@native glGetProgramInfoLog}(GLuint program,...
void glProgramUniform4iv(int program, int location, int count, IntBuffer value)
Entry point to C language function: void {@native glProgramUniform4iv}(GLuint program,...
void glGetTexParameterIuiv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexParameterIuiv}(GLenum target,...
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,...
void glBlendBarrier()
Entry point to C language function: void {@native glBlendBarrier}() Part of GL_ES_VERSION_3_2,...
void glDetachShader(int program, int shader)
Entry point to C language function: void {@native glDetachShader}(GLuint program,...
boolean glIsProgramPipeline(int pipeline)
Entry point to C language function: GLboolean {@native glIsProgramPipeline}(GLuint pipeline) Part ...
void glUniform1fv(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform1fv}(GLint location, GLsizei count,...
void glVertexAttrib2fv(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib2fv}(GLuint index,...
void glActiveShaderProgram(int pipeline, int program)
Entry point to C language function: void {@native glActiveShaderProgram}(GLuint pipeline,...
void glProgramUniformMatrix4fv(int program, int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4fv}(GLuint program,...
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,...
void glConservativeRasterParameteriNV(int pname, int param)
Entry point to C language function: void {@native glConservativeRasterParameteriNV}(GLenum pname,...
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,...
void glGetUniformfv(int program, int location, FloatBuffer params)
Entry point to C language function: void {@native glGetUniformfv}(GLuint program,...
void glTexParameterIuiv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexParameterIuiv}(GLenum target,...
void glProgramParameteri(int program, int pname, int value)
Entry point to C language function: void {@native glProgramParameteri}(GLuint program,...
void glUniform3iv(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform3iv}(GLint location, GLsizei count,...
void glProgramUniform4uiv(int program, int location, int count, IntBuffer value)
Entry point to C language function: void {@native glProgramUniform4uiv}(GLuint program,...
void glGetQueryiv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetQueryiv}(GLenum target, GLenum pname,...
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,...
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,...
void glUniform2i(int location, int v0, int v1)
Entry point to C language function: void {@native glUniform2i}(GLint location, GLint v0,...
void glDrawBuffers(int n, IntBuffer bufs)
Entry point to C language function: void {@native glDrawBuffers}(GLsizei n, const GLenum * bufs) P...
void glGetInteger64v(int pname, LongBuffer data)
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data) P...
boolean glIsShader(int shader)
Entry point to C language function: GLboolean {@native glIsShader}(GLuint shader) Part of GL_ES_VE...
void glProgramUniform2fv(int program, int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniform2fv}(GLuint program,...
void glUniform3i(int location, int v0, int v1, int v2)
Entry point to C language function: void {@native glUniform3i}(GLint location, GLint v0,...
void glApplyFramebufferAttachmentCMAAINTEL()
Entry point to C language function: void {@native glApplyFramebufferAttachmentCMAAINTEL}() Part of...
void glUniform1i(int location, int v0)
Entry point to C language function: void {@native glUniform1i}(GLint location, GLint v0) Part of G...
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,...
void glProgramUniformMatrix4x2fv(int program, int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x2fv}(GLuint program,...
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,...
void glProgramUniform4fv(int program, int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniform4fv}(GLuint program,...
void glGetProgramBinary(int program, int bufSize, IntBuffer length, IntBuffer binaryFormat, Buffer binary)
Entry point to C language function: void {@native glGetProgramBinary}(GLuint program,...
void glSamplerParameterIiv(int sampler, int pname, IntBuffer param)
Entry point to C language function: void {@native glSamplerParameterIiv}(GLuint sampler,...
int glGetAttribLocation(int program, String name)
Entry point to C language function: GLint {@native glGetAttribLocation}(GLuint program,...
void glGetSamplerParameterIuiv(int sampler, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetSamplerParameterIuiv}(GLuint sampler,...
void glDeleteProgramPipelines(int n, IntBuffer pipelines)
Entry point to C language function: void {@native glDeleteProgramPipelines}(GLsizei n,...
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,...
void glVertexAttrib1fv(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib1fv}(GLuint index,...
void glGetProgramPipelineiv(int pipeline, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetProgramPipelineiv}(GLuint pipeline,...
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,...
boolean glIsQuery(int id)
Entry point to C language function: GLboolean {@native glIsQuery}(GLuint id) Part of GL_VERSION_1_...
int glCreateProgram()
Entry point to C language function: GLuint {@native glCreateProgram}() Part of GL_ES_VERSION_2_0,...
void glUniform2iv(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform2iv}(GLint location, GLsizei count,...
void glGetQueryObjectiv(int id, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetQueryObjectiv}(GLuint id, GLenum pname,...
void glPopDebugGroup()
Entry point to C language function: void {@native glPopDebugGroup}() Part of GL_KHR_debug,...
void glProgramUniformMatrix3x2fv(int program, int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x2fv}(GLuint program,...
void glProgramUniform2i(int program, int location, int v0, int v1)
Entry point to C language function: void {@native glProgramUniform2i}(GLuint program,...
void glBeginQuery(int target, int id)
Entry point to C language function: void {@native glBeginQuery}(GLenum target, GLuint id) Part of ...
void glVertexAttrib3fv(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib3fv}(GLuint index,...
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,...
void glStencilFuncSeparate(int face, int func, int ref, int mask)
Entry point to C language function: void {@native glStencilFuncSeparate}(GLenum face,...
void glGetProgramPipelineInfoLog(int pipeline, int bufSize, IntBuffer length, ByteBuffer infoLog)
Entry point to C language function: void {@native glGetProgramPipelineInfoLog}(GLuint pipeline,...
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,...
void glUniform(GLUniformData data)
boolean glIsProgram(int program)
Entry point to C language function: GLboolean {@native glIsProgram}(GLuint program) Part of GL_ES_...
void glUniform4iv(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform4iv}(GLint location, GLsizei count,...
void glProgramBinary(int program, int binaryFormat, Buffer binary, int length)
Entry point to C language function: void {@native glProgramBinary}(GLuint program,...
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,...
void glProgramUniformMatrix4x3fv(int program, int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x3fv}(GLuint program,...
void glGetObjectLabel(int identifier, int name, int bufSize, IntBuffer length, ByteBuffer label)
Entry point to C language function: void {@native glGetObjectLabel}(GLenum identifier,...
void glVertexAttrib4fv(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib4fv}(GLuint index,...
void glUseProgramStages(int pipeline, int stages, int program)
Entry point to C language function: void {@native glUseProgramStages}(GLuint pipeline,...
void glUseProgram(int program)
Entry point to C language function: void {@native glUseProgram}(GLuint program) Part of GL_ES_VERS...
void glGetShaderiv(int shader, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetShaderiv}(GLuint shader, GLenum pname,...
void glVertexAttrib4f(int index, float x, float y, float z, float w)
Entry point to C language function: void {@native glVertexAttrib4f}(GLuint index,...
int glGetUniformLocation(int program, String name)
Entry point to C language function: GLint {@native glGetUniformLocation}(GLuint program,...
void glStencilOpSeparate(int face, int sfail, int dpfail, int dppass)
Entry point to C language function: void {@native glStencilOpSeparate}(GLenum face,...
void glReleaseShaderCompiler()
Start: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well.
void glProgramUniformMatrix2x4fv(int program, int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x4fv}(GLuint program,...
void glGetQueryObjectuiv(int id, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetQueryObjectuiv}(GLuint id,...
void glDisableVertexAttribArray(int index)
Entry point to C language function: void {@native glDisableVertexAttribArray}(GLuint index) Part o...
void glProgramUniformMatrix2x3fv(int program, int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x3fv}(GLuint program,...
void glGetTexParameterIiv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexParameterIiv}(GLenum target,...
void glTexParameterIiv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexParameterIiv}(GLenum target,...
void glUniform3fv(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform3fv}(GLint location, GLsizei count,...
void glDrawArraysInstancedBaseInstance(int mode, int first, int count, int instancecount, int baseinstance)
Entry point to C language function: void {@native glDrawArraysInstancedBaseInstance}(GLenum mode,...
void glVertexAttrib2f(int index, float x, float y)
Entry point to C language function: void {@native glVertexAttrib2f}(GLuint index,...
void glValidateProgramPipeline(int pipeline)
Entry point to C language function: void {@native glValidateProgramPipeline}(GLuint pipeline) Part...
void glProgramUniformMatrix2fv(int program, int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2fv}(GLuint program,...
void glProgramUniformMatrix3fv(int program, int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3fv}(GLuint program,...
void glProgramUniform3fv(int program, int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniform3fv}(GLuint program,...
void glShaderSource(int shader, int count, String[] string, IntBuffer length)
Entry point to C language function: void {@native glShaderSource}(GLuint shader, GLsizei count,...
void glProgramUniformMatrix3x4fv(int program, int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x4fv}(GLuint program,...
void glProgramUniform1fv(int program, int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glProgramUniform1fv}(GLuint program,...
void glUniform4fv(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform4fv}(GLint location, GLsizei count,...
void glProgramUniform3uiv(int program, int location, int count, IntBuffer value)
Entry point to C language function: void {@native glProgramUniform3uiv}(GLuint program,...
void glAttachShader(int program, int shader)
Entry point to C language function: void {@native glAttachShader}(GLuint program,...
void glObjectPtrLabel(Buffer ptr, int length, ByteBuffer label)
Entry point to C language function: void {@native glObjectPtrLabel}(const void * ptr,...
void glBlendColor(float red, float green, float blue, float alpha)
Entry point to C language function: void {@native glBlendColor}(GLfloat red, GLfloat green,...
void glUniform3f(int location, float v0, float v1, float v2)
Entry point to C language function: void {@native glUniform3f}(GLint location, GLfloat v0,...
void glSamplerParameterIuiv(int sampler, int pname, IntBuffer param)
Entry point to C language function: void {@native glSamplerParameterIuiv}(GLuint sampler,...
void glSampleMaski(int index, int mask)
Entry point to C language function: void {@native glSampleMaski}(GLuint index, GLbitfield mask) Pa...
void glUniformMatrix4fv(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix4fv}(GLint location,...
void glDeleteProgram(int program)
Entry point to C language function: void {@native glDeleteProgram}(GLuint program) Part of GL_ES_V...
void glProgramUniform1i(int program, int location, int v0)
Entry point to C language function: void {@native glProgramUniform1i}(GLuint program,...
void glGetSamplerParameterIiv(int sampler, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetSamplerParameterIiv}(GLuint sampler,...
void glQueryCounter(int id, int target)
Entry point to C language function: void {@native glQueryCounter}(GLuint id, GLenum target) Part o...
void glDeleteQueries(int n, IntBuffer ids)
Entry point to C language function: void {@native glDeleteQueries}(GLsizei n, const GLuint * ids) ...
void glProgramUniform1uiv(int program, int location, int count, IntBuffer value)
Entry point to C language function: void {@native glProgramUniform1uiv}(GLuint program,...
void glGetShaderPrecisionFormat(int shadertype, int precisiontype, IntBuffer range, IntBuffer precision)
Entry point to C language function: void {@native glGetShaderPrecisionFormat}(GLenum shadertype,...
void glGenProgramPipelines(int n, IntBuffer pipelines)
Entry point to C language function: void {@native glGenProgramPipelines}(GLsizei n,...
void glProgramUniform2f(int program, int location, float v0, float v1)
Entry point to C language function: void {@native glProgramUniform2f}(GLuint program,...
void glUniformMatrix3fv(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix3fv}(GLint location,...
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,...
int glCreateShader(int type)
Entry point to C language function: GLuint {@native glCreateShader}(GLenum type) Part of GL_ES_VER...
void glProgramUniform3ui(int program, int location, int v0, int v1, int v2)
Entry point to C language function: void {@native glProgramUniform3ui}(GLuint program,...
void glEndQuery(int target)
Entry point to C language function: void {@native glEndQuery}(GLenum target) Part of GL_VERSION_1_...
void glGetAttachedShaders(int program, int maxCount, IntBuffer count, IntBuffer shaders)
Entry point to C language function: void {@native glGetAttachedShaders}(GLuint program,...
void glGetShaderInfoLog(int shader, int bufSize, IntBuffer length, ByteBuffer infoLog)
Entry point to C language function: void {@native glGetShaderInfoLog}(GLuint shader,...
void glVertexAttrib3f(int index, float x, float y, float z)
Entry point to C language function: void {@native glVertexAttrib3f}(GLuint index,...
void glGetObjectPtrLabel(Buffer ptr, int bufSize, IntBuffer length, ByteBuffer label)
Entry point to C language function: void {@native glGetObjectPtrLabel}(const void * ptr,...
void glProgramUniform1iv(int program, int location, int count, IntBuffer value)
Entry point to C language function: void {@native glProgramUniform1iv}(GLuint program,...
void glLinkProgram(int program)
Entry point to C language function: void {@native glLinkProgram}(GLuint program) Part of GL_ES_VER...
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,...
void glGetQueryObjecti64v(int id, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetQueryObjecti64v}(GLuint id,...
void glUniformMatrix2fv(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix2fv}(GLint location,...
void glBlendEquationi(int buf, int mode)
Entry point to C language function: void {@native glBlendEquationi}(GLuint buf, GLenum mode) Part ...
boolean glIsMemoryObjectEXT(int memoryObject)
Entry point to C language function: GLboolean {@native glIsMemoryObjectEXT}(GLuint memoryObject) P...
boolean glIsSemaphoreEXT(int semaphore)
Entry point to C language function: GLboolean {@native glIsSemaphoreEXT}(GLuint semaphore) Part of...
void glClearBufferfi(int buffer, int drawbuffer, float depth, int stencil)
Entry point to C language function: void {@native glClearBufferfi}(GLenum buffer,...
void glTexBuffer(int target, int internalformat, int buffer)
Entry point to C language function: void {@native glTexBuffer}(GLenum target, GLenum internalformat,...
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 textur...
void glGetActiveUniformBlockName(int program, int uniformBlockIndex, int bufSize, IntBuffer length, ByteBuffer uniformBlockName)
Entry point to C language function: void {@native glGetActiveUniformBlockName}(GLuint program,...
void glReadBuffer(int mode)
Entry point to C language function: void {@native glReadBuffer}(GLenum mode) Part of GL_ES_VERSION...
void glGenVertexArrays(int n, IntBuffer arrays)
Entry point to C language function: void {@native glGenVertexArrays}(GLsizei n, GLuint * arrays) P...
void glBlendEquationSeparatei(int buf, int modeRGB, int modeAlpha)
Entry point to C language function: void {@native glBlendEquationSeparatei}(GLuint buf,...
void glClearBufferuiv(int buffer, int drawbuffer, IntBuffer value)
Entry point to C language function: void {@native glClearBufferuiv}(GLenum buffer,...
void glVertexAttribI4uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI4uiv}(GLuint index,...
void glGetTexLevelParameteriv(int target, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexLevelParameteriv}(GLenum target,...
boolean isPBOUnpackBound()
boolean glIsVertexArray(int array)
Entry point to C language function: GLboolean {@native glIsVertexArray}(GLuint array) Part of GL_A...
void glBeginConditionalRender(int id, int mode)
Entry point to C language function: void {@native glBeginConditionalRender}(GLuint id,...
void glUniformMatrix3x4fv(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix3x4fv}(GLint location,...
void glImportMemoryFdEXT(int memory, long size, int handleType, int fd)
Entry point to C language function: void {@native glImportMemoryFdEXT}(GLuint memory,...
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,...
void glBeginTransformFeedback(int primitiveMode)
Entry point to C language function: void {@native glBeginTransformFeedback}(GLenum primitiveMode) ...
void glGetVertexAttribIuiv(int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVertexAttribIuiv}(GLuint index,...
void glPauseTransformFeedback()
Entry point to C language function: void {@native glPauseTransformFeedback}() Part of GL_ARB_trans...
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,...
void glDisablei(int target, int index)
Entry point to C language function: void {@native glDisablei}(GLenum target, GLuint index) Part of...
void glUniformMatrix4x2fv(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix4x2fv}(GLint location,...
void glVertexAttribI4ui(int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glVertexAttribI4ui}(GLuint index,...
void glGetSemaphoreParameterui64vEXT(int semaphore, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetSemaphoreParameterui64vEXT}(GLuint semaphore,...
void glMinSampleShading(float value)
Entry point to C language function: void {@native glMinSampleShading}(GLfloat value) Part of GL_ES...
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,...
void glUniformBlockBinding(int program, int uniformBlockIndex, int uniformBlockBinding)
Entry point to C language function: void {@native glUniformBlockBinding}(GLuint program,...
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,...
void glNamedBufferStorageMemEXT(int buffer, long size, int memory, long offset)
Entry point to C language function: void {@native glNamedBufferStorageMemEXT}(GLuint buffer,...
void glInvalidateFramebuffer(int target, int numAttachments, IntBuffer attachments)
Entry point to C language function: void {@native glInvalidateFramebuffer}(GLenum target,...
void glCopyBufferSubData(int readTarget, int writeTarget, long readOffset, long writeOffset, long size)
Entry point to C language function: void {@native glCopyBufferSubData}(GLenum readTarget,...
void glGetVertexAttribIiv(int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVertexAttribIiv}(GLuint index,...
void glMemoryBarrier(int barriers)
Entry point to C language function: void {@native glMemoryBarrier}(GLbitfield barriers) Part of GL...
void glBindTransformFeedback(int target, int id)
Entry point to C language function: void {@native glBindTransformFeedback}(GLenum target,...
void glBufferStorageMemEXT(int target, long size, int memory, long offset)
Entry point to C language function: void {@native glBufferStorageMemEXT}(GLenum target,...
void glGetTexLevelParameterfv(int target, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTexLevelParameterfv}(GLenum target,...
void glUniform1uiv(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform1uiv}(GLint location, GLsizei count,...
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,...
void glGetUniformuiv(int program, int location, IntBuffer params)
Entry point to C language function: void {@native glGetUniformuiv}(GLuint program,...
void glImportSemaphoreFdEXT(int semaphore, int handleType, int fd)
Entry point to C language function: void {@native glImportSemaphoreFdEXT}(GLuint semaphore,...
void glGetUnsignedBytei_vEXT(int target, int index, ByteBuffer data)
Entry point to C language function: void {@native glGetUnsignedBytei_vEXT}(GLenum target,...
void glGetUniformIndices(int program, int uniformCount, String[] uniformNames, IntBuffer uniformIndices)
Entry point to C language function: void {@native glGetUniformIndices}(GLuint program,...
void glEndConditionalRender()
Entry point to C language function: void {@native glEndConditionalRender}() Part of GL_VERSION_3_0...
void glResumeTransformFeedback()
Entry point to C language function: void {@native glResumeTransformFeedback}() Part of GL_ARB_tran...
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,...
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,...
void glBindVertexArray(int array)
Entry point to C language function: void {@native glBindVertexArray}(GLuint array) Part of GL_ARB_...
void glUniform2uiv(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform2uiv}(GLint location, GLsizei count,...
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,...
void glDeleteMemoryObjectsEXT(int n, IntBuffer memoryObjects)
Entry point to C language function: void {@native glDeleteMemoryObjectsEXT}(GLsizei n,...
void glDeleteSemaphoresEXT(int n, IntBuffer semaphores)
Entry point to C language function: void {@native glDeleteSemaphoresEXT}(GLsizei n,...
void glUniformMatrix4x3fv(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix4x3fv}(GLint location,...
void glEnablei(int target, int index)
Entry point to C language function: void {@native glEnablei}(GLenum target, GLuint index) Part of ...
void glGetnUniformuiv(int program, int location, int bufSize, IntBuffer params)
Entry point to C language function: void {@native glGetnUniformuiv}(GLuint program,...
void glUniformMatrix2x3fv(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix2x3fv}(GLint location,...
void glUniform3ui(int location, int v0, int v1, int v2)
Entry point to C language function: void {@native glUniform3ui}(GLint location, GLuint v0,...
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,...
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,...
void glUniform1ui(int location, int v0)
Entry point to C language function: void {@native glUniform1ui}(GLint location, GLuint v0) Part of...
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,...
void glEndTransformFeedback()
Entry point to C language function: void {@native glEndTransformFeedback}() Part of GL_ES_VERSION_...
void glFramebufferParameteri(int target, int pname, int param)
Entry point to C language function: void {@native glFramebufferParameteri}(GLenum target,...
void glGetFramebufferParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetFramebufferParameteriv}(GLenum target,...
void glMemoryObjectParameterivEXT(int memoryObject, int pname, IntBuffer params)
Entry point to C language function: void {@native glMemoryObjectParameterivEXT}(GLuint memoryObject,...
void glUniform4uiv(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform4uiv}(GLint location, GLsizei count,...
boolean glIsTransformFeedback(int id)
Entry point to C language function: GLboolean {@native glIsTransformFeedback}(GLuint id) Part of G...
void glGenTransformFeedbacks(int n, IntBuffer ids)
Entry point to C language function: void {@native glGenTransformFeedbacks}(GLsizei n,...
String glGetStringi(int name, int index)
Entry point to C language function: const GLubyte * {@native glGetStringi}(GLenum name,...
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,...
void glCreateMemoryObjectsEXT(int n, IntBuffer memoryObjects)
Entry point to C language function: void {@native glCreateMemoryObjectsEXT}(GLsizei n,...
void glTransformFeedbackVaryings(int program, int count, String[] varyings, int bufferMode)
Entry point to C language function: void {@native glTransformFeedbackVaryings}(GLuint program,...
void glGetBooleani_v(int target, int index, ByteBuffer data)
Entry point to C language function: void {@native glGetBooleani_v}(GLenum target,...
void glDeleteTransformFeedbacks(int n, IntBuffer ids)
Entry point to C language function: void {@native glDeleteTransformFeedbacks}(GLsizei n,...
void glBlendFuncSeparatei(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
Entry point to C language function: void {@native glBlendFuncSeparatei}(GLuint buf,...
void glBindBufferRange(int target, int index, int buffer, long offset, long size)
Entry point to C language function: void {@native glBindBufferRange}(GLenum target,...
void glUniformMatrix2x4fv(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix2x4fv}(GLint location,...
void glUniformMatrix3x2fv(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix3x2fv}(GLint location,...
void glSemaphoreParameterui64vEXT(int semaphore, int pname, LongBuffer params)
Entry point to C language function: void {@native glSemaphoreParameterui64vEXT}(GLuint semaphore,...
int glGetFragDataLocation(int program, String name)
Entry point to C language function: GLint {@native glGetFragDataLocation}(GLuint program,...
void glDrawArraysInstanced(int mode, int first, int count, int instancecount)
Entry point to C language function: void {@native glDrawArraysInstanced}(GLenum mode,...
void glFramebufferTextureLayer(int target, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glFramebufferTextureLayer}(GLenum target,...
int glGetUniformBlockIndex(int program, String uniformBlockName)
Entry point to C language function: GLuint {@native glGetUniformBlockIndex}(GLuint program,...
void glClearBufferfv(int buffer, int drawbuffer, FloatBuffer value)
Entry point to C language function: void {@native glClearBufferfv}(GLenum buffer,...
void glGetMemoryObjectParameterivEXT(int memoryObject, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMemoryObjectParameterivEXT}(GLuint memoryObje...
void glBlendFunci(int buf, int src, int dst)
Entry point to C language function: void {@native glBlendFunci}(GLuint buf, GLenum src,...
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,...
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,...
void glDeleteVertexArrays(int n, IntBuffer arrays)
Entry point to C language function: void {@native glDeleteVertexArrays}(GLsizei n,...
void glVertexAttribI4i(int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glVertexAttribI4i}(GLuint index,...
void glUniform2ui(int location, int v0, int v1)
Entry point to C language function: void {@native glUniform2ui}(GLint location, GLuint v0,...
void glGetInternalformativ(int target, int internalformat, int pname, int count, IntBuffer params)
Entry point to C language function: void {@native glGetInternalformativ}(GLenum target,...
void glFramebufferTextureEXT(int target, int attachment, int texture, int level)
Entry point to C language function: void {@native glFramebufferTextureEXT}(GLenum target,...
void glGetActiveUniformBlockiv(int program, int uniformBlockIndex, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetActiveUniformBlockiv}(GLuint program,...
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 textur...
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,...
void glGetActiveUniformsiv(int program, int uniformCount, IntBuffer uniformIndices, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetActiveUniformsiv}(GLuint program,...
void glGetIntegeri_v(int target, int index, IntBuffer data)
Entry point to C language function: void {@native glGetIntegeri_v}(GLenum target,...
void glGetUnsignedBytevEXT(int pname, ByteBuffer data)
Entry point to C language function: void {@native glGetUnsignedBytevEXT}(GLenum pname,...
boolean glIsEnabledi(int target, int index)
Entry point to C language function: GLboolean {@native glIsEnabledi}(GLenum target,...
void glBindBufferBase(int target, int index, int buffer)
Entry point to C language function: void {@native glBindBufferBase}(GLenum target,...
void glGenSemaphoresEXT(int n, IntBuffer semaphores)
Entry point to C language function: void {@native glGenSemaphoresEXT}(GLsizei n, GLuint * semaphores...
void glUniform3uiv(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform3uiv}(GLint location, GLsizei count,...
void glClearBufferiv(int buffer, int drawbuffer, IntBuffer value)
Entry point to C language function: void {@native glClearBufferiv}(GLenum buffer,...
void glVertexAttribI4iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI4iv}(GLuint index,...
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,...
void glVertexAttribDivisor(int index, int divisor)
Entry point to C language function: void {@native glVertexAttribDivisor}(GLuint index,...
void glVertexAttrib3dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib3dv}(GLuint index,...
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,...
void glBindFragDataLocation(int program, int color, String name)
Entry point to C language function: void {@native glBindFragDataLocation}(GLuint program,...
void glVertexArrayVertexBindingDivisorEXT(int vaobj, int bindingindex, int divisor)
Entry point to C language function: void {@native glVertexArrayVertexBindingDivisorEXT}(GLuint vaobj...
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,...
void glGetNamedProgramLocalParameterfvEXT(int program, int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint progr...
boolean glUnmapNamedBufferEXT(int buffer)
Entry point to C language function: GLboolean {@native glUnmapNamedBufferEXT}(GLuint buffer) Part ...
void glNamedBufferStorageEXT(int buffer, long size, Buffer data, int flags)
Entry point to C language function: void {@native glNamedBufferStorageEXT}(GLuint buffer,...
void glGetActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program,...
int glCheckNamedFramebufferStatusEXT(int framebuffer, int target)
Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatusEXT}(GLuint framebu...
void glVertexAttrib2s(int index, short x, short y)
Entry point to C language function: void {@native glVertexAttrib2s}(GLuint index,...
void glGetTextureParameterfvEXT(int texture, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture,...
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,...
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,...
void glNamedFramebufferTextureFaceEXT(int framebuffer, int attachment, int texture, int level, int face)
Entry point to C language function: void {@native glNamedFramebufferTextureFaceEXT}(GLuint framebuff...
void glGetMultiTexGenivEXT(int texunit, int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit,...
void glGetNamedProgramivEXT(int program, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program,...
void glVertexAttribL4dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL4dv}(GLuint index,...
void glVertexAttrib4s(int index, short x, short y, short z, short w)
Entry point to C language function: void {@native glVertexAttrib4s}(GLuint index,...
void glGetNamedBufferParameterui64vNV(int buffer, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameterui64vNV}(GLuint buffer,...
void glVertexAttribL1dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL1dv}(GLuint index,...
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,...
void glMatrixMultdEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)...
void glNamedFramebufferParameteri(int framebuffer, int pname, int param)
Entry point to C language function: void {@native glNamedFramebufferParameteri}(GLuint framebuffer,...
void glMatrixPopEXT(int mode)
Entry point to C language function: void {@native glMatrixPopEXT}(GLenum mode) Part of GL_EXT_dire...
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,...
void glVertexAttrib4Niv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Niv}(GLuint index,...
void glNamedBufferPageCommitmentEXT(int buffer, long offset, long size, boolean commit)
Entry point to C language function: void {@native glNamedBufferPageCommitmentEXT}(GLuint buffer,...
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,...
void glProgramUniformui64NV(int program, int location, long value)
Entry point to C language function: void {@native glProgramUniformui64NV}(GLuint program,...
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,...
void glRasterSamplesEXT(int samples, boolean fixedsamplelocations)
Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples,...
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,...
void glFramebufferTexture1D(int target, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glFramebufferTexture1D}(GLenum target,...
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,...
void glEnableVertexArrayEXT(int vaobj, int array)
Entry point to C language function: void {@native glEnableVertexArrayEXT}(GLuint vaobj,...
void glGetTextureParameterIivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture,...
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,...
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,...
void glProgramUniformMatrix2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2dvEXT}(GLuint program,...
void glMatrixMultfEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m) ...
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,...
void glMatrixTranslatefEXT(int mode, float x, float y, float z)
Entry point to C language function: void {@native glMatrixTranslatefEXT}(GLenum mode,...
void glMakeBufferNonResidentNV(int target)
Entry point to C language function: void {@native glMakeBufferNonResidentNV}(GLenum target) Part o...
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,...
void glVertexAttribL1d(int index, double x)
Entry point to C language function: void {@native glVertexAttribL1d}(GLuint index,...
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,...
void glEdgeFlagFormatNV(int stride)
Entry point to C language function: void {@native glEdgeFlagFormatNV}(GLsizei stride) Part of GL_N...
void glGetActiveUniformName(int program, int uniformIndex, int bufSize, IntBuffer length, ByteBuffer uniformName)
Entry point to C language function: void {@native glGetActiveUniformName}(GLuint program,...
void glVertexAttrib3d(int index, double x, double y, double z)
Entry point to C language function: void {@native glVertexAttrib3d}(GLuint index,...
void glMultiTexGenivEXT(int texunit, int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit,...
void glGetNamedBufferParameterivEXT(int buffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer,...
void glClearBufferData(int target, int internalformat, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearBufferData}(GLenum target,...
void glVertexAttrib3s(int index, short x, short y, short z)
Entry point to C language function: void {@native glVertexAttrib3s}(GLuint index,...
void glVertexAttrib4sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4sv}(GLuint index,...
void glColorFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glColorFormatNV}(GLint size, GLenum type,...
void glProgramUniformMatrix4x3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program,...
void glMultiTexGendEXT(int texunit, int coord, int pname, double param)
Entry point to C language function: void {@native glMultiTexGendEXT}(GLenum texunit,...
void glProgramUniformMatrix2x4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dv}(GLuint program,...
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,...
void glTessellationFactorAMD(float factor)
Entry point to C language function: void {@native glTessellationFactorAMD}(GLfloat factor) Part of...
void glMultiDrawArraysIndirectAMD(int mode, Buffer indirect, int primcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirectAMD}(GLenum mode,...
void glVertexAttrib4Nuiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nuiv}(GLuint index,...
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,...
void glClampColor(int target, int clamp)
Entry point to C language function: void {@native glClampColor}(GLenum target, GLenum clamp) Part ...
void glMaxShaderCompilerThreadsKHR(int count)
Entry point to C language function: void {@native glMaxShaderCompilerThreadsKHR}(GLuint count) Par...
void glVertexAttribFormatNV(int index, int size, int type, boolean normalized, int stride)
Entry point to C language function: void {@native glVertexAttribFormatNV}(GLuint index,...
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,...
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,...
void glSetMultisamplefvAMD(int pname, int index, FloatBuffer val)
Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname,...
void glGetnUniformdv(int program, int location, int bufSize, DoubleBuffer params)
Entry point to C language function: void {@native glGetnUniformdv}(GLuint program,...
void glProgramUniformMatrix4x3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dv}(GLuint program,...
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...
void glProgramUniformMatrix2x3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(GLuint program,...
void glDisableVertexArrayAttribEXT(int vaobj, int index)
Entry point to C language function: void {@native glDisableVertexArrayAttribEXT}(GLuint vaobj,...
void glGetNamedProgramLocalParameterIivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint prog...
void glMultiTexEnvfEXT(int texunit, int target, int pname, float param)
Entry point to C language function: void {@native glMultiTexEnvfEXT}(GLenum texunit,...
boolean glIsBufferResidentNV(int target)
Entry point to C language function: GLboolean {@native glIsBufferResidentNV}(GLenum target) Part o...
void glGetDoubleIndexedvEXT(int target, int index, DoubleBuffer data)
Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target,...
void glMultiTexEnvivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit,...
void glClearNamedBufferData(int buffer, int internalformat, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearNamedBufferData}(GLuint buffer,...
void glGetMultiTexParameterfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit,...
void glGetBufferSubData(int target, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetBufferSubData}(GLenum target,...
void glTextureRenderbufferEXT(int texture, int target, int renderbuffer)
Entry point to C language function: void {@native glTextureRenderbufferEXT}(GLuint texture,...
void glBufferPageCommitmentARB(int target, long offset, long size, boolean commit)
Entry point to C language function: void {@native glBufferPageCommitmentARB}(GLenum target,...
void glVertexAttrib1s(int index, short x)
Entry point to C language function: void {@native glVertexAttrib1s}(GLuint index,...
void glMatrixLoadTransposefEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode,...
void glMultiDrawElements(int mode, IntBuffer count, int type, PointerBuffer indices, int drawcount)
Entry point to C language function: void {@native glMultiDrawElements}(GLenum mode,...
void glGetVertexArrayPointeri_vEXT(int vaobj, int index, int pname, PointerBuffer param)
Entry point to C language function: void {@native glGetVertexArrayPointeri_vEXT}(GLuint vaobj,...
void glVertexAttribI3iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index,...
void glProgramUniformMatrix2x4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dvEXT}(GLuint program,...
void glInvalidateTexImage(int texture, int level)
Entry point to C language function: void {@native glInvalidateTexImage}(GLuint texture,...
void glNamedProgramLocalParameterI4uivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint progr...
void glNamedRenderbufferStorageMultisampleAdvancedAMD(int renderbuffer, int samples, int storageSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleAdvancedAMD}(...
void glMakeBufferResidentNV(int target, int access)
Entry point to C language function: void {@native glMakeBufferResidentNV}(GLenum target,...
void glProgramUniformMatrix4x2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dv}(GLuint program,...
void glGetIntegerui64i_vNV(int value, int index, LongBuffer result)
Entry point to C language function: void {@native glGetIntegerui64i_vNV}(GLenum value,...
void glWindowRectanglesEXT(int mode, int count, IntBuffer box)
Entry point to C language function: void {@native glWindowRectanglesEXT}(GLenum mode,...
void glGetMultiTexGendvEXT(int texunit, int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit,...
void glPushClientAttribDefaultEXT(int mask)
Entry point to C language function: void {@native glPushClientAttribDefaultEXT}(GLbitfield mask) P...
void glMatrixTranslatedEXT(int mode, double x, double y, double z)
Entry point to C language function: void {@native glMatrixTranslatedEXT}(GLenum mode,...
void glIndexFormatNV(int type, int stride)
Entry point to C language function: void {@native glIndexFormatNV}(GLenum type, GLsizei stride) Pa...
void glGetMultiTexParameterIivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit,...
void glProgramUniformui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniformui64vNV}(GLuint program,...
void glPixelStoref(int pname, float param)
Entry point to C language function: void {@native glPixelStoref}(GLenum pname, GLfloat param) Part...
void glProgramUniform4dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform4dv}(GLuint program,...
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,...
boolean glIsNamedBufferResidentNV(int buffer)
Entry point to C language function: GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer) P...
void glCoverageModulationNV(int components)
Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components) Part ...
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,...
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,...
void glTextureParameterfvEXT(int texture, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture,...
void glMatrixPushEXT(int mode)
Entry point to C language function: void {@native glMatrixPushEXT}(GLenum mode) Part of GL_EXT_dir...
void glVertexAttrib1dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index,...
void glMultiTexRenderbufferEXT(int texunit, int target, int renderbuffer)
Entry point to C language function: void {@native glMultiTexRenderbufferEXT}(GLenum texunit,...
void glVertexAttrib4Nsv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index,...
void glFramebufferDrawBuffersEXT(int framebuffer, int n, IntBuffer bufs)
Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer,...
void glTexCoordFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glTexCoordFormatNV}(GLint size,...
void glPolygonOffsetClampEXT(float factor, float units, float clamp)
Entry point to C language function: void {@native glPolygonOffsetClampEXT}(GLfloat factor,...
void glMultiTexGendvEXT(int texunit, int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit,...
void glMultiTexGeniEXT(int texunit, int coord, int pname, int param)
Entry point to C language function: void {@native glMultiTexGeniEXT}(GLenum texunit,...
ByteBuffer glMapNamedBufferEXT(int buffer, int access)
Entry point to C language function: void * {@native glMapNamedBufferEXT}(GLuint buffer,...
void glVertexAttrib4iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index,...
void glProgramUniform2dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program,...
void glGetPointeri_vEXT(int pname, int index, PointerBuffer params)
Entry point to C language function: void {@native glGetPointeri_vEXT}(GLenum pname,...
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,...
void glProgramUniformMatrix3x4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program,...
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,...
void glPointParameteriv(int pname, IntBuffer params)
Entry point to C language function: void {@native glPointParameteriv}(GLenum pname,...
void glGenerateMultiTexMipmapEXT(int texunit, int target)
Entry point to C language function: void {@native glGenerateMultiTexMipmapEXT}(GLenum texunit,...
void glMatrixLoadfEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m) ...
void glMultiTexGenfvEXT(int texunit, int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit,...
void glCoverageModulationTableNV(int n, FloatBuffer v)
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n,...
void glMatrixScaledEXT(int mode, double x, double y, double z)
Entry point to C language function: void {@native glMatrixScaledEXT}(GLenum mode,...
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,...
void glNamedFramebufferTextureEXT(int framebuffer, int attachment, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTextureEXT}(GLuint framebuffer,...
void glMatrixMultTransposefEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode,...
void glVertexArrayIndexOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayIndexOffsetEXT}(GLuint vaobj,...
void glDrawBuffer(int mode)
Entry point to C language function: void {@native glDrawBuffer}(GLenum mode) Part of GL_VERSION_1_...
void glGetQueryIndexediv(int target, int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetQueryIndexediv}(GLenum target,...
void glVertexAttrib4Nub(int index, byte x, byte y, byte z, byte w)
Entry point to C language function: void {@native glVertexAttrib4Nub}(GLuint index,...
void glProgramUniform1dEXT(int program, int location, double x)
Entry point to C language function: void {@native glProgramUniform1dEXT}(GLuint program,...
void glStencilOpValueAMD(int face, int value)
Entry point to C language function: void {@native glStencilOpValueAMD}(GLenum face,...
void glVertexAttribI1iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1iv}(GLuint index,...
void glTessellationModeAMD(int mode)
Entry point to C language function: void {@native glTessellationModeAMD}(GLenum mode) Part of GL_A...
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,...
void glGetFramebufferParameterivEXT(int framebuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer...
void glGetMultiTexLevelParameterivEXT(int texunit, int target, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit,...
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,...
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,...
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,...
void glVertexAttrib4bv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4bv}(GLuint index,...
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,...
void glVertexAttrib2dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index,...
ByteBuffer glMapNamedBufferRangeEXT(int buffer, long offset, long length, int access)
Entry point to C language function: void * {@native glMapNamedBufferRangeEXT}(GLuint buffer,...
void glMultiTexParameterfEXT(int texunit, int target, int pname, float param)
Entry point to C language function: void {@native glMultiTexParameterfEXT}(GLenum texunit,...
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,...
void glNamedProgramLocalParameter4fvEXT(int program, int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program...
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,...
void glGetBufferParameterui64vNV(int target, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target,...
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,...
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,...
void glMultiTexEnvfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit,...
void glVertexAttribL4d(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttribL4d}(GLuint index,...
void glRenderbufferStorageMultisampleAdvancedAMD(int target, int samples, int storageSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleAdvancedAMD}(GLenu...
void glProgramUniform3dEXT(int program, int location, double x, double y, double z)
Entry point to C language function: void {@native glProgramUniform3dEXT}(GLuint program,...
void glEnableIndexed(int target, int index)
Entry point to C language function: void {@native glEnableIndexed}(GLenum target,...
void glNamedBufferPageCommitmentARB(int buffer, long offset, long size, boolean commit)
Entry point to C language function: void {@native glNamedBufferPageCommitmentARB}(GLuint buffer,...
void glTextureParameterIuivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture,...
void glProvokingVertex(int mode)
Entry point to C language function: void {@native glProvokingVertex}(GLenum mode) Part of GL_ARB_p...
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,...
void glMatrixLoadIdentityEXT(int mode)
Entry point to C language function: void {@native glMatrixLoadIdentityEXT}(GLenum mode) Part of GL...
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,...
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,...
void glVertexAttribI4bv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4bv}(GLuint index,...
void glVertexAttrib4dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib4dv}(GLuint index,...
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,...
void glFramebufferDrawBufferEXT(int framebuffer, int mode)
Entry point to C language function: void {@native glFramebufferDrawBufferEXT}(GLuint framebuffer,...
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,...
void glGetTextureLevelParameterivEXT(int texture, int target, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture,...
void glProgramUniform3d(int program, int location, double v0, double v1, double v2)
Entry point to C language function: void {@native glProgramUniform3d}(GLuint program,...
void glProgramUniformMatrix3x4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dv}(GLuint program,...
void glVertexAttrib3sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib3sv}(GLuint index,...
void glMultiTexParameterfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit,...
void glProgramUniformMatrix3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program,...
void glVertexAttribL2d(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttribL2d}(GLuint index,...
void glGetIntegerIndexedv(int target, int index, IntBuffer data)
Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target,...
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 text...
void glInvalidateBufferData(int buffer)
Entry point to C language function: void {@native glInvalidateBufferData}(GLuint buffer) Part of G...
void glVertexArrayVertexAttribDivisorEXT(int vaobj, int index, int divisor)
Entry point to C language function: void {@native glVertexArrayVertexAttribDivisorEXT}(GLuint vaobj,...
void glMatrixMultTransposedEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode,...
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,...
void glMatrixLoadTransposedEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode,...
void glProgramUniformMatrix4x2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program,...
void glMakeNamedBufferNonResidentNV(int buffer)
Entry point to C language function: void {@native glMakeNamedBufferNonResidentNV}(GLuint buffer) P...
void glGetNamedRenderbufferParameterivEXT(int renderbuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint rende...
void glMultiTexParameteriEXT(int texunit, int target, int pname, int param)
Entry point to C language function: void {@native glMultiTexParameteriEXT}(GLenum texunit,...
void glEnableClientStateiEXT(int array, int index)
Entry point to C language function: void {@native glEnableClientStateiEXT}(GLenum array,...
void glNamedFramebufferTextureMultiviewOVR(int framebuffer, int attachment, int texture, int level, int baseViewIndex, int numViews)
Entry point to C language function: void {@native glNamedFramebufferTextureMultiviewOVR}(GLuint fram...
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,...
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,...
void glBeginQueryIndexed(int target, int index, int id)
Entry point to C language function: void {@native glBeginQueryIndexed}(GLenum target,...
void glGetVertexAttribdv(int index, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVertexAttribdv}(GLuint index,...
void glProgramUniform1d(int program, int location, double v0)
Entry point to C language function: void {@native glProgramUniform1d}(GLuint program,...
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,...
void glMultiTexParameterivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit,...
void glMultiTexGenfEXT(int texunit, int coord, int pname, float param)
Entry point to C language function: void {@native glMultiTexGenfEXT}(GLenum texunit,...
void glGetCoverageModulationTableNV(int bufSize, FloatBuffer v)
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufSize,...
void glNamedProgramStringEXT(int program, int target, int format, int len, Buffer string)
Entry point to C language function: void {@native glNamedProgramStringEXT}(GLuint program,...
void glSecondaryColorFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glSecondaryColorFormatNV}(GLint size,...
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,...
void glEnableClientStateIndexedEXT(int array, int index)
Entry point to C language function: void {@native glEnableClientStateIndexedEXT}(GLenum array,...
void glGetMultiTexParameterivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit,...
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,...
void glProgramUniform3dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform3dv}(GLuint program,...
void glNamedRenderbufferStorageMultisampleEXT(int renderbuffer, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleEXT}(GLuint r...
void glGetNamedProgramLocalParameterIuivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint pro...
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,...
void glEndQueryIndexed(int target, int index)
Entry point to C language function: void {@native glEndQueryIndexed}(GLenum target,...
void glProgramUniform2d(int program, int location, double v0, double v1)
Entry point to C language function: void {@native glProgramUniform2d}(GLuint program,...
void glVertexArrayVertexAttribLFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribLFormatEXT}(GLuint vaobj,...
void glMatrixRotatedEXT(int mode, double angle, double x, double y, double z)
Entry point to C language function: void {@native glMatrixRotatedEXT}(GLenum mode,...
void glVertexFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glVertexFormatNV}(GLint size, GLenum type,...
void glProgramUniform2dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform2dv}(GLuint program,...
void glMultiTexCoordPointerEXT(int texunit, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glMultiTexCoordPointerEXT}(GLenum texunit,...
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,...
void glVertexAttrib2sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index,...
void glMultiTexEnviEXT(int texunit, int target, int pname, int param)
Entry point to C language function: void {@native glMultiTexEnviEXT}(GLenum texunit,...
void glGetFloati_vEXT(int pname, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname,...
void glNamedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint prog...
void glProgramUniformMatrix3x2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dv}(GLuint program,...
void glPolygonMode(int face, int mode)
Entry point to C language function: void {@native glPolygonMode}(GLenum face, GLenum mode) Part of...
void glVertexAttribI4ubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4ubv}(GLuint index,...
void glProgramUniformMatrix2x3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program,...
void glVertexArrayBindVertexBufferEXT(int vaobj, int bindingindex, int buffer, long offset, int stride)
Entry point to C language function: void {@native glVertexArrayBindVertexBufferEXT}(GLuint vaobj,...
void glDebugMessageInsertAMD(int category, int severity, int id, int length, String buf)
Entry point to C language function: void {@native glDebugMessageInsertAMD}(GLenum category,...
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,...
void glGetNamedFramebufferParameteriv(int framebuffer, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(GLuint framebuff...
void glVertexAttribI2uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index,...
void glNamedCopyBufferSubDataEXT(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
Entry point to C language function: void {@native glNamedCopyBufferSubDataEXT}(GLuint readBuffer,...
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,...
void glFlushMappedNamedBufferRangeEXT(int buffer, long offset, long length)
Entry point to C language function: void {@native glFlushMappedNamedBufferRangeEXT}(GLuint buffer,...
void glNormalFormatNV(int type, int stride)
Entry point to C language function: void {@native glNormalFormatNV}(GLenum type, GLsizei stride) P...
void glGetInternalformati64v(int target, int internalformat, int pname, int count, LongBuffer params)
Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target,...
void glVertexAttrib4Nubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index,...
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...
void glProgramUniformMatrix3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3dv}(GLuint program,...
void glUniformui64NV(int location, long value)
Entry point to C language function: void {@native glUniformui64NV}(GLint location,...
void glVertexAttribIFormatNV(int index, int size, int type, int stride)
Entry point to C language function: void {@native glVertexAttribIFormatNV}(GLuint index,...
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,...
void glMultiDrawArrays(int mode, IntBuffer first, IntBuffer count, int drawcount)
Entry point to C language function: void {@native glMultiDrawArrays}(GLenum mode,...
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,...
void glMultiTexParameterIuivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit,...
void glNamedProgramLocalParameters4fvEXT(int program, int target, int index, int count, FloatBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint progra...
void glVertexAttrib1sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index,...
void glGetCompressedTextureImageEXT(int texture, int target, int lod, Buffer img)
Entry point to C language function: void {@native glGetCompressedTextureImageEXT}(GLuint texture,...
void glDisableIndexed(int target, int index)
Entry point to C language function: void {@native glDisableIndexed}(GLenum target,...
void glVertexAttribI4usv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index,...
void glGetMultiTexGenfvEXT(int texunit, int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit,...
void glVertexAttribI3uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3uiv}(GLuint index,...
void glDrawTransformFeedback(int mode, int id)
Entry point to C language function: void {@native glDrawTransformFeedback}(GLenum mode,...
void glDrawTransformFeedbackStream(int mode, int id, int stream)
Entry point to C language function: void {@native glDrawTransformFeedbackStream}(GLenum mode,...
void glTextureParameterfEXT(int texture, int target, int pname, float param)
Entry point to C language function: void {@native glTextureParameterfEXT}(GLuint texture,...
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,...
void glMatrixScalefEXT(int mode, float x, float y, float z)
Entry point to C language function: void {@native glMatrixScalefEXT}(GLenum mode,...
void glGetMultiTexEnvivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit,...
void glGetNamedProgramStringEXT(int program, int target, int pname, Buffer string)
Entry point to C language function: void {@native glGetNamedProgramStringEXT}(GLuint program,...
void glProgramUniform4dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program,...
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,...
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,...
void glVertexArrayVertexAttribIFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribIFormatEXT}(GLuint vaobj,...
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,...
void glVertexAttrib4d(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttrib4d}(GLuint index,...
void glNamedRenderbufferStorageEXT(int renderbuffer, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageEXT}(GLuint renderbuffer...
void glVertexAttrib4usv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4usv}(GLuint index,...
void glVertexAttrib1d(int index, double x)
Entry point to C language function: void {@native glVertexAttrib1d}(GLuint index,...
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,...
void glProgramUniform1dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform1dv}(GLuint program,...
void glDebugMessageEnableAMD(int category, int severity, int count, IntBuffer ids, boolean enabled)
Entry point to C language function: void {@native glDebugMessageEnableAMD}(GLenum category,...
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,...
void glVertexAttribI1i(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1i}(GLuint index,...
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,...
void glMultiTexParameterIivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit,...
void glProgramUniform2dEXT(int program, int location, double x, double y)
Entry point to C language function: void {@native glProgramUniform2dEXT}(GLuint program,...
void glProgramUniform3dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program,...
void glVertexArrayEdgeFlagOffsetEXT(int vaobj, int buffer, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayEdgeFlagOffsetEXT}(GLuint vaobj,...
void glNamedRenderbufferStorageMultisampleCoverageEXT(int renderbuffer, int coverageSamples, int colorSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleCoverageEXT}(...
void glVertexAttribI4sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index,...
void glGetMultiTexLevelParameterfvEXT(int texunit, int target, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit,...
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,...
void glTextureParameteriEXT(int texture, int target, int pname, int param)
Entry point to C language function: void {@native glTextureParameteriEXT}(GLuint texture,...
void glVertexAttrib4ubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index,...
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,...
void glGetVertexAttribLdv(int index, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLdv}(GLuint index,...
void glEnableVertexArrayAttribEXT(int vaobj, int index)
Entry point to C language function: void {@native glEnableVertexArrayAttribEXT}(GLuint vaobj,...
void glProgramUniformMatrix3x2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program,...
void glGetnCompressedTexImage(int target, int lod, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetnCompressedTexImage}(GLenum target,...
void glTextureBufferEXT(int texture, int target, int internalformat, int buffer)
Entry point to C language function: void {@native glTextureBufferEXT}(GLuint texture,...
void glBindMultiTextureEXT(int texunit, int target, int texture)
Entry point to C language function: void {@native glBindMultiTextureEXT}(GLenum texunit,...
void glGetVertexArrayIntegervEXT(int vaobj, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj,...
void glVertexAttrib4Nusv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index,...
void glGetNamedProgramLocalParameterdvEXT(int program, int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint progr...
void glGetIntegerui64vNV(int value, LongBuffer result)
Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value,...
void glFramebufferFetchBarrierEXT()
Entry point to C language function: void {@native glFramebufferFetchBarrierEXT}() Part of GL_EXT_s...
void glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2dv}(GLuint program,...
void glVertexAttribI1ui(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1ui}(GLuint index,...
void glGetNamedBufferSubDataEXT(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetNamedBufferSubDataEXT}(GLuint buffer,...
void glNamedFramebufferTextureLayerEXT(int framebuffer, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glNamedFramebufferTextureLayerEXT}(GLuint framebuf...
void glNamedFramebufferTexture2DEXT(int framebuffer, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture2DEXT}(GLuint framebuffer...
void glTextureParameterIivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture,...
void glVertexAttribL3dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index,...
void glVertexArrayFogCoordOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayFogCoordOffsetEXT}(GLuint vaobj,...
void glGetUniformui64vNV(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program,...
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,...
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,...
void glVertexAttribL3d(int index, double x, double y, double z)
Entry point to C language function: void {@native glVertexAttribL3d}(GLuint index,...
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,...
void glVertexArrayNormalOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayNormalOffsetEXT}(GLuint vaobj,...
void glNamedBufferSubDataEXT(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glNamedBufferSubDataEXT}(GLuint buffer,...
void glTextureParameterivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture,...
void glUniformui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniformui64vNV}(GLint location,...
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,...
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,...
void glNamedProgramLocalParameter4dvEXT(int program, int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program...
void glNamedFramebufferTexture1DEXT(int framebuffer, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture1DEXT}(GLuint framebuffer...
void glGetMultiTexEnvfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit,...
void glNamedProgramLocalParameterI4ivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint progra...
void glPrimitiveRestartIndex(int index)
Entry point to C language function: void {@native glPrimitiveRestartIndex}(GLuint index) Part of G...
void glDisableVertexArrayEXT(int vaobj, int array)
Entry point to C language function: void {@native glDisableVertexArrayEXT}(GLuint vaobj,...
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,...
void glInvalidateBufferSubData(int buffer, long offset, long length)
Entry point to C language function: void {@native glInvalidateBufferSubData}(GLuint buffer,...
void glGetVertexArrayPointervEXT(int vaobj, int pname, PointerBuffer param)
Entry point to C language function: void {@native glGetVertexArrayPointervEXT}(GLuint vaobj,...
void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4dv}(GLuint program,...
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 progra...
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,...
void glGetTextureLevelParameterfvEXT(int texture, int target, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture,...
void glGetTextureParameterIuivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture,...
void glVertexAttrib4Nbv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index,...
void glVertexArrayVertexAttribBindingEXT(int vaobj, int attribindex, int bindingindex)
Entry point to C language function: void {@native glVertexArrayVertexAttribBindingEXT}(GLuint vaobj,...
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,...
void glVertexAttrib2d(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttrib2d}(GLuint index,...
void glGetTextureParameterivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture,...
boolean glIsEnabledIndexed(int target, int index)
Entry point to C language function: GLboolean {@native glIsEnabledIndexed}(GLenum target,...
void glVertexAttribI2i(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2i}(GLuint index,...
void glClientAttribDefaultEXT(int mask)
Entry point to C language function: void {@native glClientAttribDefaultEXT}(GLbitfield mask) Part ...
void glGetDoublei_vEXT(int pname, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname,...
void glGetNamedFramebufferAttachmentParameterivEXT(int framebuffer, int attachment, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLu...
void glBufferAddressRangeNV(int pname, int index, long address, long length)
Entry point to C language function: void {@native glBufferAddressRangeNV}(GLenum pname,...
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...
void glMatrixLoaddEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)...
void glGetCompressedTexImage(int target, int level, Buffer img)
Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target,...
void glNamedFramebufferRenderbufferEXT(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer)
Entry point to C language function: void {@native glNamedFramebufferRenderbufferEXT}(GLuint framebuf...
void glNamedProgramLocalParametersI4ivEXT(int program, int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint progr...
void glMakeNamedBufferResidentNV(int buffer, int access)
Entry point to C language function: void {@native glMakeNamedBufferResidentNV}(GLuint buffer,...
void glFramebufferReadBufferEXT(int framebuffer, int mode)
Entry point to C language function: void {@native glFramebufferReadBufferEXT}(GLuint framebuffer,...
void glDisableClientStateIndexedEXT(int array, int index)
Entry point to C language function: void {@native glDisableClientStateIndexedEXT}(GLenum array,...
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,...
void glVertexAttribI1uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1uiv}(GLuint index,...
void glVertexAttribI3i(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3i}(GLuint index,...
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,...
void glVertexAttribI2iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2iv}(GLuint index,...
void glGetFloatIndexedvEXT(int target, int index, FloatBuffer data)
Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target,...
void glGetBooleanIndexedv(int target, int index, ByteBuffer data)
Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target,...
void glVertexAttribI2ui(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2ui}(GLuint index,...
void glMatrixRotatefEXT(int mode, float angle, float x, float y, float z)
Entry point to C language function: void {@native glMatrixRotatefEXT}(GLenum mode,...
void glGetDoublev(int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params) P...
void glGenerateTextureMipmapEXT(int texture, int target)
Entry point to C language function: void {@native glGenerateTextureMipmapEXT}(GLuint texture,...
void glGetVertexArrayIntegeri_vEXT(int vaobj, int index, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj,...
void glProgramUniformMatrix4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program,...
void glGetCompressedMultiTexImageEXT(int texunit, int target, int lod, Buffer img)
Entry point to C language function: void {@native glGetCompressedMultiTexImageEXT}(GLenum texunit,...
void glMultiTexBufferEXT(int texunit, int target, int internalformat, int buffer)
Entry point to C language function: void {@native glMultiTexBufferEXT}(GLenum texunit,...
void glVertexAttrib4uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4uiv}(GLuint index,...
void glPointParameteri(int pname, int param)
Entry point to C language function: void {@native glPointParameteri}(GLenum pname,...
void glProgramUniform1dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program,...
void glVertexAttribL2dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index,...
void glDisableClientStateiEXT(int array, int index)
Entry point to C language function: void {@native glDisableClientStateiEXT}(GLenum array,...
void glMultiDrawElementsIndirectAMD(int mode, int type, Buffer indirect, int primcount, int stride)
Entry point to C language function: void {@native glMultiDrawElementsIndirectAMD}(GLenum mode,...
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,...
void glFogCoordFormatNV(int type, int stride)
Entry point to C language function: void {@native glFogCoordFormatNV}(GLenum type,...
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,...
long glImportSyncEXT(int external_sync_type, long external_sync, int flags)
Entry point to C language function: GLsync {@native glImportSyncEXT}(GLenum external_sync_type,...
void glVertexAttribI3ui(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3ui}(GLuint index,...
void glGetMultiTexParameterIuivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit,...
void glNamedBufferDataEXT(int buffer, long size, Buffer data, int usage)
Entry point to C language function: void {@native glNamedBufferDataEXT}(GLuint buffer,...
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 text...
void glRects(short x1, short y1, short x2, short y2)
Entry point to C language function: void {@native glRects}(GLshort x1, GLshort y1,...
void glSecondaryColor3ub(byte red, byte green, byte blue)
Entry point to C language function: void {@native glSecondaryColor3ub}(GLubyte red,...
int glQueryResourceNV(int queryType, int tagId, int count, IntBuffer buffer)
Entry point to C language function: GLint {@native glQueryResourceNV}(GLenum queryType,...
void glColorMaterial(int face, int mode)
Entry point to C language function: void {@native glColorMaterial}(GLenum face, GLenum mode) Part ...
void glEndConditionalRenderNVX()
Entry point to C language function: void {@native glEndConditionalRenderNVX}() Part of GL_NVX_cond...
void glRasterPos2i(int x, int y)
Entry point to C language function: void {@native glRasterPos2i}(GLint x, GLint y) Part of GL_VERS...
GLBufferStorage mapNamedBufferRangeEXT(final int bufferName, final long offset, final long length, final int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRangeEXT(....
void glGenOcclusionQueriesNV(int n, IntBuffer ids)
Entry point to C language function: void {@native glGenOcclusionQueriesNV}(GLsizei n,...
void glVertexAttribL3ui64NV(int index, long x, long y, long z)
Entry point to C language function: void {@native glVertexAttribL3ui64NV}(GLuint index,...
boolean glReleaseKeyedMutexWin32EXT(int memory, long key)
Entry point to C language function: GLboolean {@native glReleaseKeyedMutexWin32EXT}(GLuint memory,...
void glColor3bv(ByteBuffer v)
Entry point to C language function: void {@native glColor3bv}(const GLbyte * v) Part of GL_VERSION...
void glTextureRangeAPPLE(int target, int length, Buffer pointer)
Entry point to C language function: void {@native glTextureRangeAPPLE}(GLenum target,...
void glVertexWeightfEXT(float weight)
Entry point to C language function: void {@native glVertexWeightfEXT}(GLfloat weight) Part of GL_E...
void glLighti(int light, int pname, int param)
Entry point to C language function: void {@native glLighti}(GLenum light, GLenum pname,...
void glLoadName(int name)
Entry point to C language function: void {@native glLoadName}(GLuint name) Part of GL_VERSION_1_0
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,...
int glGenLists(int range)
Entry point to C language function: GLuint {@native glGenLists}(GLsizei range) Part of GL_VERSION_...
void glClientWaitSemaphoreui64NVX(int fenceObjectCount, IntBuffer semaphoreArray, LongBuffer fenceValueArray)
Entry point to C language function: void {@native glClientWaitSemaphoreui64NVX}(GLsizei fenceObjectC...
int glObjectPurgeableAPPLE(int objectType, int name, int option)
Entry point to C language function: GLenum {@native glObjectPurgeableAPPLE}(GLenum objectType,...
void glColor3fv(FloatBuffer v)
Entry point to C language function: void {@native glColor3fv}(const GLfloat * v) Part of GL_VERSIO...
void glTexCoord2f(float s, float t)
Entry point to C language function: void {@native glTexCoord2f}(GLfloat s, GLfloat t) Part of GL_V...
void glColor3i(int red, int green, int blue)
Entry point to C language function: void {@native glColor3i}(GLint red, GLint green,...
void glCallList(int list)
Entry point to C language function: void {@native glCallList}(GLuint list) Part of GL_VERSION_1_0
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,...
void glTexCoord4dv(DoubleBuffer v)
Entry point to C language function: void {@native glTexCoord4dv}(const GLdouble * v) Part of GL_VE...
void glGetQueryObjectui64vEXT(int id, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetQueryObjectui64vEXT}(GLuint id,...
void glMatrixIndexPointerARB(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glMatrixIndexPointerARB}(GLint size,...
void glVertex4iv(IntBuffer v)
Entry point to C language function: void {@native glVertex4iv}(const GLint * v) Part of GL_VERSION...
void glVertexAttribL2i64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL2i64vNV}(GLuint index,...
void glSecondaryColor3ubv(ByteBuffer v)
Entry point to C language function: void {@native glSecondaryColor3ubv}(const GLubyte * v) Part of...
void glGetMinmaxParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMinmaxParameterfv}(GLenum target,...
void glGetVideoCaptureivNV(int video_capture_slot, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVideoCaptureivNV}(GLuint video_capture_slot,...
void glVertexAttrib2svARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib2svARB}(GLuint index,...
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,...
void glDrawCommandsStatesAddressNV(LongBuffer indirects, IntBuffer sizes, IntBuffer states, IntBuffer fbos, int count)
Entry point to C language function: void {@native glDrawCommandsStatesAddressNV}(const GLuint64 * in...
void glDeleteNamesAMD(int identifier, int num, IntBuffer names)
Entry point to C language function: void {@native glDeleteNamesAMD}(GLenum identifier,...
void glColorMaskIndexed(int index, boolean r, boolean g, boolean b, boolean a)
Entry point to C language function: void {@native glColorMaskIndexed}(GLuint index,...
void glWindowPos3d(double x, double y, double z)
Entry point to C language function: void {@native glWindowPos3d}(GLdouble x, GLdouble y,...
void glRasterPos4i(int x, int y, int z, int w)
Entry point to C language function: void {@native glRasterPos4i}(GLint x, GLint y,...
void glCommandListSegmentsNV(int list, int segments)
Entry point to C language function: void {@native glCommandListSegmentsNV}(GLuint list,...
void glMateriali(int face, int pname, int param)
Entry point to C language function: void {@native glMateriali}(GLenum face, GLenum pname,...
void glGetVertexAttribLui64vNV(int index, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLui64vNV}(GLuint index,...
void glVertex3d(double x, double y, double z)
Entry point to C language function: void {@native glVertex3d}(GLdouble x, GLdouble y,...
int glGenVertexShadersEXT(int range)
Entry point to C language function: GLuint {@native glGenVertexShadersEXT}(GLuint range) Part of G...
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,...
void glDisableVertexAttribArrayARB(int index)
Entry point to C language function: void {@native glDisableVertexAttribArrayARB}(GLuint index) Par...
void glNormal3sv(ShortBuffer v)
Entry point to C language function: void {@native glNormal3sv}(const GLshort * v) Part of GL_VERSI...
void glVertexAttrib4NbvARB(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NbvARB}(GLuint index,...
void glValidateProgramARB(long programObj)
Entry point to C language function: void {@native glValidateProgramARB}(GLhandleARB programObj) Pa...
void glGetnPixelMapusv(int map, int bufSize, ShortBuffer values)
Entry point to C language function: void {@native glGetnPixelMapusv}(GLenum map, GLsizei bufSize,...
void glUniform4iARB(int location, int v0, int v1, int v2, int v3)
Entry point to C language function: void {@native glUniform4iARB}(GLint location,...
void glVertex2fv(FloatBuffer v)
Entry point to C language function: void {@native glVertex2fv}(const GLfloat * v) Part of GL_VERSI...
void glMultiTexCoord3fv(int target, FloatBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3fv}(GLenum target,...
void glColor4bv(ByteBuffer v)
Entry point to C language function: void {@native glColor4bv}(const GLbyte * v) Part of GL_VERSION...
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,...
void glMultiTexCoord4d(int target, double s, double t, double r, double q)
Entry point to C language function: void {@native glMultiTexCoord4d}(GLenum target,...
void glPixelTransformParameteriEXT(int target, int pname, int param)
Entry point to C language function: void {@native glPixelTransformParameteriEXT}(GLenum target,...
GLBufferStorage mapNamedBufferEXT(int bufferName, int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferEXT(....
void glEvalPoint1(int i)
Entry point to C language function: void {@native glEvalPoint1}(GLint i) Part of GL_VERSION_1_0
void glTexCoord2sv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord2sv}(const GLshort * v) Part of GL_VER...
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,...
void glVertex2d(double x, double y)
Entry point to C language function: void {@native glVertex2d}(GLdouble x, GLdouble y) Part of GL_V...
void glTexCoord1bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glTexCoord1bvOES}(const GLbyte * coords) Part of...
void glTexCoord3bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glTexCoord3bvOES}(const GLbyte * coords) Part of...
void glVertex2iv(IntBuffer v)
Entry point to C language function: void {@native glVertex2iv}(const GLint * v) Part of GL_VERSION...
void glVDPAUGetSurfaceivNV(long surface, int pname, int count, IntBuffer length, IntBuffer values)
Entry point to C language function: void {@native glVDPAUGetSurfaceivNV}(GLvdpauSurfaceNV surface,...
void glVertex2dv(DoubleBuffer v)
Entry point to C language function: void {@native glVertex2dv}(const GLdouble * v) Part of GL_VERS...
void glSecondaryColor3dv(DoubleBuffer v)
Entry point to C language function: void {@native glSecondaryColor3dv}(const GLdouble * v) Part of...
void glMultiTexCoord2sv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2sv}(GLenum target,...
void glTexCoord3i(int s, int t, int r)
Entry point to C language function: void {@native glTexCoord3i}(GLint s, GLint t,...
void glPrioritizeTextures(int n, IntBuffer textures, FloatBuffer priorities)
Entry point to C language function: void {@native glPrioritizeTextures}(GLsizei n,...
void glUnmapTexture2DINTEL(int texture, int level)
Entry point to C language function: void {@native glUnmapTexture2DINTEL}(GLuint texture,...
void glSetLocalConstantEXT(int id, int type, Buffer addr)
Entry point to C language function: void {@native glSetLocalConstantEXT}(GLuint id,...
void glTexGend(int coord, int pname, double param)
Entry point to C language function: void {@native glTexGend}(GLenum coord, GLenum pname,...
void glBeginConditionalRenderNVX(int id)
Entry point to C language function: void {@native glBeginConditionalRenderNVX}(GLuint id) Part of ...
void glTexCoord3f(float s, float t, float r)
Entry point to C language function: void {@native glTexCoord3f}(GLfloat s, GLfloat t,...
void glMultiDrawArraysIndirectBindlessCountNV(int mode, Buffer indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount)
Entry point to C language function: void {@native glMultiDrawArraysIndirectBindlessCountNV}(GLenum m...
void glListBase(int base)
Entry point to C language function: void {@native glListBase}(GLuint base) Part of GL_VERSION_1_0
void glVertex3hv(ShortBuffer v)
Entry point to C language function: void {@native glVertex3hv}(const GLhalfNV * v) Part of GL_NV_h...
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,...
void glTexGenf(int coord, int pname, float param)
Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname,...
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,...
void glVertexAttrib4NusvARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NusvARB}(GLuint index,...
void glGetMapdv(int target, int query, DoubleBuffer v)
Entry point to C language function: void {@native glGetMapdv}(GLenum target, GLenum query,...
void glVertex2bOES(byte x, byte y)
Entry point to C language function: void {@native glVertex2bOES}(GLbyte x, GLbyte y) Part of GL_OE...
void glPNTrianglesiATI(int pname, int param)
Entry point to C language function: void {@native glPNTrianglesiATI}(GLenum pname,...
void glDrawCommandsAddressNV(int primitiveMode, LongBuffer indirects, IntBuffer sizes, int count)
Entry point to C language function: void {@native glDrawCommandsAddressNV}(GLenum primitiveMode,...
void glMultiTexCoord4h(int target, short s, short t, short r, short q)
Entry point to C language function: void {@native glMultiTexCoord4h}(GLenum target,...
void glConvolutionParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glConvolutionParameterfv}(GLenum target,...
void glBindTransformFeedbackNV(int target, int id)
Entry point to C language function: void {@native glBindTransformFeedbackNV}(GLenum target,...
void glVDPAUFiniNV()
Entry point to C language function: void {@native glVDPAUFiniNV}() Part of GL_NV_vdpau_interop
void glVariantsvEXT(int id, ShortBuffer addr)
Entry point to C language function: void {@native glVariantsvEXT}(GLuint id, const GLshort * addr) ...
void glGetMapParameterfvNV(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMapParameterfvNV}(GLenum target,...
void glGetProgramStringARB(int target, int pname, Buffer string)
Entry point to C language function: void {@native glGetProgramStringARB}(GLenum target,...
void glMultiTexCoord1s(int target, short s)
Entry point to C language function: void {@native glMultiTexCoord1s}(GLenum target,...
void glMultiTexCoord2bvOES(int texture, ByteBuffer coords)
Entry point to C language function: void {@native glMultiTexCoord2bvOES}(GLenum texture,...
void glGenNamesAMD(int identifier, int num, IntBuffer names)
Entry point to C language function: void {@native glGenNamesAMD}(GLenum identifier,...
void glMultiTexCoord1bOES(int texture, byte s)
Entry point to C language function: void {@native glMultiTexCoord1bOES}(GLenum texture,...
void glIndexubv(ByteBuffer c)
Entry point to C language function: void {@native glIndexubv}(const GLubyte * c) Part of GL_VERSIO...
void glTexCoord3fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord3fv}(const GLfloat * v) Part of GL_VER...
void glVertexAttrib3dARB(int index, double x, double y, double z)
Entry point to C language function: void {@native glVertexAttrib3dARB}(GLuint index,...
void glGetPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, Buffer data, IntBuffer bytesWritten)
Entry point to C language function: void {@native glGetPerfQueryDataINTEL}(GLuint queryHandle,...
void glMultiTexCoord2bOES(int texture, byte s, byte t)
Entry point to C language function: void {@native glMultiTexCoord2bOES}(GLenum texture,...
void glWindowPos2sv(ShortBuffer v)
Entry point to C language function: void {@native glWindowPos2sv}(const GLshort * v) Part of GL_VE...
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,...
void glVertexAttrib1dARB(int index, double x)
Entry point to C language function: void {@native glVertexAttrib1dARB}(GLuint index,...
void glSecondaryColor3usv(ShortBuffer v)
Entry point to C language function: void {@native glSecondaryColor3usv}(const GLushort * v) Part o...
void glMultiTexCoord4i(int target, int s, int t, int r, int q)
Entry point to C language function: void {@native glMultiTexCoord4i}(GLenum target,...
void glGetProgramEnvParameterIivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetProgramEnvParameterIivNV}(GLenum target,...
void glTexCoord1sv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord1sv}(const GLshort * v) Part of GL_VER...
void glVDPAUSurfaceAccessNV(long surface, int access)
Entry point to C language function: void {@native glVDPAUSurfaceAccessNV}(GLvdpauSurfaceNV surface,...
void glTexGeni(int coord, int pname, int param)
Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname,...
void glFogCoordhv(ShortBuffer fog)
Entry point to C language function: void {@native glFogCoordhv}(const GLhalfNV * fog) Part of GL_N...
void glFinishTextureSUNX()
Entry point to C language function: void {@native glFinishTextureSUNX}() Part of GL_SUNX_constant_...
void glGetNamedFramebufferParameterfvAMD(int framebuffer, int pname, int numsamples, int pixelindex, int size, FloatBuffer values)
Entry point to C language function: void {@native glGetNamedFramebufferParameterfvAMD}(GLuint frameb...
void glDrawElementsInstanced(int mode, int count, int type, Buffer indices, int instancecount)
Entry point to C language function: void {@native glDrawElementsInstanced}(GLenum mode,...
long glGetUniformOffsetEXT(int program, int location)
Entry point to C language function: GLintptr {@native glGetUniformOffsetEXT}(GLuint program,...
void glVertexAttrib3dvARB(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib3dvARB}(GLuint index,...
void glProgramVertexLimitNV(int target, int limit)
Entry point to C language function: void {@native glProgramVertexLimitNV}(GLenum target,...
void glIndexMask(int mask)
Entry point to C language function: void {@native glIndexMask}(GLuint mask) Part of GL_VERSION_1_0
void glProgramStringARB(int target, int format, int len, String string)
Entry point to C language function: void {@native glProgramStringARB}(GLenum target,...
void glPopAttrib()
Entry point to C language function: void {@native glPopAttrib}() Part of GL_VERSION_1_0
void glRasterPos3f(float x, float y, float z)
Entry point to C language function: void {@native glRasterPos3f}(GLfloat x, GLfloat y,...
void glQueryResourceTagNV(int tagId, ByteBuffer tagString)
Entry point to C language function: void {@native glQueryResourceTagNV}(GLint tagId,...
void glGetProgramLocalParameterfvARB(int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetProgramLocalParameterfvARB}(GLenum target,...
int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent)
Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa,...
void glPopName()
Entry point to C language function: void {@native glPopName}() Part of GL_VERSION_1_0
void glWeightusvARB(int size, ShortBuffer weights)
Entry point to C language function: void {@native glWeightusvARB}(GLint size, const GLushort * weigh...
void glColor3us(short red, short green, short blue)
Entry point to C language function: void {@native glColor3us}(GLushort red, GLushort green,...
void glRasterPos4iv(IntBuffer v)
Entry point to C language function: void {@native glRasterPos4iv}(const GLint * v) Part of GL_VERS...
void glDeleteLists(int list, int range)
Entry point to C language function: void {@native glDeleteLists}(GLuint list, GLsizei range) Part ...
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,...
void glVertex2sv(ShortBuffer v)
Entry point to C language function: void {@native glVertex2sv}(const GLshort * v) Part of GL_VERSI...
void glVertexAttrib1hv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1hv}(GLuint index,...
void glVertexAttribL1i64NV(int index, long x)
Entry point to C language function: void {@native glVertexAttribL1i64NV}(GLuint index,...
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,...
short glGetStageIndexNV(int shadertype)
Entry point to C language function: GLushort {@native glGetStageIndexNV}(GLenum shadertype) Part o...
void glIndexi(int c)
Entry point to C language function: void {@native glIndexi}(GLint c) Part of GL_VERSION_1_0
void glGetOcclusionQueryuivNV(int id, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetOcclusionQueryuivNV}(GLuint id,...
void glMultiTexCoord4bOES(int texture, byte s, byte t, byte r, byte q)
Entry point to C language function: void {@native glMultiTexCoord4bOES}(GLenum texture,...
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,...
void glDisableVertexAttribAPPLE(int index, int pname)
Entry point to C language function: void {@native glDisableVertexAttribAPPLE}(GLuint index,...
void glVertex4hv(ShortBuffer v)
Entry point to C language function: void {@native glVertex4hv}(const GLhalfNV * v) Part of GL_NV_h...
void glVideoCaptureStreamParameterivNV(int video_capture_slot, int stream, int pname, IntBuffer params)
Entry point to C language function: void {@native glVideoCaptureStreamParameterivNV}(GLuint video_ca...
void glVertexAttrib4NuivARB(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NuivARB}(GLuint index,...
void glTexCoord4bOES(byte s, byte t, byte r, byte q)
Entry point to C language function: void {@native glTexCoord4bOES}(GLbyte s, GLbyte t,...
void glVertex3iv(IntBuffer v)
Entry point to C language function: void {@native glVertex3iv}(const GLint * v) Part of GL_VERSION...
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,...
void glWindowPos2i(int x, int y)
Entry point to C language function: void {@native glWindowPos2i}(GLint x, GLint y) Part of GL_VERS...
void glColor4i(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glColor4i}(GLint red, GLint green,...
void glGetVideoCaptureStreamivNV(int video_capture_slot, int stream, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVideoCaptureStreamivNV}(GLuint video_capture_...
void glColor4ubv(ByteBuffer v)
Entry point to C language function: void {@native glColor4ubv}(const GLubyte * v) Part of GL_VERSI...
void glApplyTextureEXT(int mode)
Entry point to C language function: void {@native glApplyTextureEXT}(GLenum mode) Part of GL_EXT_l...
void glPixelTransformParameterivEXT(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glPixelTransformParameterivEXT}(GLenum target,...
void glVertexAttribL2ui64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL2ui64vNV}(GLuint index,...
void glGetVertexAttribivARB(int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVertexAttribivARB}(GLuint index,...
void glRasterPos3fv(FloatBuffer v)
Entry point to C language function: void {@native glRasterPos3fv}(const GLfloat * v) Part of GL_VE...
void glVertex3fv(FloatBuffer v)
Entry point to C language function: void {@native glVertex3fv}(const GLfloat * v) Part of GL_VERSI...
void glRenderGpuMaskNV(int mask)
Entry point to C language function: void {@native glRenderGpuMaskNV}(GLbitfield mask) Part of GL_N...
int glRenderMode(int mode)
Entry point to C language function: GLint {@native glRenderMode}(GLenum mode) Part of GL_VERSION_1...
void glVertex3h(short x, short y, short z)
Entry point to C language function: void {@native glVertex3h}(GLhalfNV x, GLhalfNV y,...
long glCreateShaderObjectARB(int shaderType)
Entry point to C language function: GLhandleARB {@native glCreateShaderObjectARB}(GLenum shaderType)...
void glVertexAttribs1hv(int index, int n, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribs1hv}(GLuint index,...
void glDeleteObjectARB(long obj)
Entry point to C language function: void {@native glDeleteObjectARB}(GLhandleARB obj) Part of GL_A...
void glUploadGpuMaskNVX(int mask)
Entry point to C language function: void {@native glUploadGpuMaskNVX}(GLbitfield mask) Part of GL_...
void glDisableVariantClientStateEXT(int id)
Entry point to C language function: void {@native glDisableVariantClientStateEXT}(GLuint id) Part ...
void glSetInvariantEXT(int id, int type, Buffer addr)
Entry point to C language function: void {@native glSetInvariantEXT}(GLuint id, GLenum type,...
void glMultiTexCoord4fv(int target, FloatBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4fv}(GLenum target,...
void glEnableVertexAttribArrayARB(int index)
Entry point to C language function: void {@native glEnableVertexAttribArrayARB}(GLuint index) Part...
void glGetProgramivARB(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetProgramivARB}(GLenum target,...
void glVertexAttrib2fARB(int index, float x, float y)
Entry point to C language function: void {@native glVertexAttrib2fARB}(GLuint index,...
void glConvolutionParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glConvolutionParameteriv}(GLenum target,...
void glVertex4bOES(byte x, byte y, byte z, byte w)
Entry point to C language function: void {@native glVertex4bOES}(GLbyte x, GLbyte y,...
void glVertexAttribParameteriAMD(int index, int pname, int param)
Entry point to C language function: void {@native glVertexAttribParameteriAMD}(GLuint index,...
void glTexCoord3dv(DoubleBuffer v)
Entry point to C language function: void {@native glTexCoord3dv}(const GLdouble * v) Part of GL_VE...
void glMultiTexCoord1f(int target, float s)
Entry point to C language function: void {@native glMultiTexCoord1f}(GLenum target,...
void glWindowPos3sv(ShortBuffer v)
Entry point to C language function: void {@native glWindowPos3sv}(const GLshort * v) Part of GL_VE...
void glGetPolygonStipple(ByteBuffer mask)
Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask) Part of GL_...
void glGetObjectParameterivARB(long obj, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetObjectParameterivARB}(GLhandleARB obj,...
void glGetLocalConstantIntegervEXT(int id, int value, IntBuffer data)
Entry point to C language function: void {@native glGetLocalConstantIntegervEXT}(GLuint id,...
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 waitSemaphor...
void glVertexAttrib2hv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib2hv}(GLuint index,...
void glPNTrianglesfATI(int pname, float param)
Entry point to C language function: void {@native glPNTrianglesfATI}(GLenum pname,...
void glTexCoord2s(short s, short t)
Entry point to C language function: void {@native glTexCoord2s}(GLshort s, GLshort t) Part of GL_V...
void glVertexAttribL1i64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL1i64vNV}(GLuint index,...
void glSyncTextureINTEL(int texture)
Entry point to C language function: void {@native glSyncTextureINTEL}(GLuint texture) Part of GL_I...
void glWindowPos3dv(DoubleBuffer v)
Entry point to C language function: void {@native glWindowPos3dv}(const GLdouble * v) Part of GL_V...
void glBlendFuncSeparateIndexedAMD(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
Entry point to C language function: void {@native glBlendFuncSeparateIndexedAMD}(GLuint buf,...
void glRasterPos4dv(DoubleBuffer v)
Entry point to C language function: void {@native glRasterPos4dv}(const GLdouble * v) Part of GL_V...
void glInterleavedArrays(int format, int stride, Buffer pointer)
Entry point to C language function: void {@native glInterleavedArrays}(GLenum format,...
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...
void glEvalCoord1fv(FloatBuffer u)
Entry point to C language function: void {@native glEvalCoord1fv}(const GLfloat * u) Part of GL_VE...
void glWeightubvARB(int size, ByteBuffer weights)
Entry point to C language function: void {@native glWeightubvARB}(GLint size, const GLubyte * weight...
void glVariantuivEXT(int id, IntBuffer addr)
Entry point to C language function: void {@native glVariantuivEXT}(GLuint id, const GLuint * addr) ...
void glConvolutionParameterf(int target, int pname, float params)
Entry point to C language function: void {@native glConvolutionParameterf}(GLenum target,...
void glSecondaryColor3i(int red, int green, int blue)
Entry point to C language function: void {@native glSecondaryColor3i}(GLint red, GLint green,...
void glMaterialiv(int face, int pname, IntBuffer params)
Entry point to C language function: void {@native glMaterialiv}(GLenum face, GLenum pname,...
void glTexRenderbufferNV(int target, int renderbuffer)
Entry point to C language function: void {@native glTexRenderbufferNV}(GLenum target,...
void glRasterPos4fv(FloatBuffer v)
Entry point to C language function: void {@native glRasterPos4fv}(const GLfloat * v) Part of GL_VE...
void glGetConvolutionParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetConvolutionParameterfv}(GLenum target,...
void glCurrentPaletteMatrixARB(int index)
Entry point to C language function: void {@native glCurrentPaletteMatrixARB}(GLint index) Part of ...
void glNormal3b(byte nx, byte ny, byte nz)
Entry point to C language function: void {@native glNormal3b}(GLbyte nx, GLbyte ny,...
void glMapGrid1f(int un, float u1, float u2)
Entry point to C language function: void {@native glMapGrid1f}(GLint un, GLfloat u1,...
void glVertexAttrib4NivARB(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NivARB}(GLuint index,...
void glPopClientAttrib()
Entry point to C language function: void {@native glPopClientAttrib}() Part of GL_VERSION_1_1
void glQueryObjectParameteruiAMD(int target, int id, int pname, int param)
Entry point to C language function: void {@native glQueryObjectParameteruiAMD}(GLenum target,...
void glFogCoorddv(DoubleBuffer coord)
Entry point to C language function: void {@native glFogCoorddv}(const GLdouble * coord) Part of GL...
void glMultiTexCoord2f(int target, float s, float t)
Entry point to C language function: void {@native glMultiTexCoord2f}(GLenum target,...
void glEdgeFlagPointer(int stride, Buffer ptr)
Entry point to C language function: void {@native glEdgeFlagPointer}(GLsizei stride,...
void glWindowPos2f(float x, float y)
Entry point to C language function: void {@native glWindowPos2f}(GLfloat x, GLfloat y) Part of GL_...
void glTexCoord4f(float s, float t, float r, float q)
Entry point to C language function: void {@native glTexCoord4f}(GLfloat s, GLfloat t,...
void glVertexAttrib4svARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4svARB}(GLuint index,...
void glMultiTexCoord2hv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2hv}(GLenum target,...
void glMulticastGetQueryObjectui64vNV(int gpu, int id, int pname, LongBuffer params)
Entry point to C language function: void {@native glMulticastGetQueryObjectui64vNV}(GLuint gpu,...
void glColor3ub(byte red, byte green, byte blue)
Entry point to C language function: void {@native glColor3ub}(GLubyte red, GLubyte green,...
void glVertexAttrib1svARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1svARB}(GLuint index,...
void glEndOcclusionQueryNV()
Entry point to C language function: void {@native glEndOcclusionQueryNV}() Part of GL_NV_occlusion...
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,...
void glFramebufferTextureFaceEXT(int target, int attachment, int texture, int level, int face)
Entry point to C language function: void {@native glFramebufferTextureFaceEXT}(GLenum target,...
void glVertexBlendARB(int count)
Entry point to C language function: void {@native glVertexBlendARB}(GLint count) Part of GL_ARB_ve...
void glVertexAttrib4dARB(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttrib4dARB}(GLuint index,...
void glDepthBoundsEXT(double zmin, double zmax)
Entry point to C language function: void {@native glDepthBoundsEXT}(GLclampd zmin,...
void glProgramEnvParametersI4ivNV(int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramEnvParametersI4ivNV}(GLenum target,...
void glCompileCommandListNV(int list)
Entry point to C language function: void {@native glCompileCommandListNV}(GLuint list) Part of GL_...
void glUnlockArraysEXT()
Entry point to C language function: void {@native glUnlockArraysEXT}() Part of GL_EXT_compiled_ver...
void glEvalMapsNV(int target, int mode)
Entry point to C language function: void {@native glEvalMapsNV}(GLenum target, GLenum mode) Part o...
void glMultiTexCoord3i(int target, int s, int t, int r)
Entry point to C language function: void {@native glMultiTexCoord3i}(GLenum target,...
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,...
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,...
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,...
void glVertex3sv(ShortBuffer v)
Entry point to C language function: void {@native glVertex3sv}(const GLshort * v) Part of GL_VERSI...
void glSecondaryColor3f(float red, float green, float blue)
Entry point to C language function: void {@native glSecondaryColor3f}(GLfloat red,...
void glRasterPos3s(short x, short y, short z)
Entry point to C language function: void {@native glRasterPos3s}(GLshort x, GLshort y,...
void glLineStipple(int factor, short pattern)
Entry point to C language function: void {@native glLineStipple}(GLint factor, GLushort pattern) P...
void glGetColorTableParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetColorTableParameteriv}(GLenum target,...
void glGetProgramLocalParameterIivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetProgramLocalParameterIivNV}(GLenum target,...
void glProgramEnvParameterI4ivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glProgramEnvParameterI4ivNV}(GLenum target,...
void glWeightsvARB(int size, ShortBuffer weights)
Entry point to C language function: void {@native glWeightsvARB}(GLint size, const GLshort * weights...
void glVertexAttrib4ivARB(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4ivARB}(GLuint index,...
void glColor4uiv(IntBuffer v)
Entry point to C language function: void {@native glColor4uiv}(const GLuint * v) Part of GL_VERSIO...
void glRectd(double x1, double y1, double x2, double y2)
Entry point to C language function: void {@native glRectd}(GLdouble x1, GLdouble y1,...
void glMatrixIndexubvARB(int size, ByteBuffer indices)
Entry point to C language function: void {@native glMatrixIndexubvARB}(GLint size,...
void glNormal3iv(IntBuffer v)
Entry point to C language function: void {@native glNormal3iv}(const GLint * v) Part of GL_VERSION...
void glFogCoordfv(FloatBuffer coord)
Entry point to C language function: void {@native glFogCoordfv}(const GLfloat * coord) Part of GL_...
void glWeightfvARB(int size, FloatBuffer weights)
Entry point to C language function: void {@native glWeightfvARB}(GLint size, const GLfloat * weights...
void glVertex3dv(DoubleBuffer v)
Entry point to C language function: void {@native glVertex3dv}(const GLdouble * v) Part of GL_VERS...
void glBeginVideoCaptureNV(int video_capture_slot)
Entry point to C language function: void {@native glBeginVideoCaptureNV}(GLuint video_capture_slot) ...
void glTexCoord2h(short s, short t)
Entry point to C language function: void {@native glTexCoord2h}(GLhalfNV s, GLhalfNV t) Part of GL...
void glSelectBuffer(int size, IntBuffer buffer)
Entry point to C language function: void {@native glSelectBuffer}(GLsizei size, GLuint * buffer) P...
void glGetLocalConstantFloatvEXT(int id, int value, FloatBuffer data)
Entry point to C language function: void {@native glGetLocalConstantFloatvEXT}(GLuint id,...
void glUseProgramObjectARB(long programObj)
Entry point to C language function: void {@native glUseProgramObjectARB}(GLhandleARB programObj) P...
void glEvalPoint2(int i, int j)
Entry point to C language function: void {@native glEvalPoint2}(GLint i, GLint j) Part of GL_VERSI...
void glProgramBufferParametersIuivNV(int target, int bindingIndex, int wordIndex, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramBufferParametersIuivNV}(GLenum target,...
void glVertex2h(short x, short y)
Entry point to C language function: void {@native glVertex2h}(GLhalfNV x, GLhalfNV y) Part of GL_N...
void glGetProgramLocalParameterIuivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetProgramLocalParameterIuivNV}(GLenum target,...
void glTexCoord2bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glTexCoord2bvOES}(const GLbyte * coords) Part of...
void glVertexAttrib2h(int index, short x, short y)
Entry point to C language function: void {@native glVertexAttrib2h}(GLuint index,...
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,...
void glTexCoord3sv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord3sv}(const GLshort * v) Part of GL_VER...
void glProgramSubroutineParametersuivNV(int target, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramSubroutineParametersuivNV}(GLenum target,...
void glMultiTexCoord4s(int target, short s, short t, short r, short q)
Entry point to C language function: void {@native glMultiTexCoord4s}(GLenum target,...
void glGenQueryResourceTagNV(int n, IntBuffer tagIds)
Entry point to C language function: void {@native glGenQueryResourceTagNV}(GLsizei n,...
void glColorTableParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glColorTableParameterfv}(GLenum target,...
void glVertexAttrib4fvARB(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib4fvARB}(GLuint index,...
void glGetnPixelMapuiv(int map, int bufSize, IntBuffer values)
Entry point to C language function: void {@native glGetnPixelMapuiv}(GLenum map, GLsizei bufSize,...
void glMulticastScissorArrayvNVX(int gpu, int first, int count, IntBuffer v)
Entry point to C language function: void {@native glMulticastScissorArrayvNVX}(GLuint gpu,...
void glEvalCoord2fv(FloatBuffer u)
Entry point to C language function: void {@native glEvalCoord2fv}(const GLfloat * u) Part of GL_VE...
void glVertexWeighth(short weight)
Entry point to C language function: void {@native glVertexWeighth}(GLhalfNV weight) Part of GL_NV_...
void glMinmax(int target, int internalformat, boolean sink)
Entry point to C language function: void {@native glMinmax}(GLenum target, GLenum internalformat,...
void glIndexFuncEXT(int func, float ref)
Entry point to C language function: void {@native glIndexFuncEXT}(GLenum func, GLclampf ref) Part ...
void glColor3s(short red, short green, short blue)
Entry point to C language function: void {@native glColor3s}(GLshort red, GLshort green,...
void glUniform2fARB(int location, float v0, float v1)
Entry point to C language function: void {@native glUniform2fARB}(GLint location,...
void glMultiTexCoord1dv(int target, DoubleBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1dv}(GLenum target,...
void glEdgeFlagv(ByteBuffer flag)
Entry point to C language function: void {@native glEdgeFlagv}(const GLboolean * flag) Part of GL_...
void glEndVertexShaderEXT()
Entry point to C language function: void {@native glEndVertexShaderEXT}() Part of GL_EXT_vertex_sh...
void glProgramEnvParameter4dvARB(int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glProgramEnvParameter4dvARB}(GLenum target,...
void glTexCoord1s(short s)
Entry point to C language function: void {@native glTexCoord1s}(GLshort s) Part of GL_VERSION_1_0
void glEndVideoCaptureNV(int video_capture_slot)
Entry point to C language function: void {@native glEndVideoCaptureNV}(GLuint video_capture_slot) ...
void glVertexAttrib1fvARB(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib1fvARB}(GLuint index,...
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,...
void glUniformMatrix4fvARB(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix4fvARB}(GLint location,...
void glShaderSourceARB(long shaderObj, int count, String[] string, IntBuffer length)
Entry point to C language function: void {@native glShaderSourceARB}(GLhandleARB shaderObj,...
boolean glIsList(int list)
Entry point to C language function: GLboolean {@native glIsList}(GLuint list) Part of GL_VERSION_1...
void glPauseTransformFeedbackNV()
Entry point to C language function: void {@native glPauseTransformFeedbackNV}() Part of GL_NV_tran...
void glGetInvariantFloatvEXT(int id, int value, FloatBuffer data)
Entry point to C language function: void {@native glGetInvariantFloatvEXT}(GLuint id,...
void glTexCoord2bOES(byte s, byte t)
Entry point to C language function: void {@native glTexCoord2bOES}(GLbyte s, GLbyte t) Part of GL_...
void glMultiTexCoord4bvOES(int texture, ByteBuffer coords)
Entry point to C language function: void {@native glMultiTexCoord4bvOES}(GLenum texture,...
void glRasterPos3iv(IntBuffer v)
Entry point to C language function: void {@native glRasterPos3iv}(const GLint * v) Part of GL_VERS...
void glResumeTransformFeedbackNV()
Entry point to C language function: void {@native glResumeTransformFeedbackNV}() Part of GL_NV_tra...
void glBeginOcclusionQueryNV(int id)
Entry point to C language function: void {@native glBeginOcclusionQueryNV}(GLuint id) Part of GL_N...
void glVertexAttrib4h(int index, short x, short y, short z, short w)
Entry point to C language function: void {@native glVertexAttrib4h}(GLuint index,...
void glMulticastGetQueryObjectuivNV(int gpu, int id, int pname, IntBuffer params)
Entry point to C language function: void {@native glMulticastGetQueryObjectuivNV}(GLuint gpu,...
void glSecondaryColor3bv(ByteBuffer v)
Entry point to C language function: void {@native glSecondaryColor3bv}(const GLbyte * v) Part of G...
void glShaderOp1EXT(int op, int res, int arg1)
Entry point to C language function: void {@native glShaderOp1EXT}(GLenum op, GLuint res,...
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,...
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,...
void glColor3b(byte red, byte green, byte blue)
Entry point to C language function: void {@native glColor3b}(GLbyte red, GLbyte green,...
void glGetHistogramParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetHistogramParameteriv}(GLenum target,...
void glSecondaryColor3h(short red, short green, short blue)
Entry point to C language function: void {@native glSecondaryColor3h}(GLhalfNV red,...
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,...
void glMultiTexCoord2s(int target, short s, short t)
Entry point to C language function: void {@native glMultiTexCoord2s}(GLenum target,...
void glTranslated(double x, double y, double z)
Entry point to C language function: void {@native glTranslated}(GLdouble x, GLdouble y,...
void glWeightbvARB(int size, ByteBuffer weights)
Entry point to C language function: void {@native glWeightbvARB}(GLint size, const GLbyte * weights)...
void glProgramBufferParametersfvNV(int target, int bindingIndex, int wordIndex, int count, FloatBuffer params)
Entry point to C language function: void {@native glProgramBufferParametersfvNV}(GLenum target,...
int glBindTexGenParameterEXT(int unit, int coord, int value)
Entry point to C language function: GLuint {@native glBindTexGenParameterEXT}(GLenum unit,...
void glProgramLocalParameterI4ivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glProgramLocalParameterI4ivNV}(GLenum target,...
void glEvalCoord2f(float u, float v)
Entry point to C language function: void {@native glEvalCoord2f}(GLfloat u, GLfloat v) Part of GL_...
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,...
void glPixelTransferi(int pname, int param)
Entry point to C language function: void {@native glPixelTransferi}(GLenum pname,...
void glVertexAttribL2ui64NV(int index, long x, long y)
Entry point to C language function: void {@native glVertexAttribL2ui64NV}(GLuint index,...
void glVertexAttrib4ubvARB(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4ubvARB}(GLuint index,...
void glIndexfv(FloatBuffer c)
Entry point to C language function: void {@native glIndexfv}(const GLfloat * c) Part of GL_VERSION...
void glPolygonStipple(ByteBuffer mask)
Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask) Part of ...
void glSecondaryColor3ui(int red, int green, int blue)
Entry point to C language function: void {@native glSecondaryColor3ui}(GLuint red,...
void glLoadTransposeMatrixf(FloatBuffer m)
Entry point to C language function: void {@native glLoadTransposeMatrixf}(const GLfloat * m) Part ...
void glVertexAttrib1h(int index, short x)
Entry point to C language function: void {@native glVertexAttrib1h}(GLuint index,...
int glBindMaterialParameterEXT(int face, int value)
Entry point to C language function: GLuint {@native glBindMaterialParameterEXT}(GLenum face,...
void glTexCoord4h(short s, short t, short r, short q)
Entry point to C language function: void {@native glTexCoord4h}(GLhalfNV s, GLhalfNV t,...
void glAlphaToCoverageDitherControlNV(int mode)
Entry point to C language function: void {@native glAlphaToCoverageDitherControlNV}(GLenum mode) P...
void glMapParameterivNV(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMapParameterivNV}(GLenum target,...
void glTexCoord3s(short s, short t, short r)
Entry point to C language function: void {@native glTexCoord3s}(GLshort s, GLshort t,...
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,...
void glMultiDrawArraysIndirectBindlessNV(int mode, Buffer indirect, int drawCount, int stride, int vertexBufferCount)
Entry point to C language function: void {@native glMultiDrawArraysIndirectBindlessNV}(GLenum mode,...
void glIndexPointer(int type, int stride, Buffer ptr)
Entry point to C language function: void {@native glIndexPointer}(GLenum type, GLsizei stride,...
void glRasterPos4d(double x, double y, double z, double w)
Entry point to C language function: void {@native glRasterPos4d}(GLdouble x, GLdouble y,...
void glGetConvolutionFilter(int target, int format, int type, Buffer image)
Entry point to C language function: void {@native glGetConvolutionFilter}(GLenum target,...
void glMultiTexCoord3dv(int target, DoubleBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3dv}(GLenum target,...
void glClipPlanef(int plane, FloatBuffer equation)
Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equati...
boolean glIsVariantEnabledEXT(int id, int cap)
Entry point to C language function: GLboolean {@native glIsVariantEnabledEXT}(GLuint id,...
void glMultiTexCoord1h(int target, short s)
Entry point to C language function: void {@native glMultiTexCoord1h}(GLenum target,...
void glTexCoord4iv(IntBuffer v)
Entry point to C language function: void {@native glTexCoord4iv}(const GLint * v) Part of GL_VERSI...
void glGetMaterialiv(int face, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMaterialiv}(GLenum face, GLenum pname,...
void glSecondaryColor3uiv(IntBuffer v)
Entry point to C language function: void {@native glSecondaryColor3uiv}(const GLuint * v) Part of ...
void glColor4fv(FloatBuffer v)
Entry point to C language function: void {@native glColor4fv}(const GLfloat * v) Part of GL_VERSIO...
void glInsertComponentEXT(int res, int src, int num)
Entry point to C language function: void {@native glInsertComponentEXT}(GLuint res,...
void glPixelTransferf(int pname, float param)
Entry point to C language function: void {@native glPixelTransferf}(GLenum pname,...
void glWeightivARB(int size, IntBuffer weights)
Entry point to C language function: void {@native glWeightivARB}(GLint size, const GLint * weights) ...
boolean glIsTransformFeedbackNV(int id)
Entry point to C language function: GLboolean {@native glIsTransformFeedbackNV}(GLuint id) Part of...
void glPassThrough(float token)
Entry point to C language function: void {@native glPassThrough}(GLfloat token) Part of GL_VERSION...
void glMultTransposeMatrixd(DoubleBuffer m)
Entry point to C language function: void {@native glMultTransposeMatrixd}(const GLdouble * m) Part...
void glTexCoord3bOES(byte s, byte t, byte r)
Entry point to C language function: void {@native glTexCoord3bOES}(GLbyte s, GLbyte t,...
void glGetProgramEnvParameterdvARB(int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetProgramEnvParameterdvARB}(GLenum target,...
void glGetClipPlane(int plane, DoubleBuffer equation)
Entry point to C language function: void {@native glGetClipPlane}(GLenum plane, GLdouble * equation)...
void glTextureLightEXT(int pname)
Entry point to C language function: void {@native glTextureLightEXT}(GLenum pname) Part of GL_EXT_...
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 waitSemapho...
void glTexCoord3d(double s, double t, double r)
Entry point to C language function: void {@native glTexCoord3d}(GLdouble s, GLdouble t,...
void glBindVideoCaptureStreamBufferNV(int video_capture_slot, int stream, int frame_region, long offset)
Entry point to C language function: void {@native glBindVideoCaptureStreamBufferNV}(GLuint video_cap...
void glBegin(int mode)
Entry point to C language function: void {@native glBegin}(GLenum mode) Part of GL_VERSION_1_0
void glMultiTexCoord2d(int target, double s, double t)
Entry point to C language function: void {@native glMultiTexCoord2d}(GLenum target,...
void glUniformMatrix2fvARB(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix2fvARB}(GLint location,...
void glWindowPos3iv(IntBuffer v)
Entry point to C language function: void {@native glWindowPos3iv}(const GLint * v) Part of GL_VERS...
void glDeleteOcclusionQueriesNV(int n, IntBuffer ids)
Entry point to C language function: void {@native glDeleteOcclusionQueriesNV}(GLsizei n,...
void glVertex4fv(FloatBuffer v)
Entry point to C language function: void {@native glVertex4fv}(const GLfloat * v) Part of GL_VERSI...
void glTexCoord1bOES(byte s)
Entry point to C language function: void {@native glTexCoord1bOES}(GLbyte s) Part of GL_OES_byte_c...
void glFogCoordf(float coord)
Entry point to C language function: void {@native glFogCoordf}(GLfloat coord) Part of GL_VERSION_1...
void glMulticastViewportPositionWScaleNVX(int gpu, int index, float xcoeff, float ycoeff)
Entry point to C language function: void {@native glMulticastViewportPositionWScaleNVX}(GLuint gpu,...
void glMultiTexCoord2i(int target, int s, int t)
Entry point to C language function: void {@native glMultiTexCoord2i}(GLenum target,...
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,...
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,...
void glRenderbufferStorageMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleCoverageNV}(GLenum...
void glBufferStorageExternalEXT(int target, long offset, long size, Buffer clientBuffer, int flags)
Entry point to C language function: void {@native glBufferStorageExternalEXT}(GLenum target,...
void glUniform1iARB(int location, int v0)
Entry point to C language function: void {@native glUniform1iARB}(GLint location,...
void glGetVideoCaptureStreamdvNV(int video_capture_slot, int stream, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVideoCaptureStreamdvNV}(GLuint video_capture_...
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...
void glMulticastGetQueryObjecti64vNV(int gpu, int id, int pname, LongBuffer params)
Entry point to C language function: void {@native glMulticastGetQueryObjecti64vNV}(GLuint gpu,...
void glTexCoord2fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord2fv}(const GLfloat * v) Part of GL_VER...
void glFlushPixelDataRangeNV(int target)
Entry point to C language function: void {@native glFlushPixelDataRangeNV}(GLenum target) Part of ...
void glColor4s(short red, short green, short blue, short alpha)
Entry point to C language function: void {@native glColor4s}(GLshort red, GLshort green,...
void glUniform1fARB(int location, float v0)
Entry point to C language function: void {@native glUniform1fARB}(GLint location,...
void glCreateCommandListsNV(int n, IntBuffer lists)
Entry point to C language function: void {@native glCreateCommandListsNV}(GLsizei n,...
void glTexGendv(int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glTexGendv}(GLenum coord, GLenum pname,...
void glUniform2fvARB(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform2fvARB}(GLint location,...
void glMultiTexCoord3hv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3hv}(GLenum target,...
void glRasterPos3dv(DoubleBuffer v)
Entry point to C language function: void {@native glRasterPos3dv}(const GLdouble * v) Part of GL_V...
void glGetTexGendv(int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetTexGendv}(GLenum coord, GLenum pname,...
void glStringMarkerGREMEDY(int len, Buffer string)
Entry point to C language function: void {@native glStringMarkerGREMEDY}(GLsizei len,...
void glFogiv(int pname, IntBuffer params)
Entry point to C language function: void {@native glFogiv}(GLenum pname, const GLint * params) Par...
void glProvokingVertexEXT(int mode)
Entry point to C language function: void {@native glProvokingVertexEXT}(GLenum mode) Part of GL_EX...
void glGetnPolygonStipple(int bufSize, ByteBuffer pattern)
Entry point to C language function: void {@native glGetnPolygonStipple}(GLsizei bufSize,...
boolean glIsStateNV(int state)
Entry point to C language function: GLboolean {@native glIsStateNV}(GLuint state) Part of GL_NV_co...
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,...
void glVertex3bOES(byte x, byte y, byte z)
Entry point to C language function: void {@native glVertex3bOES}(GLbyte x, GLbyte y,...
void glTexCoord3h(short s, short t, short r)
Entry point to C language function: void {@native glTexCoord3h}(GLhalfNV s, GLhalfNV t,...
void glMultiTexCoord3iv(int target, IntBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3iv}(GLenum target,...
void glTexGenfv(int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname,...
void glMulticastFramebufferSampleLocationsfvNV(int gpu, int framebuffer, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glMulticastFramebufferSampleLocationsfvNV}(GLuint ...
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,...
int glBindTextureUnitParameterEXT(int unit, int value)
Entry point to C language function: GLuint {@native glBindTextureUnitParameterEXT}(GLenum unit,...
boolean glIsNameAMD(int identifier, int name)
Entry point to C language function: GLboolean {@native glIsNameAMD}(GLenum identifier,...
void glMultiTexCoord4iv(int target, IntBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4iv}(GLenum target,...
void glClearAccum(float red, float green, float blue, float alpha)
Entry point to C language function: void {@native glClearAccum}(GLfloat red, GLfloat green,...
void glMulticastBufferSubDataNV(int gpuMask, int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glMulticastBufferSubDataNV}(GLbitfield gpuMask,...
void glFeedbackBuffer(int size, int type, FloatBuffer buffer)
Entry point to C language function: void {@native glFeedbackBuffer}(GLsizei size,...
void glSecondaryColor3sv(ShortBuffer v)
Entry point to C language function: void {@native glSecondaryColor3sv}(const GLshort * v) Part of ...
void glVertexAttrib4NubvARB(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NubvARB}(GLuint index,...
void glWindowPos3fv(FloatBuffer v)
Entry point to C language function: void {@native glWindowPos3fv}(const GLfloat * v) Part of GL_VE...
void glShaderOp2EXT(int op, int res, int arg1, int arg2)
Entry point to C language function: void {@native glShaderOp2EXT}(GLenum op, GLuint res,...
void glCallCommandListNV(int list)
Entry point to C language function: void {@native glCallCommandListNV}(GLuint list) Part of GL_NV_...
void glColor4ui(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glColor4ui}(GLuint red, GLuint green,...
void glSecondaryColor3iv(IntBuffer v)
Entry point to C language function: void {@native glSecondaryColor3iv}(const GLint * v) Part of GL...
void glMulticastBarrierNV()
Entry point to C language function: void {@native glMulticastBarrierNV}() Part of GL_NV_gpu_multic...
void glVertex4f(float x, float y, float z, float w)
Entry point to C language function: void {@native glVertex4f}(GLfloat x, GLfloat y,...
void glColor3sv(ShortBuffer v)
Entry point to C language function: void {@native glColor3sv}(const GLshort * v) Part of GL_VERSIO...
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,...
void glGetInfoLogARB(long obj, int maxLength, IntBuffer length, ByteBuffer infoLog)
Entry point to C language function: void {@native glGetInfoLogARB}(GLhandleARB obj,...
void glVertexAttribL3ui64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL3ui64vNV}(GLuint index,...
void glVertexAttribL4ui64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL4ui64vNV}(GLuint index,...
void glBindProgramARB(int target, int program)
Entry point to C language function: void {@native glBindProgramARB}(GLenum target,...
void glGetUniformfvARB(long programObj, int location, FloatBuffer params)
Entry point to C language function: void {@native glGetUniformfvARB}(GLhandleARB programObj,...
void glDrawCommandsNV(int primitiveMode, int buffer, PointerBuffer indirects, IntBuffer sizes, int count)
Entry point to C language function: void {@native glDrawCommandsNV}(GLenum primitiveMode,...
long glVDPAURegisterVideoSurfaceNV(Buffer vdpSurface, int target, int numTextureNames, IntBuffer textureNames)
Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterVideoSurfaceNV}(const v...
void glTexCoord2hv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord2hv}(const GLhalfNV * v) Part of GL_NV...
void glVariantPointerEXT(int id, int type, int stride, Buffer addr)
Entry point to C language function: void {@native glVariantPointerEXT}(GLuint id,...
void glColor3usv(ShortBuffer v)
Entry point to C language function: void {@native glColor3usv}(const GLushort * v) Part of GL_VERS...
void glResetHistogram(int target)
Entry point to C language function: void {@native glResetHistogram}(GLenum target) Part of GL_ARB_...
void glUniform4fvARB(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform4fvARB}(GLint location,...
void glProgramEnvParameter4fvARB(int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glProgramEnvParameter4fvARB}(GLenum target,...
void glMultiTexCoord3h(int target, short s, short t, short r)
Entry point to C language function: void {@native glMultiTexCoord3h}(GLenum target,...
void glEndList()
Entry point to C language function: void {@native glEndList}() Part of GL_VERSION_1_0
void glCallLists(int n, int type, Buffer lists)
Entry point to C language function: void {@native glCallLists}(GLsizei n, GLenum type,...
void glVariantfvEXT(int id, FloatBuffer addr)
Entry point to C language function: void {@native glVariantfvEXT}(GLuint id, const GLfloat * addr) ...
void glGetnConvolutionFilter(int target, int format, int type, int bufSize, Buffer image)
Entry point to C language function: void {@native glGetnConvolutionFilter}(GLenum target,...
int glObjectUnpurgeableAPPLE(int objectType, int name, int option)
Entry point to C language function: GLenum {@native glObjectUnpurgeableAPPLE}(GLenum objectType,...
void glVertexAttrib1sARB(int index, short x)
Entry point to C language function: void {@native glVertexAttrib1sARB}(GLuint index,...
void glLinkProgramARB(long programObj)
Entry point to C language function: void {@native glLinkProgramARB}(GLhandleARB programObj) Part o...
void glConservativeRasterParameterfNV(int pname, float value)
Entry point to C language function: void {@native glConservativeRasterParameterfNV}(GLenum pname,...
void glDrawTransformFeedbackNV(int mode, int id)
Entry point to C language function: void {@native glDrawTransformFeedbackNV}(GLenum mode,...
void glWindowPos2fv(FloatBuffer v)
Entry point to C language function: void {@native glWindowPos2fv}(const GLfloat * v) Part of GL_VE...
void glIndexiv(IntBuffer c)
Entry point to C language function: void {@native glIndexiv}(const GLint * c) Part of GL_VERSION_1...
void glNormal3h(short nx, short ny, short nz)
Entry point to C language function: void {@native glNormal3h}(GLhalfNV nx, GLhalfNV ny,...
void glUniform3fARB(int location, float v0, float v1, float v2)
Entry point to C language function: void {@native glUniform3fARB}(GLint location,...
void glGetMapAttribParameterivNV(int target, int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMapAttribParameterivNV}(GLenum target,...
void glColor3h(short red, short green, short blue)
Entry point to C language function: void {@native glColor3h}(GLhalfNV red, GLhalfNV green,...
void glTexCoord1i(int s)
Entry point to C language function: void {@native glTexCoord1i}(GLint s) Part of GL_VERSION_1_0
void glVertexAttrib1dvARB(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib1dvARB}(GLuint index,...
void glVertex3f(float x, float y, float z)
Entry point to C language function: void {@native glVertex3f}(GLfloat x, GLfloat y,...
void glVertexAttrib4bvARB(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4bvARB}(GLuint index,...
void glPixelTransformParameterfEXT(int target, int pname, float param)
Entry point to C language function: void {@native glPixelTransformParameterfEXT}(GLenum target,...
void glResetMinmax(int target)
Entry point to C language function: void {@native glResetMinmax}(GLenum target) Part of GL_ARB_ima...
void glGetTexGenfv(int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname,...
void glProgramBufferParametersIivNV(int target, int bindingIndex, int wordIndex, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramBufferParametersIivNV}(GLenum target,...
void glVDPAUUnmapSurfacesNV(int numSurface, PointerBuffer surfaces)
Entry point to C language function: void {@native glVDPAUUnmapSurfacesNV}(GLsizei numSurface,...
void glEvalCoord1dv(DoubleBuffer u)
Entry point to C language function: void {@native glEvalCoord1dv}(const GLdouble * u) Part of GL_V...
void glWindowPos3s(short x, short y, short z)
Entry point to C language function: void {@native glWindowPos3s}(GLshort x, GLshort y,...
void glTexCoord4sv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord4sv}(const GLshort * v) Part of GL_VER...
void glEvalCoord2d(double u, double v)
Entry point to C language function: void {@native glEvalCoord2d}(GLdouble u, GLdouble v) Part of G...
void glHistogram(int target, int width, int internalformat, boolean sink)
Entry point to C language function: void {@native glHistogram}(GLenum target, GLsizei width,...
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_ca...
void glGetnPixelMapfv(int map, int bufSize, FloatBuffer values)
Entry point to C language function: void {@native glGetnPixelMapfv}(GLenum map, GLsizei bufSize,...
void glWeightuivARB(int size, IntBuffer weights)
Entry point to C language function: void {@native glWeightuivARB}(GLint size, const GLuint * weights...
void glGetAttachedObjectsARB(long containerObj, int maxCount, IntBuffer count, LongBuffer obj)
Entry point to C language function: void {@native glGetAttachedObjectsARB}(GLhandleARB containerObj,...
void glDrawBuffersATI(int n, IntBuffer bufs)
Entry point to C language function: void {@native glDrawBuffersATI}(GLsizei n, const GLenum * bufs) ...
void glGetProgramSubroutineParameteruivNV(int target, int index, IntBuffer param)
Entry point to C language function: void {@native glGetProgramSubroutineParameteruivNV}(GLenum targe...
int glGetUniformBufferSizeEXT(int program, int location)
Entry point to C language function: GLint {@native glGetUniformBufferSizeEXT}(GLuint program,...
void glGetProgramEnvParameterIuivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetProgramEnvParameterIuivNV}(GLenum target,...
void glGetPerfQueryIdByNameINTEL(ByteBuffer queryName, IntBuffer queryId)
Entry point to C language function: void {@native glGetPerfQueryIdByNameINTEL}(GLchar * queryName,...
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,...
void glRasterPos2iv(IntBuffer v)
Entry point to C language function: void {@native glRasterPos2iv}(const GLint * v) Part of GL_VERS...
void glGetnColorTable(int target, int format, int type, int bufSize, Buffer table)
Entry point to C language function: void {@native glGetnColorTable}(GLenum target,...
void glTextureMaterialEXT(int face, int mode)
Entry point to C language function: void {@native glTextureMaterialEXT}(GLenum face,...
void glNormal3i(int nx, int ny, int nz)
Entry point to C language function: void {@native glNormal3i}(GLint nx, GLint ny,...
void glProgramEnvParametersI4uivNV(int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramEnvParametersI4uivNV}(GLenum target,...
void glUniform4fARB(int location, float v0, float v1, float v2, float v3)
Entry point to C language function: void {@native glUniform4fARB}(GLint location,...
void glColor4h(short red, short green, short blue, short alpha)
Entry point to C language function: void {@native glColor4h}(GLhalfNV red, GLhalfNV green,...
void glTexCoord4d(double s, double t, double r, double q)
Entry point to C language function: void {@native glTexCoord4d}(GLdouble s, GLdouble t,...
void glVertexAttribs4hv(int index, int n, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribs4hv}(GLuint index,...
void glTextureNormalEXT(int mode)
Entry point to C language function: void {@native glTextureNormalEXT}(GLenum mode) Part of GL_EXT_...
void glWindowPos2dv(DoubleBuffer v)
Entry point to C language function: void {@native glWindowPos2dv}(const GLdouble * v) Part of GL_V...
void glGetVideoCaptureStreamfvNV(int video_capture_slot, int stream, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetVideoCaptureStreamfvNV}(GLuint video_capture_...
void glLightiv(int light, int pname, IntBuffer params)
Entry point to C language function: void {@native glLightiv}(GLenum light, GLenum pname,...
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,...
void glGetMapiv(int target, int query, IntBuffer v)
Entry point to C language function: void {@native glGetMapiv}(GLenum target, GLenum query,...
void glVertex2f(float x, float y)
Entry point to C language function: void {@native glVertex2f}(GLfloat x, GLfloat y) Part of GL_VER...
void glCopyColorTable(int target, int internalformat, int x, int y, int width)
Entry point to C language function: void {@native glCopyColorTable}(GLenum target,...
void glMultiTexCoord1d(int target, double s)
Entry point to C language function: void {@native glMultiTexCoord1d}(GLenum target,...
void glNormal3fv(FloatBuffer v)
Entry point to C language function: void {@native glNormal3fv}(const GLfloat * v) Part of GL_VERSI...
void glGetClipPlanef(int plane, FloatBuffer equation)
Entry point to C language function: void {@native glGetClipPlanef}(GLenum plane, GLfloat * equation)...
void glProgramLocalParameter4fvARB(int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glProgramLocalParameter4fvARB}(GLenum target,...
void glTexCoord4s(short s, short t, short r, short q)
Entry point to C language function: void {@native glTexCoord4s}(GLshort s, GLshort t,...
void glGetMapAttribParameterfvNV(int target, int index, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMapAttribParameterfvNV}(GLenum target,...
void glVertexAttrib4uivARB(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4uivARB}(GLuint index,...
void glColor4us(short red, short green, short blue, short alpha)
Entry point to C language function: void {@native glColor4us}(GLushort red, GLushort green,...
void glVertexAttrib2dvARB(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib2dvARB}(GLuint index,...
void glVertexAttribL4i64NV(int index, long x, long y, long z, long w)
Entry point to C language function: void {@native glVertexAttribL4i64NV}(GLuint index,...
void glVertexAttrib4usvARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4usvARB}(GLuint index,...
void glMultiTexCoord2h(int target, short s, short t)
Entry point to C language function: void {@native glMultiTexCoord2h}(GLenum target,...
void glVertexAttrib4NsvARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NsvARB}(GLuint index,...
void glVertex2hv(ShortBuffer v)
Entry point to C language function: void {@native glVertex2hv}(const GLhalfNV * v) Part of GL_NV_h...
void glVertexAttrib3h(int index, short x, short y, short z)
Entry point to C language function: void {@native glVertexAttrib3h}(GLuint index,...
void glFogCoordPointer(int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glFogCoordPointer}(GLenum type,...
void glWindowPos2iv(IntBuffer v)
Entry point to C language function: void {@native glWindowPos2iv}(const GLint * v) Part of GL_VERS...
void glNamedFramebufferSamplePositionsfvAMD(int framebuffer, int numsamples, int pixelindex, FloatBuffer values)
Entry point to C language function: void {@native glNamedFramebufferSamplePositionsfvAMD}(GLuint fra...
void glMultiTexCoord1sv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1sv}(GLenum target,...
void glWeightdvARB(int size, DoubleBuffer weights)
Entry point to C language function: void {@native glWeightdvARB}(GLint size, const GLdouble * weight...
void glVertexAttrib2dARB(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttrib2dARB}(GLuint index,...
void glPushName(int name)
Entry point to C language function: void {@native glPushName}(GLuint name) Part of GL_VERSION_1_0
void glGetPixelMapfv(int map, FloatBuffer values)
Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values) P...
void glProgramLocalParameters4fvEXT(int target, int index, int count, FloatBuffer params)
Entry point to C language function: void {@native glProgramLocalParameters4fvEXT}(GLenum target,...
void glVDPAUMapSurfacesNV(int numSurfaces, PointerBuffer surfaces)
Entry point to C language function: void {@native glVDPAUMapSurfacesNV}(GLsizei numSurfaces,...
void glRasterPos3sv(ShortBuffer v)
Entry point to C language function: void {@native glRasterPos3sv}(const GLshort * v) Part of GL_VE...
void glGetMapfv(int target, int query, FloatBuffer v)
Entry point to C language function: void {@native glGetMapfv}(GLenum target, GLenum query,...
void glStateCaptureNV(int state, int mode)
Entry point to C language function: void {@native glStateCaptureNV}(GLuint state,...
void glColor3dv(DoubleBuffer v)
Entry point to C language function: void {@native glColor3dv}(const GLdouble * v) Part of GL_VERSI...
void glVertexAttribL3i64NV(int index, long x, long y, long z)
Entry point to C language function: void {@native glVertexAttribL3i64NV}(GLuint index,...
boolean glIsOcclusionQueryNV(int id)
Entry point to C language function: GLboolean {@native glIsOcclusionQueryNV}(GLuint id) Part of GL...
void glExtractComponentEXT(int res, int src, int num)
Entry point to C language function: void {@native glExtractComponentEXT}(GLuint res,...
void glVDPAUInitNV(Buffer vdpDevice, Buffer getProcAddress)
Entry point to C language function: void {@native glVDPAUInitNV}(const void * vdpDevice,...
void glUniformMatrix3fvARB(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix3fvARB}(GLint location,...
void glSecondaryColor3fv(FloatBuffer v)
Entry point to C language function: void {@native glSecondaryColor3fv}(const GLfloat * v) Part of ...
void glAccum(int op, float value)
Entry point to C language function: void {@native glAccum}(GLenum op, GLfloat value) Part of GL_VE...
void glVertexAttrib2fvARB(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib2fvARB}(GLuint index,...
void glPushClientAttrib(int mask)
Entry point to C language function: void {@native glPushClientAttrib}(GLbitfield mask) Part of GL_...
void glPixelDataRangeNV(int target, int length, Buffer pointer)
Entry point to C language function: void {@native glPixelDataRangeNV}(GLenum target,...
void glVDPAUUnregisterSurfaceNV(long surface)
Entry point to C language function: void {@native glVDPAUUnregisterSurfaceNV}(GLvdpauSurfaceNV surfa...
void glClearColorIi(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glClearColorIi}(GLint red, GLint green,...
void glTexGeniv(int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname,...
void glGetMinmaxParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMinmaxParameteriv}(GLenum target,...
void glVertexWeightfvEXT(FloatBuffer weight)
Entry point to C language function: void {@native glVertexWeightfvEXT}(const GLfloat * weight) Par...
void glRectiv(IntBuffer v1, IntBuffer v2)
Entry point to C language function: void {@native glRectiv}(const GLint * v1, const GLint * v2) Pa...
void glIndexf(float c)
Entry point to C language function: void {@native glIndexf}(GLfloat c) Part of GL_VERSION_1_0
void glEnableVertexAttribAPPLE(int index, int pname)
Entry point to C language function: void {@native glEnableVertexAttribAPPLE}(GLuint index,...
void glVertex4d(double x, double y, double z, double w)
Entry point to C language function: void {@native glVertex4d}(GLdouble x, GLdouble y,...
void glMultiTexCoord2fv(int target, FloatBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2fv}(GLenum target,...
void glSecondaryColorPointer(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glSecondaryColorPointer}(GLint size,...
void glEvalCoord1d(double u)
Entry point to C language function: void {@native glEvalCoord1d}(GLdouble u) Part of GL_VERSION_1_...
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,...
void glFogCoordd(double coord)
Entry point to C language function: void {@native glFogCoordd}(GLdouble coord) Part of GL_VERSION_...
void glRasterPos2s(short x, short y)
Entry point to C language function: void {@native glRasterPos2s}(GLshort x, GLshort y) Part of GL_...
void glBlendFuncIndexedAMD(int buf, int src, int dst)
Entry point to C language function: void {@native glBlendFuncIndexedAMD}(GLuint buf,...
void glIndexMaterialEXT(int face, int mode)
Entry point to C language function: void {@native glIndexMaterialEXT}(GLenum face,...
void glVideoCaptureStreamParameterdvNV(int video_capture_slot, int stream, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glVideoCaptureStreamParameterdvNV}(GLuint video_ca...
void glFrameTerminatorGREMEDY()
Entry point to C language function: void {@native glFrameTerminatorGREMEDY}() Part of GL_GREMEDY_f...
void glProgramLocalParameter4dvARB(int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glProgramLocalParameter4dvARB}(GLenum target,...
int glCreateProgressFenceNVX()
Entry point to C language function: GLuint {@native glCreateProgressFenceNVX}() Part of GL_NVX_pro...
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,...
void glUniformBufferEXT(int program, int location, int buffer)
Entry point to C language function: void {@native glUniformBufferEXT}(GLuint program,...
void glGetConvolutionParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetConvolutionParameteriv}(GLenum target,...
void glGetPixelMapusv(int map, ShortBuffer values)
Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values) ...
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,...
void glEnd()
Entry point to C language function: void {@native glEnd}() Part of GL_VERSION_1_0
void glGetnMapdv(int target, int query, int bufSize, DoubleBuffer v)
Entry point to C language function: void {@native glGetnMapdv}(GLenum target, GLenum query,...
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,...
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,...
void glTexCoord1iv(IntBuffer v)
Entry point to C language function: void {@native glTexCoord1iv}(const GLint * v) Part of GL_VERSI...
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,...
void glStencilClearTagEXT(int stencilTagBits, int stencilClearTag)
Entry point to C language function: void {@native glStencilClearTagEXT}(GLsizei stencilTagBits,...
void glVariantusvEXT(int id, ShortBuffer addr)
Entry point to C language function: void {@native glVariantusvEXT}(GLuint id, const GLushort * addr)...
void glClearColorIui(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glClearColorIui}(GLuint red, GLuint green,...
void glGetMapParameterivNV(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMapParameterivNV}(GLenum target,...
void glMapGrid1d(int un, double u1, double u2)
Entry point to C language function: void {@native glMapGrid1d}(GLint un, GLdouble u1,...
void glBlendEquationIndexedAMD(int buf, int mode)
Entry point to C language function: void {@native glBlendEquationIndexedAMD}(GLuint buf,...
void glEdgeFlag(boolean flag)
Entry point to C language function: void {@native glEdgeFlag}(GLboolean flag) Part of GL_VERSION_1...
void glGetVariantIntegervEXT(int id, int value, IntBuffer data)
Entry point to C language function: void {@native glGetVariantIntegervEXT}(GLuint id,...
void glMulticastWaitSyncNV(int signalGpu, int waitGpuMask)
Entry point to C language function: void {@native glMulticastWaitSyncNV}(GLuint signalGpu,...
void glMultiTexCoord3sv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3sv}(GLenum target,...
void glGetColorTableParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetColorTableParameterfv}(GLenum target,...
void glWindowPos2s(short x, short y)
Entry point to C language function: void {@native glWindowPos2s}(GLshort x, GLshort y) Part of GL_...
void glVertexAttrib4hv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4hv}(GLuint index,...
void glGetVertexAttribfvARB(int index, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetVertexAttribfvARB}(GLuint index,...
void glGetProgramEnvParameterfvARB(int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetProgramEnvParameterfvARB}(GLenum target,...
void glVertexWeightPointerEXT(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glVertexWeightPointerEXT}(GLint size,...
void glRasterPos4sv(ShortBuffer v)
Entry point to C language function: void {@native glRasterPos4sv}(const GLshort * v) Part of GL_VE...
void glMatrixIndexuivARB(int size, IntBuffer indices)
Entry point to C language function: void {@native glMatrixIndexuivARB}(GLint size,...
void glGetProgramLocalParameterdvARB(int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetProgramLocalParameterdvARB}(GLenum target,...
void glDeleteCommandListsNV(int n, IntBuffer lists)
Entry point to C language function: void {@native glDeleteCommandListsNV}(GLsizei n,...
void glProgramLocalParametersI4ivNV(int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramLocalParametersI4ivNV}(GLenum target,...
void glVertexAttribL1ui64NV(int index, long x)
Entry point to C language function: void {@native glVertexAttribL1ui64NV}(GLuint index,...
void glConvolutionParameteri(int target, int pname, int params)
Entry point to C language function: void {@native glConvolutionParameteri}(GLenum target,...
void glDeletePerfQueryINTEL(int queryHandle)
Entry point to C language function: void {@native glDeletePerfQueryINTEL}(GLuint queryHandle) Part...
void glFogi(int pname, int param)
Entry point to C language function: void {@native glFogi}(GLenum pname, GLint param) Part of GL_VE...
void glUniform3fvARB(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform3fvARB}(GLint location,...
void glVertex4sv(ShortBuffer v)
Entry point to C language function: void {@native glVertex4sv}(const GLshort * v) Part of GL_VERSI...
void glGetLightiv(int light, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetLightiv}(GLenum light, GLenum pname,...
void glVertexAttribL4ui64NV(int index, long x, long y, long z, long w)
Entry point to C language function: void {@native glVertexAttribL4ui64NV}(GLuint index,...
void glGenTransformFeedbacksNV(int n, IntBuffer ids)
Entry point to C language function: void {@native glGenTransformFeedbacksNV}(GLsizei n,...
void glVariantbvEXT(int id, ByteBuffer addr)
Entry point to C language function: void {@native glVariantbvEXT}(GLuint id, const GLbyte * addr) ...
void glLGPUInterlockNVX()
Entry point to C language function: void {@native glLGPUInterlockNVX}() Part of GL_NVX_linked_gpu_...
void glLightModeliv(int pname, IntBuffer params)
Entry point to C language function: void {@native glLightModeliv}(GLenum pname, const GLint * params...
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,...
void glCompileShaderARB(long shaderObj)
Entry point to C language function: void {@native glCompileShaderARB}(GLhandleARB shaderObj) Part ...
void glPrimitiveRestartIndexNV(int index)
Entry point to C language function: void {@native glPrimitiveRestartIndexNV}(GLuint index) Part of...
void glTexCoord1hv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord1hv}(const GLhalfNV * v) Part of GL_NV...
void glWindowPos3f(float x, float y, float z)
Entry point to C language function: void {@native glWindowPos3f}(GLfloat x, GLfloat y,...
long glCreateProgramObjectARB()
Entry point to C language function: GLhandleARB {@native glCreateProgramObjectARB}() Part of GL_AR...
void glVertex2bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glVertex2bvOES}(const GLbyte * coords) Part of G...
void glSampleMaskIndexedNV(int index, int mask)
Entry point to C language function: void {@native glSampleMaskIndexedNV}(GLuint index,...
void glMultiTexCoord3s(int target, short s, short t, short r)
Entry point to C language function: void {@native glMultiTexCoord3s}(GLenum target,...
void glVertex4s(short x, short y, short z, short w)
Entry point to C language function: void {@native glVertex4s}(GLshort x, GLshort y,...
void glMultiTexCoord1hv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1hv}(GLenum target,...
void glRasterPos2fv(FloatBuffer v)
Entry point to C language function: void {@native glRasterPos2fv}(const GLfloat * v) Part of GL_VE...
void glIndexsv(ShortBuffer c)
Entry point to C language function: void {@native glIndexsv}(const GLshort * c) Part of GL_VERSION...
void glGetLocalConstantBooleanvEXT(int id, int value, ByteBuffer data)
Entry point to C language function: void {@native glGetLocalConstantBooleanvEXT}(GLuint id,...
void glNormal3bv(ByteBuffer v)
Entry point to C language function: void {@native glNormal3bv}(const GLbyte * v) Part of GL_VERSIO...
void glColor3d(double red, double green, double blue)
Entry point to C language function: void {@native glColor3d}(GLdouble red, GLdouble green,...
long glGetHandleARB(int pname)
Entry point to C language function: GLhandleARB {@native glGetHandleARB}(GLenum pname) Part of GL_...
void glUniform3iARB(int location, int v0, int v1, int v2)
Entry point to C language function: void {@native glUniform3iARB}(GLint location,...
void glMultMatrixd(DoubleBuffer m)
Entry point to C language function: void {@native glMultMatrixd}(const GLdouble * m) Part of GL_VE...
void glLightModeli(int pname, int param)
Entry point to C language function: void {@native glLightModeli}(GLenum pname, GLint param) Part o...
void glVertex4dv(DoubleBuffer v)
Entry point to C language function: void {@native glVertex4dv}(const GLdouble * v) Part of GL_VERS...
void glVertex2s(short x, short y)
Entry point to C language function: void {@native glVertex2s}(GLshort x, GLshort y) Part of GL_VER...
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,...
void glIndexdv(DoubleBuffer c)
Entry point to C language function: void {@native glIndexdv}(const GLdouble * c) Part of GL_VERSIO...
void glNormal3dv(DoubleBuffer v)
Entry point to C language function: void {@native glNormal3dv}(const GLdouble * v) Part of GL_VERS...
void glProgramEnvParameters4fvEXT(int target, int index, int count, FloatBuffer params)
Entry point to C language function: void {@native glProgramEnvParameters4fvEXT}(GLenum target,...
void glColor3hv(ShortBuffer v)
Entry point to C language function: void {@native glColor3hv}(const GLhalfNV * v) Part of GL_NV_ha...
void glCopyColorSubTable(int target, int start, int x, int y, int width)
Entry point to C language function: void {@native glCopyColorSubTable}(GLenum target,...
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,...
void glUniform1ivARB(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform1ivARB}(GLint location,...
void glColor3f(float red, float green, float blue)
Entry point to C language function: void {@native glColor3f}(GLfloat red, GLfloat green,...
void glVertexAttrib2sARB(int index, short x, short y)
Entry point to C language function: void {@native glVertexAttrib2sARB}(GLuint index,...
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,...
void glVertexAttribIPointer(int index, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index,...
void glSecondaryColor3us(short red, short green, short blue)
Entry point to C language function: void {@native glSecondaryColor3us}(GLushort red,...
void glEvalCoord2dv(DoubleBuffer u)
Entry point to C language function: void {@native glEvalCoord2dv}(const GLdouble * u) Part of GL_V...
ByteBuffer glMapTexture2DINTEL(int texture, int level, int access, IntBuffer stride, IntBuffer layout)
Entry point to C language function: void * {@native glMapTexture2DINTEL}(GLuint texture,...
void glVariantivEXT(int id, IntBuffer addr)
Entry point to C language function: void {@native glVariantivEXT}(GLuint id, const GLint * addr) P...
void glVertexAttrib3fARB(int index, float x, float y, float z)
Entry point to C language function: void {@native glVertexAttrib3fARB}(GLuint index,...
void glFlushVertexArrayRangeAPPLE(int length, Buffer pointer)
Entry point to C language function: void {@native glFlushVertexArrayRangeAPPLE}(GLsizei length,...
void glInitNames()
Entry point to C language function: void {@native glInitNames}() Part of GL_VERSION_1_0
void glDeleteTransformFeedbacksNV(int n, IntBuffer ids)
Entry point to C language function: void {@native glDeleteTransformFeedbacksNV}(GLsizei n,...
void glFogCoordh(short fog)
Entry point to C language function: void {@native glFogCoordh}(GLhalfNV fog) Part of GL_NV_half_fl...
void glNormal3s(short nx, short ny, short nz)
Entry point to C language function: void {@native glNormal3s}(GLshort nx, GLshort ny,...
void glDeleteVertexShaderEXT(int id)
Entry point to C language function: void {@native glDeleteVertexShaderEXT}(GLuint id) Part of GL_E...
void glAttachObjectARB(long containerObj, long obj)
Entry point to C language function: void {@native glAttachObjectARB}(GLhandleARB containerObj,...
void glDeleteQueryResourceTagNV(int n, IntBuffer tagIds)
Entry point to C language function: void {@native glDeleteQueryResourceTagNV}(GLsizei n,...
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,...
void glColor3ubv(ByteBuffer v)
Entry point to C language function: void {@native glColor3ubv}(const GLubyte * v) Part of GL_VERSI...
void glRectdv(DoubleBuffer v1, DoubleBuffer v2)
Entry point to C language function: void {@native glRectdv}(const GLdouble * v1, const GLdouble * v2...
void glCullParameterfvEXT(int pname, FloatBuffer params)
Entry point to C language function: void {@native glCullParameterfvEXT}(GLenum pname,...
void glLockArraysEXT(int first, int count)
Entry point to C language function: void {@native glLockArraysEXT}(GLint first, GLsizei count) Par...
void glActiveStencilFaceEXT(int face)
Entry point to C language function: void {@native glActiveStencilFaceEXT}(GLenum face) Part of GL_...
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,...
void glBindVertexShaderEXT(int id)
Entry point to C language function: void {@native glBindVertexShaderEXT}(GLuint id) Part of GL_EXT...
void glRectf(float x1, float y1, float x2, float y2)
Entry point to C language function: void {@native glRectf}(GLfloat x1, GLfloat y1,...
void glMultiTexCoord1i(int target, int s)
Entry point to C language function: void {@native glMultiTexCoord1i}(GLenum target,...
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,...
void glClipPlane(int plane, DoubleBuffer equation)
Entry point to C language function: void {@native glClipPlane}(GLenum plane, const GLdouble * equati...
void glGetInvariantIntegervEXT(int id, int value, IntBuffer data)
Entry point to C language function: void {@native glGetInvariantIntegervEXT}(GLuint id,...
void glColor4hv(ShortBuffer v)
Entry point to C language function: void {@native glColor4hv}(const GLhalfNV * v) Part of GL_NV_ha...
void glTexCoord1d(double s)
Entry point to C language function: void {@native glTexCoord1d}(GLdouble s) Part of GL_VERSION_1_0
void glIndexd(double c)
Entry point to C language function: void {@native glIndexd}(GLdouble c) Part of GL_VERSION_1_0
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,...
void glColor4usv(ShortBuffer v)
Entry point to C language function: void {@native glColor4usv}(const GLushort * v) Part of GL_VERS...
void glTexCoord3iv(IntBuffer v)
Entry point to C language function: void {@native glTexCoord3iv}(const GLint * v) Part of GL_VERSI...
void glGetNextPerfQueryIdINTEL(int queryId, IntBuffer nextQueryId)
Entry point to C language function: void {@native glGetNextPerfQueryIdINTEL}(GLuint queryId,...
void glVertex4h(short x, short y, short z, short w)
Entry point to C language function: void {@native glVertex4h}(GLhalfNV x, GLhalfNV y,...
void glGetOcclusionQueryivNV(int id, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetOcclusionQueryivNV}(GLuint id,...
void glNormal3hv(ShortBuffer v)
Entry point to C language function: void {@native glNormal3hv}(const GLhalfNV * v) Part of GL_NV_h...
void glGetPixelTransformParameterivEXT(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetPixelTransformParameterivEXT}(GLenum target,...
void glMultiTexCoord3f(int target, float s, float t, float r)
Entry point to C language function: void {@native glMultiTexCoord3f}(GLenum target,...
boolean glVDPAUIsSurfaceNV(long surface)
Entry point to C language function: GLboolean {@native glVDPAUIsSurfaceNV}(GLvdpauSurfaceNV surface)...
void glUniform2ivARB(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform2ivARB}(GLint location,...
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 G...
void glRasterPos4s(short x, short y, short z, short w)
Entry point to C language function: void {@native glRasterPos4s}(GLshort x, GLshort y,...
void glVertexAttrib3fvARB(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib3fvARB}(GLuint index,...
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,...
void glVertexAttrib3hv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib3hv}(GLuint index,...
void glRasterPos3d(double x, double y, double z)
Entry point to C language function: void {@native glRasterPos3d}(GLdouble x, GLdouble y,...
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,...
void glTexCoord2i(int s, int t)
Entry point to C language function: void {@native glTexCoord2i}(GLint s, GLint t) Part of GL_VERSI...
void glMulticastViewportArrayvNVX(int gpu, int first, int count, FloatBuffer v)
Entry point to C language function: void {@native glMulticastViewportArrayvNVX}(GLuint gpu,...
void glColor4dv(DoubleBuffer v)
Entry point to C language function: void {@native glColor4dv}(const GLdouble * v) Part of GL_VERSI...
void glGetPixelMapuiv(int map, IntBuffer values)
Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values) P...
void glCopyConvolutionFilter1D(int target, int internalformat, int x, int y, int width)
Entry point to C language function: void {@native glCopyConvolutionFilter1D}(GLenum target,...
void glMultiTexCoord1bvOES(int texture, ByteBuffer coords)
Entry point to C language function: void {@native glMultiTexCoord1bvOES}(GLenum texture,...
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,...
void glDeleteProgramsARB(int n, IntBuffer programs)
Entry point to C language function: void {@native glDeleteProgramsARB}(GLsizei n,...
void glLoadMatrixd(DoubleBuffer m)
Entry point to C language function: void {@native glLoadMatrixd}(const GLdouble * m) Part of GL_VE...
void glVertexAttrib3svARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib3svARB}(GLuint index,...
void glColor3uiv(IntBuffer v)
Entry point to C language function: void {@native glColor3uiv}(const GLuint * v) Part of GL_VERSIO...
void glBeginVertexShaderEXT()
Entry point to C language function: void {@native glBeginVertexShaderEXT}() Part of GL_EXT_vertex_...
void glRasterPos3i(int x, int y, int z)
Entry point to C language function: void {@native glRasterPos3i}(GLint x, GLint y,...
void glMultiTexCoord1fv(int target, FloatBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1fv}(GLenum target,...
void glVertexAttribL1ui64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL1ui64vNV}(GLuint index,...
void glDeleteStatesNV(int n, IntBuffer states)
Entry point to C language function: void {@native glDeleteStatesNV}(GLsizei n, const GLuint * states...
void glGetObjectParameterfvARB(long obj, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetObjectParameterfvARB}(GLhandleARB obj,...
void glVertex3s(short x, short y, short z)
Entry point to C language function: void {@native glVertex3s}(GLshort x, GLshort y,...
void glVertexAttrib4sARB(int index, short x, short y, short z, short w)
Entry point to C language function: void {@native glVertexAttrib4sARB}(GLuint index,...
void glNormal3d(double nx, double ny, double nz)
Entry point to C language function: void {@native glNormal3d}(GLdouble nx, GLdouble ny,...
boolean glIsVertexAttribEnabledAPPLE(int index, int pname)
Entry point to C language function: GLboolean {@native glIsVertexAttribEnabledAPPLE}(GLuint index,...
void glVideoCaptureStreamParameterfvNV(int video_capture_slot, int stream, int pname, FloatBuffer params)
Entry point to C language function: void {@native glVideoCaptureStreamParameterfvNV}(GLuint video_ca...
void glMultiTexCoord3bvOES(int texture, ByteBuffer coords)
Entry point to C language function: void {@native glMultiTexCoord3bvOES}(GLenum texture,...
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,...
void glEnableVariantClientStateEXT(int id)
Entry point to C language function: void {@native glEnableVariantClientStateEXT}(GLuint id) Part o...
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,...
void glVertex4bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glVertex4bvOES}(const GLbyte * coords) Part of G...
void glVertexAttribs2hv(int index, int n, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribs2hv}(GLuint index,...
void glTexCoord1f(float s)
Entry point to C language function: void {@native glTexCoord1f}(GLfloat s) Part of GL_VERSION_1_0
void glGetVertexAttribLi64vNV(int index, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLi64vNV}(GLuint index,...
long glVDPAURegisterOutputSurfaceNV(Buffer vdpSurface, int target, int numTextureNames, IntBuffer textureNames)
Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterOutputSurfaceNV}(const ...
void glGetObjectParameterivAPPLE(int objectType, int name, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetObjectParameterivAPPLE}(GLenum objectType,...
void glVertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w)
Entry point to C language function: void {@native glVertexAttrib4NubARB}(GLuint index,...
void glMultiTexCoord4sv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4sv}(GLenum target,...
void glTexCoord2d(double s, double t)
Entry point to C language function: void {@native glTexCoord2d}(GLdouble s, GLdouble t) Part of GL...
void glRasterPos2sv(ShortBuffer v)
Entry point to C language function: void {@native glRasterPos2sv}(const GLshort * v) Part of GL_VE...
int glGenSymbolsEXT(int datatype, int storagetype, int range, int components)
Entry point to C language function: GLuint {@native glGenSymbolsEXT}(GLenum datatype,...
void glScaled(double x, double y, double z)
Entry point to C language function: void {@native glScaled}(GLdouble x, GLdouble y,...
void glTexCoord1h(short s)
Entry point to C language function: void {@native glTexCoord1h}(GLhalfNV s) Part of GL_NV_half_flo...
void glVertexAttrib1fARB(int index, float x)
Entry point to C language function: void {@native glVertexAttrib1fARB}(GLuint index,...
void glGetHistogramParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetHistogramParameterfv}(GLenum target,...
boolean glIsCommandListNV(int list)
Entry point to C language function: GLboolean {@native glIsCommandListNV}(GLuint list) Part of GL_...
void glGetInvariantBooleanvEXT(int id, int value, ByteBuffer data)
Entry point to C language function: void {@native glGetInvariantBooleanvEXT}(GLuint id,...
void glGetMultisamplefvNV(int pname, int index, FloatBuffer val)
Entry point to C language function: void {@native glGetMultisamplefvNV}(GLenum pname,...
void glRasterPos2dv(DoubleBuffer v)
Entry point to C language function: void {@native glRasterPos2dv}(const GLdouble * v) Part of GL_V...
void glIndexs(short c)
Entry point to C language function: void {@native glIndexs}(GLshort c) Part of GL_VERSION_1_0
void glEvalMesh1(int mode, int i1, int i2)
Entry point to C language function: void {@native glEvalMesh1}(GLenum mode, GLint i1,...
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,...
void glWindowPos3i(int x, int y, int z)
Entry point to C language function: void {@native glWindowPos3i}(GLint x, GLint y,...
int glBindLightParameterEXT(int light, int value)
Entry point to C language function: GLuint {@native glBindLightParameterEXT}(GLenum light,...
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...
void glVertexAttrib3sARB(int index, short x, short y, short z)
Entry point to C language function: void {@native glVertexAttrib3sARB}(GLuint index,...
boolean glIsProgramARB(int program)
Entry point to C language function: GLboolean {@native glIsProgramARB}(GLuint program) Part of GL_...
void glVertexAttribL3i64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL3i64vNV}(GLuint index,...
void glMultiTexCoord2iv(int target, IntBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2iv}(GLenum target,...
void glSecondaryColor3d(double red, double green, double blue)
Entry point to C language function: void {@native glSecondaryColor3d}(GLdouble red,...
void glGetTexGeniv(int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname,...
void glGetShaderSourceARB(long obj, int maxLength, IntBuffer length, ByteBuffer source)
Entry point to C language function: void {@native glGetShaderSourceARB}(GLhandleARB obj,...
void glArrayElement(int i)
Entry point to C language function: void {@native glArrayElement}(GLint i) Part of GL_VERSION_1_1,...
void glUniform3ivARB(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform3ivARB}(GLint location,...
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,...
void glRectsv(ShortBuffer v1, ShortBuffer v2)
Entry point to C language function: void {@native glRectsv}(const GLshort * v1, const GLshort * v2) ...
void glVertex2i(int x, int y)
Entry point to C language function: void {@native glVertex2i}(GLint x, GLint y) Part of GL_VERSION...
void glPixelMapfv(int map, int mapsize, FloatBuffer values)
Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize,...
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,...
int glBindParameterEXT(int value)
Entry point to C language function: GLuint {@native glBindParameterEXT}(GLenum value) Part of GL_E...
void glEvalCoord1f(float u)
Entry point to C language function: void {@native glEvalCoord1f}(GLfloat u) Part of GL_VERSION_1_0
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,...
void glGenProgramsARB(int n, IntBuffer programs)
Entry point to C language function: void {@native glGenProgramsARB}(GLsizei n, GLuint * programs) ...
void glColor3iv(IntBuffer v)
Entry point to C language function: void {@native glColor3iv}(const GLint * v) Part of GL_VERSION_...
void glNamedBufferStorageExternalEXT(int buffer, long offset, long size, Buffer clientBuffer, int flags)
Entry point to C language function: void {@native glNamedBufferStorageExternalEXT}(GLuint buffer,...
void glUniform1fvARB(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform1fvARB}(GLint location,...
void glMultiTexCoord2dv(int target, DoubleBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2dv}(GLenum target,...
void glVertexArrayRangeAPPLE(int length, Buffer pointer)
Entry point to C language function: void {@native glVertexArrayRangeAPPLE}(GLsizei length,...
void glColor4iv(IntBuffer v)
Entry point to C language function: void {@native glColor4iv}(const GLint * v) Part of GL_VERSION_...
void glCreatePerfQueryINTEL(int queryId, IntBuffer queryHandle)
Entry point to C language function: void {@native glCreatePerfQueryINTEL}(GLuint queryId,...
void glGetVertexAttribdvARB(int index, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVertexAttribdvARB}(GLuint index,...
void glEndPerfQueryINTEL(int queryHandle)
Entry point to C language function: void {@native glEndPerfQueryINTEL}(GLuint queryHandle) Part of...
void glPixelZoom(float xfactor, float yfactor)
Entry point to C language function: void {@native glPixelZoom}(GLfloat xfactor, GLfloat yfactor) P...
void glTexCoord1dv(DoubleBuffer v)
Entry point to C language function: void {@native glTexCoord1dv}(const GLdouble * v) Part of GL_VE...
void glColorTableParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glColorTableParameteriv}(GLenum target,...
void glClearIndex(float c)
Entry point to C language function: void {@native glClearIndex}(GLfloat c) Part of GL_VERSION_1_0
void glVariantubvEXT(int id, ByteBuffer addr)
Entry point to C language function: void {@native glVariantubvEXT}(GLuint id, const GLubyte * addr) ...
void glBeginPerfQueryINTEL(int queryHandle)
Entry point to C language function: void {@native glBeginPerfQueryINTEL}(GLuint queryHandle) Part ...
void glGetVariantBooleanvEXT(int id, int value, ByteBuffer data)
Entry point to C language function: void {@native glGetVariantBooleanvEXT}(GLuint id,...
void glGetnMapfv(int target, int query, int bufSize, FloatBuffer v)
Entry point to C language function: void {@native glGetnMapfv}(GLenum target, GLenum query,...
void glTexCoord3hv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord3hv}(const GLhalfNV * v) Part of GL_NV...
void glUniform4ivARB(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform4ivARB}(GLint location,...
void glMultiTexCoord4dv(int target, DoubleBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4dv}(GLenum target,...
void glVertexAttribs3hv(int index, int n, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribs3hv}(GLuint index,...
void glColor4d(double red, double green, double blue, double alpha)
Entry point to C language function: void {@native glColor4d}(GLdouble red, GLdouble green,...
void glBufferParameteri(int target, int pname, int param)
Entry point to C language function: void {@native glBufferParameteri}(GLenum target,...
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,...
void glTexCoord4fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord4fv}(const GLfloat * v) Part of GL_VER...
void glIndexub(byte c)
Entry point to C language function: void {@native glIndexub}(GLubyte c) Part of GL_VERSION_1_1
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,...
void glMapParameterfvNV(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMapParameterfvNV}(GLenum target,...
void glFramebufferSamplePositionsfvAMD(int target, int numsamples, int pixelindex, FloatBuffer values)
Entry point to C language function: void {@native glFramebufferSamplePositionsfvAMD}(GLenum target,...
void glMulticastGetQueryObjectivNV(int gpu, int id, int pname, IntBuffer params)
Entry point to C language function: void {@native glMulticastGetQueryObjectivNV}(GLuint gpu,...
void glVertex3bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glVertex3bvOES}(const GLbyte * coords) Part of G...
int glGetCommandHeaderNV(int tokenID, int size)
Entry point to C language function: GLuint {@native glGetCommandHeaderNV}(GLenum tokenID,...
void glRectfv(FloatBuffer v1, FloatBuffer v2)
Entry point to C language function: void {@native glRectfv}(const GLfloat * v1, const GLfloat * v2) ...
void glTexCoord4hv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord4hv}(const GLhalfNV * v) Part of GL_NV...
void glUniform2iARB(int location, int v0, int v1)
Entry point to C language function: void {@native glUniform2iARB}(GLint location,...
void glVertexWeighthv(ShortBuffer weight)
Entry point to C language function: void {@native glVertexWeighthv}(const GLhalfNV * weight) Part ...
void glWeightPointerARB(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glWeightPointerARB}(GLint size,...
void glVertexAttrib4dvARB(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib4dvARB}(GLuint index,...
void glVertexAttribL2i64NV(int index, long x, long y)
Entry point to C language function: void {@native glVertexAttribL2i64NV}(GLuint index,...
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,...
void glPushAttrib(int mask)
Entry point to C language function: void {@native glPushAttrib}(GLbitfield mask) Part of GL_VERSIO...
void glPixelMapuiv(int map, int mapsize, IntBuffer values)
Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize,...
void glSecondaryColor3b(byte red, byte green, byte blue)
Entry point to C language function: void {@native glSecondaryColor3b}(GLbyte red,...
void glRasterPos4f(float x, float y, float z, float w)
Entry point to C language function: void {@native glRasterPos4f}(GLfloat x, GLfloat y,...
void glRasterPos2f(float x, float y)
Entry point to C language function: void {@native glRasterPos2f}(GLfloat x, GLfloat y) Part of GL_...
void glVertexArrayParameteriAPPLE(int pname, int param)
Entry point to C language function: void {@native glVertexArrayParameteriAPPLE}(GLenum pname,...
boolean glAreTexturesResident(int n, IntBuffer textures, ByteBuffer residences)
Entry point to C language function: GLboolean {@native glAreTexturesResident}(GLsizei n,...
void glVertexAttribLFormatNV(int index, int size, int type, int stride)
Entry point to C language function: void {@native glVertexAttribLFormatNV}(GLuint index,...
void glCreateStatesNV(int n, IntBuffer states)
Entry point to C language function: void {@native glCreateStatesNV}(GLsizei n, GLuint * states) Pa...
void glMultiTexCoord3d(int target, double s, double t, double r)
Entry point to C language function: void {@native glMultiTexCoord3d}(GLenum target,...
void glPixelTransformParameterfvEXT(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glPixelTransformParameterfvEXT}(GLenum target,...
void glSecondaryColor3hv(ShortBuffer v)
Entry point to C language function: void {@native glSecondaryColor3hv}(const GLhalfNV * v) Part of...
void glSignalSemaphoreui64NVX(int signalGpu, int fenceObjectCount, IntBuffer semaphoreArray, LongBuffer fenceValueArray)
Entry point to C language function: void {@native glSignalSemaphoreui64NVX}(GLuint signalGpu,...
void glCullParameterdvEXT(int pname, DoubleBuffer params)
Entry point to C language function: void {@native glCullParameterdvEXT}(GLenum pname,...
void glTexCoord4i(int s, int t, int r, int q)
Entry point to C language function: void {@native glTexCoord4i}(GLint s, GLint t,...
void glGetFirstPerfQueryIdINTEL(IntBuffer queryId)
Entry point to C language function: void {@native glGetFirstPerfQueryIdINTEL}(GLuint * queryId) Pa...
void glGetUniformivARB(long programObj, int location, IntBuffer params)
Entry point to C language function: void {@native glGetUniformivARB}(GLhandleARB programObj,...
void glMultiTexCoord1iv(int target, IntBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1iv}(GLenum target,...
void glPixelMapusv(int map, int mapsize, ShortBuffer values)
Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize,...
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,...
void glMultiTexCoord4hv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4hv}(GLenum target,...
void glTexCoord4bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glTexCoord4bvOES}(const GLbyte * coords) Part of...
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,...
void glLGPUNamedBufferSubDataNVX(int gpuMask, int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glLGPUNamedBufferSubDataNVX}(GLbitfield gpuMask,...
void glPrimitiveRestartNV()
Entry point to C language function: void {@native glPrimitiveRestartNV}() Part of GL_NV_primitive_...
void glMatrixIndexusvARB(int size, ShortBuffer indices)
Entry point to C language function: void {@native glMatrixIndexusvARB}(GLint size,...
void glProgramLocalParameterI4uivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glProgramLocalParameterI4uivNV}(GLenum target,...
void glTexCoord2dv(DoubleBuffer v)
Entry point to C language function: void {@native glTexCoord2dv}(const GLdouble * v) Part of GL_VE...
void glGetPixelTransformParameterfvEXT(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetPixelTransformParameterfvEXT}(GLenum target,...
void glVertexAttrib4fARB(int index, float x, float y, float z, float w)
Entry point to C language function: void {@native glVertexAttrib4fARB}(GLuint index,...
void glWaitSemaphoreui64NVX(int waitGpu, int fenceObjectCount, IntBuffer semaphoreArray, LongBuffer fenceValueArray)
Entry point to C language function: void {@native glWaitSemaphoreui64NVX}(GLuint waitGpu,...
void glGetColorTable(int target, int format, int type, Buffer table)
Entry point to C language function: void {@native glGetColorTable}(GLenum target,...
void glNewList(int list, int mode)
Entry point to C language function: void {@native glNewList}(GLuint list, GLenum mode) Part of GL_...
void glProgramEnvParameterI4uivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glProgramEnvParameterI4uivNV}(GLenum target,...
void glBlendEquationSeparateIndexedAMD(int buf, int modeRGB, int modeAlpha)
Entry point to C language function: void {@native glBlendEquationSeparateIndexedAMD}(GLuint buf,...
void glRasterPos2d(double x, double y)
Entry point to C language function: void {@native glRasterPos2d}(GLdouble x, GLdouble y) Part of G...
boolean glAcquireKeyedMutexWin32EXT(int memory, long key, int timeout)
Entry point to C language function: GLboolean {@native glAcquireKeyedMutexWin32EXT}(GLuint memory,...
void glWindowPos2d(double x, double y)
Entry point to C language function: void {@native glWindowPos2d}(GLdouble x, GLdouble y) Part of G...
void glGetnMapiv(int target, int query, int bufSize, IntBuffer v)
Entry point to C language function: void {@native glGetnMapiv}(GLenum target, GLenum query,...
void glLoadTransposeMatrixd(DoubleBuffer m)
Entry point to C language function: void {@native glLoadTransposeMatrixd}(const GLdouble * m) Part...
void glMultTransposeMatrixf(FloatBuffer m)
Entry point to C language function: void {@native glMultTransposeMatrixf}(const GLfloat * m) Part ...
void glColor3ui(int red, int green, int blue)
Entry point to C language function: void {@native glColor3ui}(GLuint red, GLuint green,...
void glVertexAttribL4i64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL4i64vNV}(GLuint index,...
void glMultiTexCoord3bOES(int texture, byte s, byte t, byte r)
Entry point to C language function: void {@native glMultiTexCoord3bOES}(GLenum texture,...
int glGetUniformLocationARB(long programObj, String name)
Entry point to C language function: GLint {@native glGetUniformLocationARB}(GLhandleARB programObj,...
void glTexCoord2iv(IntBuffer v)
Entry point to C language function: void {@native glTexCoord2iv}(const GLint * v) Part of GL_VERSI...
void glTexCoord1fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord1fv}(const GLfloat * v) Part of GL_VER...
long glVDPAURegisterVideoSurfaceWithPictureStructureNV(Buffer vdpSurface, int target, int numTextureNames, IntBuffer textureNames, boolean isFrameStructure)
Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterVideoSurfaceWithPicture...
void glColor4sv(ShortBuffer v)
Entry point to C language function: void {@native glColor4sv}(const GLshort * v) Part of GL_VERSIO...
void glDetachObjectARB(long containerObj, long attachedObj)
Entry point to C language function: void {@native glDetachObjectARB}(GLhandleARB containerObj,...
void glRotated(double angle, double x, double y, double z)
Entry point to C language function: void {@native glRotated}(GLdouble angle, GLdouble x,...
void glProgramLocalParametersI4uivNV(int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramLocalParametersI4uivNV}(GLenum target,...
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,...
void glGetVariantFloatvEXT(int id, int value, FloatBuffer data)
Entry point to C language function: void {@native glGetVariantFloatvEXT}(GLuint id,...
void glSecondaryColor3s(short red, short green, short blue)
Entry point to C language function: void {@native glSecondaryColor3s}(GLshort red,...
void glColor4b(byte red, byte green, byte blue, byte alpha)
Entry point to C language function: void {@native glColor4b}(GLbyte red, GLbyte green,...
void glVariantdvEXT(int id, DoubleBuffer addr)
Entry point to C language function: void {@native glVariantdvEXT}(GLuint id, const GLdouble * addr) ...
void glGetQueryObjecti64vEXT(int id, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetQueryObjecti64vEXT}(GLuint id,...
void glUniform1i64NV(int location, long x)
Entry point to C language function: void {@native glUniform1i64NV}(GLint location,...
void glPatchParameteri(int pname, int value)
Entry point to C language function: void {@native glPatchParameteri}(GLenum pname,...
void glUniform2ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2ui64vNV}(GLint location,...
void glVertexAttribFormat(int attribindex, int size, int type, boolean normalized, int relativeoffset)
Entry point to C language function: void {@native glVertexAttribFormat}(GLuint attribindex,...
void glGetUniformi64vNV(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformi64vNV}(GLuint program,...
void glMemoryBarrierByRegion(int barriers)
Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers) Pa...
void glTextureBarrierNV()
Entry point to C language function: void {@native glTextureBarrierNV}() Part of GL_NV_texture_barr...
void glUniform4i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4i64vNV}(GLint location,...
void glUniform4i64NV(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4i64NV}(GLint location,...
void glUniform4ui64NV(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4ui64NV}(GLint location,...
void glProgramUniform2ui64NV(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2ui64NV}(GLuint program,...
void glUniform3i64NV(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3i64NV}(GLint location,...
void glGetInteger64i_v(int target, int index, LongBuffer data)
Entry point to C language function: void {@native glGetInteger64i_v}(GLenum target,...
void glVertexAttribIFormat(int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexAttribIFormat}(GLuint attribindex,...
void glGetProgramInterfaceiv(int program, int programInterface, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetProgramInterfaceiv}(GLuint program,...
void glUniform4ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4ui64vNV}(GLint location,...
void glUniform3ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3ui64vNV}(GLint location,...
void glVertexBindingDivisor(int bindingindex, int divisor)
Entry point to C language function: void {@native glVertexBindingDivisor}(GLuint bindingindex,...
void glSamplerParameterf(int sampler, int pname, float param)
Entry point to C language function: void {@native glSamplerParameterf}(GLuint sampler,...
void glWaitSync(long sync, int flags, long timeout)
Entry point to C language function: void {@native glWaitSync}(GLsync sync, GLbitfield flags,...
void glGetSamplerParameterfv(int sampler, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetSamplerParameterfv}(GLuint sampler,...
void glBindVertexBuffer(int bindingindex, int buffer, long offset, int stride)
Entry point to C language function: void {@native glBindVertexBuffer}(GLuint bindingindex,...
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,...
void glUniform1i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1i64vNV}(GLint location,...
void glProgramUniform3ui64NV(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3ui64NV}(GLuint program,...
void glUniform3i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3i64vNV}(GLint location,...
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,...
void glUniform3ui64NV(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3ui64NV}(GLint location,...
void glProgramUniform3ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3ui64vNV}(GLuint program,...
void glProgramUniform2i64NV(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2i64NV}(GLuint program,...
void glProgramUniform3i64NV(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3i64NV}(GLuint program,...
void glSamplerParameteri(int sampler, int pname, int param)
Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler,...
void glUniform1ui64NV(int location, long x)
Entry point to C language function: void {@native glUniform1ui64NV}(GLint location,...
boolean glIsSync(long sync)
Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync) Part of GL_ES_VERSIO...
void glUniform2i64NV(int location, long x, long y)
Entry point to C language function: void {@native glUniform2i64NV}(GLint location,...
void glProgramUniform2i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2i64vNV}(GLuint program,...
void glVertexAttribBinding(int attribindex, int bindingindex)
Entry point to C language function: void {@native glVertexAttribBinding}(GLuint attribindex,...
void glDrawElementsIndirect(int mode, int type, Buffer indirect)
Entry point to C language function: void {@native glDrawElementsIndirect}(GLenum mode,...
int glGetProgramResourceLocation(int program, int programInterface, ByteBuffer name)
Entry point to C language function: GLint {@native glGetProgramResourceLocation}(GLuint program,...
void glUniform1ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1ui64vNV}(GLint location,...
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,...
long glFenceSync(int condition, int flags)
Entry point to C language function: GLsync {@native glFenceSync}(GLenum condition,...
void glProgramUniform1ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1ui64vNV}(GLuint program,...
void glFramebufferTexture(int target, int attachment, int texture, int level)
Entry point to C language function: void {@native glFramebufferTexture}(GLenum target,...
void glProgramUniform2ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2ui64vNV}(GLuint program,...
boolean glIsSampler(int sampler)
Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler) Part of GL_MES...
int glGetProgramResourceIndex(int program, int programInterface, ByteBuffer name)
Entry point to C language function: GLuint {@native glGetProgramResourceIndex}(GLuint program,...
void glDeleteSync(long sync)
Entry point to C language function: void {@native glDeleteSync}(GLsync sync) Part of GL_ES_VERSION...
void glProgramUniform1ui64NV(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1ui64NV}(GLuint program,...
void glProgramUniform4ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4ui64vNV}(GLuint program,...
void glSamplerParameteriv(int sampler, int pname, IntBuffer param)
Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler,...
void glProgramUniform1i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1i64vNV}(GLuint program,...
void glDispatchComputeIndirect(long indirect)
Entry point to C language function: void {@native glDispatchComputeIndirect}(GLintptr indirect) Pa...
void glGetBufferParameteri64v(int target, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetBufferParameteri64v}(GLenum target,...
void glDeleteSamplers(int count, IntBuffer samplers)
Entry point to C language function: void {@native glDeleteSamplers}(GLsizei count,...
void glGetSamplerParameteriv(int sampler, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetSamplerParameteriv}(GLuint sampler,...
void glDrawArraysIndirect(int mode, Buffer indirect)
Entry point to C language function: void {@native glDrawArraysIndirect}(GLenum mode,...
void glBindSampler(int unit, int sampler)
Entry point to C language function: void {@native glBindSampler}(GLuint unit, GLuint sampler) Part...
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,...
void glProgramUniform4i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4i64vNV}(GLuint program,...
void glProgramUniform3i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3i64vNV}(GLuint program,...
void glUniform2ui64NV(int location, long x, long y)
Entry point to C language function: void {@native glUniform2ui64NV}(GLint location,...
void glTexBufferRange(int target, int internalformat, int buffer, long offset, long size)
Entry point to C language function: void {@native glTexBufferRange}(GLenum target,...
void glUniform2i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2i64vNV}(GLint location,...
void glGenSamplers(int count, IntBuffer samplers)
Entry point to C language function: void {@native glGenSamplers}(GLsizei count, GLuint * samplers) ...
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,...
void glSamplerParameterfv(int sampler, int pname, FloatBuffer param)
Entry point to C language function: void {@native glSamplerParameterfv}(GLuint sampler,...
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,...
int glClientWaitSync(long sync, int flags, long timeout)
Entry point to C language function: GLenum {@native glClientWaitSync}(GLsync sync,...
void glProgramUniform1i64NV(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1i64NV}(GLuint program,...
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,...
void glUniformMatrix4x2dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix4x2dv}(GLint location,...
void glPatchParameterfv(int pname, FloatBuffer values)
Entry point to C language function: void {@native glPatchParameterfv}(GLenum pname,...
void glUniformMatrix2x3dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix2x3dv}(GLint location,...
long glCreateSyncFromCLeventARB(long context, long event, int flags)
Entry point to C language function: GLsync {@native glCreateSyncFromCLeventARB}(struct _cl_context *...
int glGetSubroutineUniformLocation(int program, int shadertype, String name)
Entry point to C language function: GLint {@native glGetSubroutineUniformLocation}(GLuint program,...
void glDepthRangeArrayv(int first, int count, DoubleBuffer v)
Entry point to C language function: void {@native glDepthRangeArrayv}(GLuint first,...
int glGetFragDataIndex(int program, String name)
Entry point to C language function: GLint {@native glGetFragDataIndex}(GLuint program,...
void glUniform2dv(int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glUniform2dv}(GLint location, GLsizei count,...
int glGetSubroutineIndex(int program, int shadertype, String name)
Entry point to C language function: GLuint {@native glGetSubroutineIndex}(GLuint program,...
void glVertexAttribP2uiv(int index, int type, boolean normalized, IntBuffer value)
Entry point to C language function: void {@native glVertexAttribP2uiv}(GLuint index,...
void glDrawTransformFeedbackInstanced(int mode, int id, int instancecount)
Entry point to C language function: void {@native glDrawTransformFeedbackInstanced}(GLenum mode,...
void glGetFloati_v(int target, int index, FloatBuffer data)
Entry point to C language function: void {@native glGetFloati_v}(GLenum target, GLuint index,...
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,...
void glVertexAttribP3ui(int index, int type, boolean normalized, int value)
Entry point to C language function: void {@native glVertexAttribP3ui}(GLuint index,...
void glVertexAttribP1uiv(int index, int type, boolean normalized, IntBuffer value)
Entry point to C language function: void {@native glVertexAttribP1uiv}(GLuint index,...
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,...
void glViewportIndexedfv(int index, FloatBuffer v)
Entry point to C language function: void {@native glViewportIndexedfv}(GLuint index,...
void glGetProgramStageiv(int program, int shadertype, int pname, IntBuffer values)
Entry point to C language function: void {@native glGetProgramStageiv}(GLuint program,...
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,...
void glDepthRangeIndexed(int index, double n, double f)
Entry point to C language function: void {@native glDepthRangeIndexed}(GLuint index,...
void glCompileShaderIncludeARB(int shader, int count, String[] path, IntBuffer length)
Entry point to C language function: void {@native glCompileShaderIncludeARB}(GLuint shader,...
void glUniform1d(int location, double x)
Entry point to C language function: void {@native glUniform1d}(GLint location, GLdouble x) Part of...
void glViewportIndexedf(int index, float x, float y, float w, float h)
Entry point to C language function: void {@native glViewportIndexedf}(GLuint index,...
void glUniformMatrix3dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix3dv}(GLint location,...
void glGetNamedStringARB(int namelen, String name, int bufSize, IntBuffer stringlen, ByteBuffer string)
Entry point to C language function: void {@native glGetNamedStringARB}(GLint namelen,...
void glSpecializeShader(int shader, ByteBuffer pEntryPoint, int numSpecializationConstants, IntBuffer pConstantIndex, IntBuffer pConstantValue)
Entry point to C language function: void {@native glSpecializeShader}(GLuint shader,...
void glUniformMatrix4dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix4dv}(GLint location,...
void glGetUniformdv(int program, int location, DoubleBuffer params)
Entry point to C language function: void {@native glGetUniformdv}(GLuint program,...
void glUniformSubroutinesuiv(int shadertype, int count, IntBuffer indices)
Entry point to C language function: void {@native glUniformSubroutinesuiv}(GLenum shadertype,...
void glVertexAttribP1ui(int index, int type, boolean normalized, int value)
Entry point to C language function: void {@native glVertexAttribP1ui}(GLuint index,...
void glUniformMatrix3x2dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix3x2dv}(GLint location,...
void glUniform3d(int location, double x, double y, double z)
Entry point to C language function: void {@native glUniform3d}(GLint location, GLdouble x,...
void glGetDoublei_v(int target, int index, DoubleBuffer data)
Entry point to C language function: void {@native glGetDoublei_v}(GLenum target, GLuint index,...
void glGetActiveSubroutineUniformiv(int program, int shadertype, int index, int pname, IntBuffer values)
Entry point to C language function: void {@native glGetActiveSubroutineUniformiv}(GLuint program,...
void glVertexAttribP3uiv(int index, int type, boolean normalized, IntBuffer value)
Entry point to C language function: void {@native glVertexAttribP3uiv}(GLuint index,...
void glProgramParameteriARB(int program, int pname, int value)
Entry point to C language function: void {@native glProgramParameteriARB}(GLuint program,...
void glFramebufferTextureARB(int target, int attachment, int texture, int level)
Entry point to C language function: void {@native glFramebufferTextureARB}(GLenum target,...
void glUniform4dv(int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glUniform4dv}(GLint location, GLsizei count,...
void glFramebufferTextureFaceARB(int target, int attachment, int texture, int level, int face)
Entry point to C language function: void {@native glFramebufferTextureFaceARB}(GLenum target,...
void glScissorIndexedv(int index, IntBuffer v)
Entry point to C language function: void {@native glScissorIndexedv}(GLuint index,...
void glUniform3dv(int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glUniform3dv}(GLint location, GLsizei count,...
void glScissorArrayv(int first, int count, IntBuffer v)
Entry point to C language function: void {@native glScissorArrayv}(GLuint first, GLsizei count,...
void glUniformMatrix2dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix2dv}(GLint location,...
void glBindFragDataLocationIndexed(int program, int colorNumber, int index, String name)
Entry point to C language function: void {@native glBindFragDataLocationIndexed}(GLuint program,...
void glGetNamedStringivARB(int namelen, String name, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedStringivARB}(GLint namelen,...
void glUniform1dv(int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glUniform1dv}(GLint location, GLsizei count,...
void glUniformMatrix4x3dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix4x3dv}(GLint location,...
void glUniformMatrix2x4dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix2x4dv}(GLint location,...
void glDeleteNamedStringARB(int namelen, String name)
Entry point to C language function: void {@native glDeleteNamedStringARB}(GLint namelen,...
void glVertexAttribP4ui(int index, int type, boolean normalized, int value)
Entry point to C language function: void {@native glVertexAttribP4ui}(GLuint index,...
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,...
void glDepthRangeArraydv(int first, int count, DoubleBuffer v)
Entry point to C language function: void {@native glDepthRangeArraydv}(GLuint first,...
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,...
void glViewportArrayv(int first, int count, FloatBuffer v)
Entry point to C language function: void {@native glViewportArrayv}(GLuint first,...
void glUniformMatrix3x4dv(int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glUniformMatrix3x4dv}(GLint location,...
void glGetUniformSubroutineuiv(int shadertype, int location, IntBuffer params)
Entry point to C language function: void {@native glGetUniformSubroutineuiv}(GLenum shadertype,...
boolean glIsNamedStringARB(int namelen, String name)
Entry point to C language function: GLboolean {@native glIsNamedStringARB}(GLint namelen,...
void glVertexAttribP2ui(int index, int type, boolean normalized, int value)
Entry point to C language function: void {@native glVertexAttribP2ui}(GLuint index,...
void glUniform2d(int location, double x, double y)
Entry point to C language function: void {@native glUniform2d}(GLint location, GLdouble x,...
void glFramebufferTextureLayerARB(int target, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glFramebufferTextureLayerARB}(GLenum target,...
void glVertexAttribP4uiv(int index, int type, boolean normalized, IntBuffer value)
Entry point to C language function: void {@native glVertexAttribP4uiv}(GLuint index,...
void glDrawTransformFeedbackStreamInstanced(int mode, int id, int stream, int instancecount)
Entry point to C language function: void {@native glDrawTransformFeedbackStreamInstanced}(GLenum mod...
void glScissorIndexed(int index, int left, int bottom, int width, int height)
Entry point to C language function: void {@native glScissorIndexed}(GLuint index,...
void glDepthRangeIndexedd(int index, double n, double f)
Entry point to C language function: void {@native glDepthRangeIndexedd}(GLuint index,...
void glVertexP3ui(int type, int value)
Entry point to C language function: void {@native glVertexP3ui}(GLenum type, GLuint value) Part of...
void glVertexP4uiv(int type, IntBuffer value)
Entry point to C language function: void {@native glVertexP4uiv}(GLenum type, const GLuint * value) ...
void glTexCoordP4ui(int type, int coords)
Entry point to C language function: void {@native glTexCoordP4ui}(GLenum type, GLuint coords) Part...
void glTexCoordP1uiv(int type, IntBuffer coords)
Entry point to C language function: void {@native glTexCoordP1uiv}(GLenum type, const GLuint * coord...
void glColorP4uiv(int type, IntBuffer color)
Entry point to C language function: void {@native glColorP4uiv}(GLenum type, const GLuint * color) ...
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,...
void glColorP3ui(int type, int color)
Entry point to C language function: void {@native glColorP3ui}(GLenum type, GLuint color) Part of ...
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,...
void glTexCoordP3uiv(int type, IntBuffer coords)
Entry point to C language function: void {@native glTexCoordP3uiv}(GLenum type, const GLuint * coord...
void glNormalP3ui(int type, int coords)
Entry point to C language function: void {@native glNormalP3ui}(GLenum type, GLuint coords) Part o...
void glNormalP3uiv(int type, IntBuffer coords)
Entry point to C language function: void {@native glNormalP3uiv}(GLenum type, const GLuint * coords)...
void glMultiTexCoordP2uiv(int texture, int type, IntBuffer coords)
Entry point to C language function: void {@native glMultiTexCoordP2uiv}(GLenum texture,...
void glColorP3uiv(int type, IntBuffer color)
Entry point to C language function: void {@native glColorP3uiv}(GLenum type, const GLuint * color) ...
void glMultiTexCoordP2ui(int texture, int type, int coords)
Entry point to C language function: void {@native glMultiTexCoordP2ui}(GLenum texture,...
void glVertexP4ui(int type, int value)
Entry point to C language function: void {@native glVertexP4ui}(GLenum type, GLuint value) Part of...
void glMultiTexCoordP1uiv(int texture, int type, IntBuffer coords)
Entry point to C language function: void {@native glMultiTexCoordP1uiv}(GLenum texture,...
void glSecondaryColorP3ui(int type, int color)
Entry point to C language function: void {@native glSecondaryColorP3ui}(GLenum type,...
void glMultiTexCoordP3uiv(int texture, int type, IntBuffer coords)
Entry point to C language function: void {@native glMultiTexCoordP3uiv}(GLenum texture,...
void glVertexP3uiv(int type, IntBuffer value)
Entry point to C language function: void {@native glVertexP3uiv}(GLenum type, const GLuint * value) ...
void glSecondaryColorP3uiv(int type, IntBuffer color)
Entry point to C language function: void {@native glSecondaryColorP3uiv}(GLenum type,...
void glVertexP2ui(int type, int value)
Entry point to C language function: void {@native glVertexP2ui}(GLenum type, GLuint value) Part of...
void glTexCoordP1ui(int type, int coords)
Entry point to C language function: void {@native glTexCoordP1ui}(GLenum type, GLuint coords) Part...
void glTexCoordP2ui(int type, int coords)
Entry point to C language function: void {@native glTexCoordP2ui}(GLenum type, GLuint coords) Part...
void glVertexP2uiv(int type, IntBuffer value)
Entry point to C language function: void {@native glVertexP2uiv}(GLenum type, const GLuint * value) ...
void glMultiTexCoordP1ui(int texture, int type, int coords)
Entry point to C language function: void {@native glMultiTexCoordP1ui}(GLenum texture,...
void glTexCoordP4uiv(int type, IntBuffer coords)
Entry point to C language function: void {@native glTexCoordP4uiv}(GLenum type, const GLuint * coord...
void glMultiTexCoordP4uiv(int texture, int type, IntBuffer coords)
Entry point to C language function: void {@native glMultiTexCoordP4uiv}(GLenum texture,...
void glDrawElementsBaseVertex(int mode, int count, int type, Buffer indices, int basevertex)
Entry point to C language function: void {@native glDrawElementsBaseVertex}(GLenum mode,...
void glColorP4ui(int type, int color)
Entry point to C language function: void {@native glColorP4ui}(GLenum type, GLuint color) Part of ...
void glMultiTexCoordP4ui(int texture, int type, int coords)
Entry point to C language function: void {@native glMultiTexCoordP4ui}(GLenum texture,...
void glTexCoordP3ui(int type, int coords)
Entry point to C language function: void {@native glTexCoordP3ui}(GLenum type, GLuint coords) Part...
void glMultiTexCoordP3ui(int texture, int type, int coords)
Entry point to C language function: void {@native glMultiTexCoordP3ui}(GLenum texture,...
void glTexCoordP2uiv(int type, IntBuffer coords)
Entry point to C language function: void {@native glTexCoordP2uiv}(GLenum type, const GLuint * coord...
void glSignalVkFenceNV(long vkFence)
Entry point to C language function: void {@native glSignalVkFenceNV}(GLuint64 vkFence) Part of GL_...
void glDrawMeshTasksNV(int first, int count)
Entry point to C language function: void {@native glDrawMeshTasksNV}(GLuint first,...
void glShadingRateSampleOrderNV(int order)
Entry point to C language function: void {@native glShadingRateSampleOrderNV}(GLenum order) Part o...
void glNamedBufferAttachMemoryNV(int buffer, int memory, long offset)
Entry point to C language function: void {@native glNamedBufferAttachMemoryNV}(GLuint buffer,...
void glShadingRateImagePaletteNV(int viewport, int first, int count, IntBuffer rates)
Entry point to C language function: void {@native glShadingRateImagePaletteNV}(GLuint viewport,...
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,...
void glGetMemoryObjectDetachedResourcesuivNV(int memory, int pname, int first, int count, IntBuffer params)
Entry point to C language function: void {@native glGetMemoryObjectDetachedResourcesuivNV}(GLuint me...
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,...
void glSubpixelPrecisionBiasNV(int xbits, int ybits)
Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits,...
void glMultiDrawMeshTasksIndirectCountNV(long indirect, long drawcount, int maxdrawcount, int stride)
Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectCountNV}(GLintptr indi...
void glNamedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint fram...
void glShadingRateImageBarrierNV(boolean synchronize)
Entry point to C language function: void {@native glShadingRateImageBarrierNV}(GLboolean synchronize...
void glScissorExclusiveArrayvNV(int first, int count, IntBuffer v)
Entry point to C language function: void {@native glScissorExclusiveArrayvNV}(GLuint first,...
void glWaitVkSemaphoreNV(long vkSemaphore)
Entry point to C language function: void {@native glWaitVkSemaphoreNV}(GLuint64 vkSemaphore) Part ...
void glViewportPositionWScaleNV(int index, float xcoeff, float ycoeff)
Entry point to C language function: void {@native glViewportPositionWScaleNV}(GLuint index,...
void glBindShadingRateImageNV(int texture)
Entry point to C language function: void {@native glBindShadingRateImageNV}(GLuint texture) Part o...
void glCreateSemaphoresNV(int n, IntBuffer semaphores)
Entry point to C language function: void {@native glCreateSemaphoresNV}(GLsizei n,...
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,...
void glSignalVkSemaphoreNV(long vkSemaphore)
Entry point to C language function: void {@native glSignalVkSemaphoreNV}(GLuint64 vkSemaphore) Par...
void glFragmentCoverageColorNV(int color)
Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color) Part of...
void glResolveDepthValuesNV()
Entry point to C language function: void {@native glResolveDepthValuesNV}() Part of GL_NV_sample_l...
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,...
void glViewportSwizzleNV(int index, int swizzlex, int swizzley, int swizzlez, int swizzlew)
Entry point to C language function: void {@native glViewportSwizzleNV}(GLuint index,...
long glGetVkProcAddrNV(ByteBuffer name)
Entry point to C language function: GLVULKANPROCNV {@native glGetVkProcAddrNV}(const GLchar * name) ...
void glMultiDrawMeshTasksIndirectNV(long indirect, int drawcount, int stride)
Entry point to C language function: void {@native glMultiDrawMeshTasksIndirectNV}(GLintptr indirect,...
void glResetMemoryObjectParameterNV(int memory, int pname)
Entry point to C language function: void {@native glResetMemoryObjectParameterNV}(GLuint memory,...
void glSemaphoreParameterivNV(int semaphore, int pname, IntBuffer params)
Entry point to C language function: void {@native glSemaphoreParameterivNV}(GLuint semaphore,...
void glTexAttachMemoryNV(int target, int memory, long offset)
Entry point to C language function: void {@native glTexAttachMemoryNV}(GLenum target,...
void glDrawMeshTasksIndirectNV(long indirect)
Entry point to C language function: void {@native glDrawMeshTasksIndirectNV}(GLintptr indirect) Pa...
void glTextureAttachMemoryNV(int texture, int memory, long offset)
Entry point to C language function: void {@native glTextureAttachMemoryNV}(GLuint texture,...
void glGetShadingRateSampleLocationivNV(int rate, int samples, int index, IntBuffer location)
Entry point to C language function: void {@native glGetShadingRateSampleLocationivNV}(GLenum rate,...
void glGetSemaphoreParameterivNV(int semaphore, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetSemaphoreParameterivNV}(GLuint semaphore,...
void glScissorExclusiveNV(int x, int y, int width, int height)
Entry point to C language function: void {@native glScissorExclusiveNV}(GLint x, GLint y,...
void glGetShadingRateImagePaletteNV(int viewport, int entry, IntBuffer rate)
Entry point to C language function: void {@native glGetShadingRateImagePaletteNV}(GLuint viewport,...
void glShadingRateSampleOrderCustomNV(int rate, int samples, IntBuffer locations)
Entry point to C language function: void {@native glShadingRateSampleOrderCustomNV}(GLenum rate,...
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,...
void glFramebufferSampleLocationsfvNV(int target, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target,...
void glBufferAttachMemoryNV(int target, int memory, long offset)
Entry point to C language function: void {@native glBufferAttachMemoryNV}(GLenum target,...
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,...
void glNamedRenderbufferStorage(int renderbuffer, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorage}(GLuint renderbuffer,...
void glMultiDrawArraysIndirect(int mode, Buffer indirect, int drawcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirect}(GLenum mode,...
void glCreateQueries(int target, int n, IntBuffer ids)
Entry point to C language function: void {@native glCreateQueries}(GLenum target,...
void glTextureParameterIuiv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIuiv}(GLuint texture,...
void glTextureParameterf(int texture, int pname, float param)
Entry point to C language function: void {@native glTextureParameterf}(GLuint texture,...
void glGetTextureLevelParameterfv(int texture, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterfv}(GLuint texture,...
void glBindVertexBuffers(int first, int count, IntBuffer buffers, PointerBuffer offsets, IntBuffer strides)
Entry point to C language function: void {@native glBindVertexBuffers}(GLuint first,...
void glVertexArrayElementBuffer(int vaobj, int buffer)
Entry point to C language function: void {@native glVertexArrayElementBuffer}(GLuint vaobj,...
void glGetTransformFeedbacki64_v(int xfb, int pname, int index, LongBuffer param)
Entry point to C language function: void {@native glGetTransformFeedbacki64_v}(GLuint xfb,...
GLBufferStorage mapNamedBuffer(int bufferName, int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBuffer(....
void glCreateTextures(int target, int n, IntBuffer textures)
Entry point to C language function: void {@native glCreateTextures}(GLenum target,...
void glUniform1ui64ARB(int location, long x)
Entry point to C language function: void {@native glUniform1ui64ARB}(GLint location,...
void glGetnUniformui64vARB(int program, int location, int bufSize, LongBuffer params)
Entry point to C language function: void {@native glGetnUniformui64vARB}(GLuint program,...
void glTextureBarrier()
Entry point to C language function: void {@native glTextureBarrier}() Part of GL_VERSION_4_5,...
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,...
void glNamedBufferSubData(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glNamedBufferSubData}(GLuint buffer,...
void glTransformFeedbackBufferRange(int xfb, int index, int buffer, long offset, long size)
Entry point to C language function: void {@native glTransformFeedbackBufferRange}(GLuint xfb,...
void glNamedFramebufferDrawBuffers(int framebuffer, int n, IntBuffer bufs)
Entry point to C language function: void {@native glNamedFramebufferDrawBuffers}(GLuint framebuffer,...
void glNamedFramebufferDrawBuffer(int framebuffer, int buf)
Entry point to C language function: void {@native glNamedFramebufferDrawBuffer}(GLuint framebuffer,...
int glGetProgramResourceLocationIndex(int program, int programInterface, ByteBuffer name)
Entry point to C language function: GLint {@native glGetProgramResourceLocationIndex}(GLuint program...
void glProgramUniform1i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1i64vARB}(GLuint program,...
void glCreateTransformFeedbacks(int n, IntBuffer ids)
Entry point to C language function: void {@native glCreateTransformFeedbacks}(GLsizei n,...
void glProgramUniform3i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3i64vARB}(GLuint program,...
void glGetQueryBufferObjectui64v(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjectui64v}(GLuint id,...
void glMakeTextureHandleNonResidentARB(long handle)
Entry point to C language function: void {@native glMakeTextureHandleNonResidentARB}(GLuint64 handle...
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,...
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,...
void glMakeImageHandleNonResidentARB(long handle)
Entry point to C language function: void {@native glMakeImageHandleNonResidentARB}(GLuint64 handle) ...
void glProgramUniform4ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4ui64vARB}(GLuint program,...
void glGetNamedBufferParameteri64v(int buffer, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameteri64v}(GLuint buffer,...
long glGetTextureSamplerHandleARB(int texture, int sampler)
Entry point to C language function: GLuint64 {@native glGetTextureSamplerHandleARB}(GLuint texture,...
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,...
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,...
void glProgramUniformHandleui64vARB(int program, int location, int count, LongBuffer values)
Entry point to C language function: void {@native glProgramUniformHandleui64vARB}(GLuint program,...
void glClearTexImage(int texture, int level, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearTexImage}(GLuint texture,...
void glVertexAttribLFormat(int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexAttribLFormat}(GLuint attribindex,...
void glCreateSamplers(int n, IntBuffer samplers)
Entry point to C language function: void {@native glCreateSamplers}(GLsizei n, GLuint * samplers) ...
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,...
void glGetUniformui64vARB(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformui64vARB}(GLuint program,...
void glGetNamedRenderbufferParameteriv(int renderbuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedRenderbufferParameteriv}(GLuint renderbu...
void glTextureParameterIiv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIiv}(GLuint texture,...
void glGetCompressedTextureImage(int texture, int level, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetCompressedTextureImage}(GLuint texture,...
void glTextureStorage2D(int texture, int levels, int internalformat, int width, int height)
Entry point to C language function: void {@native glTextureStorage2D}(GLuint texture,...
void glDisableVertexArrayAttrib(int vaobj, int index)
Entry point to C language function: void {@native glDisableVertexArrayAttrib}(GLuint vaobj,...
void glProgramUniform2ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2ui64vARB}(GLuint program,...
void glUniform4i64ARB(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4i64ARB}(GLint location,...
void glCreateFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n,...
void glClearNamedFramebufferfi(int framebuffer, int buffer, int drawbuffer, float depth, int stencil)
Entry point to C language function: void {@native glClearNamedFramebufferfi}(GLuint framebuffer,...
void glUniform4ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4ui64vARB}(GLint location,...
void glGenerateTextureMipmap(int texture)
Entry point to C language function: void {@native glGenerateTextureMipmap}(GLuint texture) Part of...
void glVertexArrayAttribLFormat(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayAttribLFormat}(GLuint vaobj,...
void glUniform2ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2ui64vARB}(GLint location,...
void glGetTextureParameteriv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameteriv}(GLuint texture,...
int glCheckNamedFramebufferStatus(int framebuffer, int target)
Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatus}(GLuint framebuffe...
void glGetNamedBufferSubData(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetNamedBufferSubData}(GLuint buffer,...
void glUniform1i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1i64vARB}(GLint location,...
void glGetTextureParameterfv(int texture, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureParameterfv}(GLuint texture,...
void glVertexArrayAttribBinding(int vaobj, int attribindex, int bindingindex)
Entry point to C language function: void {@native glVertexArrayAttribBinding}(GLuint vaobj,...
void glGetNamedBufferPointerv(int buffer, int pname, PointerBuffer params)
Entry point to C language function: void {@native glGetNamedBufferPointerv}(GLuint buffer,...
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,...
void glClearNamedFramebufferiv(int framebuffer, int buffer, int drawbuffer, IntBuffer value)
Entry point to C language function: void {@native glClearNamedFramebufferiv}(GLuint framebuffer,...
void glClipControl(int origin, int depth)
Entry point to C language function: void {@native glClipControl}(GLenum origin, GLenum depth) Part...
void glUniform3ui64ARB(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3ui64ARB}(GLint location,...
void glGetVertexArrayiv(int vaobj, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj,...
void glGetUniformi64vARB(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformi64vARB}(GLuint program,...
void glClearNamedFramebufferfv(int framebuffer, int buffer, int drawbuffer, FloatBuffer value)
Entry point to C language function: void {@native glClearNamedFramebufferfv}(GLuint framebuffer,...
GLBufferStorage mapNamedBufferRange(final int bufferName, final long offset, final long length, final int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRange(....
void glCreateBuffers(int n, IntBuffer buffers)
Entry point to C language function: void {@native glCreateBuffers}(GLsizei n, GLuint * buffers) Pa...
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,...
void glProgramUniform1i64ARB(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1i64ARB}(GLuint program,...
void glCopyNamedBufferSubData(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
Entry point to C language function: void {@native glCopyNamedBufferSubData}(GLuint readBuffer,...
boolean glIsImageHandleResidentARB(long handle)
Entry point to C language function: GLboolean {@native glIsImageHandleResidentARB}(GLuint64 handle) ...
void glProgramUniform4i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4i64vARB}(GLuint program,...
void glCreateProgramPipelines(int n, IntBuffer pipelines)
Entry point to C language function: void {@native glCreateProgramPipelines}(GLsizei n,...
void glBindBuffersBase(int target, int first, int count, IntBuffer buffers)
Entry point to C language function: void {@native glBindBuffersBase}(GLenum target,...
void glGetTextureParameterIiv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIiv}(GLuint texture,...
ByteBuffer glMapNamedBuffer(int buffer, int access)
Entry point to C language function: void * {@native glMapNamedBuffer}(GLuint buffer,...
void glMakeImageHandleResidentARB(long handle, int access)
Entry point to C language function: void {@native glMakeImageHandleResidentARB}(GLuint64 handle,...
void glProgramUniform2ui64ARB(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2ui64ARB}(GLuint program,...
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,...
long glGetTextureHandleARB(int texture)
Entry point to C language function: GLuint64 {@native glGetTextureHandleARB}(GLuint texture) Part ...
void glProgramUniform3i64ARB(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3i64ARB}(GLuint program,...
void glUniform4ui64ARB(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4ui64ARB}(GLint location,...
ByteBuffer glMapNamedBufferRange(int buffer, long offset, long length, int access)
Entry point to C language function: void * {@native glMapNamedBufferRange}(GLuint buffer,...
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,...
void glNamedBufferStorage(int buffer, long size, Buffer data, int flags)
Entry point to C language function: void {@native glNamedBufferStorage}(GLuint buffer,...
void glGetTextureParameterIuiv(int texture, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIuiv}(GLuint texture,...
void glUniform4i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4i64vARB}(GLint location,...
void glUniformHandleui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniformHandleui64vARB}(GLint location,...
void glTextureStorage1D(int texture, int levels, int internalformat, int width)
Entry point to C language function: void {@native glTextureStorage1D}(GLuint texture,...
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,...
void glUniform3i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3i64vARB}(GLint location,...
long glGetImageHandleARB(int texture, int level, boolean layered, int layer, int format)
Entry point to C language function: GLuint64 {@native glGetImageHandleARB}(GLuint texture,...
void glBindTextures(int first, int count, IntBuffer textures)
Entry point to C language function: void {@native glBindTextures}(GLuint first, GLsizei count,...
void glVertexAttribL1ui64ARB(int index, long x)
Entry point to C language function: void {@native glVertexAttribL1ui64ARB}(GLuint index,...
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,...
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,...
void glTransformFeedbackBufferBase(int xfb, int index, int buffer)
Entry point to C language function: void {@native glTransformFeedbackBufferBase}(GLuint xfb,...
void glVertexArrayBindingDivisor(int vaobj, int bindingindex, int divisor)
Entry point to C language function: void {@native glVertexArrayBindingDivisor}(GLuint vaobj,...
void glEvaluateDepthValuesARB()
Entry point to C language function: void {@native glEvaluateDepthValuesARB}() Part of GL_ARB_sampl...
void glNamedBufferData(int buffer, long size, Buffer data, int usage)
Entry point to C language function: void {@native glNamedBufferData}(GLuint buffer,...
void glMaxShaderCompilerThreadsARB(int count)
Entry point to C language function: void {@native glMaxShaderCompilerThreadsARB}(GLuint count) Par...
void glNamedFramebufferRenderbuffer(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer)
Entry point to C language function: void {@native glNamedFramebufferRenderbuffer}(GLuint framebuffer...
void glNamedFramebufferTexture(int framebuffer, int attachment, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture}(GLuint framebuffer,...
void glVertexArrayAttribIFormat(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayAttribIFormat}(GLuint vaobj,...
void glGetVertexArrayIndexediv(int vaobj, int index, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIndexediv}(GLuint vaobj,...
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,...
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,...
void glGetTransformFeedbacki_v(int xfb, int pname, int index, IntBuffer param)
Entry point to C language function: void {@native glGetTransformFeedbacki_v}(GLuint xfb,...
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,...
void glGetTextureLevelParameteriv(int texture, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameteriv}(GLuint texture,...
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,...
void glCreateVertexArrays(int n, IntBuffer arrays)
Entry point to C language function: void {@native glCreateVertexArrays}(GLsizei n,...
void glUniform1ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1ui64vARB}(GLint location,...
void glTextureParameteriv(int texture, int pname, IntBuffer param)
Entry point to C language function: void {@native glTextureParameteriv}(GLuint texture,...
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,...
void glProgramUniform2i64ARB(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2i64ARB}(GLuint program,...
void glShaderStorageBlockBinding(int program, int storageBlockIndex, int storageBlockBinding)
Entry point to C language function: void {@native glShaderStorageBlockBinding}(GLuint program,...
void glProgramUniform3ui64ARB(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3ui64ARB}(GLuint program,...
void glTextureParameteri(int texture, int pname, int param)
Entry point to C language function: void {@native glTextureParameteri}(GLuint texture,...
void glUniform3ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3ui64vARB}(GLint location,...
void glBufferStorage(int target, long size, Buffer data, int flags)
Entry point to C language function: void {@native glBufferStorage}(GLenum target,...
void glClearNamedFramebufferuiv(int framebuffer, int buffer, int drawbuffer, IntBuffer value)
Entry point to C language function: void {@native glClearNamedFramebufferuiv}(GLuint framebuffer,...
void glProgramUniform3ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3ui64vARB}(GLuint program,...
void glProgramUniform1ui64ARB(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1ui64ARB}(GLuint program,...
void glGetQueryBufferObjectuiv(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjectuiv}(GLuint id,...
void glGetNamedBufferParameteriv(int buffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameteriv}(GLuint buffer,...
void glGetVertexArrayIndexed64iv(int vaobj, int index, int pname, LongBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIndexed64iv}(GLuint vaobj,...
void glUniform2i64ARB(int location, long x, long y)
Entry point to C language function: void {@native glUniform2i64ARB}(GLint location,...
void glBindSamplers(int first, int count, IntBuffer samplers)
Entry point to C language function: void {@native glBindSamplers}(GLuint first, GLsizei count,...
void glNamedFramebufferReadBuffer(int framebuffer, int src)
Entry point to C language function: void {@native glNamedFramebufferReadBuffer}(GLuint framebuffer,...
void glVertexAttribL1ui64vARB(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL1ui64vARB}(GLuint index,...
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,...
boolean glIsTextureHandleResidentARB(long handle)
Entry point to C language function: GLboolean {@native glIsTextureHandleResidentARB}(GLuint64 handle...
void glUniform3i64ARB(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3i64ARB}(GLint location,...
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,...
void glInvalidateNamedFramebufferData(int framebuffer, int numAttachments, IntBuffer attachments)
Entry point to C language function: void {@native glInvalidateNamedFramebufferData}(GLuint framebuff...
void glNamedRenderbufferStorageMultisample(int renderbuffer, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisample}(GLuint rend...
void glNamedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvARB}(GLuint fra...
boolean glUnmapNamedBuffer(int buffer)
Entry point to C language function: GLboolean {@native glUnmapNamedBuffer}(GLuint buffer) Part of ...
void glBindTextureUnit(int unit, int texture)
Entry point to C language function: void {@native glBindTextureUnit}(GLuint unit,...
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,...
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 frameb...
void glProgramUniform2i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2i64vARB}(GLuint program,...
void glBindImageTextures(int first, int count, IntBuffer textures)
Entry point to C language function: void {@native glBindImageTextures}(GLuint first,...
void glProgramUniformHandleui64ARB(int program, int location, long value)
Entry point to C language function: void {@native glProgramUniformHandleui64ARB}(GLuint program,...
void glFramebufferSampleLocationsfvARB(int target, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvARB}(GLenum target,...
void glFlushMappedNamedBufferRange(int buffer, long offset, long length)
Entry point to C language function: void {@native glFlushMappedNamedBufferRange}(GLuint buffer,...
void glUniform2ui64ARB(int location, long x, long y)
Entry point to C language function: void {@native glUniform2ui64ARB}(GLint location,...
void glGetQueryBufferObjectiv(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjectiv}(GLuint id,...
void glGetVertexAttribLui64vARB(int index, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLui64vARB}(GLuint index,...
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,...
void glTextureBufferRange(int texture, int internalformat, int buffer, long offset, long size)
Entry point to C language function: void {@native glTextureBufferRange}(GLuint texture,...
void glGetnUniformi64vARB(int program, int location, int bufSize, LongBuffer params)
Entry point to C language function: void {@native glGetnUniformi64vARB}(GLuint program,...
void glVertexArrayVertexBuffer(int vaobj, int bindingindex, int buffer, long offset, int stride)
Entry point to C language function: void {@native glVertexArrayVertexBuffer}(GLuint vaobj,...
void glTextureBuffer(int texture, int internalformat, int buffer)
Entry point to C language function: void {@native glTextureBuffer}(GLuint texture,...
void glUniform2i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2i64vARB}(GLint location,...
void glCreateRenderbuffers(int n, IntBuffer renderbuffers)
Entry point to C language function: void {@native glCreateRenderbuffers}(GLsizei n,...
void glUniformHandleui64ARB(int location, long value)
Entry point to C language function: void {@native glUniformHandleui64ARB}(GLint location,...
void glEnableVertexArrayAttrib(int vaobj, int index)
Entry point to C language function: void {@native glEnableVertexArrayAttrib}(GLuint vaobj,...
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...
void glGetQueryBufferObjecti64v(int id, int buffer, int pname, long offset)
Entry point to C language function: void {@native glGetQueryBufferObjecti64v}(GLuint id,...
void glTextureParameterfv(int texture, int pname, FloatBuffer param)
Entry point to C language function: void {@native glTextureParameterfv}(GLuint texture,...
void glProgramUniform1ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1ui64vARB}(GLuint program,...
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,...
void glGetTransformFeedbackiv(int xfb, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetTransformFeedbackiv}(GLuint xfb,...
void glMultiDrawArraysIndirectCount(int mode, Buffer indirect, long drawcount, int maxdrawcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirectCount}(GLenum mode,...
void glNamedFramebufferTextureLayer(int framebuffer, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glNamedFramebufferTextureLayer}(GLuint framebuffer...
void glPolygonOffsetClamp(float factor, float units, float clamp)
Entry point to C language function: void {@native glPolygonOffsetClamp}(GLfloat factor,...
void glGetNamedFramebufferAttachmentParameteriv(int framebuffer, int attachment, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameteriv}(GLuint...
void glMakeTextureHandleResidentARB(long handle)
Entry point to C language function: void {@native glMakeTextureHandleResidentARB}(GLuint64 handle) ...
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,...
void glUniform1i64ARB(int location, long x)
Entry point to C language function: void {@native glUniform1i64ARB}(GLint location,...
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,...
void glImportSemaphoreWin32NameEXT(int semaphore, int handleType, Buffer name)
Entry point to C language function: void {@native glImportSemaphoreWin32NameEXT}(GLuint semaphore,...
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}(GLe...
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,...
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,...
void glImportSemaphoreWin32HandleEXT(int semaphore, int handleType, Buffer handle)
Entry point to C language function: void {@native glImportSemaphoreWin32HandleEXT}(GLuint semaphore,...
void glImportMemoryWin32NameEXT(int memory, long size, int handleType, Buffer name)
Entry point to C language function: void {@native glImportMemoryWin32NameEXT}(GLuint memory,...
void glImportMemoryWin32HandleEXT(int memory, long size, int handleType, Buffer handle)
Entry point to C language function: void {@native glImportMemoryWin32HandleEXT}(GLuint memory,...
void glVertexAttribLPointer(int index, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glVertexAttribLPointer}(GLuint index,...
boolean isGL2GL3()
Indicates whether this GL object conforms to a GL2GL3 compatible profile.
boolean isGLES2Compatible()
Indicates whether this GL object is compatible with the core OpenGL ES2 functionality.
boolean isVBOElementArrayBound()
boolean isGL2ES1()
Indicates whether this GL object conforms to a GL2ES1 compatible profile.
boolean hasGLSL()
Indicates whether this GL object supports GLSL.
boolean hasBasicFBOSupport()
Returns true if basic FBO support is available, otherwise false.
boolean isTextureFormatBGRA8888Available()
boolean isGLES()
Indicates whether this GL object conforms to one of the OpenGL ES profiles, see isGLES1(),...
boolean isGL4bc()
Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile.
boolean isGL3ES3()
Indicates whether this GL object conforms to a GL3ES3 compatible profile.
int getMaxRenderbufferSamples()
Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false.
int getBoundFramebuffer(int target)
Return the framebuffer name bound to this context, see GL#glBindFramebuffer(int, int).
int getBoundBuffer(int target)
int getDefaultDrawFramebuffer()
Return the default draw framebuffer name.
boolean isGL2ES3()
Indicates whether this GL object conforms to a either a GL2GL3 or GL3ES3 compatible profile.
boolean isGLES32Compatible()
Indicates whether this GL object is compatible with the core OpenGL ES3.2 functionality.
boolean isNPOTTextureAvailable()
Returns true if the GL context supports non power of two (NPOT) textures, otherwise false.
GLProfile getGLProfile()
Returns the GLProfile associated with this GL object.
void setSwapInterval(int interval)
Set the swap interval of the current context and attached onscreen GLDrawable.
boolean isGL3()
Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile.
void glDepthRange(double zNear, double zFar)
Aliased entrypoint of void {@native glDepthRange}(GLclampd depth); and void {@native glDepthRangef...
boolean isGL2()
Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile.
boolean isGL2ES2()
Indicates whether this GL object conforms to a GL2ES2 compatible profile.
GLBufferStorage mapBufferRange(final int target, final long offset, final long length, final int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBufferRange(....
boolean isExtensionAvailable(String glExtensionName)
Returns true if the specified OpenGL extension can be used successfully through this GL instance give...
boolean isGLES1()
Indicates whether this GL object conforms to the OpenGL ES ≥ 1.0 profile.
GLContext getContext()
Returns the GLContext associated which this GL object.
GLBufferStorage getBufferStorage(int bufferName)
boolean isFunctionAvailable(String glFunctionName)
Returns true if the specified OpenGL core- or extension-function can be used successfully through thi...
boolean isGLcore()
Indicates whether this GL object uses a GL core profile.
boolean isGL4core()
Indicates whether this GL object uses a GL4 core profile.
void glClearDepth(double depth)
Aliased entrypoint of void {@native glClearDepth}(GLclampd depth); and void {@native glClearDepthf...
boolean isGLES3()
Indicates whether this GL object conforms to the OpenGL ES ≥ 3.0 profile.
boolean isGL4ES3()
Returns true if this GL object conforms to a GL4ES3 compatible profile, i.e.
boolean isGL3core()
Indicates whether this GL object uses a GL3 core profile.
int getDefaultDrawBuffer()
Returns the default color buffer within the current bound getDefaultReadFramebuffer(),...
int getDefaultReadBuffer()
Returns the default color buffer within the current bound getDefaultReadFramebuffer(),...
GL getRootGL()
Returns the implementing root instance, considering a wrapped pipelined hierarchy,...
GLBufferStorage mapBuffer(int target, int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapBuffer(..) implementation.
Object getExtension(String extensionName)
Returns an object providing access to the specified OpenGL extension.
int getSwapInterval()
Return the current swap interval.
boolean isGL3bc()
Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile.
boolean isGLES31Compatible()
Indicates whether this GL object is compatible with the core OpenGL ES3.1 functionality.
boolean isGL4()
Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile.
boolean isGLES3Compatible()
Indicates whether this GL object is compatible with the core OpenGL ES3 functionality.
boolean isVBOArrayBound()
boolean hasFullFBOSupport()
Returns true if full FBO support is available, otherwise false.
Object getPlatformGLExtensions()
Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL,...
int getDefaultReadFramebuffer()
Return the default read framebuffer name.
boolean isGLES2()
Indicates whether this GL object conforms to the OpenGL ES ≥ 2.0 profile.
void glFramebufferTexture2D(int target, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glFramebufferTexture2D}(GLenum target,...
void glGetFloatv(int pname, FloatBuffer data)
Entry point to C language function: void {@native glGetFloatv}(GLenum pname, GLfloat * data) Part ...
void glGenBuffers(int n, IntBuffer buffers)
Entry point to C language function: void {@native glGenBuffers}(GLsizei n, GLuint * buffers) Part ...
void glPixelStorei(int pname, int param)
Entry point to C language function: void {@native glPixelStorei}(GLenum pname, GLint param) Part o...
ByteBuffer glMapBuffer(int target, int access)
Entry point to C language function: void * {@native glMapBuffer}(GLenum target, GLenum access) Par...
void glGetRenderbufferParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetRenderbufferParameteriv}(GLenum target,...
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,...
void glGetIntegerv(int pname, IntBuffer data)
Entry point to C language function: void {@native glGetIntegerv}(GLenum pname, GLint * data) Part ...
boolean glIsTexture(int texture)
Entry point to C language function: GLboolean {@native glIsTexture}(GLuint texture) Part of GL_ES_...
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,...
void glBlendEquation(int mode)
Entry point to C language function: void {@native glBlendEquation}(GLenum mode) Part of GL_ES_VERS...
void glFlushMappedBufferRange(int target, long offset, long length)
Entry point to C language function: void {@native glFlushMappedBufferRange}(GLenum target,...
void glDrawArrays(int mode, int first, int count)
Entry point to C language function: void {@native glDrawArrays}(GLenum mode, GLint first,...
void glGetBooleanv(int pname, ByteBuffer data)
Entry point to C language function: void {@native glGetBooleanv}(GLenum pname, GLboolean * data) P...
void glGetTexParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTexParameterfv}(GLenum target,...
void glTextureStorage1DEXT(int texture, int target, int levels, int internalformat, int width)
Entry point to C language function: void {@native glTextureStorage1DEXT}(GLuint texture,...
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,...
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,...
boolean glIsEnabled(int cap)
Entry point to C language function: GLboolean {@native glIsEnabled}(GLenum cap) Part of GL_ES_VERS...
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,...
void glDeleteTextures(int n, IntBuffer textures)
Entry point to C language function: void {@native glDeleteTextures}(GLsizei n, const GLuint * textur...
void glBindTexture(int target, int texture)
Entry point to C language function: void {@native glBindTexture}(GLenum target, GLuint texture) Pa...
void glSampleCoverage(float value, boolean invert)
Entry point to C language function: void {@native glSampleCoverage}(GLfloat value,...
void glDisable(int cap)
Entry point to C language function: void {@native glDisable}(GLenum cap) Part of GL_ES_VERSION_2_0...
void glGetBufferParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetBufferParameteriv}(GLenum target,...
void glPolygonOffset(float factor, float units)
Entry point to C language function: void {@native glPolygonOffset}(GLfloat factor,...
void glBufferSubData(int target, long offset, long size, Buffer data)
Entry point to C language function: void {@native glBufferSubData}(GLenum target,...
void glGenTextures(int n, IntBuffer textures)
Entry point to C language function: void {@native glGenTextures}(GLsizei n, GLuint * textures) Par...
void glStencilOp(int fail, int zfail, int zpass)
Entry point to C language function: void {@native glStencilOp}(GLenum fail, GLenum zfail,...
void glTexParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexParameteriv}(GLenum target,...
int glCheckFramebufferStatus(int target)
Entry point to C language function: GLenum {@native glCheckFramebufferStatus}(GLenum target) Part ...
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,...
void glBlendFuncSeparate(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)
Entry point to C language function: void {@native glBlendFuncSeparate}(GLenum sfactorRGB,...
void glGenerateMipmap(int target)
Entry point to C language function: void {@native glGenerateMipmap}(GLenum target) Part of GL_ES_V...
void glDeleteRenderbuffers(int n, IntBuffer renderbuffers)
Entry point to C language function: void {@native glDeleteRenderbuffers}(GLsizei n,...
void glRenderbufferStorage(int target, int internalformat, int width, int height)
Entry point to C language function: void {@native glRenderbufferStorage}(GLenum target,...
boolean glIsBuffer(int buffer)
Entry point to C language function: GLboolean {@native glIsBuffer}(GLuint buffer) Part of GL_VERSI...
int glGetError()
Entry point to C language function: GLenum {@native glGetError}() Part of GL_ES_VERSION_2_0,...
void glGenFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function: void {@native glGenFramebuffers}(GLsizei n, GLuint * framebuffer...
void glDeleteFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function: void {@native glDeleteFramebuffers}(GLsizei n,...
void glBindRenderbuffer(int target, int renderbuffer)
Entry point to C language function: void {@native glBindRenderbuffer}(GLenum target,...
void glBlendEquationSeparate(int modeRGB, int modeAlpha)
Entry point to C language function: void {@native glBlendEquationSeparate}(GLenum modeRGB,...
boolean glIsFramebuffer(int framebuffer)
Entry point to C language function: GLboolean {@native glIsFramebuffer}(GLuint framebuffer) Part o...
void glGetTexParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexParameteriv}(GLenum target,...
void glFramebufferRenderbuffer(int target, int attachment, int renderbuffertarget, int renderbuffer)
Entry point to C language function: void {@native glFramebufferRenderbuffer}(GLenum target,...
void glClearColor(float red, float green, float blue, float alpha)
Entry point to C language function: void {@native glClearColor}(GLfloat red, GLfloat green,...
boolean glIsRenderbuffer(int renderbuffer)
Entry point to C language function: GLboolean {@native glIsRenderbuffer}(GLuint renderbuffer) Part...
void glTexParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTexParameterfv}(GLenum target,...
void glGetnUniformfv(int program, int location, int bufSize, FloatBuffer params)
Entry point to C language function: void {@native glGetnUniformfv}(GLuint program,...
void glEnable(int cap)
Entry point to C language function: void {@native glEnable}(GLenum cap) Part of GL_ES_VERSION_2_0,...
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,...
boolean glUnmapBuffer(int target)
Entry point to C language function: GLboolean {@native glUnmapBuffer}(GLenum target) Part of GL_VE...
void glColorMask(boolean red, boolean green, boolean blue, boolean alpha)
Entry point to C language function: void {@native glColorMask}(GLboolean red, GLboolean green,...
int glGetGraphicsResetStatus()
Entry point to C language function: GLenum {@native glGetGraphicsResetStatus}() Part of GL_VERSION...
String glGetString(int name)
Entry point to C language function: const GLubyte * {@native glGetString}(GLenum name) Part of GL_...
void glBlendFunc(int sfactor, int dfactor)
Entry point to C language function: void {@native glBlendFunc}(GLenum sfactor, GLenum dfactor) Par...
void glStencilFunc(int func, int ref, int mask)
Entry point to C language function: void {@native glStencilFunc}(GLenum func, GLint ref,...
void glActiveTexture(int texture)
Entry point to C language function: void {@native glActiveTexture}(GLenum texture) Part of GL_ES_V...
void glClear(int mask)
Entry point to C language function: void {@native glClear}(GLbitfield mask) Part of GL_ES_VERSION_...
void glTexParameteri(int target, int pname, int param)
Entry point to C language function: void {@native glTexParameteri}(GLenum target,...
ByteBuffer glMapBufferRange(int target, long offset, long length, int access)
Entry point to C language function: void * {@native glMapBufferRange}(GLenum target,...
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,...
void glStencilMask(int mask)
Entry point to C language function: void {@native glStencilMask}(GLuint mask) Part of GL_ES_VERSIO...
void glGetFramebufferAttachmentParameteriv(int target, int attachment, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetFramebufferAttachmentParameteriv}(GLenum targ...
void glLineWidth(float width)
Entry point to C language function: void {@native glLineWidth}(GLfloat width) Part of GL_VERSION_E...
void glBindFramebuffer(int target, int framebuffer)
Entry point to C language function: void {@native glBindFramebuffer}(GLenum target,...
void glClearStencil(int s)
Entry point to C language function: void {@native glClearStencil}(GLint s) Part of GL_ES_VERSION_2...
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,...
void glTexStorage1D(int target, int levels, int internalformat, int width)
Entry point to C language function: void {@native glTexStorage1D}(GLenum target, GLsizei levels,...
void glFinish()
Entry point to C language function: void {@native glFinish}() Part of GL_ES_VERSION_2_0,...
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,...
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,...
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,...
void glRenderbufferStorageMultisample(int target, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glRenderbufferStorageMultisample}(GLenum target,...
void glFrontFace(int mode)
Entry point to C language function: void {@native glFrontFace}(GLenum mode) Part of GL_ES_VERSION_...
void glHint(int target, int mode)
Entry point to C language function: void {@native glHint}(GLenum target, GLenum mode) Part of GL_E...
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,...
void glClearDepthf(float d)
Entry point to C language function: void {@native glClearDepthf}(GLfloat d) Part of GL_ARB_ES2_com...
void glTexParameterf(int target, int pname, float param)
Entry point to C language function: void {@native glTexParameterf}(GLenum target,...
void glDepthMask(boolean flag)
Entry point to C language function: void {@native glDepthMask}(GLboolean flag) Part of GL_ES_VERSI...
void glGetnUniformiv(int program, int location, int bufSize, IntBuffer params)
Entry point to C language function: void {@native glGetnUniformiv}(GLuint program,...
void glDepthRangef(float n, float f)
Entry point to C language function: void {@native glDepthRangef}(GLfloat n, GLfloat f) Part of GL_...
void glDeleteBuffers(int n, IntBuffer buffers)
Entry point to C language function: void {@native glDeleteBuffers}(GLsizei n, const GLuint * buffers...
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,...
void glFlush()
Entry point to C language function: void {@native glFlush}() Part of GL_ES_VERSION_2_0,...
void glCullFace(int mode)
Entry point to C language function: void {@native glCullFace}(GLenum mode) Part of GL_ES_VERSION_2...
void glDepthFunc(int func)
Entry point to C language function: void {@native glDepthFunc}(GLenum func) Part of GL_ES_VERSION_...
void glBindBuffer(int target, int buffer)
Entry point to C language function: void {@native glBindBuffer}(GLenum target, GLuint buffer) Part...
void glGenRenderbuffers(int n, IntBuffer renderbuffers)
Entry point to C language function: void {@native glGenRenderbuffers}(GLsizei n, GLuint * renderbuff...
void glBufferData(int target, long size, Buffer data, int usage)
Entry point to C language function: void {@native glBufferData}(GLenum target, GLsizeiptr size,...
void glMaterialfv(int face, int pname, java.nio.FloatBuffer params)
void glMaterialf(int face, int pname, float param)
void glLightfv(int light, int pname, java.nio.FloatBuffer params)
void glShadeModel(int mode)
void glPushMatrix()
Push the current matrix to it's stack, while preserving it's values.
void glPopMatrix()
Pop the current matrix from it's stack.
void glFrustumf(float left, float right, float bottom, float top, float zNear, float zFar)
Multiply the current matrix with the frustum matrix.
void glTranslatef(float x, float y, float z)
Translate the current matrix.
void glRotatef(float angle, float x, float y, float z)
Rotate the current matrix.
void glOrthof(float left, float right, float bottom, float top, float zNear, float zFar)
Multiply the current matrix with the orthogonal matrix.
void glMultMatrixf(java.nio.FloatBuffer m)
Multiply the current matrix: [c] = [c] x [m].
void glScalef(float x, float y, float z)
Scale the current matrix.
void glLoadIdentity()
Load the current matrix with the identity matrix.
void glLoadMatrixf(java.nio.FloatBuffer m)
Load the current matrix w/ the provided one.
void glMatrixMode(int mode)
Sets the current matrix mode.
void glNormalPointer(GLArrayData array)
void glTexCoordPointer(GLArrayData array)
void glEnableClientState(int arrayName)
void glColor4f(float red, float green, float blue, float alpha)
void glDisableClientState(int arrayName)
void glColorPointer(GLArrayData array)
void glVertexPointer(GLArrayData array)