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(
"glActiveShaderProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
216 print(
"glActiveStencilFaceEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
224 print(
"glActiveTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
232 print(
"glAlphaFunc("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
240 print(
"glApplyFramebufferAttachmentCMAAINTEL("+
")");
248 print(
"glApplyTextureEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
256 print(
"glAreTexturesResident("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
265 print(
"glAreTexturesResident("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
274 print(
"glArrayElement("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
282 print(
"glAttachObjectARB("+
"<long> "+arg0+
", "+
"<long> "+arg1+
")");
290 print(
"glAttachShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
298 print(
"glBegin("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
307 print(
"glBeginConditionalRender("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
315 print(
"glBeginConditionalRenderNVX("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
323 print(
"glBeginOcclusionQueryNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
331 print(
"glBeginPerfMonitorAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
339 print(
"glBeginPerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
347 print(
"glBeginQuery("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
355 print(
"glBeginQueryIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
363 print(
"glBeginTransformFeedback("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
371 print(
"glBeginVertexShaderEXT("+
")");
379 print(
"glBeginVideoCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
387 print(
"glBindAttribLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.lang.String> "+arg2+
")");
395 print(
"glBindBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
403 print(
"glBindBufferBase("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
411 print(
"glBindBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
419 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()+
")");
427 print(
"glBindBuffersBase("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
432 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)
435 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+
")");
440 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)
443 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+
")");
451 print(
"glBindFragDataLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.lang.String> "+arg2+
")");
459 print(
"glBindFragDataLocationIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.lang.String> "+arg3+
")");
467 print(
"glBindFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
475 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()+
")");
483 print(
"glBindImageTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
491 print(
"glBindImageTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
499 print(
"glBindLightParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
508 print(
"glBindMaterialParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
517 print(
"glBindMultiTextureEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
525 print(
"glBindParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
534 print(
"glBindProgramARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
542 print(
"glBindProgramPipeline("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
550 print(
"glBindRenderbuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
558 print(
"glBindSampler("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
566 print(
"glBindSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
574 print(
"glBindSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
582 print(
"glBindTexGenParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
591 print(
"glBindTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
599 print(
"glBindTextureUnit("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
607 print(
"glBindTextureUnitParameterEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
616 print(
"glBindTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
624 print(
"glBindTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
632 print(
"glBindTransformFeedback("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
640 print(
"glBindTransformFeedbackNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
648 print(
"glBindVertexArray("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
656 print(
"glBindVertexBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
661 public void glBindVertexBuffers(
int arg0,
int arg1,java.nio.IntBuffer arg2,com.jogamp.common.nio.PointerBuffer arg3,java.nio.IntBuffer arg4)
664 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+
")");
669 public void glBindVertexBuffers(
int arg0,
int arg1,
int[] arg2,
int arg3,com.jogamp.common.nio.PointerBuffer arg4,
int[] arg5,
int arg6)
672 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()+
")");
680 print(
"glBindVertexShaderEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
688 print(
"glBindVideoCaptureStreamBufferNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
696 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()+
")");
701 public void glBitmap(
int arg0,
int arg1,
float arg2,
float arg3,
float arg4,
float arg5,
byte[] arg6,
int arg7)
704 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()+
")");
705 downstreamGL4bc.
glBitmap(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
709 public void glBitmap(
int arg0,
int arg1,
float arg2,
float arg3,
float arg4,
float arg5,java.nio.ByteBuffer arg6)
712 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+
")");
713 downstreamGL4bc.
glBitmap(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
717 public void glBitmap(
int arg0,
int arg1,
float arg2,
float arg3,
float arg4,
float arg5,
long arg6)
720 print(
"glBitmap("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
", "+
"<long> "+arg6+
")");
721 downstreamGL4bc.
glBitmap(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
728 print(
"glBlendBarrier("+
")");
736 print(
"glBlendColor("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
744 print(
"glBlendEquation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
752 print(
"glBlendEquationIndexedAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
760 print(
"glBlendEquationSeparate("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
768 print(
"glBlendEquationSeparateIndexedAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
776 print(
"glBlendEquationSeparatei("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
784 print(
"glBlendEquationi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
792 print(
"glBlendFunc("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
800 print(
"glBlendFuncIndexedAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
808 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()+
")");
816 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()+
")");
824 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()+
")");
832 print(
"glBlendFunci("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
837 public void glBlitFramebuffer(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9)
840 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()+
")");
841 downstreamGL4bc.
glBlitFramebuffer(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
845 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)
848 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()+
")");
849 downstreamGL4bc.
glBlitNamedFramebuffer(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
856 print(
"glBufferAddressRangeNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
861 public void glBufferData(
int arg0,
long arg1,java.nio.Buffer arg2,
int arg3)
864 print(
"glBufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
872 print(
"glBufferPageCommitmentARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<boolean> "+arg3+
")");
880 print(
"glBufferParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
888 print(
"glBufferStorage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
896 print(
"glBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
904 print(
"glCallCommandListNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
912 print(
"glCallList("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
920 print(
"glCallLists("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
928 print(
"glCheckFramebufferStatus("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
937 print(
"glCheckNamedFramebufferStatus("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
946 print(
"glCheckNamedFramebufferStatusEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
955 print(
"glClampColor("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
963 print(
"glClear("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
971 print(
"glClearAccum("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
979 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+
")");
987 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+
")");
995 print(
"glClearBufferfi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1003 print(
"glClearBufferfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1011 print(
"glClearBufferfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
1019 print(
"glClearBufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
1027 print(
"glClearBufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1035 print(
"glClearBufferuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1043 print(
"glClearBufferuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
1051 print(
"glClearColor("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
1059 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()+
")");
1067 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()+
")");
1075 print(
"glClearDepth("+
"<double> "+arg0+
")");
1083 print(
"glClearDepthf("+
"<float> "+arg0+
")");
1091 print(
"glClearIndex("+
"<float> "+arg0+
")");
1099 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+
")");
1107 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+
")");
1115 print(
"glClearNamedFramebufferfi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1123 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()+
")");
1131 print(
"glClearNamedFramebufferfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
1139 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()+
")");
1147 print(
"glClearNamedFramebufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
1155 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()+
")");
1163 print(
"glClearNamedFramebufferuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
1171 print(
"glClearStencil("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1179 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+
")");
1184 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)
1187 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+
")");
1188 downstreamGL4bc.
glClearTexSubImage(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
1195 print(
"glClientActiveTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1203 print(
"glClientAttribDefaultEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1211 print(
"glClientWaitSync("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
1220 print(
"glClipControl("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1228 print(
"glClipPlane("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
1236 print(
"glClipPlane("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1244 print(
"glClipPlanef("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
1252 print(
"glClipPlanef("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1260 print(
"glColor3b("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
1261 downstreamGL4bc.
glColor3b(arg0,arg1,arg2);
1268 print(
"glColor3bv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1276 print(
"glColor3bv("+
"<java.nio.ByteBuffer> "+arg0+
")");
1284 print(
"glColor3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
1285 downstreamGL4bc.
glColor3d(arg0,arg1,arg2);
1292 print(
"glColor3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
1300 print(
"glColor3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1308 print(
"glColor3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
1309 downstreamGL4bc.
glColor3f(arg0,arg1,arg2);
1316 print(
"glColor3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
1324 print(
"glColor3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1332 print(
"glColor3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
1333 downstreamGL4bc.
glColor3h(arg0,arg1,arg2);
1340 print(
"glColor3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1348 print(
"glColor3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1356 print(
"glColor3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1357 downstreamGL4bc.
glColor3i(arg0,arg1,arg2);
1364 print(
"glColor3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
1372 print(
"glColor3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1380 print(
"glColor3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
1381 downstreamGL4bc.
glColor3s(arg0,arg1,arg2);
1388 print(
"glColor3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1396 print(
"glColor3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1404 print(
"glColor3ub("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
1412 print(
"glColor3ubv("+
"<java.nio.ByteBuffer> "+arg0+
")");
1420 print(
"glColor3ubv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1428 print(
"glColor3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1436 print(
"glColor3uiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1444 print(
"glColor3uiv("+
"<java.nio.IntBuffer> "+arg0+
")");
1452 print(
"glColor3us("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
1460 print(
"glColor3usv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1468 print(
"glColor3usv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1473 public void glColor4b(
byte arg0,
byte arg1,
byte arg2,
byte arg3)
1476 print(
"glColor4b("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
1477 downstreamGL4bc.
glColor4b(arg0,arg1,arg2,arg3);
1484 print(
"glColor4bv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1492 print(
"glColor4bv("+
"<java.nio.ByteBuffer> "+arg0+
")");
1497 public void glColor4d(
double arg0,
double arg1,
double arg2,
double arg3)
1500 print(
"glColor4d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
1501 downstreamGL4bc.
glColor4d(arg0,arg1,arg2,arg3);
1508 print(
"glColor4dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
1516 print(
"glColor4dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1521 public void glColor4f(
float arg0,
float arg1,
float arg2,
float arg3)
1524 print(
"glColor4f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
1525 downstreamGL4bc.
glColor4f(arg0,arg1,arg2,arg3);
1532 print(
"glColor4fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1540 print(
"glColor4fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
1545 public void glColor4h(
short arg0,
short arg1,
short arg2,
short arg3)
1548 print(
"glColor4h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
1549 downstreamGL4bc.
glColor4h(arg0,arg1,arg2,arg3);
1556 print(
"glColor4hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1564 print(
"glColor4hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1572 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()+
")");
1573 downstreamGL4bc.
glColor4i(arg0,arg1,arg2,arg3);
1580 print(
"glColor4iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1588 print(
"glColor4iv("+
"<java.nio.IntBuffer> "+arg0+
")");
1593 public void glColor4s(
short arg0,
short arg1,
short arg2,
short arg3)
1596 print(
"glColor4s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
1597 downstreamGL4bc.
glColor4s(arg0,arg1,arg2,arg3);
1604 print(
"glColor4sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1612 print(
"glColor4sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1620 print(
"glColor4ub("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
1621 downstreamGL4bc.
glColor4ub(arg0,arg1,arg2,arg3);
1628 print(
"glColor4ubv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1636 print(
"glColor4ubv("+
"<java.nio.ByteBuffer> "+arg0+
")");
1644 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()+
")");
1645 downstreamGL4bc.
glColor4ui(arg0,arg1,arg2,arg3);
1652 print(
"glColor4uiv("+
"<java.nio.IntBuffer> "+arg0+
")");
1660 print(
"glColor4uiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1665 public void glColor4us(
short arg0,
short arg1,
short arg2,
short arg3)
1668 print(
"glColor4us("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
1669 downstreamGL4bc.
glColor4us(arg0,arg1,arg2,arg3);
1676 print(
"glColor4usv("+
"<java.nio.ShortBuffer> "+arg0+
")");
1684 print(
"glColor4usv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1692 print(
"glColorFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1697 public void glColorMask(
boolean arg0,
boolean arg1,
boolean arg2,
boolean arg3)
1700 print(
"glColorMask("+
"<boolean> "+arg0+
", "+
"<boolean> "+arg1+
", "+
"<boolean> "+arg2+
", "+
"<boolean> "+arg3+
")");
1708 print(
"glColorMaskIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<boolean> "+arg2+
", "+
"<boolean> "+arg3+
", "+
"<boolean> "+arg4+
")");
1713 public void glColorMaski(
int arg0,
boolean arg1,
boolean arg2,
boolean arg3,
boolean arg4)
1716 print(
"glColorMaski("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<boolean> "+arg2+
", "+
"<boolean> "+arg3+
", "+
"<boolean> "+arg4+
")");
1717 downstreamGL4bc.
glColorMaski(arg0,arg1,arg2,arg3,arg4);
1724 print(
"glColorMaterial("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1732 print(
"glColorP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1740 print(
"glColorP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
1748 print(
"glColorP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1756 print(
"glColorP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1764 print(
"glColorP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
1772 print(
"glColorP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
1780 print(
"glColorPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
1788 print(
"glColorPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
1796 print(
"glColorPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
1801 public void glColorSubTable(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
1804 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+
")");
1812 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+
")");
1817 public void glColorTable(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
long arg5)
1820 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+
")");
1821 downstreamGL4bc.
glColorTable(arg0,arg1,arg2,arg3,arg4,arg5);
1825 public void glColorTable(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
1828 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+
")");
1829 downstreamGL4bc.
glColorTable(arg0,arg1,arg2,arg3,arg4,arg5);
1836 print(
"glColorTableParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1844 print(
"glColorTableParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
1852 print(
"glColorTableParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
1860 print(
"glColorTableParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
1868 print(
"glCommandListSegmentsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
1876 print(
"glCompileCommandListNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1884 print(
"glCompileShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
1892 print(
"glCompileShaderARB("+
"<long> "+arg0+
")");
1900 print(
"glCompileShaderIncludeARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
1908 print(
"glCompileShaderIncludeARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
1916 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+
")");
1924 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+
")");
1932 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+
")");
1940 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+
")");
1948 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+
")");
1953 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)
1956 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+
")");
1957 downstreamGL4bc.
glCompressedMultiTexSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
1964 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+
")");
1972 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+
")");
1980 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+
")");
1988 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+
")");
1993 public void glCompressedTexImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
1996 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+
")");
2004 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+
")");
2012 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+
")");
2020 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+
")");
2028 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+
")");
2036 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+
")");
2041 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)
2044 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+
")");
2045 downstreamGL4bc.
glCompressedTexSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
2049 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)
2052 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+
")");
2053 downstreamGL4bc.
glCompressedTexSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
2060 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+
")");
2068 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+
")");
2076 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+
")");
2084 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+
")");
2092 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+
")");
2100 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+
")");
2108 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+
")");
2113 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)
2116 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+
")");
2117 downstreamGL4bc.
glCompressedTextureSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
2121 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)
2124 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+
")");
2125 downstreamGL4bc.
glCompressedTextureSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
2132 print(
"glConservativeRasterParameterfNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
2140 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+
")");
2148 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+
")");
2156 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+
")");
2164 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+
")");
2172 print(
"glConvolutionParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
2180 print(
"glConvolutionParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
2188 print(
"glConvolutionParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
2196 print(
"glConvolutionParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2204 print(
"glConvolutionParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
2212 print(
"glConvolutionParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
2220 print(
"glCopyBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
2228 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()+
")");
2236 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()+
")");
2244 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()+
")");
2252 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()+
")");
2257 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)
2260 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()+
")");
2261 downstreamGL4bc.
glCopyImageSubData(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14);
2265 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)
2268 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()+
")");
2269 downstreamGL4bc.
glCopyImageSubDataNV(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14);
2276 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()+
")");
2284 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()+
")");
2292 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()+
")");
2300 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()+
")");
2308 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()+
")");
2316 print(
"glCopyNamedBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
2324 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()+
")");
2325 downstreamGL4bc.
glCopyPixels(arg0,arg1,arg2,arg3,arg4);
2332 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()+
")");
2337 public void glCopyTexImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
2340 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()+
")");
2348 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()+
")");
2356 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()+
")");
2361 public void glCopyTexSubImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8)
2364 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()+
")");
2372 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()+
")");
2380 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()+
")");
2388 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()+
")");
2396 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()+
")");
2404 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()+
")");
2412 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()+
")");
2420 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()+
")");
2428 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()+
")");
2436 print(
"glCoverageModulationNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2444 print(
"glCoverageModulationTableNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
2452 print(
"glCoverageModulationTableNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2460 print(
"glCreateBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2468 print(
"glCreateBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2476 print(
"glCreateCommandListsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2484 print(
"glCreateCommandListsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2492 print(
"glCreateFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2500 print(
"glCreateFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2508 print(
"glCreatePerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2516 print(
"glCreatePerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2524 print(
"glCreateProgram("+
")");
2533 print(
"glCreateProgramObjectARB("+
")");
2542 print(
"glCreateProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2550 print(
"glCreateProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2558 print(
"glCreateQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
2566 print(
"glCreateQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
2574 print(
"glCreateRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2582 print(
"glCreateRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2590 print(
"glCreateSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2598 print(
"glCreateSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2606 print(
"glCreateShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2615 print(
"glCreateShaderObjectARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2624 print(
"glCreateShaderProgramv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
")");
2633 print(
"glCreateStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2641 print(
"glCreateStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2649 print(
"glCreateSyncFromCLeventARB("+
"<long> "+arg0+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2658 print(
"glCreateTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
2666 print(
"glCreateTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
2674 print(
"glCreateTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2682 print(
"glCreateTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2690 print(
"glCreateVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2698 print(
"glCreateVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2706 print(
"glCullFace("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2714 print(
"glCullParameterdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
2722 print(
"glCullParameterdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2730 print(
"glCullParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
2738 print(
"glCullParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2746 print(
"glCurrentPaletteMatrixARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2754 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+
")");
2762 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+
")");
2770 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+
")");
2778 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+
")");
2786 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+
")");
2794 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+
")");
2802 print(
"glDeleteBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2810 print(
"glDeleteBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2818 print(
"glDeleteCommandListsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2826 print(
"glDeleteCommandListsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2834 print(
"glDeleteFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2842 print(
"glDeleteFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2850 print(
"glDeleteLists("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
2858 print(
"glDeleteNamedStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
2866 print(
"glDeleteNamesAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
2874 print(
"glDeleteNamesAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
2882 print(
"glDeleteObjectARB("+
"<long> "+arg0+
")");
2890 print(
"glDeleteOcclusionQueriesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2898 print(
"glDeleteOcclusionQueriesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2906 print(
"glDeletePerfMonitorsAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2914 print(
"glDeletePerfMonitorsAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2922 print(
"glDeletePerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2930 print(
"glDeleteProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
2938 print(
"glDeleteProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2946 print(
"glDeleteProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2954 print(
"glDeleteProgramsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2962 print(
"glDeleteProgramsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2970 print(
"glDeleteQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2978 print(
"glDeleteQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
2986 print(
"glDeleteRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
2994 print(
"glDeleteRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3002 print(
"glDeleteSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3010 print(
"glDeleteSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3018 print(
"glDeleteShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3026 print(
"glDeleteStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3034 print(
"glDeleteStatesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3042 print(
"glDeleteSync("+
"<long> "+arg0+
")");
3050 print(
"glDeleteTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3058 print(
"glDeleteTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3066 print(
"glDeleteTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3074 print(
"glDeleteTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3082 print(
"glDeleteTransformFeedbacksNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3090 print(
"glDeleteTransformFeedbacksNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3098 print(
"glDeleteVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3106 print(
"glDeleteVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3114 print(
"glDeleteVertexShaderEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3122 print(
"glDepthBoundsEXT("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
3130 print(
"glDepthFunc("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3138 print(
"glDepthMask("+
"<boolean> "+arg0+
")");
3146 print(
"glDepthRange("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
3154 print(
"glDepthRangeArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
3162 print(
"glDepthRangeArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
3170 print(
"glDepthRangeIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
3178 print(
"glDepthRangef("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
3186 print(
"glDetachObjectARB("+
"<long> "+arg0+
", "+
"<long> "+arg1+
")");
3194 print(
"glDetachShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3202 print(
"glDisable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3210 print(
"glDisableClientState("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3218 print(
"glDisableClientStateIndexedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3226 print(
"glDisableClientStateiEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3234 print(
"glDisableIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3242 print(
"glDisableVariantClientStateEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3250 print(
"glDisableVertexArrayAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3258 print(
"glDisableVertexArrayAttribEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3266 print(
"glDisableVertexArrayEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3274 print(
"glDisableVertexAttribAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3282 print(
"glDisableVertexAttribArray("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3290 print(
"glDisableVertexAttribArrayARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3298 print(
"glDisablei("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3306 print(
"glDispatchCompute("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3314 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()+
")");
3322 print(
"glDispatchComputeIndirect("+
"<long> "+arg0+
")");
3330 print(
"glDrawArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3338 print(
"glDrawArraysIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
3346 print(
"glDrawArraysIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
3354 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()+
")");
3362 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()+
")");
3370 print(
"glDrawBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3378 print(
"glDrawBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3386 print(
"glDrawBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3394 print(
"glDrawBuffersATI("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
3402 print(
"glDrawBuffersATI("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3410 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()+
")");
3418 print(
"glDrawCommandsAddressNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
3423 public void glDrawCommandsNV(
int arg0,
int arg1,com.jogamp.common.nio.PointerBuffer arg2,java.nio.IntBuffer arg3,
int arg4)
3426 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()+
")");
3431 public void glDrawCommandsNV(
int arg0,
int arg1,com.jogamp.common.nio.PointerBuffer arg2,
int[] arg3,
int arg4,
int arg5)
3434 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()+
")");
3442 print(
"glDrawCommandsStatesAddressNV("+
"<java.nio.LongBuffer> "+arg0+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
3450 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()+
")");
3455 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)
3458 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()+
")");
3463 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)
3466 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()+
")");
3474 print(
"glDrawElements("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
3482 print(
"glDrawElements("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
3490 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()+
")");
3498 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()+
")");
3506 print(
"glDrawElementsIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
3514 print(
"glDrawElementsIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
3522 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()+
")");
3530 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()+
")");
3538 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()+
")");
3546 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()+
")");
3554 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()+
")");
3562 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()+
")");
3570 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()+
")");
3578 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()+
")");
3583 public void glDrawPixels(
int arg0,
int arg1,
int arg2,
int arg3,java.nio.Buffer arg4)
3586 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+
")");
3587 downstreamGL4bc.
glDrawPixels(arg0,arg1,arg2,arg3,arg4);
3594 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+
")");
3595 downstreamGL4bc.
glDrawPixels(arg0,arg1,arg2,arg3,arg4);
3602 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+
")");
3610 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+
")");
3618 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()+
")");
3626 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()+
")");
3631 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)
3634 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+
")");
3635 downstreamGL4bc.
glDrawTextureNV(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
3642 print(
"glDrawTransformFeedback("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3650 print(
"glDrawTransformFeedbackInstanced("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3658 print(
"glDrawTransformFeedbackNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3666 print(
"glDrawTransformFeedbackStream("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
3674 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()+
")");
3682 print(
"glEdgeFlag("+
"<boolean> "+arg0+
")");
3690 print(
"glEdgeFlagFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3698 print(
"glEdgeFlagPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
3706 print(
"glEdgeFlagPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
3714 print(
"glEdgeFlagv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3722 print(
"glEdgeFlagv("+
"<java.nio.ByteBuffer> "+arg0+
")");
3730 print(
"glEnable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3738 print(
"glEnableClientState("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3746 print(
"glEnableClientStateIndexedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3754 print(
"glEnableClientStateiEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3762 print(
"glEnableIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3770 print(
"glEnableVariantClientStateEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3778 print(
"glEnableVertexArrayAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3786 print(
"glEnableVertexArrayAttribEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3794 print(
"glEnableVertexArrayEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3802 print(
"glEnableVertexAttribAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3810 print(
"glEnableVertexAttribArray("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3818 print(
"glEnableVertexAttribArrayARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3826 print(
"glEnablei("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3835 print(
"glEnd("+
")");
3836 downstreamGL4bc.
glEnd();
3843 print(
"glEndConditionalRender("+
")");
3851 print(
"glEndConditionalRenderNVX("+
")");
3860 print(
"glEndList("+
")");
3868 print(
"glEndOcclusionQueryNV("+
")");
3876 print(
"glEndPerfMonitorAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3884 print(
"glEndPerfQueryINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3892 print(
"glEndQuery("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3900 print(
"glEndQueryIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3908 print(
"glEndTransformFeedback("+
")");
3916 print(
"glEndVertexShaderEXT("+
")");
3924 print(
"glEndVideoCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
3932 print(
"glEvalCoord1d("+
"<double> "+arg0+
")");
3940 print(
"glEvalCoord1dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3948 print(
"glEvalCoord1dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
3956 print(
"glEvalCoord1f("+
"<float> "+arg0+
")");
3964 print(
"glEvalCoord1fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
3972 print(
"glEvalCoord1fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
3980 print(
"glEvalCoord2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
3988 print(
"glEvalCoord2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
3996 print(
"glEvalCoord2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4004 print(
"glEvalCoord2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
4012 print(
"glEvalCoord2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
4020 print(
"glEvalCoord2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4028 print(
"glEvalMapsNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4036 print(
"glEvalMesh1("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4044 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()+
")");
4045 downstreamGL4bc.
glEvalMesh2(arg0,arg1,arg2,arg3,arg4);
4052 print(
"glEvalPoint1("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4060 print(
"glEvalPoint2("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4068 print(
"glEvaluateDepthValuesARB("+
")");
4076 print(
"glExtractComponentEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4084 print(
"glFeedbackBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
4092 print(
"glFenceSync("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4093 long _res = downstreamGL4bc.
glFenceSync(arg0,arg1);
4101 print(
"glFinish("+
")");
4109 print(
"glFinishTextureSUNX("+
")");
4117 print(
"glFlush("+
")");
4125 print(
"glFlushMappedBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
4133 print(
"glFlushMappedNamedBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
4141 print(
"glFlushMappedNamedBufferRangeEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
4149 print(
"glFlushPixelDataRangeNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4157 print(
"glFlushVertexArrayRangeAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
4165 print(
"glFogCoordFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4173 print(
"glFogCoordPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
4181 print(
"glFogCoordPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
4189 print(
"glFogCoordd("+
"<double> "+arg0+
")");
4197 print(
"glFogCoorddv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
4205 print(
"glFogCoorddv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4213 print(
"glFogCoordf("+
"<float> "+arg0+
")");
4221 print(
"glFogCoordfv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4229 print(
"glFogCoordfv("+
"<java.nio.FloatBuffer> "+arg0+
")");
4237 print(
"glFogCoordh("+
"<short> "+arg0+
")");
4245 print(
"glFogCoordhv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4253 print(
"glFogCoordhv("+
"<java.nio.ShortBuffer> "+arg0+
")");
4261 print(
"glFogf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
4262 downstreamGL4bc.
glFogf(arg0,arg1);
4266 public void glFogfv(
int arg0,java.nio.FloatBuffer arg1)
4269 print(
"glFogfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
4270 downstreamGL4bc.
glFogfv(arg0,arg1);
4274 public void glFogfv(
int arg0,
float[] arg1,
int arg2)
4277 print(
"glFogfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4278 downstreamGL4bc.
glFogfv(arg0,arg1,arg2);
4285 print(
"glFogi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4286 downstreamGL4bc.
glFogi(arg0,arg1);
4290 public void glFogiv(
int arg0,java.nio.IntBuffer arg1)
4293 print(
"glFogiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4294 downstreamGL4bc.
glFogiv(arg0,arg1);
4301 print(
"glFogiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4302 downstreamGL4bc.
glFogiv(arg0,arg1,arg2);
4309 print(
"glFragmentCoverageColorNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4317 print(
"glFrameTerminatorGREMEDY("+
")");
4325 print(
"glFramebufferDrawBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4333 print(
"glFramebufferDrawBuffersEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
4341 print(
"glFramebufferDrawBuffersEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
4349 print(
"glFramebufferParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4357 print(
"glFramebufferReadBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4365 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()+
")");
4373 print(
"glFramebufferSampleLocationsfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
4381 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()+
")");
4389 print(
"glFramebufferSampleLocationsfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
4397 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()+
")");
4405 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()+
")");
4413 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()+
")");
4421 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()+
")");
4429 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()+
")");
4437 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()+
")");
4445 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()+
")");
4453 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()+
")");
4461 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()+
")");
4469 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()+
")");
4477 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()+
")");
4485 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()+
")");
4493 print(
"glFrontFace("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4498 public void glFrustum(
double arg0,
double arg1,
double arg2,
double arg3,
double arg4,
double arg5)
4501 print(
"glFrustum("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
4502 downstreamGL4bc.
glFrustum(arg0,arg1,arg2,arg3,arg4,arg5);
4506 public void glFrustumf(
float arg0,
float arg1,
float arg2,
float arg3,
float arg4,
float arg5)
4509 print(
"glFrustumf("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
4510 downstreamGL4bc.
glFrustumf(arg0,arg1,arg2,arg3,arg4,arg5);
4517 print(
"glGenBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4525 print(
"glGenBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4533 print(
"glGenFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4541 print(
"glGenFramebuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4549 print(
"glGenLists("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4558 print(
"glGenNamesAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
4566 print(
"glGenNamesAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
4574 print(
"glGenOcclusionQueriesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4582 print(
"glGenOcclusionQueriesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4590 print(
"glGenPerfMonitorsAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4598 print(
"glGenPerfMonitorsAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4606 print(
"glGenProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4614 print(
"glGenProgramPipelines("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4622 print(
"glGenProgramsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4630 print(
"glGenProgramsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4638 print(
"glGenQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4646 print(
"glGenQueries("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4654 print(
"glGenRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4662 print(
"glGenRenderbuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4670 print(
"glGenSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4678 print(
"glGenSamplers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4686 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()+
")");
4695 print(
"glGenTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4703 print(
"glGenTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4711 print(
"glGenTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4719 print(
"glGenTransformFeedbacks("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4727 print(
"glGenTransformFeedbacksNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4735 print(
"glGenTransformFeedbacksNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4743 print(
"glGenVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
4751 print(
"glGenVertexArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
4759 print(
"glGenVertexShadersEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4768 print(
"glGenerateMipmap("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4776 print(
"glGenerateMultiTexMipmapEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4784 print(
"glGenerateTextureMipmap("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
4792 print(
"glGenerateTextureMipmapEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
4800 print(
"glGetActiveAtomicCounterBufferiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
4808 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()+
")");
4813 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)
4816 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()+
")");
4817 downstreamGL4bc.
glGetActiveAttrib(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
4821 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)
4824 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+
")");
4832 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+
")");
4840 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()+
")");
4848 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+
")");
4856 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()+
")");
4864 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()+
")");
4872 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+
")");
4877 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)
4880 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+
")");
4885 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)
4888 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()+
")");
4889 downstreamGL4bc.
glGetActiveUniform(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
4893 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)
4896 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()+
")");
4897 downstreamGL4bc.
glGetActiveUniformARB(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
4901 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)
4904 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+
")");
4912 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+
")");
4920 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()+
")");
4928 print(
"glGetActiveUniformBlockiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
4936 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()+
")");
4944 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+
")");
4952 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()+
")");
4960 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()+
")");
4968 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+
")");
4976 print(
"glGetAttachedObjectsARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
4984 print(
"glGetAttachedObjectsARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
4992 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()+
")");
5000 print(
"glGetAttachedShaders("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
5008 print(
"glGetAttribLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
5017 print(
"glGetBooleanIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
5025 print(
"glGetBooleanIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5033 print(
"glGetBooleani_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
5041 print(
"glGetBooleani_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5049 print(
"glGetBooleanv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
5057 print(
"glGetBooleanv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5065 print(
"glGetBufferParameteri64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5073 print(
"glGetBufferParameteri64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
5081 print(
"glGetBufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5089 print(
"glGetBufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5097 print(
"glGetBufferParameterui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
5105 print(
"glGetBufferParameterui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5113 print(
"glGetBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
5121 print(
"glGetClipPlane("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
5129 print(
"glGetClipPlane("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5137 print(
"glGetClipPlanef("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5145 print(
"glGetClipPlanef("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
5153 print(
"glGetColorTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5161 print(
"glGetColorTable("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
5169 print(
"glGetColorTableParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5177 print(
"glGetColorTableParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5185 print(
"glGetColorTableParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5193 print(
"glGetColorTableParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5201 print(
"glGetCommandHeaderNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
5210 print(
"glGetCompressedMultiTexImageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5218 print(
"glGetCompressedTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
5226 print(
"glGetCompressedTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
5234 print(
"glGetCompressedTextureImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5242 print(
"glGetCompressedTextureImageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5250 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+
")");
5258 print(
"glGetConvolutionFilter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
5266 print(
"glGetConvolutionFilter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
5274 print(
"glGetConvolutionParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5282 print(
"glGetConvolutionParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5290 print(
"glGetConvolutionParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5298 print(
"glGetConvolutionParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5306 print(
"glGetCoverageModulationTableNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
5314 print(
"glGetCoverageModulationTableNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5319 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)
5322 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+
")");
5328 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)
5331 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()+
")");
5332 int _res = downstreamGL4bc.
glGetDebugMessageLog(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13);
5337 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)
5340 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()+
")");
5341 int _res = downstreamGL4bc.
glGetDebugMessageLogAMD(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
5346 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)
5349 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+
")");
5358 print(
"glGetDoubleIndexedvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5366 print(
"glGetDoubleIndexedvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
5374 print(
"glGetDoublei_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5382 print(
"glGetDoublei_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
5390 print(
"glGetDoublei_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5398 print(
"glGetDoublei_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
5406 print(
"glGetDoublev("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
5414 print(
"glGetDoublev("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5422 print(
"glGetError("+
")");
5431 print(
"glGetFirstPerfQueryIdINTEL("+
"<java.nio.IntBuffer> "+arg0+
")");
5439 print(
"glGetFirstPerfQueryIdINTEL("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
5447 print(
"glGetFloatIndexedvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5455 print(
"glGetFloatIndexedvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5463 print(
"glGetFloati_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5471 print(
"glGetFloati_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5479 print(
"glGetFloati_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5487 print(
"glGetFloati_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5495 print(
"glGetFloatv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5503 print(
"glGetFloatv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
5511 print(
"glGetFragDataIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
5520 print(
"glGetFragDataLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
5529 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()+
")");
5537 print(
"glGetFramebufferAttachmentParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
5545 print(
"glGetFramebufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5553 print(
"glGetFramebufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5561 print(
"glGetFramebufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5569 print(
"glGetFramebufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5577 print(
"glGetGraphicsResetStatus("+
")");
5586 print(
"glGetHandleARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
5595 print(
"glGetHistogram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
5600 public void glGetHistogram(
int arg0,
boolean arg1,
int arg2,
int arg3,java.nio.Buffer arg4)
5603 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+
")");
5611 print(
"glGetHistogramParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5619 print(
"glGetHistogramParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5627 print(
"glGetHistogramParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5635 print(
"glGetHistogramParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5643 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()+
")");
5652 print(
"glGetInfoLogARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
5657 public void glGetInfoLogARB(
long arg0,
int arg1,java.nio.IntBuffer arg2,java.nio.ByteBuffer arg3)
5660 print(
"glGetInfoLogARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
5668 print(
"glGetInteger64i_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
5676 print(
"glGetInteger64i_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5684 print(
"glGetInteger64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
5692 print(
"glGetInteger64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5700 print(
"glGetIntegerIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5708 print(
"glGetIntegerIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5716 print(
"glGetIntegeri_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5724 print(
"glGetIntegeri_v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5732 print(
"glGetIntegerui64i_vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5740 print(
"glGetIntegerui64i_vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
5748 print(
"glGetIntegerui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5756 print(
"glGetIntegerui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
5764 print(
"glGetIntegerv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
5772 print(
"glGetIntegerv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
5780 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+
")");
5788 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()+
")");
5796 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+
")");
5804 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()+
")");
5812 print(
"glGetInvariantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
5820 print(
"glGetInvariantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5828 print(
"glGetInvariantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5836 print(
"glGetInvariantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5844 print(
"glGetInvariantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5852 print(
"glGetInvariantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5860 print(
"glGetLightfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5868 print(
"glGetLightfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5876 print(
"glGetLightiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5884 print(
"glGetLightiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5892 print(
"glGetLocalConstantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
5900 print(
"glGetLocalConstantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5908 print(
"glGetLocalConstantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5916 print(
"glGetLocalConstantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5924 print(
"glGetLocalConstantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5932 print(
"glGetLocalConstantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
5940 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()+
")");
5948 print(
"glGetMapAttribParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
5956 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()+
")");
5964 print(
"glGetMapAttribParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
5972 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+
")");
5980 print(
"glGetMapParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
5988 print(
"glGetMapParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
5996 print(
"glGetMapParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6004 print(
"glGetMapParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6009 public void glGetMapdv(
int arg0,
int arg1,java.nio.DoubleBuffer arg2)
6012 print(
"glGetMapdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
6020 print(
"glGetMapdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6021 downstreamGL4bc.
glGetMapdv(arg0,arg1,arg2,arg3);
6025 public void glGetMapfv(
int arg0,
int arg1,java.nio.FloatBuffer arg2)
6028 print(
"glGetMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6036 print(
"glGetMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6037 downstreamGL4bc.
glGetMapfv(arg0,arg1,arg2,arg3);
6044 print(
"glGetMapiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6045 downstreamGL4bc.
glGetMapiv(arg0,arg1,arg2,arg3);
6049 public void glGetMapiv(
int arg0,
int arg1,java.nio.IntBuffer arg2)
6052 print(
"glGetMapiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6060 print(
"glGetMaterialfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6068 print(
"glGetMaterialfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6076 print(
"glGetMaterialiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6084 print(
"glGetMaterialiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6089 public void glGetMinmax(
int arg0,
boolean arg1,
int arg2,
int arg3,java.nio.Buffer arg4)
6092 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+
")");
6093 downstreamGL4bc.
glGetMinmax(arg0,arg1,arg2,arg3,arg4);
6097 public void glGetMinmax(
int arg0,
boolean arg1,
int arg2,
int arg3,
long arg4)
6100 print(
"glGetMinmax("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<long> "+arg4+
")");
6101 downstreamGL4bc.
glGetMinmax(arg0,arg1,arg2,arg3,arg4);
6108 print(
"glGetMinmaxParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6116 print(
"glGetMinmaxParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6124 print(
"glGetMinmaxParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6132 print(
"glGetMinmaxParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6140 print(
"glGetMultiTexEnvfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
6148 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()+
")");
6156 print(
"glGetMultiTexEnvivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6164 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()+
")");
6172 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()+
")");
6180 print(
"glGetMultiTexGendvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
6188 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()+
")");
6196 print(
"glGetMultiTexGenfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
6204 print(
"glGetMultiTexGenivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6212 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()+
")");
6220 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+
")");
6228 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()+
")");
6236 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+
")");
6244 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()+
")");
6252 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+
")");
6260 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()+
")");
6268 print(
"glGetMultiTexParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6276 print(
"glGetMultiTexParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6284 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()+
")");
6292 print(
"glGetMultiTexParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
6300 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()+
")");
6308 print(
"glGetMultiTexParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6316 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()+
")");
6324 print(
"glGetMultisamplefv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6332 print(
"glGetMultisamplefv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6340 print(
"glGetMultisamplefvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6348 print(
"glGetMultisamplefvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6356 print(
"glGetNamedBufferParameteri64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6364 print(
"glGetNamedBufferParameteri64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
6372 print(
"glGetNamedBufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6380 print(
"glGetNamedBufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6388 print(
"glGetNamedBufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6396 print(
"glGetNamedBufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6404 print(
"glGetNamedBufferParameterui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
6412 print(
"glGetNamedBufferParameterui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6420 print(
"glGetNamedBufferPointerv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
")");
6428 print(
"glGetNamedBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
6436 print(
"glGetNamedBufferSubDataEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
6444 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()+
")");
6452 print(
"glGetNamedFramebufferAttachmentParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6460 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()+
")");
6468 print(
"glGetNamedFramebufferAttachmentParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6476 print(
"glGetNamedFramebufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6484 print(
"glGetNamedFramebufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6492 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()+
")");
6500 print(
"glGetNamedProgramLocalParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6508 print(
"glGetNamedProgramLocalParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6516 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()+
")");
6524 print(
"glGetNamedProgramLocalParameterdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
6532 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()+
")");
6540 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()+
")");
6548 print(
"glGetNamedProgramLocalParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
6556 print(
"glGetNamedProgramStringEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
6564 print(
"glGetNamedProgramivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6572 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()+
")");
6580 print(
"glGetNamedRenderbufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6588 print(
"glGetNamedRenderbufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6596 print(
"glGetNamedRenderbufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6604 print(
"glGetNamedRenderbufferParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6609 public void glGetNamedStringARB(
int arg0,java.lang.String arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.ByteBuffer arg4)
6612 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+
")");
6617 public void glGetNamedStringARB(
int arg0,java.lang.String arg1,
int arg2,
int[] arg3,
int arg4,
byte[] arg5,
int arg6)
6620 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()+
")");
6628 print(
"glGetNamedStringivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6636 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()+
")");
6644 print(
"glGetNextPerfQueryIdINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
6652 print(
"glGetNextPerfQueryIdINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
6657 public void glGetObjectLabel(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
byte[] arg5,
int arg6)
6660 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()+
")");
6665 public void glGetObjectLabel(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.ByteBuffer arg4)
6668 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+
")");
6676 print(
"glGetObjectParameterfvARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6684 print(
"glGetObjectParameterfvARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
6692 print(
"glGetObjectParameterivAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
6700 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()+
")");
6708 print(
"glGetObjectParameterivARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6716 print(
"glGetObjectParameterivARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6721 public void glGetObjectPtrLabel(java.nio.Buffer arg0,
int arg1,java.nio.IntBuffer arg2,java.nio.ByteBuffer arg3)
6724 print(
"glGetObjectPtrLabel("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
6732 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()+
")");
6740 print(
"glGetOcclusionQueryivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6748 print(
"glGetOcclusionQueryivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6756 print(
"glGetOcclusionQueryuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6764 print(
"glGetOcclusionQueryuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6769 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)
6772 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+
")");
6773 downstreamGL4bc.
glGetPerfCounterInfoINTEL(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
6777 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)
6780 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()+
")");
6781 downstreamGL4bc.
glGetPerfCounterInfoINTEL(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17);
6788 print(
"glGetPerfMonitorCounterDataAMD("+
"<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()+
")");
6796 print(
"glGetPerfMonitorCounterDataAMD("+
"<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+
")");
6804 print(
"glGetPerfMonitorCounterInfoAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
6812 print(
"glGetPerfMonitorCounterStringAMD("+
"<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()+
")");
6820 print(
"glGetPerfMonitorCounterStringAMD("+
"<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+
")");
6828 print(
"glGetPerfMonitorCountersAMD("+
"<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()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg7).toUpperCase()+
")");
6836 print(
"glGetPerfMonitorCountersAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
6844 print(
"glGetPerfMonitorGroupStringAMD("+
"<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()+
")");
6852 print(
"glGetPerfMonitorGroupStringAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
6860 print(
"glGetPerfMonitorGroupsAMD("+
"<java.nio.IntBuffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
6868 print(
"glGetPerfMonitorGroupsAMD("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
6876 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()+
")");
6884 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+
")");
6892 print(
"glGetPerfQueryIdByNameINTEL("+
"<java.nio.ByteBuffer> "+arg0+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
6900 print(
"glGetPerfQueryIdByNameINTEL("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
6905 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)
6908 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+
")");
6913 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)
6916 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()+
")");
6917 downstreamGL4bc.
glGetPerfQueryInfoINTEL(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
6924 print(
"glGetPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
6932 print(
"glGetPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
6940 print(
"glGetPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
6948 print(
"glGetPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
6956 print(
"glGetPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
6964 print(
"glGetPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
6972 print(
"glGetPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
6980 print(
"glGetPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
6988 print(
"glGetPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
6996 print(
"glGetPixelTransformParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7004 print(
"glGetPixelTransformParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7012 print(
"glGetPixelTransformParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7020 print(
"glGetPixelTransformParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7028 print(
"glGetPointeri_vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
")");
7036 print(
"glGetPolygonStipple("+
"<long> "+arg0+
")");
7044 print(
"glGetPolygonStipple("+
"<java.nio.ByteBuffer> "+arg0+
")");
7052 print(
"glGetPolygonStipple("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
7057 public void glGetProgramBinary(
int arg0,
int arg1,java.nio.IntBuffer arg2,java.nio.IntBuffer arg3,java.nio.Buffer arg4)
7060 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+
")");
7065 public void glGetProgramBinary(
int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5,java.nio.Buffer arg6)
7068 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+
")");
7076 print(
"glGetProgramEnvParameterIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7084 print(
"glGetProgramEnvParameterIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7092 print(
"glGetProgramEnvParameterIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7100 print(
"glGetProgramEnvParameterIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7108 print(
"glGetProgramEnvParameterdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
7116 print(
"glGetProgramEnvParameterdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7124 print(
"glGetProgramEnvParameterfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7132 print(
"glGetProgramEnvParameterfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7140 print(
"glGetProgramInfoLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
7148 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()+
")");
7156 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()+
")");
7164 print(
"glGetProgramInterfaceiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7172 print(
"glGetProgramLocalParameterIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7180 print(
"glGetProgramLocalParameterIivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7188 print(
"glGetProgramLocalParameterIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7196 print(
"glGetProgramLocalParameterIuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7204 print(
"glGetProgramLocalParameterdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
7212 print(
"glGetProgramLocalParameterdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7220 print(
"glGetProgramLocalParameterfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7228 print(
"glGetProgramLocalParameterfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7236 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()+
")");
7244 print(
"glGetProgramPipelineInfoLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
7252 print(
"glGetProgramPipelineiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7260 print(
"glGetProgramPipelineiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7268 print(
"glGetProgramResourceIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
7277 print(
"glGetProgramResourceIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7286 print(
"glGetProgramResourceLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7295 print(
"glGetProgramResourceLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
7304 print(
"glGetProgramResourceLocationIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7313 print(
"glGetProgramResourceLocationIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
7322 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+
")");
7330 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()+
")");
7335 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)
7338 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+
")");
7343 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)
7346 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()+
")");
7347 downstreamGL4bc.
glGetProgramResourceiv(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
7354 print(
"glGetProgramStageiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7362 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()+
")");
7370 print(
"glGetProgramStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
7378 print(
"glGetProgramSubroutineParameteruivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7386 print(
"glGetProgramSubroutineParameteruivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7394 print(
"glGetProgramiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7402 print(
"glGetProgramiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7410 print(
"glGetProgramivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7418 print(
"glGetProgramivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7426 print(
"glGetQueryBufferObjecti64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
7434 print(
"glGetQueryBufferObjectiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
7442 print(
"glGetQueryBufferObjectui64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
7450 print(
"glGetQueryBufferObjectuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
7458 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()+
")");
7466 print(
"glGetQueryIndexediv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7474 print(
"glGetQueryObjecti64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7482 print(
"glGetQueryObjecti64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
7490 print(
"glGetQueryObjecti64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
7498 print(
"glGetQueryObjecti64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7506 print(
"glGetQueryObjectiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7514 print(
"glGetQueryObjectiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7522 print(
"glGetQueryObjectui64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7530 print(
"glGetQueryObjectui64v("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
7538 print(
"glGetQueryObjectui64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
7546 print(
"glGetQueryObjectui64vEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7554 print(
"glGetQueryObjectuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7562 print(
"glGetQueryObjectuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7570 print(
"glGetQueryiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7578 print(
"glGetQueryiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7586 print(
"glGetRenderbufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7594 print(
"glGetRenderbufferParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7602 print(
"glGetSamplerParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7610 print(
"glGetSamplerParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7618 print(
"glGetSamplerParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7626 print(
"glGetSamplerParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7634 print(
"glGetSamplerParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7642 print(
"glGetSamplerParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7650 print(
"glGetSamplerParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7658 print(
"glGetSamplerParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7663 public void glGetSeparableFilter(
int arg0,
int arg1,
int arg2,java.nio.Buffer arg3,java.nio.Buffer arg4,java.nio.Buffer arg5)
7666 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+
")");
7674 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+
")");
7682 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()+
")");
7690 print(
"glGetShaderInfoLog("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
7698 print(
"glGetShaderPrecisionFormat("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7706 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()+
")");
7714 print(
"glGetShaderSource("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
7722 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()+
")");
7730 print(
"glGetShaderSourceARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
7738 print(
"glGetShaderSourceARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
7746 print(
"glGetShaderiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7754 print(
"glGetShaderiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7762 print(
"glGetStageIndexNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
7771 print(
"glGetString("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
7772 java.lang.String _res = downstreamGL4bc.
glGetString(arg0);
7780 print(
"glGetStringi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
7781 java.lang.String _res = downstreamGL4bc.
glGetStringi(arg0,arg1);
7789 print(
"glGetSubroutineIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.lang.String> "+arg2+
")");
7798 print(
"glGetSubroutineUniformLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.lang.String> "+arg2+
")");
7804 public void glGetSynciv(
long arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4)
7807 print(
"glGetSynciv("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
7808 downstreamGL4bc.
glGetSynciv(arg0,arg1,arg2,arg3,arg4);
7812 public void glGetSynciv(
long arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6)
7815 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()+
")");
7816 downstreamGL4bc.
glGetSynciv(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
7823 print(
"glGetTexEnvfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7831 print(
"glGetTexEnvfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7839 print(
"glGetTexEnviv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7847 print(
"glGetTexEnviv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7855 print(
"glGetTexGendv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7863 print(
"glGetTexGendv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
7871 print(
"glGetTexGenfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7879 print(
"glGetTexGenfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7887 print(
"glGetTexGeniv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7895 print(
"glGetTexGeniv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7900 public void glGetTexImage(
int arg0,
int arg1,
int arg2,
int arg3,java.nio.Buffer arg4)
7903 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+
")");
7911 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+
")");
7919 print(
"glGetTexLevelParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
7927 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()+
")");
7935 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()+
")");
7943 print(
"glGetTexLevelParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
7951 print(
"glGetTexParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7959 print(
"glGetTexParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7967 print(
"glGetTexParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
7975 print(
"glGetTexParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7983 print(
"glGetTexParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
7991 print(
"glGetTexParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
7999 print(
"glGetTexParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8007 print(
"glGetTexParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8015 print(
"glGetTextureHandleARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
8024 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+
")");
8032 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+
")");
8040 print(
"glGetTextureLevelParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
8048 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()+
")");
8056 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()+
")");
8064 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+
")");
8072 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()+
")");
8080 print(
"glGetTextureLevelParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8088 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()+
")");
8096 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+
")");
8104 print(
"glGetTextureParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8112 print(
"glGetTextureParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8120 print(
"glGetTextureParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8128 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()+
")");
8136 print(
"glGetTextureParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8144 print(
"glGetTextureParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8152 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()+
")");
8160 print(
"glGetTextureParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8168 print(
"glGetTextureParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8176 print(
"glGetTextureParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8184 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()+
")");
8192 print(
"glGetTextureParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
8200 print(
"glGetTextureParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8208 print(
"glGetTextureParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8216 print(
"glGetTextureParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8224 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()+
")");
8232 print(
"glGetTextureSamplerHandleARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
8238 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)
8241 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+
")");
8242 downstreamGL4bc.
glGetTextureSubImage(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
8246 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)
8249 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+
")");
8254 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)
8257 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()+
")");
8258 downstreamGL4bc.
glGetTransformFeedbackVarying(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
8265 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()+
")");
8273 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+
")");
8281 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()+
")");
8289 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+
")");
8297 print(
"glGetTransformFeedbackiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8305 print(
"glGetTransformFeedbackiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8313 print(
"glGetUniformBlockIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
8322 print(
"glGetUniformBufferSizeEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
8331 print(
"glGetUniformIndices("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
8339 print(
"glGetUniformIndices("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8347 print(
"glGetUniformLocation("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
8356 print(
"glGetUniformLocationARB("+
"<long> "+arg0+
", "+
"<java.lang.String> "+arg1+
")");
8365 print(
"glGetUniformOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
8374 print(
"glGetUniformSubroutineuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8382 print(
"glGetUniformSubroutineuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8390 print(
"glGetUniformdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8398 print(
"glGetUniformdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
8406 print(
"glGetUniformfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8414 print(
"glGetUniformfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8422 print(
"glGetUniformfvARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8430 print(
"glGetUniformfvARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8438 print(
"glGetUniformi64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8446 print(
"glGetUniformi64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8454 print(
"glGetUniformi64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8462 print(
"glGetUniformi64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8470 print(
"glGetUniformiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8478 print(
"glGetUniformiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8486 print(
"glGetUniformivARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8494 print(
"glGetUniformivARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8502 print(
"glGetUniformui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8510 print(
"glGetUniformui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8518 print(
"glGetUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8526 print(
"glGetUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8534 print(
"glGetUniformuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8542 print(
"glGetUniformuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8550 print(
"glGetVariantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
8558 print(
"glGetVariantBooleanvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8566 print(
"glGetVariantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8574 print(
"glGetVariantFloatvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8582 print(
"glGetVariantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8590 print(
"glGetVariantIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8598 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()+
")");
8606 print(
"glGetVertexArrayIndexed64iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
8614 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()+
")");
8622 print(
"glGetVertexArrayIndexediv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8630 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+
")");
8638 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()+
")");
8646 print(
"glGetVertexArrayIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8654 print(
"glGetVertexArrayIntegervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8662 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+
")");
8670 print(
"glGetVertexArrayPointervEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg2+
")");
8678 print(
"glGetVertexArrayiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8686 print(
"glGetVertexArrayiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8694 print(
"glGetVertexAttribIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8702 print(
"glGetVertexAttribIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8710 print(
"glGetVertexAttribIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8718 print(
"glGetVertexAttribIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8726 print(
"glGetVertexAttribIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8734 print(
"glGetVertexAttribIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8742 print(
"glGetVertexAttribIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8750 print(
"glGetVertexAttribIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8758 print(
"glGetVertexAttribLdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8766 print(
"glGetVertexAttribLdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
8774 print(
"glGetVertexAttribLi64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8782 print(
"glGetVertexAttribLi64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8790 print(
"glGetVertexAttribLui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8798 print(
"glGetVertexAttribLui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8806 print(
"glGetVertexAttribLui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
8814 print(
"glGetVertexAttribLui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8822 print(
"glGetVertexAttribdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
8830 print(
"glGetVertexAttribdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8838 print(
"glGetVertexAttribdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
8846 print(
"glGetVertexAttribdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8854 print(
"glGetVertexAttribfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8862 print(
"glGetVertexAttribfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8870 print(
"glGetVertexAttribfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
8878 print(
"glGetVertexAttribfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8886 print(
"glGetVertexAttribiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8894 print(
"glGetVertexAttribiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8902 print(
"glGetVertexAttribivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8910 print(
"glGetVertexAttribivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8918 print(
"glGetVideoCaptureStreamdvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
8926 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()+
")");
8934 print(
"glGetVideoCaptureStreamfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
8942 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()+
")");
8950 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()+
")");
8958 print(
"glGetVideoCaptureStreamivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
8966 print(
"glGetVideoCaptureivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
8974 print(
"glGetVideoCaptureivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
8982 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+
")");
8990 print(
"glGetnCompressedTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
8998 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+
")");
9003 public void glGetnHistogram(
int arg0,
boolean arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
9006 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+
")");
9011 public void glGetnMapdv(
int arg0,
int arg1,
int arg2,java.nio.DoubleBuffer arg3)
9014 print(
"glGetnMapdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
9019 public void glGetnMapdv(
int arg0,
int arg1,
int arg2,
double[] arg3,
int arg4)
9022 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()+
")");
9023 downstreamGL4bc.
glGetnMapdv(arg0,arg1,arg2,arg3,arg4);
9027 public void glGetnMapfv(
int arg0,
int arg1,
int arg2,java.nio.FloatBuffer arg3)
9030 print(
"glGetnMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
9035 public void glGetnMapfv(
int arg0,
int arg1,
int arg2,
float[] arg3,
int arg4)
9038 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()+
")");
9039 downstreamGL4bc.
glGetnMapfv(arg0,arg1,arg2,arg3,arg4);
9043 public void glGetnMapiv(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3)
9046 print(
"glGetnMapiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
9051 public void glGetnMapiv(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
9054 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()+
")");
9055 downstreamGL4bc.
glGetnMapiv(arg0,arg1,arg2,arg3,arg4);
9059 public void glGetnMinmax(
int arg0,
boolean arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
9062 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+
")");
9063 downstreamGL4bc.
glGetnMinmax(arg0,arg1,arg2,arg3,arg4,arg5);
9070 print(
"glGetnPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9078 print(
"glGetnPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
9086 print(
"glGetnPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9094 print(
"glGetnPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9102 print(
"glGetnPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9110 print(
"glGetnPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
9118 print(
"glGetnPolygonStipple("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9126 print(
"glGetnPolygonStipple("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
9131 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)
9134 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+
")");
9139 public void glGetnTexImage(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,java.nio.Buffer arg5)
9142 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+
")");
9150 print(
"glGetnUniformdv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
9158 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()+
")");
9166 print(
"glGetnUniformfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
9174 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()+
")");
9182 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()+
")");
9190 print(
"glGetnUniformi64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
9198 print(
"glGetnUniformiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
9206 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()+
")");
9214 print(
"glGetnUniformui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
9222 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()+
")");
9230 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()+
")");
9238 print(
"glGetnUniformuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
9246 print(
"glHint("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9247 downstreamGL4bc.
glHint(arg0,arg1);
9254 print(
"glHistogram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<boolean> "+arg3+
")");
9262 print(
"glImportSyncEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9271 print(
"glIndexFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9279 print(
"glIndexFuncEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
9287 print(
"glIndexMask("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9295 print(
"glIndexMaterialEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9303 print(
"glIndexPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
9311 print(
"glIndexd("+
"<double> "+arg0+
")");
9319 print(
"glIndexdv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9327 print(
"glIndexdv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
9335 print(
"glIndexf("+
"<float> "+arg0+
")");
9343 print(
"glIndexfv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9351 print(
"glIndexfv("+
"<java.nio.FloatBuffer> "+arg0+
")");
9359 print(
"glIndexi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9367 print(
"glIndexiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9375 print(
"glIndexiv("+
"<java.nio.IntBuffer> "+arg0+
")");
9383 print(
"glIndexs("+
"<short> "+arg0+
")");
9391 print(
"glIndexsv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9399 print(
"glIndexsv("+
"<java.nio.ShortBuffer> "+arg0+
")");
9407 print(
"glIndexub("+
"<byte> "+arg0+
")");
9415 print(
"glIndexubv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9423 print(
"glIndexubv("+
"<java.nio.ByteBuffer> "+arg0+
")");
9431 print(
"glInitNames("+
")");
9439 print(
"glInsertComponentEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9447 print(
"glInterleavedArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
9455 print(
"glInterleavedArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
9463 print(
"glInvalidateBufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9471 print(
"glInvalidateBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
9479 print(
"glInvalidateFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9487 print(
"glInvalidateFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9495 print(
"glInvalidateNamedFramebufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9503 print(
"glInvalidateNamedFramebufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9511 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()+
")");
9519 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()+
")");
9527 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()+
")");
9535 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()+
")");
9543 print(
"glInvalidateTexImage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9551 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()+
")");
9559 print(
"glIsBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9560 boolean _res = downstreamGL4bc.
glIsBuffer(arg0);
9568 print(
"glIsBufferResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9577 print(
"glIsCommandListNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9586 print(
"glIsEnabled("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9595 print(
"glIsEnabledIndexed("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9604 print(
"glIsEnabledi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9605 boolean _res = downstreamGL4bc.
glIsEnabledi(arg0,arg1);
9613 print(
"glIsFramebuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9622 print(
"glIsImageHandleResidentARB("+
"<long> "+arg0+
")");
9631 print(
"glIsList("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9632 boolean _res = downstreamGL4bc.
glIsList(arg0);
9640 print(
"glIsNameAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9641 boolean _res = downstreamGL4bc.
glIsNameAMD(arg0,arg1);
9649 print(
"glIsNamedBufferResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9658 print(
"glIsNamedStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.lang.String> "+arg1+
")");
9667 print(
"glIsOcclusionQueryNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9676 print(
"glIsProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9685 print(
"glIsProgramARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9694 print(
"glIsProgramPipeline("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9703 print(
"glIsQuery("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9704 boolean _res = downstreamGL4bc.
glIsQuery(arg0);
9712 print(
"glIsRenderbuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9721 print(
"glIsSampler("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9730 print(
"glIsShader("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9731 boolean _res = downstreamGL4bc.
glIsShader(arg0);
9739 print(
"glIsStateNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9748 print(
"glIsSync("+
"<long> "+arg0+
")");
9749 boolean _res = downstreamGL4bc.
glIsSync(arg0);
9757 print(
"glIsTexture("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9766 print(
"glIsTextureHandleResidentARB("+
"<long> "+arg0+
")");
9775 print(
"glIsTransformFeedback("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9784 print(
"glIsTransformFeedbackNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9793 print(
"glIsVariantEnabledEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9802 print(
"glIsVertexArray("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9811 print(
"glIsVertexAttribEnabledAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9820 print(
"glLightModelf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
9828 print(
"glLightModelfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
9836 print(
"glLightModelfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9844 print(
"glLightModeli("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9852 print(
"glLightModeliv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9860 print(
"glLightModeliv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
9868 print(
"glLightf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
9869 downstreamGL4bc.
glLightf(arg0,arg1,arg2);
9873 public void glLightfv(
int arg0,
int arg1,
float[] arg2,
int arg3)
9876 print(
"glLightfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9877 downstreamGL4bc.
glLightfv(arg0,arg1,arg2,arg3);
9881 public void glLightfv(
int arg0,
int arg1,java.nio.FloatBuffer arg2)
9884 print(
"glLightfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
9885 downstreamGL4bc.
glLightfv(arg0,arg1,arg2);
9892 print(
"glLighti("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
9893 downstreamGL4bc.
glLighti(arg0,arg1,arg2);
9897 public void glLightiv(
int arg0,
int arg1,
int[] arg2,
int arg3)
9900 print(
"glLightiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
9901 downstreamGL4bc.
glLightiv(arg0,arg1,arg2,arg3);
9905 public void glLightiv(
int arg0,
int arg1,java.nio.IntBuffer arg2)
9908 print(
"glLightiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
9909 downstreamGL4bc.
glLightiv(arg0,arg1,arg2);
9916 print(
"glLineStipple("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
9924 print(
"glLineWidth("+
"<float> "+arg0+
")");
9932 print(
"glLinkProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9940 print(
"glLinkProgramARB("+
"<long> "+arg0+
")");
9948 print(
"glListBase("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
9953 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)
9956 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()+
")");
9964 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()+
")");
9972 print(
"glLoadIdentity("+
")");
9980 print(
"glLoadMatrixd("+
"<java.nio.DoubleBuffer> "+arg0+
")");
9988 print(
"glLoadMatrixd("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
9996 print(
"glLoadMatrixf("+
"<java.nio.FloatBuffer> "+arg0+
")");
10004 print(
"glLoadMatrixf("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10012 print(
"glLoadName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10020 print(
"glLoadTransposeMatrixd("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10028 print(
"glLoadTransposeMatrixd("+
"<java.nio.DoubleBuffer> "+arg0+
")");
10036 print(
"glLoadTransposeMatrixf("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10044 print(
"glLoadTransposeMatrixf("+
"<java.nio.FloatBuffer> "+arg0+
")");
10052 print(
"glLockArraysEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10060 print(
"glLogicOp("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10068 print(
"glMakeBufferNonResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10076 print(
"glMakeBufferResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10084 print(
"glMakeImageHandleNonResidentARB("+
"<long> "+arg0+
")");
10092 print(
"glMakeImageHandleResidentARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10100 print(
"glMakeNamedBufferNonResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10108 print(
"glMakeNamedBufferResidentNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10116 print(
"glMakeTextureHandleNonResidentARB("+
"<long> "+arg0+
")");
10124 print(
"glMakeTextureHandleResidentARB("+
"<long> "+arg0+
")");
10129 public void glMap1d(
int arg0,
double arg1,
double arg2,
int arg3,
int arg4,java.nio.DoubleBuffer arg5)
10132 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+
")");
10133 downstreamGL4bc.
glMap1d(arg0,arg1,arg2,arg3,arg4,arg5);
10137 public void glMap1d(
int arg0,
double arg1,
double arg2,
int arg3,
int arg4,
double[] arg5,
int arg6)
10140 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()+
")");
10141 downstreamGL4bc.
glMap1d(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
10145 public void glMap1f(
int arg0,
float arg1,
float arg2,
int arg3,
int arg4,
float[] arg5,
int arg6)
10148 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()+
")");
10149 downstreamGL4bc.
glMap1f(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
10153 public void glMap1f(
int arg0,
float arg1,
float arg2,
int arg3,
int arg4,java.nio.FloatBuffer arg5)
10156 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+
")");
10157 downstreamGL4bc.
glMap1f(arg0,arg1,arg2,arg3,arg4,arg5);
10161 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)
10164 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+
")");
10165 downstreamGL4bc.
glMap2d(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
10169 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)
10172 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()+
")");
10173 downstreamGL4bc.
glMap2d(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
10177 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)
10180 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()+
")");
10181 downstreamGL4bc.
glMap2f(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
10185 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)
10188 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+
")");
10189 downstreamGL4bc.
glMap2f(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
10196 print(
"glMapBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10197 java.nio.ByteBuffer _res = downstreamGL4bc.
glMapBuffer(arg0,arg1);
10205 print(
"glMapBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10206 java.nio.ByteBuffer _res = downstreamGL4bc.
glMapBufferRange(arg0,arg1,arg2,arg3);
10211 public void glMapControlPointsNV(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
boolean arg7,java.nio.Buffer arg8)
10214 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+
")");
10222 print(
"glMapGrid1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
10230 print(
"glMapGrid1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
10235 public void glMapGrid2d(
int arg0,
double arg1,
double arg2,
int arg3,
double arg4,
double arg5)
10238 print(
"glMapGrid2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
10239 downstreamGL4bc.
glMapGrid2d(arg0,arg1,arg2,arg3,arg4,arg5);
10243 public void glMapGrid2f(
int arg0,
float arg1,
float arg2,
int arg3,
float arg4,
float arg5)
10246 print(
"glMapGrid2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
10247 downstreamGL4bc.
glMapGrid2f(arg0,arg1,arg2,arg3,arg4,arg5);
10254 print(
"glMapNamedBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10263 print(
"glMapNamedBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10272 print(
"glMapNamedBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10281 print(
"glMapNamedBufferRangeEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10290 print(
"glMapParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10298 print(
"glMapParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
10306 print(
"glMapParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10314 print(
"glMapParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
10319 public java.nio.ByteBuffer
glMapTexture2DINTEL(
int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6)
10322 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()+
")");
10323 java.nio.ByteBuffer _res = downstreamGL4bc.
glMapTexture2DINTEL(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
10328 public java.nio.ByteBuffer
glMapTexture2DINTEL(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,java.nio.IntBuffer arg4)
10331 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+
")");
10332 java.nio.ByteBuffer _res = downstreamGL4bc.
glMapTexture2DINTEL(arg0,arg1,arg2,arg3,arg4);
10340 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()+
")");
10348 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+
")");
10356 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()+
")");
10364 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+
")");
10369 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)
10372 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+
")");
10373 downstreamGL4bc.
glMapVertexAttrib2dAPPLE(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
10377 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)
10380 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()+
")");
10381 downstreamGL4bc.
glMapVertexAttrib2dAPPLE(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
10385 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)
10388 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()+
")");
10389 downstreamGL4bc.
glMapVertexAttrib2fAPPLE(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
10393 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)
10396 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+
")");
10397 downstreamGL4bc.
glMapVertexAttrib2fAPPLE(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
10404 print(
"glMaterialf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
10412 print(
"glMaterialfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10420 print(
"glMaterialfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
10428 print(
"glMateriali("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10436 print(
"glMaterialiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10444 print(
"glMaterialiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
10449 public void glMatrixFrustumEXT(
int arg0,
double arg1,
double arg2,
double arg3,
double arg4,
double arg5,
double arg6)
10452 print(
"glMatrixFrustumEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
", "+
"<double> "+arg6+
")");
10460 print(
"glMatrixIndexPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
10468 print(
"glMatrixIndexPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
10476 print(
"glMatrixIndexubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
10484 print(
"glMatrixIndexubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10492 print(
"glMatrixIndexuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
10500 print(
"glMatrixIndexuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10508 print(
"glMatrixIndexusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10516 print(
"glMatrixIndexusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
10524 print(
"glMatrixLoadIdentityEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10532 print(
"glMatrixLoadTransposedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10540 print(
"glMatrixLoadTransposedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
10548 print(
"glMatrixLoadTransposefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10556 print(
"glMatrixLoadTransposefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
10564 print(
"glMatrixLoaddEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10572 print(
"glMatrixLoaddEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
10580 print(
"glMatrixLoadfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
10588 print(
"glMatrixLoadfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10596 print(
"glMatrixMode("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10604 print(
"glMatrixMultTransposedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
10612 print(
"glMatrixMultTransposedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10620 print(
"glMatrixMultTransposefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10628 print(
"glMatrixMultTransposefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
10636 print(
"glMatrixMultdEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
10644 print(
"glMatrixMultdEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10652 print(
"glMatrixMultfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
10660 print(
"glMatrixMultfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10665 public void glMatrixOrthoEXT(
int arg0,
double arg1,
double arg2,
double arg3,
double arg4,
double arg5,
double arg6)
10668 print(
"glMatrixOrthoEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
", "+
"<double> "+arg6+
")");
10676 print(
"glMatrixPopEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10684 print(
"glMatrixPushEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10692 print(
"glMatrixRotatedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
10700 print(
"glMatrixRotatefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
10708 print(
"glMatrixScaledEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
10716 print(
"glMatrixScalefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
10724 print(
"glMatrixTranslatedEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
10732 print(
"glMatrixTranslatefEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
10740 print(
"glMaxShaderCompilerThreadsARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10748 print(
"glMemoryBarrier("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10756 print(
"glMemoryBarrierByRegion("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
10764 print(
"glMinSampleShading("+
"<float> "+arg0+
")");
10772 print(
"glMinmax("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
")");
10773 downstreamGL4bc.
glMinmax(arg0,arg1,arg2);
10780 print(
"glMultMatrixd("+
"<java.nio.DoubleBuffer> "+arg0+
")");
10788 print(
"glMultMatrixd("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10796 print(
"glMultMatrixf("+
"<java.nio.FloatBuffer> "+arg0+
")");
10804 print(
"glMultMatrixf("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10812 print(
"glMultTransposeMatrixd("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10820 print(
"glMultTransposeMatrixd("+
"<java.nio.DoubleBuffer> "+arg0+
")");
10828 print(
"glMultTransposeMatrixf("+
"<java.nio.FloatBuffer> "+arg0+
")");
10836 print(
"glMultTransposeMatrixf("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
10844 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()+
")");
10852 print(
"glMultiDrawArrays("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.IntBuffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10860 print(
"glMultiDrawArraysIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10868 print(
"glMultiDrawArraysIndirect("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10876 print(
"glMultiDrawArraysIndirectAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
10884 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()+
")");
10892 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()+
")");
10900 print(
"glMultiDrawArraysIndirectCountARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
10905 public void glMultiDrawElements(
int arg0,java.nio.IntBuffer arg1,
int arg2,com.jogamp.common.nio.PointerBuffer arg3,
int arg4)
10908 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()+
")");
10916 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+
")");
10924 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()+
")");
10932 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()+
")");
10940 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()+
")");
10948 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()+
")");
10956 print(
"glMultiDrawElementsIndirectCountARB("+
"<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()+
")");
10964 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()+
")");
10972 print(
"glMultiTexCoord1bOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
")");
10980 print(
"glMultiTexCoord1bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
10988 print(
"glMultiTexCoord1bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
10996 print(
"glMultiTexCoord1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
11004 print(
"glMultiTexCoord1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11012 print(
"glMultiTexCoord1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11020 print(
"glMultiTexCoord1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
11028 print(
"glMultiTexCoord1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11036 print(
"glMultiTexCoord1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11044 print(
"glMultiTexCoord1h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
11052 print(
"glMultiTexCoord1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11060 print(
"glMultiTexCoord1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11068 print(
"glMultiTexCoord1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
11076 print(
"glMultiTexCoord1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11084 print(
"glMultiTexCoord1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
11092 print(
"glMultiTexCoord1s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
11100 print(
"glMultiTexCoord1sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11108 print(
"glMultiTexCoord1sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11116 print(
"glMultiTexCoord2bOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
11124 print(
"glMultiTexCoord2bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11132 print(
"glMultiTexCoord2bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
11140 print(
"glMultiTexCoord2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
11148 print(
"glMultiTexCoord2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11156 print(
"glMultiTexCoord2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11164 print(
"glMultiTexCoord2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
11172 print(
"glMultiTexCoord2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11180 print(
"glMultiTexCoord2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11188 print(
"glMultiTexCoord2h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
11196 print(
"glMultiTexCoord2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11204 print(
"glMultiTexCoord2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11212 print(
"glMultiTexCoord2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11220 print(
"glMultiTexCoord2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
11228 print(
"glMultiTexCoord2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11236 print(
"glMultiTexCoord2s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
11244 print(
"glMultiTexCoord2sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11252 print(
"glMultiTexCoord2sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11260 print(
"glMultiTexCoord3bOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
11268 print(
"glMultiTexCoord3bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
11276 print(
"glMultiTexCoord3bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11284 print(
"glMultiTexCoord3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
11292 print(
"glMultiTexCoord3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11300 print(
"glMultiTexCoord3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11308 print(
"glMultiTexCoord3f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
11316 print(
"glMultiTexCoord3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11324 print(
"glMultiTexCoord3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11332 print(
"glMultiTexCoord3h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
11340 print(
"glMultiTexCoord3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11348 print(
"glMultiTexCoord3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11356 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()+
")");
11364 print(
"glMultiTexCoord3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11372 print(
"glMultiTexCoord3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
11380 print(
"glMultiTexCoord3s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
11388 print(
"glMultiTexCoord3sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11396 print(
"glMultiTexCoord3sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11404 print(
"glMultiTexCoord4bOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
", "+
"<byte> "+arg4+
")");
11412 print(
"glMultiTexCoord4bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
11420 print(
"glMultiTexCoord4bvOES("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11428 print(
"glMultiTexCoord4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
11436 print(
"glMultiTexCoord4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11444 print(
"glMultiTexCoord4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
11452 print(
"glMultiTexCoord4f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
11460 print(
"glMultiTexCoord4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11468 print(
"glMultiTexCoord4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
11476 print(
"glMultiTexCoord4h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
11484 print(
"glMultiTexCoord4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11492 print(
"glMultiTexCoord4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11500 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()+
")");
11508 print(
"glMultiTexCoord4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
11516 print(
"glMultiTexCoord4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11524 print(
"glMultiTexCoord4s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
11532 print(
"glMultiTexCoord4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
11540 print(
"glMultiTexCoord4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11548 print(
"glMultiTexCoordP1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11556 print(
"glMultiTexCoordP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11564 print(
"glMultiTexCoordP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
11572 print(
"glMultiTexCoordP2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11580 print(
"glMultiTexCoordP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
11588 print(
"glMultiTexCoordP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11596 print(
"glMultiTexCoordP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11604 print(
"glMultiTexCoordP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11612 print(
"glMultiTexCoordP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
11620 print(
"glMultiTexCoordP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11628 print(
"glMultiTexCoordP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
11636 print(
"glMultiTexCoordP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11644 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+
")");
11652 print(
"glMultiTexEnvfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
")");
11660 print(
"glMultiTexEnvfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
11668 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()+
")");
11676 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()+
")");
11684 print(
"glMultiTexEnvivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
11692 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()+
")");
11700 print(
"glMultiTexGendEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<double> "+arg3+
")");
11708 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()+
")");
11716 print(
"glMultiTexGendvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
11724 print(
"glMultiTexGenfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
")");
11732 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()+
")");
11740 print(
"glMultiTexGenfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
11748 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()+
")");
11756 print(
"glMultiTexGenivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
11764 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()+
")");
11769 public void glMultiTexImage1DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
11772 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+
")");
11777 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)
11780 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+
")");
11785 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)
11788 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+
")");
11789 downstreamGL4bc.
glMultiTexImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
11796 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()+
")");
11804 print(
"glMultiTexParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
11812 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()+
")");
11820 print(
"glMultiTexParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
11828 print(
"glMultiTexParameterfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
")");
11836 print(
"glMultiTexParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
11844 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()+
")");
11852 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()+
")");
11860 print(
"glMultiTexParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
11868 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()+
")");
11876 print(
"glMultiTexRenderbufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
11884 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+
")");
11889 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)
11892 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+
")");
11897 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)
11900 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+
")");
11901 downstreamGL4bc.
glMultiTexSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
11908 print(
"glNamedBufferData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11916 print(
"glNamedBufferDataEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11924 print(
"glNamedBufferPageCommitmentARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<boolean> "+arg3+
")");
11932 print(
"glNamedBufferPageCommitmentEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<boolean> "+arg3+
")");
11940 print(
"glNamedBufferStorage("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11948 print(
"glNamedBufferStorageEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11956 print(
"glNamedBufferSubData("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
11964 print(
"glNamedBufferSubDataEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<java.nio.Buffer> "+arg3+
")");
11972 print(
"glNamedCopyBufferSubDataEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
11980 print(
"glNamedFramebufferDrawBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
11988 print(
"glNamedFramebufferDrawBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
11996 print(
"glNamedFramebufferDrawBuffers("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
12004 print(
"glNamedFramebufferParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12012 print(
"glNamedFramebufferReadBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12020 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()+
")");
12028 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()+
")");
12036 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()+
")");
12044 print(
"glNamedFramebufferSampleLocationsfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12052 print(
"glNamedFramebufferSampleLocationsfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12060 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()+
")");
12068 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()+
")");
12076 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()+
")");
12084 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()+
")");
12092 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()+
")");
12100 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()+
")");
12108 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()+
")");
12116 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()+
")");
12124 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()+
")");
12132 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+
")");
12140 print(
"glNamedProgramLocalParameter4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
12148 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()+
")");
12156 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+
")");
12164 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()+
")");
12172 print(
"glNamedProgramLocalParameter4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
12180 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()+
")");
12188 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()+
")");
12196 print(
"glNamedProgramLocalParameterI4ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12204 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()+
")");
12212 print(
"glNamedProgramLocalParameterI4uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
12220 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()+
")");
12228 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()+
")");
12236 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+
")");
12244 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+
")");
12252 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()+
")");
12260 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+
")");
12268 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()+
")");
12276 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+
")");
12284 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()+
")");
12292 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()+
")");
12300 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()+
")");
12308 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()+
")");
12316 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()+
")");
12321 public void glNamedStringARB(
int arg0,
int arg1,java.lang.String arg2,
int arg3,java.lang.String arg4)
12324 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+
")");
12332 print(
"glNewList("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12340 print(
"glNormal3b("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
12348 print(
"glNormal3bv("+
"<java.nio.ByteBuffer> "+arg0+
")");
12356 print(
"glNormal3bv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12364 print(
"glNormal3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
12372 print(
"glNormal3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12380 print(
"glNormal3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
12388 print(
"glNormal3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
12396 print(
"glNormal3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
12404 print(
"glNormal3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12412 print(
"glNormal3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
12420 print(
"glNormal3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12428 print(
"glNormal3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
12436 print(
"glNormal3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12444 print(
"glNormal3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12452 print(
"glNormal3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
12460 print(
"glNormal3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
12468 print(
"glNormal3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
12476 print(
"glNormal3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12484 print(
"glNormalFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12492 print(
"glNormalP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12500 print(
"glNormalP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
12508 print(
"glNormalP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12516 print(
"glNormalPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
12524 print(
"glNormalPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
12532 print(
"glNormalPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
12540 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()+
")");
12548 print(
"glObjectLabel("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
12556 print(
"glObjectPtrLabel("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12564 print(
"glObjectPtrLabel("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg2+
")");
12572 print(
"glObjectPurgeableAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12581 print(
"glObjectUnpurgeableAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12587 public void glOrtho(
double arg0,
double arg1,
double arg2,
double arg3,
double arg4,
double arg5)
12590 print(
"glOrtho("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
12591 downstreamGL4bc.
glOrtho(arg0,arg1,arg2,arg3,arg4,arg5);
12595 public void glOrthof(
float arg0,
float arg1,
float arg2,
float arg3,
float arg4,
float arg5)
12598 print(
"glOrthof("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
12599 downstreamGL4bc.
glOrthof(arg0,arg1,arg2,arg3,arg4,arg5);
12606 print(
"glPNTrianglesfATI("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
12614 print(
"glPNTrianglesiATI("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12622 print(
"glPassThrough("+
"<float> "+arg0+
")");
12630 print(
"glPatchParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12638 print(
"glPatchParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
12646 print(
"glPatchParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12654 print(
"glPauseTransformFeedback("+
")");
12662 print(
"glPauseTransformFeedbackNV("+
")");
12670 print(
"glPixelDataRangeNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
12678 print(
"glPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
12686 print(
"glPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
12694 print(
"glPixelMapfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12702 print(
"glPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12710 print(
"glPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
12718 print(
"glPixelMapuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
12726 print(
"glPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12734 print(
"glPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
12742 print(
"glPixelMapusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
12750 print(
"glPixelStoref("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
12758 print(
"glPixelStorei("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12766 print(
"glPixelTransferf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
12774 print(
"glPixelTransferi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12782 print(
"glPixelTransformParameterfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
12790 print(
"glPixelTransformParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
12798 print(
"glPixelTransformParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12806 print(
"glPixelTransformParameteriEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12814 print(
"glPixelTransformParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
12822 print(
"glPixelTransformParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
12830 print(
"glPixelZoom("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
12838 print(
"glPointParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
12846 print(
"glPointParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
12854 print(
"glPointParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12862 print(
"glPointParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12870 print(
"glPointParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
12878 print(
"glPointParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
12886 print(
"glPointSize("+
"<float> "+arg0+
")");
12894 print(
"glPolygonMode("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12902 print(
"glPolygonOffset("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
12910 print(
"glPolygonOffsetClampEXT("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
12918 print(
"glPolygonStipple("+
"<long> "+arg0+
")");
12926 print(
"glPolygonStipple("+
"<java.nio.ByteBuffer> "+arg0+
")");
12934 print(
"glPolygonStipple("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
12942 print(
"glPopAttrib("+
")");
12950 print(
"glPopClientAttrib("+
")");
12958 print(
"glPopDebugGroup("+
")");
12966 print(
"glPopMatrix("+
")");
12974 print(
"glPopName("+
")");
12982 print(
"glPrimitiveBoundingBox("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
", "+
"<float> "+arg6+
", "+
"<float> "+arg7+
")");
12990 print(
"glPrimitiveRestartIndex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
12998 print(
"glPrimitiveRestartIndexNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
13006 print(
"glPrimitiveRestartNV("+
")");
13014 print(
"glPrioritizeTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
13022 print(
"glPrioritizeTextures("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
13030 print(
"glProgramBinary("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13038 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+
")");
13046 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()+
")");
13054 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()+
")");
13062 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+
")");
13070 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()+
")");
13078 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+
")");
13086 print(
"glProgramEnvParameter4dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
13094 print(
"glProgramEnvParameter4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
13102 print(
"glProgramEnvParameter4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13110 print(
"glProgramEnvParameter4fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
13118 print(
"glProgramEnvParameter4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
13126 print(
"glProgramEnvParameter4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13134 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()+
")");
13142 print(
"glProgramEnvParameterI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13150 print(
"glProgramEnvParameterI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
13158 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()+
")");
13166 print(
"glProgramEnvParameterI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
13174 print(
"glProgramEnvParameterI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13182 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()+
")");
13190 print(
"glProgramEnvParameters4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
13198 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()+
")");
13206 print(
"glProgramEnvParametersI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13214 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()+
")");
13222 print(
"glProgramEnvParametersI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13230 print(
"glProgramLocalParameter4dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
13238 print(
"glProgramLocalParameter4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13246 print(
"glProgramLocalParameter4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
13254 print(
"glProgramLocalParameter4fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
13262 print(
"glProgramLocalParameter4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
13270 print(
"glProgramLocalParameter4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13278 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()+
")");
13286 print(
"glProgramLocalParameterI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
13294 print(
"glProgramLocalParameterI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13302 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()+
")");
13310 print(
"glProgramLocalParameterI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
13318 print(
"glProgramLocalParameterI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13326 print(
"glProgramLocalParameters4fvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
13334 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()+
")");
13342 print(
"glProgramLocalParametersI4ivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13350 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()+
")");
13358 print(
"glProgramLocalParametersI4uivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13366 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()+
")");
13374 print(
"glProgramParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13382 print(
"glProgramParameteriARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13390 print(
"glProgramStringARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.lang.String> "+arg3+
")");
13398 print(
"glProgramSubroutineParametersuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
13406 print(
"glProgramSubroutineParametersuivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
13414 print(
"glProgramUniform1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
")");
13422 print(
"glProgramUniform1dEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
")");
13430 print(
"glProgramUniform1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
13438 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()+
")");
13446 print(
"glProgramUniform1dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
13454 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()+
")");
13462 print(
"glProgramUniform1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
13470 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()+
")");
13478 print(
"glProgramUniform1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
13486 print(
"glProgramUniform1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13494 print(
"glProgramUniform1i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
13502 print(
"glProgramUniform1i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
13510 print(
"glProgramUniform1i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13518 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()+
")");
13526 print(
"glProgramUniform1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13534 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()+
")");
13542 print(
"glProgramUniform1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13550 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()+
")");
13558 print(
"glProgramUniform1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
13566 print(
"glProgramUniform1ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
13574 print(
"glProgramUniform1ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
13582 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()+
")");
13590 print(
"glProgramUniform1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13598 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()+
")");
13606 print(
"glProgramUniform1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13614 print(
"glProgramUniform1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13622 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()+
")");
13630 print(
"glProgramUniform2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
13638 print(
"glProgramUniform2dEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
13646 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()+
")");
13654 print(
"glProgramUniform2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
13662 print(
"glProgramUniform2dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
13670 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()+
")");
13678 print(
"glProgramUniform2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
13686 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()+
")");
13694 print(
"glProgramUniform2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
13702 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()+
")");
13710 print(
"glProgramUniform2i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
13718 print(
"glProgramUniform2i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
13726 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()+
")");
13734 print(
"glProgramUniform2i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13742 print(
"glProgramUniform2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13750 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()+
")");
13758 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()+
")");
13766 print(
"glProgramUniform2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13774 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()+
")");
13782 print(
"glProgramUniform2ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
13790 print(
"glProgramUniform2ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
13798 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()+
")");
13806 print(
"glProgramUniform2ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13814 print(
"glProgramUniform2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13822 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()+
")");
13830 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()+
")");
13838 print(
"glProgramUniform2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13846 print(
"glProgramUniform3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
13854 print(
"glProgramUniform3dEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
13862 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()+
")");
13870 print(
"glProgramUniform3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
13878 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()+
")");
13886 print(
"glProgramUniform3dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
13894 print(
"glProgramUniform3f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
13902 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()+
")");
13910 print(
"glProgramUniform3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
13918 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()+
")");
13926 print(
"glProgramUniform3i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
13934 print(
"glProgramUniform3i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
13942 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()+
")");
13950 print(
"glProgramUniform3i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13958 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()+
")");
13966 print(
"glProgramUniform3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
13974 print(
"glProgramUniform3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
13982 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()+
")");
13990 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()+
")");
13998 print(
"glProgramUniform3ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
14006 print(
"glProgramUniform3ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
14014 print(
"glProgramUniform3ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14022 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()+
")");
14030 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()+
")");
14038 print(
"glProgramUniform3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14046 print(
"glProgramUniform3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14054 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()+
")");
14062 print(
"glProgramUniform4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
14070 print(
"glProgramUniform4dEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
", "+
"<double> "+arg5+
")");
14078 print(
"glProgramUniform4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14086 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()+
")");
14094 print(
"glProgramUniform4dvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
14102 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()+
")");
14110 print(
"glProgramUniform4f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
", "+
"<float> "+arg5+
")");
14118 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()+
")");
14126 print(
"glProgramUniform4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
14134 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()+
")");
14142 print(
"glProgramUniform4i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
14150 print(
"glProgramUniform4i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
14158 print(
"glProgramUniform4i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14166 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()+
")");
14174 print(
"glProgramUniform4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14182 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()+
")");
14190 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()+
")");
14198 print(
"glProgramUniform4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14206 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()+
")");
14214 print(
"glProgramUniform4ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
14222 print(
"glProgramUniform4ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
", "+
"<long> "+arg5+
")");
14230 print(
"glProgramUniform4ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14238 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()+
")");
14246 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()+
")");
14254 print(
"glProgramUniform4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14262 print(
"glProgramUniform4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
14270 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()+
")");
14278 print(
"glProgramUniformHandleui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
14286 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()+
")");
14294 print(
"glProgramUniformHandleui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14302 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()+
")");
14310 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+
")");
14318 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()+
")");
14326 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+
")");
14334 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+
")");
14342 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()+
")");
14350 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+
")");
14358 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()+
")");
14366 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()+
")");
14374 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+
")");
14382 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+
")");
14390 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()+
")");
14398 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()+
")");
14406 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+
")");
14414 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()+
")");
14422 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+
")");
14430 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+
")");
14438 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()+
")");
14446 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+
")");
14454 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()+
")");
14462 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()+
")");
14470 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+
")");
14478 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+
")");
14486 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()+
")");
14494 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()+
")");
14502 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+
")");
14510 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+
")");
14518 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()+
")");
14526 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+
")");
14534 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()+
")");
14542 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+
")");
14550 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()+
")");
14558 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()+
")");
14566 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+
")");
14574 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+
")");
14582 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()+
")");
14590 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+
")");
14598 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()+
")");
14606 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+
")");
14614 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()+
")");
14622 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+
")");
14630 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()+
")");
14638 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+
")");
14646 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()+
")");
14654 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()+
")");
14662 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+
")");
14670 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+
")");
14678 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()+
")");
14686 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+
")");
14694 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()+
")");
14702 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+
")");
14710 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()+
")");
14718 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()+
")");
14726 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+
")");
14734 print(
"glProgramUniformui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
14742 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()+
")");
14750 print(
"glProgramUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg3+
")");
14758 print(
"glProgramVertexLimitNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
14766 print(
"glProvokingVertex("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
14774 print(
"glProvokingVertexEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
14782 print(
"glPushAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
14790 print(
"glPushClientAttrib("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
14798 print(
"glPushClientAttribDefaultEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
14806 print(
"glPushDebugGroup("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg3+
")");
14814 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()+
")");
14822 print(
"glPushMatrix("+
")");
14830 print(
"glPushName("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
14838 print(
"glQueryCounter("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
14846 print(
"glQueryMatrixxOES("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
14855 print(
"glQueryMatrixxOES("+
"<java.nio.IntBuffer> "+arg0+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
14864 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()+
")");
14872 print(
"glRasterPos2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
14880 print(
"glRasterPos2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
14888 print(
"glRasterPos2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
14896 print(
"glRasterPos2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
14904 print(
"glRasterPos2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
14912 print(
"glRasterPos2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
14920 print(
"glRasterPos2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
14928 print(
"glRasterPos2iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
14936 print(
"glRasterPos2iv("+
"<java.nio.IntBuffer> "+arg0+
")");
14944 print(
"glRasterPos2s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
14952 print(
"glRasterPos2sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
14960 print(
"glRasterPos2sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
14968 print(
"glRasterPos3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
14976 print(
"glRasterPos3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
14984 print(
"glRasterPos3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
14992 print(
"glRasterPos3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
15000 print(
"glRasterPos3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15008 print(
"glRasterPos3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
15016 print(
"glRasterPos3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15024 print(
"glRasterPos3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
15032 print(
"glRasterPos3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15040 print(
"glRasterPos3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
15048 print(
"glRasterPos3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15056 print(
"glRasterPos3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
15064 print(
"glRasterPos4d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
15072 print(
"glRasterPos4dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
15080 print(
"glRasterPos4dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15088 print(
"glRasterPos4f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
15096 print(
"glRasterPos4fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15104 print(
"glRasterPos4fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
15112 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()+
")");
15120 print(
"glRasterPos4iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15128 print(
"glRasterPos4iv("+
"<java.nio.IntBuffer> "+arg0+
")");
15136 print(
"glRasterPos4s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
15144 print(
"glRasterPos4sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
15152 print(
"glRasterPos4sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15160 print(
"glRasterSamplesEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
")");
15168 print(
"glReadBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15173 public void glReadPixels(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,java.nio.Buffer arg6)
15176 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+
")");
15177 downstreamGL4bc.
glReadPixels(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
15181 public void glReadPixels(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
long arg6)
15184 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+
")");
15185 downstreamGL4bc.
glReadPixels(arg0,arg1,arg2,arg3,arg4,arg5,arg6);
15189 public void glReadnPixels(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,java.nio.Buffer arg7)
15192 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+
")");
15193 downstreamGL4bc.
glReadnPixels(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
15197 public void glRectd(
double arg0,
double arg1,
double arg2,
double arg3)
15200 print(
"glRectd("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
15201 downstreamGL4bc.
glRectd(arg0,arg1,arg2,arg3);
15205 public void glRectdv(
double[] arg0,
int arg1,
double[] arg2,
int arg3)
15208 print(
"glRectdv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15209 downstreamGL4bc.
glRectdv(arg0,arg1,arg2,arg3);
15213 public void glRectdv(java.nio.DoubleBuffer arg0,java.nio.DoubleBuffer arg1)
15216 print(
"glRectdv("+
"<java.nio.DoubleBuffer> "+arg0+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
15217 downstreamGL4bc.
glRectdv(arg0,arg1);
15221 public void glRectf(
float arg0,
float arg1,
float arg2,
float arg3)
15224 print(
"glRectf("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
15225 downstreamGL4bc.
glRectf(arg0,arg1,arg2,arg3);
15229 public void glRectfv(
float[] arg0,
int arg1,
float[] arg2,
int arg3)
15232 print(
"glRectfv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15233 downstreamGL4bc.
glRectfv(arg0,arg1,arg2,arg3);
15237 public void glRectfv(java.nio.FloatBuffer arg0,java.nio.FloatBuffer arg1)
15240 print(
"glRectfv("+
"<java.nio.FloatBuffer> "+arg0+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
15241 downstreamGL4bc.
glRectfv(arg0,arg1);
15245 public void glRecti(
int arg0,
int arg1,
int arg2,
int arg3)
15248 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()+
")");
15249 downstreamGL4bc.
glRecti(arg0,arg1,arg2,arg3);
15253 public void glRectiv(
int[] arg0,
int arg1,
int[] arg2,
int arg3)
15256 print(
"glRectiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15257 downstreamGL4bc.
glRectiv(arg0,arg1,arg2,arg3);
15261 public void glRectiv(java.nio.IntBuffer arg0,java.nio.IntBuffer arg1)
15264 print(
"glRectiv("+
"<java.nio.IntBuffer> "+arg0+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
15265 downstreamGL4bc.
glRectiv(arg0,arg1);
15269 public void glRects(
short arg0,
short arg1,
short arg2,
short arg3)
15272 print(
"glRects("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
15273 downstreamGL4bc.
glRects(arg0,arg1,arg2,arg3);
15277 public void glRectsv(
short[] arg0,
int arg1,
short[] arg2,
int arg3)
15280 print(
"glRectsv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15281 downstreamGL4bc.
glRectsv(arg0,arg1,arg2,arg3);
15285 public void glRectsv(java.nio.ShortBuffer arg0,java.nio.ShortBuffer arg1)
15288 print(
"glRectsv("+
"<java.nio.ShortBuffer> "+arg0+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
15289 downstreamGL4bc.
glRectsv(arg0,arg1);
15296 print(
"glReleaseShaderCompiler("+
")");
15304 print(
"glRenderMode("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15313 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()+
")");
15321 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()+
")");
15329 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()+
")");
15337 print(
"glResetHistogram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15345 print(
"glResetMinmax("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15353 print(
"glResolveDepthValuesNV("+
")");
15361 print(
"glResumeTransformFeedback("+
")");
15369 print(
"glResumeTransformFeedbackNV("+
")");
15374 public void glRotated(
double arg0,
double arg1,
double arg2,
double arg3)
15377 print(
"glRotated("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
15378 downstreamGL4bc.
glRotated(arg0,arg1,arg2,arg3);
15382 public void glRotatef(
float arg0,
float arg1,
float arg2,
float arg3)
15385 print(
"glRotatef("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
15386 downstreamGL4bc.
glRotatef(arg0,arg1,arg2,arg3);
15393 print(
"glSampleCoverage("+
"<float> "+arg0+
", "+
"<boolean> "+arg1+
")");
15401 print(
"glSampleMaskIndexedNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15409 print(
"glSampleMaski("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15417 print(
"glSamplerParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15425 print(
"glSamplerParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
15433 print(
"glSamplerParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
15441 print(
"glSamplerParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15449 print(
"glSamplerParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
15457 print(
"glSamplerParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
15465 print(
"glSamplerParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15473 print(
"glSamplerParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15481 print(
"glSamplerParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
15489 print(
"glSamplerParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15497 print(
"glScaled("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
15498 downstreamGL4bc.
glScaled(arg0,arg1,arg2);
15505 print(
"glScalef("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
15506 downstreamGL4bc.
glScalef(arg0,arg1,arg2);
15513 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()+
")");
15514 downstreamGL4bc.
glScissor(arg0,arg1,arg2,arg3);
15521 print(
"glScissorArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
15529 print(
"glScissorArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15537 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()+
")");
15545 print(
"glScissorIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15553 print(
"glScissorIndexedv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
15561 print(
"glSecondaryColor3b("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
15569 print(
"glSecondaryColor3bv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15577 print(
"glSecondaryColor3bv("+
"<java.nio.ByteBuffer> "+arg0+
")");
15585 print(
"glSecondaryColor3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
15593 print(
"glSecondaryColor3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
15601 print(
"glSecondaryColor3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15609 print(
"glSecondaryColor3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
15617 print(
"glSecondaryColor3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15625 print(
"glSecondaryColor3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
15633 print(
"glSecondaryColor3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
15641 print(
"glSecondaryColor3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
15649 print(
"glSecondaryColor3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15657 print(
"glSecondaryColor3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15665 print(
"glSecondaryColor3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
15673 print(
"glSecondaryColor3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15681 print(
"glSecondaryColor3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
15689 print(
"glSecondaryColor3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
15697 print(
"glSecondaryColor3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15705 print(
"glSecondaryColor3ub("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
15713 print(
"glSecondaryColor3ubv("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15721 print(
"glSecondaryColor3ubv("+
"<java.nio.ByteBuffer> "+arg0+
")");
15729 print(
"glSecondaryColor3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15737 print(
"glSecondaryColor3uiv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15745 print(
"glSecondaryColor3uiv("+
"<java.nio.IntBuffer> "+arg0+
")");
15753 print(
"glSecondaryColor3us("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
15761 print(
"glSecondaryColor3usv("+
"<java.nio.ShortBuffer> "+arg0+
")");
15769 print(
"glSecondaryColor3usv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15777 print(
"glSecondaryColorFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15785 print(
"glSecondaryColorP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15793 print(
"glSecondaryColorP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
15801 print(
"glSecondaryColorP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15809 print(
"glSecondaryColorPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
15817 print(
"glSecondaryColorPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
15825 print(
"glSelectBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
15833 print(
"glSelectPerfMonitorCountersAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg5).toUpperCase()+
")");
15841 print(
"glSelectPerfMonitorCountersAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<boolean> "+arg1+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
15849 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+
")");
15854 public void glSeparableFilter2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,java.nio.Buffer arg6,java.nio.Buffer arg7)
15857 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+
")");
15865 print(
"glSetInvariantEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
15873 print(
"glSetLocalConstantEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
15881 print(
"glSetMultisamplefvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
15889 print(
"glSetMultisamplefvAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
15897 print(
"glShadeModel("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
15902 public void glShaderBinary(
int arg0,
int[] arg1,
int arg2,
int arg3,java.nio.Buffer arg4,
int arg5)
15905 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()+
")");
15910 public void glShaderBinary(
int arg0,java.nio.IntBuffer arg1,
int arg2,java.nio.Buffer arg3,
int arg4)
15913 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()+
")");
15921 print(
"glShaderOp1EXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15929 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()+
")");
15937 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()+
")");
15942 public void glShaderSource(
int arg0,
int arg1,java.lang.String[] arg2,java.nio.IntBuffer arg3)
15945 print(
"glShaderSource("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
15950 public void glShaderSource(
int arg0,
int arg1,java.lang.String[] arg2,
int[] arg3,
int arg4)
15953 print(
"glShaderSource("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
15961 print(
"glShaderSourceARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
15969 print(
"glShaderSourceARB("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
15977 print(
"glShaderStorageBlockBinding("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
15985 print(
"glStateCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
15993 print(
"glStencilClearTagEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16001 print(
"glStencilFunc("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16009 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()+
")");
16017 print(
"glStencilMask("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16025 print(
"glStencilMaskSeparate("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16033 print(
"glStencilOp("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16041 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()+
")");
16049 print(
"glStencilOpValueAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16057 print(
"glStringMarkerGREMEDY("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
16065 print(
"glSubpixelPrecisionBiasNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16070 public void glSwizzleEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
16073 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()+
")");
16074 downstreamGL4bc.
glSwizzleEXT(arg0,arg1,arg2,arg3,arg4,arg5);
16081 print(
"glSyncTextureINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16089 print(
"glTessellationFactorAMD("+
"<float> "+arg0+
")");
16097 print(
"glTessellationModeAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16105 print(
"glTexBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16113 print(
"glTexBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
16121 print(
"glTexCoord1bOES("+
"<byte> "+arg0+
")");
16129 print(
"glTexCoord1bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16137 print(
"glTexCoord1bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
16145 print(
"glTexCoord1d("+
"<double> "+arg0+
")");
16153 print(
"glTexCoord1dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16161 print(
"glTexCoord1dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
16169 print(
"glTexCoord1f("+
"<float> "+arg0+
")");
16177 print(
"glTexCoord1fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16185 print(
"glTexCoord1fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
16193 print(
"glTexCoord1h("+
"<short> "+arg0+
")");
16201 print(
"glTexCoord1hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16209 print(
"glTexCoord1hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16217 print(
"glTexCoord1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
16225 print(
"glTexCoord1iv("+
"<java.nio.IntBuffer> "+arg0+
")");
16233 print(
"glTexCoord1iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16241 print(
"glTexCoord1s("+
"<short> "+arg0+
")");
16249 print(
"glTexCoord1sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16257 print(
"glTexCoord1sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16265 print(
"glTexCoord2bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
")");
16273 print(
"glTexCoord2bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
16281 print(
"glTexCoord2bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16289 print(
"glTexCoord2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
16297 print(
"glTexCoord2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
16305 print(
"glTexCoord2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16313 print(
"glTexCoord2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
16321 print(
"glTexCoord2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16329 print(
"glTexCoord2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
16337 print(
"glTexCoord2h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
16345 print(
"glTexCoord2hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16353 print(
"glTexCoord2hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16361 print(
"glTexCoord2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16369 print(
"glTexCoord2iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16377 print(
"glTexCoord2iv("+
"<java.nio.IntBuffer> "+arg0+
")");
16385 print(
"glTexCoord2s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
16393 print(
"glTexCoord2sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16401 print(
"glTexCoord2sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16409 print(
"glTexCoord3bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
16417 print(
"glTexCoord3bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
16425 print(
"glTexCoord3bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16433 print(
"glTexCoord3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
16441 print(
"glTexCoord3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
16449 print(
"glTexCoord3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16457 print(
"glTexCoord3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
16465 print(
"glTexCoord3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16473 print(
"glTexCoord3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
16481 print(
"glTexCoord3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
16489 print(
"glTexCoord3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16497 print(
"glTexCoord3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16505 print(
"glTexCoord3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16513 print(
"glTexCoord3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
16521 print(
"glTexCoord3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16529 print(
"glTexCoord3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
16537 print(
"glTexCoord3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16545 print(
"glTexCoord3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16553 print(
"glTexCoord4bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
16561 print(
"glTexCoord4bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
16569 print(
"glTexCoord4bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16577 print(
"glTexCoord4d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
16585 print(
"glTexCoord4dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16593 print(
"glTexCoord4dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
16601 print(
"glTexCoord4f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
16609 print(
"glTexCoord4fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16617 print(
"glTexCoord4fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
16625 print(
"glTexCoord4h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
16633 print(
"glTexCoord4hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16641 print(
"glTexCoord4hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16649 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()+
")");
16657 print(
"glTexCoord4iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16665 print(
"glTexCoord4iv("+
"<java.nio.IntBuffer> "+arg0+
")");
16673 print(
"glTexCoord4s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
16681 print(
"glTexCoord4sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16689 print(
"glTexCoord4sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
16697 print(
"glTexCoordFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16705 print(
"glTexCoordP1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16713 print(
"glTexCoordP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16721 print(
"glTexCoordP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
16729 print(
"glTexCoordP2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16737 print(
"glTexCoordP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16745 print(
"glTexCoordP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
16753 print(
"glTexCoordP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16761 print(
"glTexCoordP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
16769 print(
"glTexCoordP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16777 print(
"glTexCoordP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
16785 print(
"glTexCoordP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16793 print(
"glTexCoordP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
16801 print(
"glTexCoordPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
16809 print(
"glTexCoordPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
16817 print(
"glTexCoordPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
16825 print(
"glTexEnvf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
16826 downstreamGL4bc.
glTexEnvf(arg0,arg1,arg2);
16833 print(
"glTexEnvfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16834 downstreamGL4bc.
glTexEnvfv(arg0,arg1,arg2,arg3);
16841 print(
"glTexEnvfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
16849 print(
"glTexEnvi("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16850 downstreamGL4bc.
glTexEnvi(arg0,arg1,arg2);
16857 print(
"glTexEnviv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16858 downstreamGL4bc.
glTexEnviv(arg0,arg1,arg2,arg3);
16865 print(
"glTexEnviv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
16873 print(
"glTexGend("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<double> "+arg2+
")");
16874 downstreamGL4bc.
glTexGend(arg0,arg1,arg2);
16881 print(
"glTexGendv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
16889 print(
"glTexGendv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16890 downstreamGL4bc.
glTexGendv(arg0,arg1,arg2,arg3);
16897 print(
"glTexGenf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
16898 downstreamGL4bc.
glTexGenf(arg0,arg1,arg2);
16905 print(
"glTexGenfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16906 downstreamGL4bc.
glTexGenfv(arg0,arg1,arg2,arg3);
16913 print(
"glTexGenfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
16921 print(
"glTexGeni("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
16922 downstreamGL4bc.
glTexGeni(arg0,arg1,arg2);
16929 print(
"glTexGeniv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
16930 downstreamGL4bc.
glTexGeniv(arg0,arg1,arg2,arg3);
16937 print(
"glTexGeniv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
16942 public void glTexImage1D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
long arg7)
16945 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+
")");
16946 downstreamGL4bc.
glTexImage1D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
16950 public void glTexImage1D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,java.nio.Buffer arg7)
16953 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+
")");
16954 downstreamGL4bc.
glTexImage1D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
16958 public void glTexImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
16961 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+
")");
16962 downstreamGL4bc.
glTexImage2D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
16966 public void glTexImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
16969 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+
")");
16970 downstreamGL4bc.
glTexImage2D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
16977 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+
")");
16985 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+
")");
16990 public void glTexImage3D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
long arg9)
16993 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+
")");
16994 downstreamGL4bc.
glTexImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
16998 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)
17001 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+
")");
17002 downstreamGL4bc.
glTexImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9);
17009 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+
")");
17017 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+
")");
17025 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+
")");
17033 print(
"glTexParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17041 print(
"glTexParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17049 print(
"glTexParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17057 print(
"glTexParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17065 print(
"glTexParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
17073 print(
"glTexParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17081 print(
"glTexParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
17089 print(
"glTexParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17097 print(
"glTexParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17105 print(
"glTexParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17113 print(
"glTexRenderbufferNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17121 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()+
")");
17129 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()+
")");
17137 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+
")");
17145 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()+
")");
17153 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+
")");
17161 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()+
")");
17166 public void glTexSubImage1D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,java.nio.Buffer arg6)
17169 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+
")");
17177 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+
")");
17182 public void glTexSubImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
17185 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+
")");
17186 downstreamGL4bc.
glTexSubImage2D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
17190 public void glTexSubImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
17193 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+
")");
17194 downstreamGL4bc.
glTexSubImage2D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
17198 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)
17201 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+
")");
17202 downstreamGL4bc.
glTexSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
17206 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)
17209 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+
")");
17210 downstreamGL4bc.
glTexSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
17217 print(
"glTextureBarrier("+
")");
17225 print(
"glTextureBarrierNV("+
")");
17233 print(
"glTextureBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17241 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()+
")");
17249 print(
"glTextureBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
17257 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+
")");
17262 public void glTextureImage1DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
17265 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+
")");
17270 public void glTextureImage1DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
17273 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+
")");
17278 public void glTextureImage2DEXT(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
long arg9)
17281 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+
")");
17286 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)
17289 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+
")");
17297 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+
")");
17305 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+
")");
17310 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)
17313 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+
")");
17314 downstreamGL4bc.
glTextureImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
17318 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)
17321 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+
")");
17322 downstreamGL4bc.
glTextureImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
17329 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+
")");
17337 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+
")");
17345 print(
"glTextureLightEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
17353 print(
"glTextureMaterialEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17361 print(
"glTextureNormalEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
17369 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+
")");
17377 print(
"glTextureParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17385 print(
"glTextureParameterIiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17393 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()+
")");
17401 print(
"glTextureParameterIivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
17409 print(
"glTextureParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17417 print(
"glTextureParameterIuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17425 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()+
")");
17433 print(
"glTextureParameterIuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
17441 print(
"glTextureParameterf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<float> "+arg2+
")");
17449 print(
"glTextureParameterfEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<float> "+arg3+
")");
17457 print(
"glTextureParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
17465 print(
"glTextureParameterfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17473 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()+
")");
17481 print(
"glTextureParameterfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
17489 print(
"glTextureParameteri("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17497 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()+
")");
17505 print(
"glTextureParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17513 print(
"glTextureParameteriv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17521 print(
"glTextureParameterivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
17529 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()+
")");
17537 print(
"glTextureRangeAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg2+
")");
17545 print(
"glTextureRenderbufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17553 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()+
")");
17561 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()+
")");
17569 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()+
")");
17577 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()+
")");
17585 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+
")");
17593 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+
")");
17601 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()+
")");
17609 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()+
")");
17617 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+
")");
17625 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+
")");
17633 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()+
")");
17641 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+
")");
17649 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+
")");
17657 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+
")");
17665 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+
")");
17670 public void glTextureSubImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
17673 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+
")");
17678 public void glTextureSubImage2D(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,java.nio.Buffer arg8)
17681 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+
")");
17689 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+
")");
17694 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)
17697 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+
")");
17702 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)
17705 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+
")");
17706 downstreamGL4bc.
glTextureSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
17710 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)
17713 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+
")");
17714 downstreamGL4bc.
glTextureSubImage3D(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10);
17718 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)
17721 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+
")");
17722 downstreamGL4bc.
glTextureSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
17726 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)
17729 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+
")");
17730 downstreamGL4bc.
glTextureSubImage3DEXT(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11);
17734 public void glTextureView(
int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
17737 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()+
")");
17738 downstreamGL4bc.
glTextureView(arg0,arg1,arg2,arg3,arg4,arg5,arg6,arg7);
17745 print(
"glTransformFeedbackBufferBase("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
17753 print(
"glTransformFeedbackBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
17761 print(
"glTransformFeedbackVaryings("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[Ljava.lang.String;>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17769 print(
"glTranslated("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
17777 print(
"glTranslatef("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
17785 print(
"glUniform("+
"<com.jogamp.opengl.GLUniformData> "+arg0+
")");
17793 print(
"glUniform1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
17801 print(
"glUniform1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17809 print(
"glUniform1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
17817 print(
"glUniform1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
17825 print(
"glUniform1fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
17833 print(
"glUniform1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17841 print(
"glUniform1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
17849 print(
"glUniform1fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17857 print(
"glUniform1fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
17865 print(
"glUniform1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17873 print(
"glUniform1i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
17881 print(
"glUniform1i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
17889 print(
"glUniform1i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
17897 print(
"glUniform1i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17905 print(
"glUniform1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17913 print(
"glUniform1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
17921 print(
"glUniform1iARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17929 print(
"glUniform1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17937 print(
"glUniform1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17945 print(
"glUniform1ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
17953 print(
"glUniform1ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17961 print(
"glUniform1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
17969 print(
"glUniform1ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
17977 print(
"glUniform1ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
17985 print(
"glUniform1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
17993 print(
"glUniform1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18001 print(
"glUniform1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18009 print(
"glUniform1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18017 print(
"glUniform1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18025 print(
"glUniform1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18033 print(
"glUniform2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
18041 print(
"glUniform2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
18049 print(
"glUniform2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18057 print(
"glUniform2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
18065 print(
"glUniform2fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
18073 print(
"glUniform2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18081 print(
"glUniform2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18089 print(
"glUniform2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18097 print(
"glUniform2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18105 print(
"glUniform2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18113 print(
"glUniform2i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
18121 print(
"glUniform2i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
18129 print(
"glUniform2i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18137 print(
"glUniform2i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18145 print(
"glUniform2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18153 print(
"glUniform2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18161 print(
"glUniform2iARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18169 print(
"glUniform2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18177 print(
"glUniform2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18185 print(
"glUniform2ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18193 print(
"glUniform2ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18201 print(
"glUniform2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18209 print(
"glUniform2ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
18217 print(
"glUniform2ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
18225 print(
"glUniform2ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18233 print(
"glUniform2ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18241 print(
"glUniform2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18249 print(
"glUniform2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18257 print(
"glUniform2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18265 print(
"glUniform2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18273 print(
"glUniform3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
18274 downstreamGL4bc.
glUniform3d(arg0,arg1,arg2,arg3);
18281 print(
"glUniform3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
18289 print(
"glUniform3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18297 print(
"glUniform3f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
18298 downstreamGL4bc.
glUniform3f(arg0,arg1,arg2,arg3);
18305 print(
"glUniform3fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
18313 print(
"glUniform3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18321 print(
"glUniform3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18329 print(
"glUniform3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18337 print(
"glUniform3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18345 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()+
")");
18346 downstreamGL4bc.
glUniform3i(arg0,arg1,arg2,arg3);
18353 print(
"glUniform3i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
18361 print(
"glUniform3i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
18369 print(
"glUniform3i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18377 print(
"glUniform3i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18385 print(
"glUniform3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18393 print(
"glUniform3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18401 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()+
")");
18409 print(
"glUniform3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18417 print(
"glUniform3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18425 print(
"glUniform3ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18433 print(
"glUniform3ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18441 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()+
")");
18449 print(
"glUniform3ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
18457 print(
"glUniform3ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
18465 print(
"glUniform3ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18473 print(
"glUniform3ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18481 print(
"glUniform3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18489 print(
"glUniform3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18497 print(
"glUniform3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18505 print(
"glUniform3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18510 public void glUniform4d(
int arg0,
double arg1,
double arg2,
double arg3,
double arg4)
18513 print(
"glUniform4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
18514 downstreamGL4bc.
glUniform4d(arg0,arg1,arg2,arg3,arg4);
18521 print(
"glUniform4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18529 print(
"glUniform4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg2+
")");
18534 public void glUniform4f(
int arg0,
float arg1,
float arg2,
float arg3,
float arg4)
18537 print(
"glUniform4f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
18538 downstreamGL4bc.
glUniform4f(arg0,arg1,arg2,arg3,arg4);
18545 print(
"glUniform4fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
18553 print(
"glUniform4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18561 print(
"glUniform4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18569 print(
"glUniform4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18577 print(
"glUniform4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
18585 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()+
")");
18586 downstreamGL4bc.
glUniform4i(arg0,arg1,arg2,arg3,arg4);
18593 print(
"glUniform4i64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
18601 print(
"glUniform4i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
18609 print(
"glUniform4i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18617 print(
"glUniform4i64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18625 print(
"glUniform4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18633 print(
"glUniform4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18641 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()+
")");
18649 print(
"glUniform4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18657 print(
"glUniform4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18665 print(
"glUniform4ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18673 print(
"glUniform4ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18681 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()+
")");
18682 downstreamGL4bc.
glUniform4ui(arg0,arg1,arg2,arg3,arg4);
18689 print(
"glUniform4ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
18697 print(
"glUniform4ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
18705 print(
"glUniform4ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18713 print(
"glUniform4ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18721 print(
"glUniform4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18729 print(
"glUniform4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18737 print(
"glUniform4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18745 print(
"glUniform4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
18753 print(
"glUniformBlockBinding("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18761 print(
"glUniformBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
18769 print(
"glUniformHandleui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
18777 print(
"glUniformHandleui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
18785 print(
"glUniformHandleui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
18793 print(
"glUniformMatrix2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18801 print(
"glUniformMatrix2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
18809 print(
"glUniformMatrix2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
18817 print(
"glUniformMatrix2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18825 print(
"glUniformMatrix2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
18833 print(
"glUniformMatrix2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18841 print(
"glUniformMatrix2x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18849 print(
"glUniformMatrix2x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
18857 print(
"glUniformMatrix2x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
18865 print(
"glUniformMatrix2x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18873 print(
"glUniformMatrix2x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
18881 print(
"glUniformMatrix2x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18889 print(
"glUniformMatrix2x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
18897 print(
"glUniformMatrix2x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18905 print(
"glUniformMatrix3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
18913 print(
"glUniformMatrix3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18921 print(
"glUniformMatrix3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
18929 print(
"glUniformMatrix3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18937 print(
"glUniformMatrix3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18945 print(
"glUniformMatrix3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
18953 print(
"glUniformMatrix3x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
18961 print(
"glUniformMatrix3x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18969 print(
"glUniformMatrix3x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
18977 print(
"glUniformMatrix3x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18985 print(
"glUniformMatrix3x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
18993 print(
"glUniformMatrix3x4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
19001 print(
"glUniformMatrix3x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19009 print(
"glUniformMatrix3x4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19017 print(
"glUniformMatrix4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
19025 print(
"glUniformMatrix4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19033 print(
"glUniformMatrix4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19041 print(
"glUniformMatrix4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19049 print(
"glUniformMatrix4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19057 print(
"glUniformMatrix4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19065 print(
"glUniformMatrix4x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
19073 print(
"glUniformMatrix4x2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19081 print(
"glUniformMatrix4x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19089 print(
"glUniformMatrix4x2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19097 print(
"glUniformMatrix4x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
19105 print(
"glUniformMatrix4x3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19113 print(
"glUniformMatrix4x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
19121 print(
"glUniformMatrix4x3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
19129 print(
"glUniformSubroutinesuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg2+
")");
19137 print(
"glUniformSubroutinesuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19145 print(
"glUniformui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
19153 print(
"glUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
19161 print(
"glUniformui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
19169 print(
"glUnlockArraysEXT("+
")");
19177 print(
"glUnmapBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
19186 print(
"glUnmapNamedBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
19195 print(
"glUnmapNamedBufferEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
19204 print(
"glUnmapTexture2DINTEL("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19212 print(
"glUseProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
19220 print(
"glUseProgramObjectARB("+
"<long> "+arg0+
")");
19228 print(
"glUseProgramStages("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19236 print(
"glVDPAUFiniNV("+
")");
19244 print(
"glVDPAUGetSurfaceivNV("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
", "+
"<java.nio.IntBuffer> "+arg4+
")");
19252 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()+
")");
19260 print(
"glVDPAUInitNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<java.nio.Buffer> "+arg1+
")");
19268 print(
"glVDPAUIsSurfaceNV("+
"<long> "+arg0+
")");
19277 print(
"glVDPAUMapSurfacesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg1+
")");
19285 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()+
")");
19294 print(
"glVDPAURegisterOutputSurfaceNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
19303 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()+
")");
19312 print(
"glVDPAURegisterVideoSurfaceNV("+
"<java.nio.Buffer> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
19321 print(
"glVDPAUSurfaceAccessNV("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19329 print(
"glVDPAUUnmapSurfacesNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<com.jogamp.common.nio.PointerBuffer> "+arg1+
")");
19337 print(
"glVDPAUUnregisterSurfaceNV("+
"<long> "+arg0+
")");
19345 print(
"glValidateProgram("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
19353 print(
"glValidateProgramARB("+
"<long> "+arg0+
")");
19361 print(
"glValidateProgramPipeline("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
19369 print(
"glVariantPointerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
19377 print(
"glVariantPointerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
19385 print(
"glVariantbvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
19393 print(
"glVariantbvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19401 print(
"glVariantdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
19409 print(
"glVariantdvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19417 print(
"glVariantfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
19425 print(
"glVariantfvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19433 print(
"glVariantivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
19441 print(
"glVariantivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19449 print(
"glVariantsvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
19457 print(
"glVariantsvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19465 print(
"glVariantubvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
19473 print(
"glVariantubvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19481 print(
"glVariantuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19489 print(
"glVariantuivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
19497 print(
"glVariantusvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
19505 print(
"glVariantusvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19513 print(
"glVertex2bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
")");
19521 print(
"glVertex2bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
19529 print(
"glVertex2bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19537 print(
"glVertex2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
19545 print(
"glVertex2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19553 print(
"glVertex2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
19561 print(
"glVertex2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
19569 print(
"glVertex2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19577 print(
"glVertex2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
19585 print(
"glVertex2h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
19593 print(
"glVertex2hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
19601 print(
"glVertex2hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19609 print(
"glVertex2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19617 print(
"glVertex2iv("+
"<java.nio.IntBuffer> "+arg0+
")");
19625 print(
"glVertex2iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19633 print(
"glVertex2s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
19641 print(
"glVertex2sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
19649 print(
"glVertex2sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19657 print(
"glVertex3bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
")");
19665 print(
"glVertex3bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19673 print(
"glVertex3bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
19681 print(
"glVertex3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
19689 print(
"glVertex3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
19697 print(
"glVertex3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19705 print(
"glVertex3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
19713 print(
"glVertex3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19721 print(
"glVertex3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
19729 print(
"glVertex3h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
19737 print(
"glVertex3hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19745 print(
"glVertex3hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
19753 print(
"glVertex3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19761 print(
"glVertex3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19769 print(
"glVertex3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
19777 print(
"glVertex3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
19785 print(
"glVertex3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19793 print(
"glVertex3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
19801 print(
"glVertex4bOES("+
"<byte> "+arg0+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
")");
19809 print(
"glVertex4bvOES("+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19817 print(
"glVertex4bvOES("+
"<java.nio.ByteBuffer> "+arg0+
")");
19822 public void glVertex4d(
double arg0,
double arg1,
double arg2,
double arg3)
19825 print(
"glVertex4d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
19826 downstreamGL4bc.
glVertex4d(arg0,arg1,arg2,arg3);
19833 print(
"glVertex4dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
19841 print(
"glVertex4dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19849 print(
"glVertex4f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
19850 downstreamGL4bc.
glVertex4f(arg0,arg1,arg2,arg3);
19857 print(
"glVertex4fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19865 print(
"glVertex4fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
19873 print(
"glVertex4h("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
19874 downstreamGL4bc.
glVertex4h(arg0,arg1,arg2,arg3);
19881 print(
"glVertex4hv("+
"<java.nio.ShortBuffer> "+arg0+
")");
19889 print(
"glVertex4hv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19897 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()+
")");
19898 downstreamGL4bc.
glVertex4i(arg0,arg1,arg2,arg3);
19905 print(
"glVertex4iv("+
"<java.nio.IntBuffer> "+arg0+
")");
19913 print(
"glVertex4iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19921 print(
"glVertex4s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
19922 downstreamGL4bc.
glVertex4s(arg0,arg1,arg2,arg3);
19929 print(
"glVertex4sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
19937 print(
"glVertex4sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
19945 print(
"glVertexArrayAttribBinding("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19953 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()+
")");
19961 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()+
")");
19969 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()+
")");
19977 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()+
")");
19985 print(
"glVertexArrayBindingDivisor("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
19993 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+
")");
20001 print(
"glVertexArrayEdgeFlagOffsetEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
20009 print(
"glVertexArrayElementBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20017 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+
")");
20025 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+
")");
20033 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+
")");
20041 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+
")");
20049 print(
"glVertexArrayParameteriAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
20057 print(
"glVertexArrayRangeAPPLE("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg1+
")");
20065 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+
")");
20073 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+
")");
20081 print(
"glVertexArrayVertexAttribBindingEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20089 print(
"glVertexArrayVertexAttribDivisorEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20097 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()+
")");
20105 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()+
")");
20113 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+
")");
20121 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()+
")");
20129 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+
")");
20137 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+
")");
20145 print(
"glVertexArrayVertexBindingDivisorEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20153 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()+
")");
20161 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()+
")");
20166 public void glVertexArrayVertexBuffers(
int arg0,
int arg1,
int arg2,java.nio.IntBuffer arg3,com.jogamp.common.nio.PointerBuffer arg4,java.nio.IntBuffer arg5)
20169 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+
")");
20177 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+
")");
20185 print(
"glVertexAttrib1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
20193 print(
"glVertexAttrib1dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
20201 print(
"glVertexAttrib1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20209 print(
"glVertexAttrib1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
20217 print(
"glVertexAttrib1dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20225 print(
"glVertexAttrib1dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
20233 print(
"glVertexAttrib1f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
20241 print(
"glVertexAttrib1fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
")");
20249 print(
"glVertexAttrib1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
20257 print(
"glVertexAttrib1fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20265 print(
"glVertexAttrib1fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
20273 print(
"glVertexAttrib1fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20281 print(
"glVertexAttrib1h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
20289 print(
"glVertexAttrib1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20297 print(
"glVertexAttrib1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20305 print(
"glVertexAttrib1s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
20313 print(
"glVertexAttrib1sARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
")");
20321 print(
"glVertexAttrib1sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20329 print(
"glVertexAttrib1sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20337 print(
"glVertexAttrib1svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20345 print(
"glVertexAttrib1svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20353 print(
"glVertexAttrib2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
20361 print(
"glVertexAttrib2dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
20369 print(
"glVertexAttrib2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
20377 print(
"glVertexAttrib2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20385 print(
"glVertexAttrib2dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20393 print(
"glVertexAttrib2dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
20401 print(
"glVertexAttrib2f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
20409 print(
"glVertexAttrib2fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
20417 print(
"glVertexAttrib2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
20425 print(
"glVertexAttrib2fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20433 print(
"glVertexAttrib2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20441 print(
"glVertexAttrib2fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
20449 print(
"glVertexAttrib2h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
20457 print(
"glVertexAttrib2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20465 print(
"glVertexAttrib2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20473 print(
"glVertexAttrib2s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
20481 print(
"glVertexAttrib2sARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
20489 print(
"glVertexAttrib2sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20497 print(
"glVertexAttrib2sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20505 print(
"glVertexAttrib2svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20513 print(
"glVertexAttrib2svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20521 print(
"glVertexAttrib3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
20529 print(
"glVertexAttrib3dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
20537 print(
"glVertexAttrib3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
20545 print(
"glVertexAttrib3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20553 print(
"glVertexAttrib3dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
20561 print(
"glVertexAttrib3dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20569 print(
"glVertexAttrib3f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
20577 print(
"glVertexAttrib3fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
")");
20585 print(
"glVertexAttrib3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
20593 print(
"glVertexAttrib3fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20601 print(
"glVertexAttrib3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
20609 print(
"glVertexAttrib3fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20617 print(
"glVertexAttrib3h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
20625 print(
"glVertexAttrib3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20633 print(
"glVertexAttrib3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20641 print(
"glVertexAttrib3s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
20649 print(
"glVertexAttrib3sARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
")");
20657 print(
"glVertexAttrib3sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20665 print(
"glVertexAttrib3sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20673 print(
"glVertexAttrib3svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20681 print(
"glVertexAttrib3svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20689 print(
"glVertexAttrib4Nbv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
20697 print(
"glVertexAttrib4Nbv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20705 print(
"glVertexAttrib4NbvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20713 print(
"glVertexAttrib4NbvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
20721 print(
"glVertexAttrib4Niv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
20729 print(
"glVertexAttrib4Niv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20737 print(
"glVertexAttrib4NivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20745 print(
"glVertexAttrib4NivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
20753 print(
"glVertexAttrib4Nsv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20761 print(
"glVertexAttrib4Nsv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20769 print(
"glVertexAttrib4NsvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20777 print(
"glVertexAttrib4NsvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20785 print(
"glVertexAttrib4Nub("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
", "+
"<byte> "+arg4+
")");
20793 print(
"glVertexAttrib4NubARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<byte> "+arg1+
", "+
"<byte> "+arg2+
", "+
"<byte> "+arg3+
", "+
"<byte> "+arg4+
")");
20801 print(
"glVertexAttrib4Nubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
20809 print(
"glVertexAttrib4Nubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20817 print(
"glVertexAttrib4NubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20825 print(
"glVertexAttrib4NubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
20833 print(
"glVertexAttrib4Nuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
20841 print(
"glVertexAttrib4Nuiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20849 print(
"glVertexAttrib4NuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
20857 print(
"glVertexAttrib4NuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20865 print(
"glVertexAttrib4Nusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20873 print(
"glVertexAttrib4Nusv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20881 print(
"glVertexAttrib4NusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20889 print(
"glVertexAttrib4NusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
20897 print(
"glVertexAttrib4bv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
20905 print(
"glVertexAttrib4bv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20913 print(
"glVertexAttrib4bvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20921 print(
"glVertexAttrib4bvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
20929 print(
"glVertexAttrib4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
20937 print(
"glVertexAttrib4dARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
20945 print(
"glVertexAttrib4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20953 print(
"glVertexAttrib4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
20961 print(
"glVertexAttrib4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
20969 print(
"glVertexAttrib4dvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
20977 print(
"glVertexAttrib4f("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
20985 print(
"glVertexAttrib4fARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
20993 print(
"glVertexAttrib4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
21001 print(
"glVertexAttrib4fv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21009 print(
"glVertexAttrib4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21017 print(
"glVertexAttrib4fvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
21025 print(
"glVertexAttrib4h("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
21033 print(
"glVertexAttrib4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21041 print(
"glVertexAttrib4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21049 print(
"glVertexAttrib4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21057 print(
"glVertexAttrib4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21065 print(
"glVertexAttrib4ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21073 print(
"glVertexAttrib4ivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21081 print(
"glVertexAttrib4s("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
21089 print(
"glVertexAttrib4sARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
", "+
"<short> "+arg3+
", "+
"<short> "+arg4+
")");
21097 print(
"glVertexAttrib4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21105 print(
"glVertexAttrib4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21113 print(
"glVertexAttrib4svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21121 print(
"glVertexAttrib4svARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21129 print(
"glVertexAttrib4ubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21137 print(
"glVertexAttrib4ubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21145 print(
"glVertexAttrib4ubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21153 print(
"glVertexAttrib4ubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21161 print(
"glVertexAttrib4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21169 print(
"glVertexAttrib4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21177 print(
"glVertexAttrib4uivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21185 print(
"glVertexAttrib4uivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21193 print(
"glVertexAttrib4usv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21201 print(
"glVertexAttrib4usv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21209 print(
"glVertexAttrib4usvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21217 print(
"glVertexAttrib4usvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21225 print(
"glVertexAttribBinding("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
21233 print(
"glVertexAttribDivisor("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
21241 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()+
")");
21249 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()+
")");
21257 print(
"glVertexAttribI1i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
21265 print(
"glVertexAttribI1iEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
21273 print(
"glVertexAttribI1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21281 print(
"glVertexAttribI1iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21289 print(
"glVertexAttribI1ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21297 print(
"glVertexAttribI1ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21305 print(
"glVertexAttribI1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
21313 print(
"glVertexAttribI1uiEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
21321 print(
"glVertexAttribI1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21329 print(
"glVertexAttribI1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21337 print(
"glVertexAttribI1uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21345 print(
"glVertexAttribI1uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21353 print(
"glVertexAttribI2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21361 print(
"glVertexAttribI2iEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21369 print(
"glVertexAttribI2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21377 print(
"glVertexAttribI2iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21385 print(
"glVertexAttribI2ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21393 print(
"glVertexAttribI2ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21401 print(
"glVertexAttribI2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21409 print(
"glVertexAttribI2uiEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21417 print(
"glVertexAttribI2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21425 print(
"glVertexAttribI2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21433 print(
"glVertexAttribI2uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21441 print(
"glVertexAttribI2uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21449 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()+
")");
21457 print(
"glVertexAttribI3iEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
21465 print(
"glVertexAttribI3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21473 print(
"glVertexAttribI3iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21481 print(
"glVertexAttribI3ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21489 print(
"glVertexAttribI3ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21497 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()+
")");
21505 print(
"glVertexAttribI3uiEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
21513 print(
"glVertexAttribI3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21521 print(
"glVertexAttribI3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21529 print(
"glVertexAttribI3uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21537 print(
"glVertexAttribI3uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21545 print(
"glVertexAttribI4bv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21553 print(
"glVertexAttribI4bv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21561 print(
"glVertexAttribI4bvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21569 print(
"glVertexAttribI4bvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21577 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()+
")");
21585 print(
"glVertexAttribI4iEXT("+
"<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()+
")");
21593 print(
"glVertexAttribI4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21601 print(
"glVertexAttribI4iv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21609 print(
"glVertexAttribI4ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21617 print(
"glVertexAttribI4ivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21625 print(
"glVertexAttribI4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21633 print(
"glVertexAttribI4sv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21641 print(
"glVertexAttribI4svEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21649 print(
"glVertexAttribI4svEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21657 print(
"glVertexAttribI4ubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21665 print(
"glVertexAttribI4ubv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21673 print(
"glVertexAttribI4ubvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
21681 print(
"glVertexAttribI4ubvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21689 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()+
")");
21697 print(
"glVertexAttribI4uiEXT("+
"<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()+
")");
21705 print(
"glVertexAttribI4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21713 print(
"glVertexAttribI4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21721 print(
"glVertexAttribI4uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21729 print(
"glVertexAttribI4uivEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
21737 print(
"glVertexAttribI4usv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21745 print(
"glVertexAttribI4usv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21753 print(
"glVertexAttribI4usvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
21761 print(
"glVertexAttribI4usvEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21769 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()+
")");
21777 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()+
")");
21785 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+
")");
21793 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+
")");
21801 print(
"glVertexAttribIPointerEXT("+
"<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+
")");
21809 print(
"glVertexAttribL1d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
")");
21817 print(
"glVertexAttribL1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21825 print(
"glVertexAttribL1dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
21833 print(
"glVertexAttribL1i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
21841 print(
"glVertexAttribL1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21849 print(
"glVertexAttribL1i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
21857 print(
"glVertexAttribL1ui64ARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
21865 print(
"glVertexAttribL1ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
")");
21873 print(
"glVertexAttribL1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21881 print(
"glVertexAttribL1ui64vARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
21889 print(
"glVertexAttribL1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21897 print(
"glVertexAttribL1ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
21905 print(
"glVertexAttribL2d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
21913 print(
"glVertexAttribL2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21921 print(
"glVertexAttribL2dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
21929 print(
"glVertexAttribL2i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
21937 print(
"glVertexAttribL2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
21945 print(
"glVertexAttribL2i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21953 print(
"glVertexAttribL2ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
")");
21961 print(
"glVertexAttribL2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
21969 print(
"glVertexAttribL2ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
21977 print(
"glVertexAttribL3d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
")");
21985 print(
"glVertexAttribL3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
21993 print(
"glVertexAttribL3dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22001 print(
"glVertexAttribL3i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
22009 print(
"glVertexAttribL3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22017 print(
"glVertexAttribL3i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22025 print(
"glVertexAttribL3ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
")");
22033 print(
"glVertexAttribL3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22041 print(
"glVertexAttribL3ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22049 print(
"glVertexAttribL4d("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
", "+
"<double> "+arg3+
", "+
"<double> "+arg4+
")");
22057 print(
"glVertexAttribL4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
22065 print(
"glVertexAttribL4dv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22073 print(
"glVertexAttribL4i64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
22081 print(
"glVertexAttribL4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22089 print(
"glVertexAttribL4i64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22097 print(
"glVertexAttribL4ui64NV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<long> "+arg3+
", "+
"<long> "+arg4+
")");
22105 print(
"glVertexAttribL4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.LongBuffer> "+arg1+
")");
22113 print(
"glVertexAttribL4ui64vNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22121 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()+
")");
22129 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()+
")");
22137 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+
")");
22145 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+
")");
22153 print(
"glVertexAttribP1ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22161 print(
"glVertexAttribP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22169 print(
"glVertexAttribP1uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
22177 print(
"glVertexAttribP2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22185 print(
"glVertexAttribP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22193 print(
"glVertexAttribP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
22201 print(
"glVertexAttribP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22209 print(
"glVertexAttribP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
22217 print(
"glVertexAttribP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22225 print(
"glVertexAttribP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22233 print(
"glVertexAttribP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22241 print(
"glVertexAttribP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<boolean> "+arg2+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
22249 print(
"glVertexAttribParameteriAMD("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22257 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+
")");
22265 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+
")");
22273 print(
"glVertexAttribPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
22281 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+
")");
22289 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+
")");
22297 print(
"glVertexAttribs1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22305 print(
"glVertexAttribs1hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
22313 print(
"glVertexAttribs2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
22321 print(
"glVertexAttribs2hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22329 print(
"glVertexAttribs3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22337 print(
"glVertexAttribs3hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
22345 print(
"glVertexAttribs4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg2+
")");
22353 print(
"glVertexAttribs4hv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22361 print(
"glVertexBindingDivisor("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22369 print(
"glVertexBlendARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
")");
22377 print(
"glVertexFormatNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22385 print(
"glVertexP2ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22393 print(
"glVertexP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22401 print(
"glVertexP2uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22409 print(
"glVertexP3ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22417 print(
"glVertexP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22425 print(
"glVertexP3uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22433 print(
"glVertexP4ui("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22441 print(
"glVertexP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22449 print(
"glVertexP4uiv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22457 print(
"glVertexPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
22465 print(
"glVertexPointer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
22473 print(
"glVertexPointer("+
"<com.jogamp.opengl.GLArrayData> "+arg0+
")");
22481 print(
"glVertexWeightPointerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
22489 print(
"glVertexWeightPointerEXT("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
22497 print(
"glVertexWeightfEXT("+
"<float> "+arg0+
")");
22505 print(
"glVertexWeightfvEXT("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22513 print(
"glVertexWeightfvEXT("+
"<java.nio.FloatBuffer> "+arg0+
")");
22521 print(
"glVertexWeighth("+
"<short> "+arg0+
")");
22529 print(
"glVertexWeighthv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22537 print(
"glVertexWeighthv("+
"<java.nio.ShortBuffer> "+arg0+
")");
22545 print(
"glVideoCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<[J>"+
", "+
"<int> 0x"+Integer.toHexString(arg4).toUpperCase()+
")");
22554 print(
"glVideoCaptureNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
", "+
"<java.nio.LongBuffer> "+arg2+
")");
22563 print(
"glVideoCaptureStreamParameterdvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg3+
")");
22571 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()+
")");
22579 print(
"glVideoCaptureStreamParameterfvNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg3+
")");
22587 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()+
")");
22595 print(
"glVideoCaptureStreamParameterivNV("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg3+
")");
22603 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()+
")");
22611 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()+
")");
22612 downstreamGL4bc.
glViewport(arg0,arg1,arg2,arg3);
22619 print(
"glViewportArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg2+
")");
22627 print(
"glViewportArrayv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
22635 print(
"glViewportIndexedf("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
", "+
"<float> "+arg3+
", "+
"<float> "+arg4+
")");
22643 print(
"glViewportIndexedfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22651 print(
"glViewportIndexedfv("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
22659 print(
"glWaitSync("+
"<long> "+arg0+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<long> "+arg2+
")");
22667 print(
"glWeightPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<long> "+arg3+
")");
22675 print(
"glWeightPointerARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
", "+
"<java.nio.Buffer> "+arg3+
")");
22683 print(
"glWeightbvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
22691 print(
"glWeightbvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22699 print(
"glWeightdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.DoubleBuffer> "+arg1+
")");
22707 print(
"glWeightdvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22715 print(
"glWeightfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.FloatBuffer> "+arg1+
")");
22723 print(
"glWeightfvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22731 print(
"glWeightivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22739 print(
"glWeightivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22747 print(
"glWeightsvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22755 print(
"glWeightsvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
22763 print(
"glWeightubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[B>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22771 print(
"glWeightubvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ByteBuffer> "+arg1+
")");
22779 print(
"glWeightuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22787 print(
"glWeightuivARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.IntBuffer> "+arg1+
")");
22795 print(
"glWeightusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22803 print(
"glWeightusvARB("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<java.nio.ShortBuffer> "+arg1+
")");
22811 print(
"glWindowPos2d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
")");
22819 print(
"glWindowPos2dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
22827 print(
"glWindowPos2dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22835 print(
"glWindowPos2f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
")");
22843 print(
"glWindowPos2fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
22851 print(
"glWindowPos2fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22859 print(
"glWindowPos2i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22867 print(
"glWindowPos2iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22875 print(
"glWindowPos2iv("+
"<java.nio.IntBuffer> "+arg0+
")");
22883 print(
"glWindowPos2s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
")");
22891 print(
"glWindowPos2sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
22899 print(
"glWindowPos2sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22907 print(
"glWindowPos3d("+
"<double> "+arg0+
", "+
"<double> "+arg1+
", "+
"<double> "+arg2+
")");
22915 print(
"glWindowPos3dv("+
"<[D>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22923 print(
"glWindowPos3dv("+
"<java.nio.DoubleBuffer> "+arg0+
")");
22931 print(
"glWindowPos3f("+
"<float> "+arg0+
", "+
"<float> "+arg1+
", "+
"<float> "+arg2+
")");
22939 print(
"glWindowPos3fv("+
"<java.nio.FloatBuffer> "+arg0+
")");
22947 print(
"glWindowPos3fv("+
"<[F>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22955 print(
"glWindowPos3i("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg2).toUpperCase()+
")");
22963 print(
"glWindowPos3iv("+
"<java.nio.IntBuffer> "+arg0+
")");
22971 print(
"glWindowPos3iv("+
"<[I>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22979 print(
"glWindowPos3s("+
"<short> "+arg0+
", "+
"<short> "+arg1+
", "+
"<short> "+arg2+
")");
22987 print(
"glWindowPos3sv("+
"<[S>"+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
22995 print(
"glWindowPos3sv("+
"<java.nio.ShortBuffer> "+arg0+
")");
23003 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()+
")");
23020 return downstreamGL4bc.
hasGLSL();
23040 return downstreamGL4bc.
isGL2();
23045 return downstreamGL4bc.
isGL2ES1();
23050 return downstreamGL4bc.
isGL2ES2();
23055 return downstreamGL4bc.
isGL2ES3();
23060 return downstreamGL4bc.
isGL2GL3();
23065 return downstreamGL4bc.
isGL3();
23070 return downstreamGL4bc.
isGL3ES3();
23075 return downstreamGL4bc.
isGL3bc();
23085 return downstreamGL4bc.
isGL4();
23090 return downstreamGL4bc.
isGL4ES3();
23095 return downstreamGL4bc.
isGL4bc();
23105 return downstreamGL4bc.
isGLES();
23110 return downstreamGL4bc.
isGLES1();
23115 return downstreamGL4bc.
isGLES2();
23125 return downstreamGL4bc.
isGLES3();
23145 return downstreamGL4bc.
isGLcore();
23181 print(
"mapBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23190 print(
"mapBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23199 print(
"mapNamedBuffer("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<int> 0x"+Integer.toHexString(arg1).toUpperCase()+
")");
23213 print(
"mapNamedBufferRange("+
"<int> 0x"+Integer.toHexString(arg0).toUpperCase()+
", "+
"<long> "+arg1+
", "+
"<long> "+arg2+
", "+
"<int> 0x"+Integer.toHexString(arg3).toUpperCase()+
")");
23230 StringBuilder sb =
new StringBuilder();
23231 sb.append(
"TraceGL4bc [this 0x"+Integer.toHexString(hashCode())+
" implementing com.jogamp.opengl.GL4bc,\n\t");
23232 sb.append(
" downstream: "+downstreamGL4bc.toString()+
"\n\t]");
23233 return sb.toString();
23235private PrintStream stream;
23236private int indent = 0;
23239 if (obj ==
null)
return "[null]";
23240 StringBuilder sb =
new StringBuilder(
"[");
23241 int len = java.lang.reflect.Array.getLength(obj);
23242 int count = Math.min(len,16);
23243 for (
int i =0; i < count; i++ ) {
23244 sb.append(java.lang.reflect.Array.get(obj,i));
23249 sb.append(
"...").append(len);
23251 return sb.toString();
23259 stream.println(str);
23263 for(
int i =0; i < indent; i++) {stream.print(
' ');}
23266 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 glMultiDrawArraysIndirectCountARB(int arg0, long arg1, long arg2, int arg3, int arg4)
Entry point to C language function: void {@native glMultiDrawArraysIndirectCountARB}(GLenum mode,...
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 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 glVertexAttribI1ivEXT(int arg0, java.nio.IntBuffer arg1)
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 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 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 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 glGetMultiTexParameterIuivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glVideoCaptureStreamParameterfvNV(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glGetPerfMonitorGroupStringAMD(int arg0, int arg1, java.nio.IntBuffer arg2, java.nio.ByteBuffer 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 glGetPerfMonitorGroupsAMD(int[] arg0, int arg1, int arg2, int[] arg3, int arg4)
Entry point to C language function: void {@native glGetPerfMonitorGroupsAMD}(GLint * numGroups,...
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 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 glMultiDrawElementsIndirectCountARB(int arg0, int arg1, long arg2, long arg3, int arg4, int arg5)
Entry point to C language function: void {@native glMultiDrawElementsIndirectCountARB}(GLenum mode,...
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 glCreateVertexArrays(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glCreateVertexArrays}(GLsizei n,...
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 glVertexAttribI3uiEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribI3uiEXT}(GLuint index,...
void glVertexP4ui(int arg0, int arg1)
Entry point to C language function: void {@native glVertexP4ui}(GLenum type, GLuint value) Part of...
void glVertexAttribI1uivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI1uivEXT}(GLuint index,...
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 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 glProgramUniform3dvEXT(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program,...
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 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 glGetVideoCaptureStreamdvNV(int arg0, int arg1, int arg2, double[] arg3, int arg4)
Entry point to C language function: void {@native glGetVideoCaptureStreamdvNV}(GLuint video_capture_...
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 glDepthMask(boolean arg0)
Entry point to C language function: void {@native glDepthMask}(GLboolean flag) Part of GL_ES_VERSI...
void glVertexArrayBindingDivisor(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexArrayBindingDivisor}(GLuint vaobj,...
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 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 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 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 glVertexAttribI3uivEXT(int arg0, java.nio.IntBuffer arg1)
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 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 glVertexAttribI2uiEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI2uiEXT}(GLuint index,...
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 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 glMultiTexGenfEXT(int arg0, int arg1, int arg2, float arg3)
Entry point to C language function: void {@native glMultiTexGenfEXT}(GLenum texunit,...
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 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)
void glVertexAttribI3uivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI3uivEXT}(GLuint index,...
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 glVertexAttribI2iEXT(int arg0, int arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI2iEXT}(GLuint index,...
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,...
void glVertexAttribI4svEXT(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4svEXT}(GLuint index,...
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 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 glCompressedTexSubImage2D(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, java.nio.Buffer arg8)
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 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 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)
void glVertexAttribI3ivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI3ivEXT}(GLuint index,...
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 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 glGetPerfMonitorCountersAMD(int arg0, int[] arg1, int arg2, int[] arg3, int arg4, int arg5, int[] arg6, int arg7)
Entry point to C language function: void {@native glGetPerfMonitorCountersAMD}(GLuint group,...
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 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 glVertexAttrib2sARB(int arg0, short arg1, short arg2)
Entry point to C language function: void {@native glVertexAttrib2sARB}(GLuint index,...
void glVertexAttribI4bvEXT(int arg0, java.nio.ByteBuffer arg1)
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 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.
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 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 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 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 glVertexAttribI4uiEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribI4uiEXT}(GLuint index,...
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 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,...
void glVertexAttribI4uivEXT(int arg0, java.nio.IntBuffer arg1)
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 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 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 glVertexAttribI4ivEXT(int arg0, java.nio.IntBuffer arg1)
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 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)
Entry point to C language function: void {@native glDisableClientState}(GLenum cap) Part of GL_NV_...
void glGetMultiTexParameterIivEXT(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
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)
Entry point to C language function: void {@native glEnableClientState}(GLenum cap) Part of GL_NV_v...
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 glTextureParameterfvEXT(int arg0, int arg1, int arg2, java.nio.FloatBuffer arg3)
void glGetPerfMonitorGroupsAMD(java.nio.IntBuffer arg0, int arg1, java.nio.IntBuffer arg2)
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)
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 glDeletePerfMonitorsAMD(int arg0, java.nio.IntBuffer arg1)
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 glVertexAttribI2uivEXT(int arg0, java.nio.IntBuffer arg1)
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 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 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 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 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 glVertexAttribI3ivEXT(int arg0, java.nio.IntBuffer arg1)
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 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,...
void glGetPerfMonitorGroupStringAMD(int arg0, int arg1, int[] arg2, int arg3, byte[] arg4, int arg5)
Entry point to C language function: void {@native glGetPerfMonitorGroupStringAMD}(GLuint group,...
void glVertexAttribI4svEXT(int arg0, java.nio.ShortBuffer arg1)
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 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 glGetPerfMonitorCounterInfoAMD(int arg0, int arg1, int arg2, java.nio.Buffer arg3)
void glWeightfvARB(int arg0, float[] arg1, int arg2)
Entry point to C language function: void {@native glWeightfvARB}(GLint size, const GLfloat * weights...
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,...
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 glVertexAttribI3iEXT(int arg0, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glVertexAttribI3iEXT}(GLuint index,...
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,...
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 glClearNamedFramebufferfi(int arg0, int arg1, float arg2, int arg3)
Entry point to C language function: void {@native glClearNamedFramebufferfi}(GLuint framebuffer,...
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 glGetPerfMonitorCountersAMD(int arg0, java.nio.IntBuffer arg1, java.nio.IntBuffer arg2, int arg3, java.nio.IntBuffer arg4)
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 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 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...
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 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,...
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 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)
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 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 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 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,...
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 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 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 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)
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 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 glProgramUniform2i64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
void glVertexAttribI2ivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI2ivEXT}(GLuint index,...
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 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 glGetObjectParameterivAPPLE(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3)
void glGetPerfMonitorCounterDataAMD(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.IntBuffer arg4)
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 glGenPerfMonitorsAMD(int arg0, java.nio.IntBuffer arg1)
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 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 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 glVertexAttribI4uivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4uivEXT}(GLuint index,...
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 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...
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 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 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 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,...
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 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 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,...
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,...
void glVertexAttribI1ivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI1ivEXT}(GLuint index,...
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 glCullParameterfvEXT(int arg0, java.nio.FloatBuffer arg1)
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 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 glGetVertexAttribIuivEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribIuivEXT}(GLuint index,...
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 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 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 glSelectPerfMonitorCountersAMD(int arg0, boolean arg1, int arg2, int arg3, java.nio.IntBuffer arg4)
void glSelectPerfMonitorCountersAMD(int arg0, boolean arg1, int arg2, int arg3, int[] arg4, int arg5)
Entry point to C language function: void {@native glSelectPerfMonitorCountersAMD}(GLuint monitor,...
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)
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 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 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)
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 glGetVertexAttribIuivEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
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 glGetPerfMonitorCounterStringAMD(int arg0, int arg1, int arg2, int[] arg3, int arg4, byte[] arg5, int arg6)
Entry point to C language function: void {@native glGetPerfMonitorCounterStringAMD}(GLuint group,...
void glSetMultisamplefvAMD(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glSetMultisamplefvAMD}(GLenum pname,...
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_NV_vert...
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 glVertexAttribI4iEXT(int arg0, int arg1, int arg2, int arg3, int arg4)
Entry point to C language function: void {@native glVertexAttribI4iEXT}(GLuint index,...
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 glVertexAttribI1uivEXT(int arg0, java.nio.IntBuffer arg1)
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 glDeletePerfMonitorsAMD(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glDeletePerfMonitorsAMD}(GLsizei n,...
void glVertexAttrib4bvARB(int arg0, java.nio.ByteBuffer arg1)
void glGetProgramEnvParameterfvARB(int arg0, int arg1, float[] arg2, int arg3)
Entry point to C language function: void {@native glGetProgramEnvParameterfvARB}(GLenum target,...
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 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 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 glGetVertexAttribfv(int arg0, int arg1, java.nio.FloatBuffer arg2)
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 glVertexAttribI2uivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI2uivEXT}(GLuint index,...
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 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 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 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 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 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 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 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 glGetPerfMonitorCounterStringAMD(int arg0, int arg1, int arg2, java.nio.IntBuffer arg3, java.nio.ByteBuffer arg4)
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,...
void glGetVertexAttribIivEXT(int arg0, int arg1, int[] arg2, int arg3)
Entry point to C language function: void {@native glGetVertexAttribIivEXT}(GLuint index,...
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 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 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 glVertexAttribIPointerEXT(int arg0, int arg1, int arg2, int arg3, java.nio.Buffer arg4)
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 glEndPerfMonitorAMD(int arg0)
Entry point to C language function: void {@native glEndPerfMonitorAMD}(GLuint monitor) Part of GL_...
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...
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 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 glGetPerfMonitorCounterDataAMD(int arg0, int arg1, int arg2, int[] arg3, int arg4, int[] arg5, int arg6)
Entry point to C language function: void {@native glGetPerfMonitorCounterDataAMD}(GLuint monitor,...
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 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 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 glVertexAttribI4bvEXT(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4bvEXT}(GLuint index,...
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 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 glVertexAttribI4usvEXT(int arg0, java.nio.ShortBuffer arg1)
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 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 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 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 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 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 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 glVertexAttribI1iEXT(int arg0, int arg1)
Entry point to C language function: void {@native glVertexAttribI1iEXT}(GLuint index,...
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 glVertexAttribI4ivEXT(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4ivEXT}(GLuint index,...
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 glGetInteger64v(int arg0, long[] arg1, int arg2)
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data) P...
void glGetVertexAttribIivEXT(int arg0, int arg1, java.nio.IntBuffer arg2)
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 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 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 glProgramUniformHandleui64vARB(int arg0, int arg1, int arg2, java.nio.LongBuffer arg3)
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 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 glVertexAttribI4ubvEXT(int arg0, java.nio.ByteBuffer arg1)
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 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 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 glGenPerfMonitorsAMD(int arg0, int[] arg1, int arg2)
Entry point to C language function: void {@native glGenPerfMonitorsAMD}(GLsizei n,...
void glWeightdvARB(int arg0, double[] arg1, int arg2)
Entry point to C language function: void {@native glWeightdvARB}(GLint size, const GLdouble * weight...
void glVertexAttribI1uiEXT(int arg0, int arg1)
Entry point to C language function: void {@native glVertexAttribI1uiEXT}(GLuint index,...
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 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 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)
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 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 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 glVertexAttribI4usvEXT(int arg0, short[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4usvEXT}(GLuint index,...
void glVertexAttrib2dARB(int arg0, double arg1, double arg2)
Entry point to C language function: void {@native glVertexAttrib2dARB}(GLuint index,...
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_ARB...
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 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 glVertexAttribI4ubvEXT(int arg0, byte[] arg1, int arg2)
Entry point to C language function: void {@native glVertexAttribI4ubvEXT}(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 glVertexAttribI2ivEXT(int arg0, java.nio.IntBuffer arg1)
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 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 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 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 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,...
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 glBeginPerfMonitorAMD(int arg0)
Entry point to C language function: void {@native glBeginPerfMonitorAMD}(GLuint monitor) Part of G...
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,...
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 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 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...
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 ...
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 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 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 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 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 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 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 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 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 glGetInternalformativ(int target, int internalformat, int pname, int bufSize, IntBuffer params)
Entry point to C language function: void {@native glGetInternalformativ}(GLenum target,...
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 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 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 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,...
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 glBlendFunci(int buf, int src, int dst)
Entry point to C language function: void {@native glBlendFunci}(GLuint buf, GLenum src,...
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 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 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,...
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 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 glGetActiveAtomicCounterBufferiv(int program, int bufferIndex, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetActiveAtomicCounterBufferiv}(GLuint program,...
void glVertexAttrib2s(int index, short x, short y)
Entry point to C language function: void {@native glVertexAttrib2s}(GLuint index,...
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 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 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 glProgramUniformui64NV(int program, int location, long value)
Entry point to C language function: void {@native glProgramUniformui64NV}(GLuint program,...
void glFramebufferTexture1D(int target, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glFramebufferTexture1D}(GLenum target,...
void glMakeBufferNonResidentNV(int target)
Entry point to C language function: void {@native glMakeBufferNonResidentNV}(GLenum target) Part o...
void glVertexAttribL1d(int index, double x)
Entry point to C language function: void {@native glVertexAttribL1d}(GLuint index,...
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 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 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 glEnableClientState(int cap)
Entry point to C language function: void {@native glEnableClientState}(GLenum cap) Part of GL_NV_v...
void glClampColor(int target, int clamp)
Entry point to C language function: void {@native glClampColor}(GLenum target, GLenum clamp) Part ...
void glVertexAttribFormatNV(int index, int size, int type, boolean normalized, int stride)
Entry point to C language function: void {@native glVertexAttribFormatNV}(GLuint index,...
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 glProgramUniformMatrix2x3dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dv}(GLuint program,...
boolean glIsBufferResidentNV(int target)
Entry point to C language function: GLboolean {@native glIsBufferResidentNV}(GLenum target) Part o...
void glGetBufferSubData(int target, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetBufferSubData}(GLenum target,...
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 glMultiDrawElements(int mode, IntBuffer count, int type, PointerBuffer indices, int drawcount)
Entry point to C language function: void {@native glMultiDrawElements}(GLenum mode,...
void glVertexAttribI3iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3iv}(GLuint index,...
void glInvalidateTexImage(int texture, int level)
Entry point to C language function: void {@native glInvalidateTexImage}(GLuint texture,...
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 glIndexFormatNV(int type, int stride)
Entry point to C language function: void {@native glIndexFormatNV}(GLenum type, GLsizei stride) Pa...
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,...
boolean glIsNamedBufferResidentNV(int buffer)
Entry point to C language function: GLboolean {@native glIsNamedBufferResidentNV}(GLuint buffer) P...
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 glVertexAttrib1dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib1dv}(GLuint index,...
void glVertexAttrib4Nsv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nsv}(GLuint index,...
void glTexCoordFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glTexCoordFormatNV}(GLint size,...
void glVertexAttrib4iv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4iv}(GLuint index,...
void glPointParameteriv(int pname, IntBuffer params)
Entry point to C language function: void {@native glPointParameteriv}(GLenum pname,...
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 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 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 glVertexAttrib2dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib2dv}(GLuint index,...
void glGetBufferParameterui64vNV(int target, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetBufferParameterui64vNV}(GLenum target,...
void glVertexAttribL4d(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttribL4d}(GLuint index,...
void glNamedBufferPageCommitmentARB(int buffer, long offset, long size, boolean commit)
Entry point to C language function: void {@native glNamedBufferPageCommitmentARB}(GLuint buffer,...
void glProvokingVertex(int mode)
Entry point to C language function: void {@native glProvokingVertex}(GLenum mode) Part of GL_ARB_p...
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 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 glVertexAttribL2d(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttribL2d}(GLuint index,...
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 glMakeNamedBufferNonResidentNV(int buffer)
Entry point to C language function: void {@native glMakeNamedBufferNonResidentNV}(GLuint buffer) P...
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 glSecondaryColorFormatNV(int size, int type, int stride)
Entry point to C language function: void {@native glSecondaryColorFormatNV}(GLint size,...
void glProgramUniform3dv(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform3dv}(GLuint program,...
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 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 glVertexAttrib2sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib2sv}(GLuint index,...
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 glDebugMessageInsertAMD(int category, int severity, int id, int length, String buf)
Entry point to C language function: void {@native glDebugMessageInsertAMD}(GLenum category,...
void glDisableClientState(int cap)
Entry point to C language function: void {@native glDisableClientState}(GLenum cap) Part of GL_NV_...
void glVertexAttribI2uiv(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2uiv}(GLuint index,...
void glNormalFormatNV(int type, int stride)
Entry point to C language function: void {@native glNormalFormatNV}(GLenum type, GLsizei stride) P...
void glVertexAttrib4Nubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nubv}(GLuint index,...
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 glVertexAttrib1sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1sv}(GLuint index,...
void glVertexAttribI4usv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4usv}(GLuint index,...
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 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 glVertexAttrib4d(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttrib4d}(GLuint index,...
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 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 glVertexAttribI1i(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1i}(GLuint index,...
void glVertexAttribI4sv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4sv}(GLuint index,...
void glVertexAttrib4ubv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4ubv}(GLuint index,...
void glGetVertexAttribLdv(int index, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLdv}(GLuint index,...
void glGetnCompressedTexImage(int target, int lod, int bufSize, Buffer pixels)
Entry point to C language function: void {@native glGetnCompressedTexImage}(GLenum target,...
void glVertexAttrib4Nusv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nusv}(GLuint index,...
void glGetIntegerui64vNV(int value, LongBuffer result)
Entry point to C language function: void {@native glGetIntegerui64vNV}(GLenum value,...
void glProgramUniformMatrix2dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2dv}(GLuint program,...
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 glVertexAttribI1ui(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1ui}(GLuint index,...
void glVertexAttribL3dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL3dv}(GLuint index,...
void glGetUniformui64vNV(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformui64vNV}(GLuint program,...
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 glUniformui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniformui64vNV}(GLint location,...
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 glGetInternalformati64v(int target, int internalformat, int pname, int bufSize, LongBuffer params)
Entry point to C language function: void {@native glGetInternalformati64v}(GLenum target,...
void glPrimitiveRestartIndex(int index)
Entry point to C language function: void {@native glPrimitiveRestartIndex}(GLuint index) Part of G...
void glInvalidateBufferSubData(int buffer, long offset, long length)
Entry point to C language function: void {@native glInvalidateBufferSubData}(GLuint buffer,...
void glProgramUniformMatrix4dv(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4dv}(GLuint program,...
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 glVertexAttrib4Nbv(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4Nbv}(GLuint index,...
void glVertexAttrib2d(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttrib2d}(GLuint index,...
void glVertexAttribI2i(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2i}(GLuint index,...
void glBufferAddressRangeNV(int pname, int index, long address, long length)
Entry point to C language function: void {@native glBufferAddressRangeNV}(GLenum pname,...
void glGetCompressedTexImage(int target, int level, Buffer img)
Entry point to C language function: void {@native glGetCompressedTexImage}(GLenum target,...
void glMakeNamedBufferResidentNV(int buffer, int access)
Entry point to C language function: void {@native glMakeNamedBufferResidentNV}(GLuint buffer,...
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 glVertexAttribI2ui(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2ui}(GLuint index,...
void glGetDoublev(int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetDoublev}(GLenum pname, GLdouble * params) P...
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 glVertexAttribL2dv(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttribL2dv}(GLuint index,...
void glMultiDrawElementsIndirectAMD(int mode, int type, Buffer indirect, int primcount, int stride)
Entry point to C language function: void {@native glMultiDrawElementsIndirectAMD}(GLenum mode,...
void glFogCoordFormatNV(int type, int stride)
Entry point to C language function: void {@native glFogCoordFormatNV}(GLenum type,...
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 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,...
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...
void glVertexAttribI2iEXT(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2iEXT}(GLuint index,...
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,...
void glColor3bv(ByteBuffer v)
Entry point to C language function: void {@native glColor3bv}(const GLbyte * v) Part of GL_VERSION...
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,...
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 glSelectPerfMonitorCountersAMD(int monitor, boolean enable, int group, int numCounters, IntBuffer counterList)
Entry point to C language function: void {@native glSelectPerfMonitorCountersAMD}(GLuint monitor,...
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 glCoverageModulationNV(int components)
Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components) Part ...
int glObjectPurgeableAPPLE(int objectType, int name, int option)
Entry point to C language function: GLenum {@native glObjectPurgeableAPPLE}(GLenum objectType,...
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,...
void glColor3fv(FloatBuffer v)
Entry point to C language function: void {@native glColor3fv}(const GLfloat * v) Part of GL_VERSIO...
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 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 glGetMultiTexGenivEXT(int texunit, int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit,...
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 glEnableClientStateiEXT(int array, int index)
Entry point to C language function: void {@native glEnableClientStateiEXT}(GLenum array,...
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 glGetVertexArrayPointeri_vEXT(int vaobj, int index, int pname, PointerBuffer param)
Entry point to C language function: void {@native glGetVertexArrayPointeri_vEXT}(GLuint vaobj,...
void glProgramUniform1dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program,...
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 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 glProgramUniform4i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4i64vNV}(GLuint program,...
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 glProgramUniform1ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1ui64vNV}(GLuint program,...
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 glProgramUniform2dEXT(int program, int location, double x, double y)
Entry point to C language function: void {@native glProgramUniform2dEXT}(GLuint program,...
void glCommandListSegmentsNV(int list, int segments)
Entry point to C language function: void {@native glCommandListSegmentsNV}(GLuint list,...
void glMultiTexBufferEXT(int texunit, int target, int internalformat, int buffer)
Entry point to C language function: void {@native glMultiTexBufferEXT}(GLenum texunit,...
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 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 glVertex3d(double x, double y, double z)
Entry point to C language function: void {@native glVertex3d}(GLdouble x, GLdouble y,...
void glMatrixMultdEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)...
int glGenVertexShadersEXT(int range)
Entry point to C language function: GLuint {@native glGenVertexShadersEXT}(GLuint range) Part of G...
void glGetTextureParameterivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture,...
void glDisableVertexAttribArrayARB(int index)
Entry point to C language function: void {@native glDisableVertexAttribArrayARB}(GLuint index) Par...
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 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 glGetIntegerIndexedv(int target, int index, IntBuffer data)
Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target,...
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 glVertexAttribI4ubvEXT(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4ubvEXT}(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,...
void glMultiTexParameterfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit,...
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 glNamedBufferStorageEXT(int buffer, long size, Buffer data, int flags)
Entry point to C language function: void {@native glNamedBufferStorageEXT}(GLuint buffer,...
void glVertexAttribI3uivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3uivEXT}(GLuint index,...
void glGetVertexArrayIntegervEXT(int vaobj, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj,...
void glNamedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint fram...
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 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 glMatrixLoadTransposedEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode,...
void glGetNamedBufferSubDataEXT(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetNamedBufferSubDataEXT}(GLuint buffer,...
void glVertexArrayNormalOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayNormalOffsetEXT}(GLuint vaobj,...
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 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 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 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 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 glVertexAttribI2uiEXT(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2uiEXT}(GLuint index,...
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 glNamedFramebufferTextureEXT(int framebuffer, int attachment, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTextureEXT}(GLuint framebuffer,...
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 glVertexArrayVertexAttribDivisorEXT(int vaobj, int index, int divisor)
Entry point to C language function: void {@native glVertexArrayVertexAttribDivisorEXT}(GLuint vaobj,...
void glGetMapdv(int target, int query, DoubleBuffer v)
Entry point to C language function: void {@native glGetMapdv}(GLenum target, GLenum query,...
void glGetFloatIndexedvEXT(int target, int index, FloatBuffer data)
Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target,...
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 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 glDisableVertexArrayAttribEXT(int vaobj, int index)
Entry point to C language function: void {@native glDisableVertexArrayAttribEXT}(GLuint vaobj,...
void glConvolutionParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glConvolutionParameterfv}(GLenum target,...
void glTextureParameterIuivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture,...
void glBindTransformFeedbackNV(int target, int id)
Entry point to C language function: void {@native glBindTransformFeedbackNV}(GLenum target,...
void glMatrixMultfEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m) ...
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 glGetVertexAttribIuivEXT(int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVertexAttribIuivEXT}(GLuint index,...
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 glMatrixLoadTransposefEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode,...
void glMultiTexCoord1bOES(int texture, byte s)
Entry point to C language function: void {@native glMultiTexCoord1bOES}(GLenum texture,...
void glUniform2i64NV(int location, long x, long y)
Entry point to C language function: void {@native glUniform2i64NV}(GLint location,...
ByteBuffer glMapNamedBufferRangeEXT(int buffer, long offset, long length, int access)
Entry point to C language function: void * {@native glMapNamedBufferRangeEXT}(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 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 glFragmentCoverageColorNV(int color)
Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color) Part of...
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 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 glDisableClientStateiEXT(int array, int index)
Entry point to C language function: void {@native glDisableClientStateiEXT}(GLenum array,...
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 glCoverageModulationTableNV(int n, FloatBuffer v)
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n,...
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 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 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 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 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 glMultiTexGeniEXT(int texunit, int coord, int pname, int param)
Entry point to C language function: void {@native glMultiTexGeniEXT}(GLenum texunit,...
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 glNamedProgramLocalParametersI4ivEXT(int program, int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint progr...
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 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 glGetNamedProgramLocalParameterfvEXT(int program, int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint progr...
void glWeightusvARB(int size, ShortBuffer weights)
Entry point to C language function: void {@native glWeightusvARB}(GLint size, const GLushort * weigh...
void glGetMultiTexGenfvEXT(int texunit, int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit,...
void glVertexAttribI4svEXT(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4svEXT}(GLuint index,...
void glColor3us(short red, short green, short blue)
Entry point to C language function: void {@native glColor3us}(GLushort red, GLushort green,...
void glVertexAttribI4ivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI4ivEXT}(GLuint index,...
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 glNamedProgramStringEXT(int program, int target, int format, int len, Buffer string)
Entry point to C language function: void {@native glNamedProgramStringEXT}(GLuint program,...
int glCheckNamedFramebufferStatusEXT(int framebuffer, int target)
Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatusEXT}(GLuint framebu...
void glDisableClientStateIndexedEXT(int array, int index)
Entry point to C language function: void {@native glDisableClientStateIndexedEXT}(GLenum array,...
void glVertexAttribI2ivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2ivEXT}(GLuint index,...
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 glProgramUniform4ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4ui64vNV}(GLuint program,...
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 glGetCompressedTextureImageEXT(int texture, int target, int lod, Buffer img)
Entry point to C language function: void {@native glGetCompressedTextureImageEXT}(GLuint texture,...
void glDisableVertexAttribAPPLE(int index, int pname)
Entry point to C language function: void {@native glDisableVertexAttribAPPLE}(GLuint index,...
void glMatrixRotatedEXT(int mode, double angle, double x, double y, double z)
Entry point to C language function: void {@native glMatrixRotatedEXT}(GLenum mode,...
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 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 glProgramUniformMatrix4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program,...
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 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 glColor4ubv(ByteBuffer v)
Entry point to C language function: void {@native glColor4ubv}(const GLubyte * v) Part of GL_VERSI...
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 glVertexAttribI4iEXT(int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glVertexAttribI4iEXT}(GLuint index,...
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 glFramebufferDrawBuffersEXT(int framebuffer, int n, IntBuffer bufs)
Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer,...
void glGetPerfMonitorGroupsAMD(IntBuffer numGroups, int groupsSize, IntBuffer groups)
Entry point to C language function: void {@native glGetPerfMonitorGroupsAMD}(GLint * numGroups,...
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...
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,...
void glGetVertexArrayIntegeri_vEXT(int vaobj, int index, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj,...
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 glDisableVariantClientStateEXT(int id)
Entry point to C language function: void {@native glDisableVariantClientStateEXT}(GLuint id) Part ...
void glProgramUniform3i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3i64vNV}(GLuint program,...
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 glRasterSamplesEXT(int samples, boolean fixedsamplelocations)
Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples,...
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 glProgramUniform2dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program,...
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 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 glMatrixLoaddEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)...
void glMultiTexGenivEXT(int texunit, int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexGenivEXT}(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 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,...
void glFramebufferSampleLocationsfvNV(int target, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target,...
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 glGetTextureLevelParameterivEXT(int texture, int target, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture,...
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 glClientAttribDefaultEXT(int mask)
Entry point to C language function: void {@native glClientAttribDefaultEXT}(GLbitfield mask) Part ...
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 glGenerateTextureMipmapEXT(int texture, int target)
Entry point to C language function: void {@native glGenerateTextureMipmapEXT}(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 glCurrentPaletteMatrixARB(int index)
Entry point to C language function: void {@native glCurrentPaletteMatrixARB}(GLint index) Part of ...
void glUniform3i64NV(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3i64NV}(GLint location,...
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 glMatrixScaledEXT(int mode, double x, double y, double z)
Entry point to C language function: void {@native glMatrixScaledEXT}(GLenum mode,...
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 glMultiTexRenderbufferEXT(int texunit, int target, int renderbuffer)
Entry point to C language function: void {@native glMultiTexRenderbufferEXT}(GLenum texunit,...
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 glMultiTexEnviEXT(int texunit, int target, int pname, int param)
Entry point to C language function: void {@native glMultiTexEnviEXT}(GLenum texunit,...
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 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 glProgramUniformMatrix4x3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program,...
void glColor3ub(byte red, byte green, byte blue)
Entry point to C language function: void {@native glColor3ub}(GLubyte red, GLubyte green,...
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 glVertexAttrib1svARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1svARB}(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 glEndOcclusionQueryNV()
Entry point to C language function: void {@native glEndOcclusionQueryNV}() Part of GL_NV_occlusion...
void glVertexArrayEdgeFlagOffsetEXT(int vaobj, int buffer, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayEdgeFlagOffsetEXT}(GLuint vaobj,...
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 glNamedCopyBufferSubDataEXT(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
Entry point to C language function: void {@native glNamedCopyBufferSubDataEXT}(GLuint readBuffer,...
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 glGetTextureParameterIuivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture,...
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 glMatrixPopEXT(int mode)
Entry point to C language function: void {@native glMatrixPopEXT}(GLenum mode) Part of GL_EXT_dire...
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 glMultiTexEnvfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit,...
void glRectd(double x1, double y1, double x2, double y2)
Entry point to C language function: void {@native glRectd}(GLdouble x1, GLdouble y1,...
void glMultiTexCoordPointerEXT(int texunit, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glMultiTexCoordPointerEXT}(GLenum texunit,...
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 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 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 glVertexAttribI3uiEXT(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3uiEXT}(GLuint index,...
void glVertexArrayVertexAttribBindingEXT(int vaobj, int attribindex, int bindingindex)
Entry point to C language function: void {@native glVertexArrayVertexAttribBindingEXT}(GLuint vaobj,...
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 glUniform1ui64NV(int location, long x)
Entry point to C language function: void {@native glUniform1ui64NV}(GLint location,...
void glProgramSubroutineParametersuivNV(int target, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramSubroutineParametersuivNV}(GLenum target,...
void glTextureParameteriEXT(int texture, int target, int pname, int param)
Entry point to C language function: void {@native glTextureParameteriEXT}(GLuint texture,...
void glMultiTexCoord4s(int target, short s, short t, short r, short q)
Entry point to C language function: void {@native glMultiTexCoord4s}(GLenum target,...
void glGetBooleanIndexedv(int target, int index, ByteBuffer data)
Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target,...
void glProgramUniformMatrix3x4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program,...
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 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 glTextureBufferEXT(int texture, int target, int internalformat, int buffer)
Entry point to C language function: void {@native glTextureBufferEXT}(GLuint texture,...
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 glDisableVertexArrayEXT(int vaobj, int array)
Entry point to C language function: void {@native glDisableVertexArrayEXT}(GLuint vaobj,...
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 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 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 glUniform1i64NV(int location, long x)
Entry point to C language function: void {@native glUniform1i64NV}(GLint location,...
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 glGetMultiTexEnvfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit,...
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 glVertexAttribI4usvEXT(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4usvEXT}(GLuint index,...
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 glNamedRenderbufferStorageMultisampleCoverageEXT(int renderbuffer, int coverageSamples, int colorSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleCoverageEXT}(...
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 glTextureParameterfEXT(int texture, int target, int pname, float param)
Entry point to C language function: void {@native glTextureParameterfEXT}(GLuint texture,...
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 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 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 glNamedRenderbufferStorageEXT(int renderbuffer, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageEXT}(GLuint renderbuffer...
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 glVertexAttribI4uivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI4uivEXT}(GLuint index,...
void glProgramBufferParametersfvNV(int target, int bindingIndex, int wordIndex, int count, FloatBuffer params)
Entry point to C language function: void {@native glProgramBufferParametersfvNV}(GLenum target,...
void glBlendBarrier()
Entry point to C language function: void {@native glBlendBarrier}() Part of GL_ES_VERSION_3_2,...
void glProgramUniform3ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3ui64vNV}(GLuint program,...
void glGetPerfMonitorCounterDataAMD(int monitor, int pname, int dataSize, IntBuffer data, IntBuffer bytesWritten)
Entry point to C language function: void {@native glGetPerfMonitorCounterDataAMD}(GLuint monitor,...
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 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 glGetDoublei_vEXT(int pname, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname,...
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 glProgramUniform4dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program,...
void glTexCoord4h(short s, short t, short r, short q)
Entry point to C language function: void {@native glTexCoord4h}(GLhalfNV s, GLhalfNV t,...
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 glSubpixelPrecisionBiasNV(int xbits, int ybits)
Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits,...
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 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 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 glUniform4i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4i64vNV}(GLint location,...
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 glProgramUniform1i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1i64vNV}(GLuint program,...
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 glProgramUniform3ui64NV(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3ui64NV}(GLuint program,...
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_...
void glTexCoord3d(double s, double t, double r)
Entry point to C language function: void {@native glTexCoord3d}(GLdouble s, GLdouble t,...
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 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 glGetPerfMonitorCounterInfoAMD(int group, int counter, int pname, Buffer data)
Entry point to C language function: void {@native glGetPerfMonitorCounterInfoAMD}(GLuint group,...
void glGetTextureParameterfvEXT(int texture, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture,...
void glGetCompressedMultiTexImageEXT(int texunit, int target, int lod, Buffer img)
Entry point to C language function: void {@native glGetCompressedMultiTexImageEXT}(GLenum texunit,...
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 glGetFloati_vEXT(int pname, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname,...
void glFogCoordf(float coord)
Entry point to C language function: void {@native glFogCoordf}(GLfloat coord) Part of GL_VERSION_1...
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 glProgramUniform1ui64NV(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1ui64NV}(GLuint program,...
void glMultiTexCoord2i(int target, int s, int t)
Entry point to C language function: void {@native glMultiTexCoord2i}(GLenum target,...
void glMultiTexParameterivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit,...
void glMultiTexParameterIivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit,...
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 glEnableIndexed(int target, int index)
Entry point to C language function: void {@native glEnableIndexed}(GLenum target,...
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 glVertexArrayVertexAttribIFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribIFormatEXT}(GLuint vaobj,...
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 glTexCoord2fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord2fv}(const GLfloat * v) Part of GL_VER...
void glBeginPerfMonitorAMD(int monitor)
Entry point to C language function: void {@native glBeginPerfMonitorAMD}(GLuint monitor) Part of G...
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 glMatrixLoadIdentityEXT(int mode)
Entry point to C language function: void {@native glMatrixLoadIdentityEXT}(GLenum mode) Part of GL...
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 glVertexArrayVertexBindingDivisorEXT(int vaobj, int bindingindex, int divisor)
Entry point to C language function: void {@native glVertexArrayVertexBindingDivisorEXT}(GLuint vaobj...
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 glGetNamedProgramivEXT(int program, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program,...
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 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 glGetDoubleIndexedvEXT(int target, int index, DoubleBuffer data)
Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target,...
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 glGetNamedProgramLocalParameterIivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint prog...
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 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 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 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 glColor3usv(ShortBuffer v)
Entry point to C language function: void {@native glColor3usv}(const GLushort * v) Part of GL_VERS...
void glPolygonOffsetClampEXT(float factor, float units, float clamp)
Entry point to C language function: void {@native glPolygonOffsetClampEXT}(GLfloat factor,...
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 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 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 glMatrixRotatefEXT(int mode, float angle, float x, float y, float z)
Entry point to C language function: void {@native glMatrixRotatefEXT}(GLenum mode,...
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 glGetNamedProgramStringEXT(int program, int target, int pname, Buffer string)
Entry point to C language function: void {@native glGetNamedProgramStringEXT}(GLuint program,...
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 glVDPAUGetSurfaceivNV(long surface, int pname, int bufSize, IntBuffer length, IntBuffer values)
Entry point to C language function: void {@native glVDPAUGetSurfaceivNV}(GLvdpauSurfaceNV surface,...
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 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 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 glProgramUniform1i64NV(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1i64NV}(GLuint program,...
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 glVertexAttribI3ivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3ivEXT}(GLuint index,...
void glNamedProgramLocalParameter4dvEXT(int program, int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program...
void glHistogram(int target, int width, int internalformat, boolean sink)
Entry point to C language function: void {@native glHistogram}(GLenum target, GLsizei width,...
void glGetMultiTexGendvEXT(int texunit, int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit,...
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 glGetVertexArrayPointervEXT(int vaobj, int pname, PointerBuffer param)
Entry point to C language function: void {@native glGetVertexArrayPointervEXT}(GLuint vaobj,...
void glRasterPos2iv(IntBuffer v)
Entry point to C language function: void {@native glRasterPos2iv}(const GLint * v) Part of GL_VERS...
void glNamedProgramLocalParameter4fvEXT(int program, int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program...
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 glMultiTexGenfvEXT(int texunit, int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit,...
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 glNamedFramebufferTextureLayerEXT(int framebuffer, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glNamedFramebufferTextureLayerEXT}(GLuint framebuf...
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 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 glVertexAttrib4uivARB(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4uivARB}(GLuint index,...
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 glColor4us(short red, short green, short blue, short alpha)
Entry point to C language function: void {@native glColor4us}(GLushort red, GLushort green,...
void glTextureParameterfvEXT(int texture, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture,...
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 glGenerateMultiTexMipmapEXT(int texunit, int target)
Entry point to C language function: void {@native glGenerateMultiTexMipmapEXT}(GLenum texunit,...
void glVertexAttrib4NsvARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NsvARB}(GLuint index,...
void glVertexArrayVertexAttribLFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribLFormatEXT}(GLuint vaobj,...
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 glNamedProgramLocalParameterI4ivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint progra...
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 glMultiTexCoord1sv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1sv}(GLenum target,...
void glVertexAttribI1ivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1ivEXT}(GLuint index,...
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 glNamedFramebufferTexture2DEXT(int framebuffer, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture2DEXT}(GLuint framebuffer...
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 glGetMultiTexParameterIivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit,...
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 glMultiTexGenfEXT(int texunit, int coord, int pname, float param)
Entry point to C language function: void {@native glMultiTexGenfEXT}(GLenum texunit,...
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 glEnableVertexArrayEXT(int vaobj, int array)
Entry point to C language function: void {@native glEnableVertexArrayEXT}(GLuint vaobj,...
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 glPushClientAttrib(int mask)
Entry point to C language function: void {@native glPushClientAttrib}(GLbitfield mask) Part of GL_...
void glProgramUniform3dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program,...
void glPixelDataRangeNV(int target, int length, Buffer pointer)
Entry point to C language function: void {@native glPixelDataRangeNV}(GLenum target,...
void glProgramUniform3i64NV(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3i64NV}(GLuint program,...
void glVertexArrayIndexOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayIndexOffsetEXT}(GLuint vaobj,...
void glEnableClientStateIndexedEXT(int array, int index)
Entry point to C language function: void {@native glEnableClientStateIndexedEXT}(GLenum array,...
void glGetNamedRenderbufferParameterivEXT(int renderbuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint rende...
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 glProgramUniformMatrix3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program,...
void glVertexAttribI2uivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2uivEXT}(GLuint index,...
void glGetMinmaxParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMinmaxParameteriv}(GLenum target,...
void glEnableVertexArrayAttribEXT(int vaobj, int index)
Entry point to C language function: void {@native glEnableVertexArrayAttribEXT}(GLuint vaobj,...
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 glProgramUniform2ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2ui64vNV}(GLuint program,...
void glMatrixMultTransposedEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode,...
void glIndexf(float c)
Entry point to C language function: void {@native glIndexf}(GLfloat c) Part of GL_VERSION_1_0
void glMatrixMultTransposefEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode,...
void glMultiTexParameterIuivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(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 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 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 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 glGetMultiTexParameterfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit,...
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,...
ByteBuffer glMapNamedBufferEXT(int buffer, int access)
Entry point to C language function: void * {@native glMapNamedBufferEXT}(GLuint buffer,...
void glVertexAttribI4bvEXT(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4bvEXT}(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 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 glUniform1ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1ui64vNV}(GLint location,...
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 glMatrixLoadfEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m) ...
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 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 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 glFramebufferReadBufferEXT(int framebuffer, int mode)
Entry point to C language function: void {@native glFramebufferReadBufferEXT}(GLuint framebuffer,...
void glGetNamedFramebufferAttachmentParameterivEXT(int framebuffer, int attachment, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLu...
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 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 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 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 glMultiTexEnvivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit,...
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 glUniform2ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2ui64vNV}(GLint location,...
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 glGetMultiTexParameterIuivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit,...
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 glProgramUniformMatrix2x3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program,...
void glVariantbvEXT(int id, ByteBuffer addr)
Entry point to C language function: void {@native glVariantbvEXT}(GLuint id, const GLbyte * addr) ...
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 glTextureParameterIivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture,...
void glUniform1i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1i64vNV}(GLint location,...
void glLightModeliv(int pname, IntBuffer params)
Entry point to C language function: void {@native glLightModeliv}(GLenum pname, const GLint * params...
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 glGetFramebufferParameterivEXT(int framebuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer...
void glVertex2bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glVertex2bvOES}(const GLbyte * coords) Part of G...
void glBindMultiTextureEXT(int texunit, int target, int texture)
Entry point to C language function: void {@native glBindMultiTextureEXT}(GLenum texunit,...
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 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 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 glGetMultiTexEnvivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit,...
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 glProgramUniformMatrix3x2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program,...
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...
boolean glIsEnabledIndexed(int target, int index)
Entry point to C language function: GLboolean {@native glIsEnabledIndexed}(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 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 glGetVertexAttribIivEXT(int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVertexAttribIivEXT}(GLuint index,...
void glUniform1ivARB(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform1ivARB}(GLint location,...
void glGetNamedBufferParameterivEXT(int buffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer,...
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 glMultiTexGendEXT(int texunit, int coord, int pname, double param)
Entry point to C language function: void {@native glMultiTexGendEXT}(GLenum texunit,...
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...
void glNamedRenderbufferStorageMultisampleEXT(int renderbuffer, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleEXT}(GLuint r...
void glDeletePerfMonitorsAMD(int n, IntBuffer monitors)
Entry point to C language function: void {@native glDeletePerfMonitorsAMD}(GLsizei n,...
ByteBuffer glMapTexture2DINTEL(int texture, int level, int access, IntBuffer stride, IntBuffer layout)
Entry point to C language function: void * {@native glMapTexture2DINTEL}(GLuint texture,...
void glPushClientAttribDefaultEXT(int mask)
Entry point to C language function: void {@native glPushClientAttribDefaultEXT}(GLbitfield mask) P...
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 glVertexAttribI1uiEXT(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1uiEXT}(GLuint index,...
void glEndPerfMonitorAMD(int monitor)
Entry point to C language function: void {@native glEndPerfMonitorAMD}(GLuint monitor) Part of GL_...
void glFogCoordh(short fog)
Entry point to C language function: void {@native glFogCoordh}(GLhalfNV fog) Part of GL_NV_half_fl...
void glVertexArrayFogCoordOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayFogCoordOffsetEXT}(GLuint vaobj,...
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 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 glMatrixScalefEXT(int mode, float x, float y, float z)
Entry point to C language function: void {@native glMatrixScalefEXT}(GLenum mode,...
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 glMultiTexParameteriEXT(int texunit, int target, int pname, int param)
Entry point to C language function: void {@native glMultiTexParameteriEXT}(GLenum texunit,...
void glGetMultiTexLevelParameterfvEXT(int texunit, int target, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit,...
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 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 glClipPlane(int plane, DoubleBuffer equation)
Entry point to C language function: void {@native glClipPlane}(GLenum plane, const GLdouble * equati...
void glGetTextureParameterIivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture,...
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 glProgramUniform1dEXT(int program, int location, double x)
Entry point to C language function: void {@native glProgramUniform1dEXT}(GLuint program,...
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 glMatrixTranslatefEXT(int mode, float x, float y, float z)
Entry point to C language function: void {@native glMatrixTranslatefEXT}(GLenum mode,...
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,...
void glTextureRenderbufferEXT(int texture, int target, int renderbuffer)
Entry point to C language function: void {@native glTextureRenderbufferEXT}(GLuint texture,...
void glUniform4i64NV(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4i64NV}(GLint location,...
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 glGetNamedProgramLocalParameterdvEXT(int program, int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint progr...
void glUniform3ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3ui64vNV}(GLint location,...
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 glColor4dv(DoubleBuffer v)
Entry point to C language function: void {@native glColor4dv}(const GLdouble * v) Part of GL_VERSI...
void glVertexAttribI1uivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1uivEXT}(GLuint index,...
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 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 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 glGetPointeri_vEXT(int pname, int index, PointerBuffer params)
Entry point to C language function: void {@native glGetPointeri_vEXT}(GLenum pname,...
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 glNamedProgramLocalParameterI4uivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint progr...
void glVertex3s(short x, short y, short z)
Entry point to C language function: void {@native glVertex3s}(GLshort x, GLshort y,...
void glProgramUniformMatrix4x2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program,...
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,...
void glTextureParameterivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture,...
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,...
void glMultiTexParameterfEXT(int texunit, int target, int pname, float param)
Entry point to C language function: void {@native glMultiTexParameterfEXT}(GLenum texunit,...
long glVDPAURegisterOutputSurfaceNV(Buffer vdpSurface, int target, int numTextureNames, IntBuffer textureNames)
Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterOutputSurfaceNV}(const ...
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 glGetObjectParameterivAPPLE(int objectType, int name, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetObjectParameterivAPPLE}(GLenum objectType,...
void glDisableIndexed(int target, int index)
Entry point to C language function: void {@native glDisableIndexed}(GLenum target,...
void glVertexArrayBindVertexBufferEXT(int vaobj, int bindingindex, int buffer, long offset, int stride)
Entry point to C language function: void {@native glVertexArrayBindVertexBufferEXT}(GLuint vaobj,...
void glVertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w)
Entry point to C language function: void {@native glVertexAttrib4NubARB}(GLuint index,...
void glGetPerfMonitorCountersAMD(int group, IntBuffer numCounters, IntBuffer maxActiveCounters, int counterSize, IntBuffer counters)
Entry point to C language function: void {@native glGetPerfMonitorCountersAMD}(GLuint group,...
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 glGetNamedProgramLocalParameterIuivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint pro...
void glUniform4ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4ui64vNV}(GLint location,...
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 glGetCoverageModulationTableNV(int bufsize, FloatBuffer v)
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufsize,...
void glUniform4ui64NV(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4ui64NV}(GLint location,...
void glNamedProgramLocalParameters4fvEXT(int program, int target, int index, int count, FloatBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint progra...
void glScaled(double x, double y, double z)
Entry point to C language function: void {@native glScaled}(GLdouble x, GLdouble y,...
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,...
void glTexCoord1h(short s)
Entry point to C language function: void {@native glTexCoord1h}(GLhalfNV s) Part of GL_NV_half_flo...
void glProgramUniform2ui64NV(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2ui64NV}(GLuint program,...
void glVertexAttrib1fARB(int index, float x)
Entry point to C language function: void {@native glVertexAttrib1fARB}(GLuint index,...
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 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 glNamedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint prog...
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 glGetMultisamplefvNV(int pname, int index, FloatBuffer val)
Entry point to C language function: void {@native glGetMultisamplefvNV}(GLenum pname,...
void glResolveDepthValuesNV()
Entry point to C language function: void {@native glResolveDepthValuesNV}() Part of GL_NV_sample_l...
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 glUniform3ui64NV(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3ui64NV}(GLint location,...
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 glProgramUniform3dEXT(int program, int location, double x, double y, double z)
Entry point to C language function: void {@native glProgramUniform3dEXT}(GLuint program,...
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 glMultiTexEnvfEXT(int texunit, int target, int pname, float param)
Entry point to C language function: void {@native glMultiTexEnvfEXT}(GLenum texunit,...
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 glMatrixTranslatedEXT(int mode, double x, double y, double z)
Entry point to C language function: void {@native glMatrixTranslatedEXT}(GLenum mode,...
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,...
void glNamedFramebufferTexture1DEXT(int framebuffer, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture1DEXT}(GLuint framebuffer...
void glGetPerfMonitorGroupStringAMD(int group, int bufSize, IntBuffer length, ByteBuffer groupString)
Entry point to C language function: void {@native glGetPerfMonitorGroupStringAMD}(GLuint group,...
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,...
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 glNamedFramebufferTextureFaceEXT(int framebuffer, int attachment, int texture, int level, int face)
Entry point to C language function: void {@native glNamedFramebufferTextureFaceEXT}(GLuint framebuff...
boolean glUnmapNamedBufferEXT(int buffer)
Entry point to C language function: GLboolean {@native glUnmapNamedBufferEXT}(GLuint buffer) Part ...
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 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 glNamedFramebufferRenderbufferEXT(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer)
Entry point to C language function: void {@native glNamedFramebufferRenderbufferEXT}(GLuint framebuf...
void glProgramUniform2i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2i64vNV}(GLuint program,...
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 glGetUniformi64vNV(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformi64vNV}(GLuint program,...
void glTexCoord4fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord4fv}(const GLfloat * v) Part of GL_VER...
void glGetMultiTexLevelParameterivEXT(int texunit, int target, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit,...
void glGetTextureLevelParameterfvEXT(int texture, int target, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture,...
void glGetMultiTexParameterivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit,...
void glIndexub(byte c)
Entry point to C language function: void {@native glIndexub}(GLubyte c) Part of GL_VERSION_1_1
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 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 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 glVertexAttribIPointerEXT(int index, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glVertexAttribIPointerEXT}(GLuint index,...
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 glFramebufferDrawBufferEXT(int framebuffer, int mode)
Entry point to C language function: void {@native glFramebufferDrawBufferEXT}(GLuint framebuffer,...
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 glGenPerfMonitorsAMD(int n, IntBuffer monitors)
Entry point to C language function: void {@native glGenPerfMonitorsAMD}(GLsizei n,...
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 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 glVertexAttribLFormatNV(int index, int size, int type, int stride)
Entry point to C language function: void {@native glVertexAttribLFormatNV}(GLuint index,...
void glUniform3i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3i64vNV}(GLint location,...
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 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 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 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 glMultiTexCoord1iv(int target, IntBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1iv}(GLenum target,...
void glNamedBufferDataEXT(int buffer, long size, Buffer data, int usage)
Entry point to C language function: void {@native glNamedBufferDataEXT}(GLuint buffer,...
void glPixelMapusv(int map, int mapsize, ShortBuffer values)
Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize,...
void glUniform2ui64NV(int location, long x, long y)
Entry point to C language function: void {@native glUniform2ui64NV}(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 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 glVertexAttribI1iEXT(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1iEXT}(GLuint index,...
void glProgramUniform2i64NV(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2i64NV}(GLuint program,...
void glUniform2i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2i64vNV}(GLint location,...
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 glVertexAttribI3iEXT(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3iEXT}(GLuint index,...
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 glNamedBufferSubDataEXT(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glNamedBufferSubDataEXT}(GLuint buffer,...
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 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 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 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...
void glFlushMappedNamedBufferRangeEXT(int buffer, long offset, long length)
Entry point to C language function: void {@native glFlushMappedNamedBufferRangeEXT}(GLuint buffer,...
void glWindowPos2d(double x, double y)
Entry point to C language function: void {@native glWindowPos2d}(GLdouble x, GLdouble y) Part of G...
void glVertexAttribI4uiEXT(int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glVertexAttribI4uiEXT}(GLuint index,...
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 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 glMultiTexGendvEXT(int texunit, int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit,...
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 glMatrixPushEXT(int mode)
Entry point to C language function: void {@native glMatrixPushEXT}(GLenum mode) Part of GL_EXT_dir...
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 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 glTextureBarrierNV()
Entry point to C language function: void {@native glTextureBarrierNV}() Part of GL_NV_texture_barr...
void glTexCoord1fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord1fv}(const GLfloat * v) Part of GL_VER...
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 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 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 glGetPerfMonitorCounterStringAMD(int group, int counter, int bufSize, IntBuffer length, ByteBuffer counterString)
Entry point to C language function: void {@native glGetPerfMonitorCounterStringAMD}(GLuint group,...
void glGetQueryObjecti64vEXT(int id, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetQueryObjecti64vEXT}(GLuint id,...
void glPatchParameteri(int pname, int value)
Entry point to C language function: void {@native glPatchParameteri}(GLenum pname,...
void glVertexAttribFormat(int attribindex, int size, int type, boolean normalized, int relativeoffset)
Entry point to C language function: void {@native glVertexAttribFormat}(GLuint attribindex,...
void glMemoryBarrierByRegion(int barriers)
Entry point to C language function: void {@native glMemoryBarrierByRegion}(GLbitfield barriers) Pa...
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 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 glSamplerParameteri(int sampler, int pname, int param)
Entry point to C language function: void {@native glSamplerParameteri}(GLuint sampler,...
boolean glIsSync(long sync)
Entry point to C language function: GLboolean {@native glIsSync}(GLsync sync) Part of GL_ES_VERSIO...
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 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 glFramebufferTexture(int target, int attachment, int texture, int level)
Entry point to C language function: void {@native glFramebufferTexture}(GLenum target,...
boolean glIsSampler(int sampler)
Entry point to C language function: GLboolean {@native glIsSampler}(GLuint sampler) Part of GL_ARB...
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 glSamplerParameteriv(int sampler, int pname, IntBuffer param)
Entry point to C language function: void {@native glSamplerParameteriv}(GLuint sampler,...
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 glGetInteger64v(int pname, LongBuffer data)
Entry point to C language function: void {@native glGetInteger64v}(GLenum pname, GLint64 * data) P...
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 glTexBufferRange(int target, int internalformat, int buffer, long offset, long size)
Entry point to C language function: void {@native glTexBufferRange}(GLenum target,...
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,...
int glClientWaitSync(long sync, int flags, long timeout)
Entry point to C language function: GLenum {@native glClientWaitSync}(GLsync sync,...
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 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 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 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 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 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 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 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 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 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 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 glGetNamedFramebufferParameteriv(int framebuffer, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(GLuint framebuff...
void glCreateTransformFeedbacks(int n, IntBuffer ids)
Entry point to C language function: void {@native glCreateTransformFeedbacks}(GLsizei n,...
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 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 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 glCreateFramebuffers(int n, IntBuffer framebuffers)
Entry point to C language function: void {@native glCreateFramebuffers}(GLsizei n,...
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 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 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 glGetVertexArrayiv(int vaobj, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayiv}(GLuint vaobj,...
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 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 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,...
void glNamedFramebufferParameteri(int framebuffer, int pname, int param)
Entry point to C language function: void {@native glNamedFramebufferParameteri}(GLuint framebuffer,...
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,...
long glGetTextureHandleARB(int texture)
Entry point to C language function: GLuint64 {@native glGetTextureHandleARB}(GLuint texture) Part ...
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 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 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,...
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 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 glNamedBufferData(int buffer, long size, Buffer data, int usage)
Entry point to C language function: void {@native glNamedBufferData}(GLuint buffer,...
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 glClearNamedFramebufferfi(int framebuffer, int buffer, float depth, int stencil)
Entry point to C language function: void {@native glClearNamedFramebufferfi}(GLuint framebuffer,...
void glMultiDrawElementsIndirectCountARB(int mode, int type, long indirect, long drawcount, int maxdrawcount, int stride)
Entry point to C language function: void {@native glMultiDrawElementsIndirectCountARB}(GLenum mode,...
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 glShaderStorageBlockBinding(int program, int storageBlockIndex, int storageBlockBinding)
Entry point to C language function: void {@native glShaderStorageBlockBinding}(GLuint program,...
void glTextureParameteri(int texture, int pname, int param)
Entry point to C language function: void {@native glTextureParameteri}(GLuint texture,...
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 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 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 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...
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 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 glFlushMappedNamedBufferRange(int buffer, long offset, long length)
Entry point to C language function: void {@native glFlushMappedNamedBufferRange}(GLuint buffer,...
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 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 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 glClearNamedBufferData(int buffer, int internalformat, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearNamedBufferData}(GLuint buffer,...
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 glNamedFramebufferTextureLayer(int framebuffer, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glNamedFramebufferTextureLayer}(GLuint framebuffer...
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 glMultiDrawArraysIndirectCountARB(int mode, long indirect, long drawcount, int maxdrawcount, int stride)
Entry point to C language function: void {@native glMultiDrawArraysIndirectCountARB}(GLenum mode,...
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 glProgramUniform2i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2i64vARB}(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 glGetnUniformui64vARB(int program, int location, int bufSize, LongBuffer params)
Entry point to C language function: void {@native glGetnUniformui64vARB}(GLuint program,...
void glProgramUniform4ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4ui64vARB}(GLuint program,...
void glMaxShaderCompilerThreadsARB(int count)
Entry point to C language function: void {@native glMaxShaderCompilerThreadsARB}(GLuint count) Par...
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 glProgramUniform1i64ARB(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1i64ARB}(GLuint program,...
void glProgramUniform2ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2ui64vARB}(GLuint program,...
void glProgramUniform3i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3i64vARB}(GLuint program,...
void glUniform2ui64ARB(int location, long x, long y)
Entry point to C language function: void {@native glUniform2ui64ARB}(GLint location,...
void glUniform3i64ARB(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3i64ARB}(GLint location,...
void glProgramUniform2i64ARB(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2i64ARB}(GLuint program,...
void glUniform3i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3i64vARB}(GLint location,...
void glProgramUniform1ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1ui64vARB}(GLuint program,...
void glGetnUniformi64vARB(int program, int location, int bufSize, LongBuffer params)
Entry point to C language function: void {@native glGetnUniformi64vARB}(GLuint program,...
void glUniform1i64ARB(int location, long x)
Entry point to C language function: void {@native glUniform1i64ARB}(GLint location,...
void glUniform2ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2ui64vARB}(GLint location,...
void glEvaluateDepthValuesARB()
Entry point to C language function: void {@native glEvaluateDepthValuesARB}() Part of GL_ARB_sampl...
void glUniform4ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4ui64vARB}(GLint location,...
void glUniform1i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1i64vARB}(GLint location,...
void glProgramUniform1ui64ARB(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1ui64ARB}(GLuint program,...
void glUniform3ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3ui64vARB}(GLint location,...
void glUniform3ui64ARB(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3ui64ARB}(GLint location,...
void glFramebufferSampleLocationsfvARB(int target, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvARB}(GLenum target,...
void glUniform1ui64ARB(int location, long x)
Entry point to C language function: void {@native glUniform1ui64ARB}(GLint location,...
void glUniform4i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4i64vARB}(GLint location,...
void glProgramUniform4i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4i64vARB}(GLuint program,...
void glNamedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvARB}(GLuint fra...
void glProgramUniform2ui64ARB(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2ui64ARB}(GLuint program,...
void glGetUniformui64vARB(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformui64vARB}(GLuint program,...
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 glUniform4ui64ARB(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4ui64ARB}(GLint location,...
void glProgramUniform1i64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1i64vARB}(GLuint program,...
void glUniform1ui64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1ui64vARB}(GLint location,...
void glProgramUniform3ui64vARB(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3ui64vARB}(GLuint program,...
void glUniform2i64vARB(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2i64vARB}(GLint location,...
void glUniform4i64ARB(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4i64ARB}(GLint location,...
void glProgramUniform3i64ARB(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3i64ARB}(GLuint program,...
void glVertexAttribLPointer(int index, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glVertexAttribLPointer}(GLuint index,...
void glUniform2i64ARB(int location, long x, long y)
Entry point to C language function: void {@native glUniform2i64ARB}(GLint location,...
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,...
void glGetUniformi64vARB(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformi64vARB}(GLuint program,...
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_NV_vert...
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 glColor4f(float red, float green, float blue, float alpha)
void glColorPointer(GLArrayData array)
void glVertexPointer(GLArrayData array)