From cc7376ee5616743cdd7b7a5c711f054b32ae8e4e Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 18 Jun 2001 23:20:46 +0000 Subject: 2.8.0.0 pre-release cvs only --- C2J/C2J.java | 1100 ++-- C2J/C2J.jj | 6 +- C2J/CFuncDeclaration.java | 42 +- C2J/CFuncVariable.java | 28 +- C2J/gl-disp-fetch-auto.hc | 880 ++-- C2J/gl-disp-var-auto.h | 5250 +++++++++---------- C2J/gl-disp-var-auto.hc | 880 ++-- C2J/gl-enum-auto.java | 2624 +++++----- C2J/gl-funcnames.skel | 880 ++-- C2J/gl-proto-auto.java | 5250 +++++++++---------- C2J/gl-proto-dynauto-jni12.c | 5252 +++++++++---------- C2J/gl-proto-dynauto-tst-jni12.c | 5252 +++++++++---------- C2J/gl-proto-dynauto.c | 5252 +++++++++---------- C2J/gl-protoVirt-auto.java | 4 +- C2J/glu-disp-fetch-auto.hc | 86 +- C2J/glu-disp-var-auto.h | 486 +- C2J/glu-disp-var-auto.hc | 86 +- C2J/glu-enum-auto.java | 218 +- C2J/glu-proto-auto-jni12.c | 500 +- C2J/glu-proto-auto-tst-jni12.c | 506 +- C2J/glu-proto-auto.c | 500 +- C2J/glu-proto-auto.java | 488 +- C2J/glu-protoVirt-auto.java | 6 +- C2J/makefile | 86 +- C2J/manual/gl-manualCodedImplJNI.c | 2 +- C2J/manual/gl-manualCodedImplJNI2.java | 2 +- C2J/manual/glu-manualCodedImplJNI.c | 2 +- C2J/manual/glu-manualCodedImplJNI2.java | 2 +- CHANGES.txt | 18 +- CNativeCode/GLCallbackHelperJNI.c | 2 +- CNativeCode/GLDrawableFactory_X11_SunJDK13.c | 7 +- CNativeCode/OpenGLU_JauJNI12_funcs.c | 502 +- CNativeCode/OpenGLU_JauJNI12nf_funcs.c | 78 +- CNativeCode/OpenGLU_JauJNI12tst_funcs.c | 508 +- CNativeCode/OpenGLU_JauJNI_funcs.c | 502 +- CNativeCode/OpenGL_JauJNI12_funcs.c | 5254 ++++++++++---------- CNativeCode/OpenGL_JauJNI12nf_funcs.c | 6 +- CNativeCode/OpenGL_JauJNI12tst_funcs.c | 5254 ++++++++++---------- CNativeCode/OpenGL_JauJNI_funcs.c | 5254 ++++++++++---------- CNativeCode/OpenGL_misc.h | 5 +- CNativeCode/gl-disp-fetch.hc | 880 ++-- CNativeCode/gl-disp-var.h | 5252 +++++++++---------- CNativeCode/gl-disp-var.hc | 880 ++-- CNativeCode/gltool.h | 6 - CNativeCode/glu-disp-fetch.hc | 86 +- CNativeCode/glu-disp-var.h | 486 +- CNativeCode/glu-disp-var.hc | 86 +- CNativeCode/jnitools.c | 2 + CNativeCode/jnitools.h | 6 + Java2.txt | 10 +- README-Version-2-5-2.txt | 4 +- Win32VC6/GL4JavaJauGljJNI/GL4JavaJauGljJNI.dsp | 14 +- Win32VC6/GL4JavaJauGljJNI12/GL4JavaJauGljJNI12.dsp | 14 +- Win32VC6/GL4JavaJauGljJNI13/GL4JavaJauGljJNI13.dsp | 14 +- .../GL4JavaJauGljJNI13nf/GL4JavaJauGljJNI13nf.dsp | 14 +- .../GL4JavaJauGljJNI13tst.dsp | 14 +- Win32VC6/GL4JavaMSJDirect/GL4JavaMSJDirect.dsp | 4 +- Win32VC6/invokejvm/invokejvm.dsp | 4 +- demos/MiscDemos/gears.java | 3 + demos/MiscDemos/index.html | 2 + demos/MiscDemos/index_plugin13.html | 2 + demos/index.html | 3 + gl4java/GLContext.java.skel | 9 + gl4java/GLEnum.java | 2624 +++++----- gl4java/GLFunc.java | 884 ++-- gl4java/GLFuncJauJNI.java | 5254 ++++++++++---------- gl4java/GLFuncJauJNInf.java | 6 +- gl4java/GLUEnum.java | 218 +- gl4java/GLUFunc.java | 6 +- gl4java/GLUFuncJauJNI.java | 490 +- gl4java/GLUFuncJauJNInf.java | 8 +- gl4java/drawable/X11SunJDK13GLDrawableFactory.java | 80 +- gl4java/utils/Tool.java | 286 +- makefile | 81 +- symbols.mak.linux-java2-xf86-x86-32bit | 6 +- symbols.mak.win32-java2-32bit | 19 +- 76 files changed, 35702 insertions(+), 35115 deletions(-) diff --git a/C2J/C2J.java b/C2J/C2J.java index 4107d22..b3fef9e 100644 --- a/C2J/C2J.java +++ b/C2J/C2J.java @@ -3,7 +3,7 @@ import java.util.*; public class C2J implements C2JConstants { - public static final String version = "C2J Parser Version 2.1" ; + public static final String version = "C2J Parser Version 2.2" ; public static final String vendor = "Jausoft - Sven Goethel Software Development"; public static final int EXPORT_JNI_JAVA = 1; @@ -1206,6 +1206,10 @@ import java.util.*; cfvar.isGLUPtrObject=true; {if (true) return;} } + else if(cfvar.typeC.equals("char") && cfvar.isConst) + { + cfvar.typeJava = "String"; + } } cfvar.arrayNumber++; } @@ -2822,41 +2826,23 @@ import java.util.*; return false; } - static final private boolean jj_3R_170() { - if (jj_scan_token(IF)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(75)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_131()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(76)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_36()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3_29()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - - static final private boolean jj_3R_162() { + static final private boolean jj_3R_123() { Token xsp; xsp = jj_scanpos; - if (jj_3R_210()) { + if (jj_3R_170()) { jj_scanpos = xsp; - if (jj_3R_211()) return true; + if (jj_3R_171()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_123() { + static final private boolean jj_3R_162() { Token xsp; xsp = jj_scanpos; - if (jj_3R_170()) { + if (jj_3R_210()) { jj_scanpos = xsp; - if (jj_3R_171()) return true; + if (jj_3R_211()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; @@ -2868,20 +2854,6 @@ import java.util.*; return false; } - static final private boolean jj_3_11() { - Token xsp; - xsp = jj_scanpos; - if (jj_3R_23()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(70)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_24()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(71)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_142() { Token xsp; if (jj_3R_189()) return true; @@ -2900,8 +2872,16 @@ import java.util.*; return false; } - static final private boolean jj_3R_224() { - if (jj_scan_token(IDENTIFIER)) return true; + static final private boolean jj_3_11() { + Token xsp; + xsp = jj_scanpos; + if (jj_3R_23()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(70)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_24()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(71)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -2921,14 +2901,14 @@ import java.util.*; return false; } - static final private boolean jj_3R_169() { - if (jj_3R_131()) return true; + static final private boolean jj_3R_224() { + if (jj_scan_token(IDENTIFIER)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_23() { - if (jj_scan_token(IDENTIFIER)) return true; + static final private boolean jj_3R_169() { + if (jj_3R_131()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -2943,6 +2923,12 @@ import java.util.*; return false; } + static final private boolean jj_3R_23() { + if (jj_scan_token(IDENTIFIER)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_68() { if (jj_scan_token(DFLT)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -2965,19 +2951,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_108() { - if (jj_3R_162()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3_11()) { - jj_scanpos = xsp; - if (jj_3R_224()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3_26() { if (jj_3R_30()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3000,9 +2973,16 @@ import java.util.*; return false; } - static final private boolean jj_3R_149() { - if (jj_scan_token(VOLATILE)) return true; + static final private boolean jj_3R_108() { + if (jj_3R_162()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3_11()) { + jj_scanpos = xsp; + if (jj_3R_224()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3020,6 +3000,12 @@ import java.util.*; return false; } + static final private boolean jj_3R_149() { + if (jj_scan_token(VOLATILE)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3_24() { if (jj_3R_30()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3044,12 +3030,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_148() { - if (jj_scan_token(CONST)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_71() { if (jj_3R_123()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3062,17 +3042,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_103() { - Token xsp; - xsp = jj_scanpos; - if (jj_3R_148()) { - jj_scanpos = xsp; - if (jj_3R_149()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_69() { if (jj_3R_122()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3085,6 +3054,12 @@ import java.util.*; return false; } + static final private boolean jj_3R_148() { + if (jj_scan_token(CONST)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_36() { Token xsp; xsp = jj_scanpos; @@ -3108,6 +3083,17 @@ import java.util.*; return false; } + static final private boolean jj_3R_103() { + Token xsp; + xsp = jj_scanpos; + if (jj_3R_148()) { + jj_scanpos = xsp; + if (jj_3R_149()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_91() { if (jj_3R_34()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3167,12 +3153,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_209() { - if (jj_scan_token(GLUtriangulatorObj)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_167() { if (jj_scan_token(77)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3185,8 +3165,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_208() { - if (jj_scan_token(GLUtesselator)) return true; + static final private boolean jj_3R_209() { + if (jj_scan_token(GLUtriangulatorObj)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3228,8 +3208,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_207() { - if (jj_scan_token(GLUnurbsObj)) return true; + static final private boolean jj_3R_208() { + if (jj_scan_token(GLUtesselator)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3256,8 +3236,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_206() { - if (jj_scan_token(GLUquadricObj)) return true; + static final private boolean jj_3R_207() { + if (jj_scan_token(GLUnurbsObj)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3273,8 +3253,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_205() { - if (jj_scan_token(GLbitfield)) return true; + static final private boolean jj_3R_206() { + if (jj_scan_token(GLUquadricObj)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3289,8 +3269,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_204() { - if (jj_scan_token(GLenum)) return true; + static final private boolean jj_3R_205() { + if (jj_scan_token(GLbitfield)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3313,8 +3293,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_203() { - if (jj_scan_token(GLuint)) return true; + static final private boolean jj_3R_204() { + if (jj_scan_token(GLenum)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3339,8 +3319,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_202() { - if (jj_scan_token(GLushort)) return true; + static final private boolean jj_3R_203() { + if (jj_scan_token(GLuint)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3356,14 +3336,14 @@ import java.util.*; return false; } - static final private boolean jj_3R_201() { - if (jj_scan_token(GLboolean)) return true; + static final private boolean jj_3R_202() { + if (jj_scan_token(GLushort)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_200() { - if (jj_scan_token(GLubyte)) return true; + static final private boolean jj_3R_201() { + if (jj_scan_token(GLboolean)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3376,8 +3356,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_199() { - if (jj_scan_token(GLclampd)) return true; + static final private boolean jj_3R_200() { + if (jj_scan_token(GLubyte)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3394,6 +3374,12 @@ import java.util.*; return false; } + static final private boolean jj_3R_199() { + if (jj_scan_token(GLclampd)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_198() { if (jj_scan_token(GLdouble)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3430,12 +3416,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_192() { - if (jj_scan_token(GLbyte)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3_20() { if (jj_scan_token(72)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3444,12 +3424,24 @@ import java.util.*; return false; } + static final private boolean jj_3R_192() { + if (jj_scan_token(GLbyte)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_191() { if (jj_scan_token(GLvoid)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } + static final private boolean jj_3_21() { + if (jj_3R_27()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_161() { Token xsp; xsp = jj_scanpos; @@ -3512,14 +3504,14 @@ import java.util.*; return false; } - static final private boolean jj_3_21() { - if (jj_3R_27()) return true; + static final private boolean jj_3R_107() { + if (jj_3R_161()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_107() { - if (jj_3R_161()) return true; + static final private boolean jj_3R_64() { + if (jj_3R_33()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3542,12 +3534,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_64() { - if (jj_3R_33()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_227() { if (jj_3R_34()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3581,12 +3567,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_160() { - if (jj_scan_token(LONG)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_60() { if (jj_3R_31()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3599,8 +3579,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_159() { - if (jj_scan_token(SIGNED)) return true; + static final private boolean jj_3R_160() { + if (jj_scan_token(LONG)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3613,8 +3593,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_158() { - if (jj_scan_token(UNSIGNED)) return true; + static final private boolean jj_3R_159() { + if (jj_scan_token(SIGNED)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3629,8 +3609,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_157() { - if (jj_scan_token(DOUBLE)) return true; + static final private boolean jj_3R_158() { + if (jj_scan_token(UNSIGNED)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3653,8 +3633,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_156() { - if (jj_scan_token(FLOAT)) return true; + static final private boolean jj_3R_157() { + if (jj_scan_token(DOUBLE)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3691,8 +3671,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_155() { - if (jj_scan_token(INT)) return true; + static final private boolean jj_3R_156() { + if (jj_scan_token(FLOAT)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3732,8 +3712,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_154() { - if (jj_scan_token(SHORT)) return true; + static final private boolean jj_3R_155() { + if (jj_scan_token(INT)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3754,8 +3734,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_153() { - if (jj_scan_token(CHAR)) return true; + static final private boolean jj_3R_154() { + if (jj_scan_token(SHORT)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3766,14 +3746,14 @@ import java.util.*; return false; } - static final private boolean jj_3_35() { - if (jj_3R_43()) return true; + static final private boolean jj_3R_153() { + if (jj_scan_token(CHAR)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_152() { - if (jj_scan_token(VOID)) return true; + static final private boolean jj_3_35() { + if (jj_3R_43()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -3792,6 +3772,12 @@ import java.util.*; return false; } + static final private boolean jj_3R_152() { + if (jj_scan_token(VOID)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_106() { Token xsp; xsp = jj_scanpos; @@ -3830,17 +3816,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_51() { - Token xsp; - xsp = jj_scanpos; - if (jj_3R_106()) { - jj_scanpos = xsp; - if (jj_3R_107()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_188() { if (jj_3R_43()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3861,19 +3836,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_33() { - if (jj_scan_token(79)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3R_63()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - xsp = jj_scanpos; - if (jj_3R_64()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_137() { if (jj_scan_token(113)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3892,26 +3854,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_22() { - Token xsp; - xsp = jj_scanpos; - if (jj_3R_51()) { - jj_scanpos = xsp; - if (jj_3R_52()) { - jj_scanpos = xsp; - if (jj_3R_53()) { - jj_scanpos = xsp; - lookingAhead = true; - jj_semLA = isType(getToken(1).image); - lookingAhead = false; - if (!jj_semLA || jj_3R_54()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_95() { Token xsp; xsp = jj_scanpos; @@ -3935,6 +3877,17 @@ import java.util.*; return false; } + static final private boolean jj_3R_51() { + Token xsp; + xsp = jj_scanpos; + if (jj_3R_106()) { + jj_scanpos = xsp; + if (jj_3R_107()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_136() { if (jj_scan_token(75)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3947,6 +3900,39 @@ import java.util.*; return false; } + static final private boolean jj_3R_33() { + if (jj_scan_token(79)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3R_63()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + xsp = jj_scanpos; + if (jj_3R_64()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_22() { + Token xsp; + xsp = jj_scanpos; + if (jj_3R_51()) { + jj_scanpos = xsp; + if (jj_3R_52()) { + jj_scanpos = xsp; + if (jj_3R_53()) { + jj_scanpos = xsp; + lookingAhead = true; + jj_semLA = isType(getToken(1).image); + lookingAhead = false; + if (!jj_semLA || jj_3R_54()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3_33() { if (jj_3R_37()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -3965,110 +3951,78 @@ import java.util.*; return false; } - static final private boolean jj_3_9() { - if (jj_3R_20()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_184() { if (jj_scan_token(112)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_147() { - if (jj_scan_token(TYPEDEF)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_183() { if (jj_scan_token(111)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_146() { - if (jj_scan_token(EXTERN)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_182() { if (jj_scan_token(106)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_165() { - if (jj_scan_token(75)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_214()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(76)) return true; + static final private boolean jj_3R_181() { + if (jj_scan_token(105)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_145() { - if (jj_scan_token(STATIC)) return true; + static final private boolean jj_3_9() { + if (jj_3R_20()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_181() { - if (jj_scan_token(105)) return true; + static final private boolean jj_3R_180() { + if (jj_scan_token(79)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_144() { - if (jj_scan_token(REGISTER)) return true; + static final private boolean jj_3R_147() { + if (jj_scan_token(TYPEDEF)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_180() { - if (jj_scan_token(79)) return true; + static final private boolean jj_3R_179() { + if (jj_scan_token(96)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_143() { - if (jj_scan_token(AUTO)) return true; + static final private boolean jj_3R_146() { + if (jj_scan_token(EXTERN)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_179() { - if (jj_scan_token(96)) return true; + static final private boolean jj_3R_165() { + if (jj_scan_token(75)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_214()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(76)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_100() { - Token xsp; - xsp = jj_scanpos; - if (jj_3R_143()) { - jj_scanpos = xsp; - if (jj_3R_144()) { - jj_scanpos = xsp; - if (jj_3R_145()) { - jj_scanpos = xsp; - if (jj_3R_146()) { - jj_scanpos = xsp; - if (jj_3R_147()) return true; + static final private boolean jj_3R_145() { + if (jj_scan_token(STATIC)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3_18() { - if (jj_3R_30()) return true; + static final private boolean jj_3R_144() { + if (jj_scan_token(REGISTER)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4102,14 +4056,8 @@ import java.util.*; return false; } - static final private boolean jj_3_8() { - if (jj_3R_20()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - - static final private boolean jj_3R_104() { - if (jj_3R_20()) return true; + static final private boolean jj_3R_143() { + if (jj_scan_token(AUTO)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4124,6 +4072,38 @@ import java.util.*; return false; } + static final private boolean jj_3R_100() { + Token xsp; + xsp = jj_scanpos; + if (jj_3R_143()) { + jj_scanpos = xsp; + if (jj_3R_144()) { + jj_scanpos = xsp; + if (jj_3R_145()) { + jj_scanpos = xsp; + if (jj_3R_146()) { + jj_scanpos = xsp; + if (jj_3R_147()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3_18() { + if (jj_3R_30()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3_8() { + if (jj_3R_20()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_77() { if (jj_scan_token(SIZEOF)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4143,6 +4123,12 @@ import java.util.*; return false; } + static final private boolean jj_3R_104() { + if (jj_3R_20()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_76() { if (jj_3R_126()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4171,18 +4157,6 @@ import java.util.*; return false; } - static final private boolean jj_3_19() { - if (jj_scan_token(75)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3_18()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(76)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_74() { if (jj_scan_token(109)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4191,12 +4165,6 @@ import java.util.*; return false; } - static final private boolean jj_3_7() { - if (jj_3R_20()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3_34() { if (jj_3R_42()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4209,22 +4177,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_48() { - if (jj_3R_103()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3R_104()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - - static final private boolean jj_3R_102() { - if (jj_3R_20()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_37() { Token xsp; xsp = jj_scanpos; @@ -4245,8 +4197,36 @@ import java.util.*; return false; } - static final private boolean jj_3R_50() { - if (jj_3R_105()) return true; + static final private boolean jj_3_19() { + if (jj_scan_token(75)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3_18()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(76)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3_7() { + if (jj_3R_20()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_48() { + if (jj_3R_103()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3R_104()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_102() { + if (jj_3R_20()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4257,8 +4237,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_213() { - if (jj_3R_121()) return true; + static final private boolean jj_3R_50() { + if (jj_3R_105()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4275,8 +4255,43 @@ import java.util.*; return false; } - static final private boolean jj_3R_101() { - if (jj_3R_20()) return true; + static final private boolean jj_3R_41() { + Token xsp; + xsp = jj_scanpos; + if (jj_3R_92()) { + jj_scanpos = xsp; + if (jj_3R_93()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_267() { + if (jj_scan_token(108)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_213() { + if (jj_3R_121()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_266() { + if (jj_scan_token(107)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_101() { + if (jj_3R_20()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_265() { + if (jj_scan_token(79)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4291,17 +4306,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_41() { - Token xsp; - xsp = jj_scanpos; - if (jj_3R_92()) { - jj_scanpos = xsp; - if (jj_3R_93()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_164() { if (jj_scan_token(77)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4328,26 +4332,30 @@ import java.util.*; return false; } - static final private boolean jj_3R_267() { - if (jj_scan_token(108)) return true; + static final private boolean jj_3R_262() { + Token xsp; + xsp = jj_scanpos; + if (jj_3R_265()) { + jj_scanpos = xsp; + if (jj_3R_266()) { + jj_scanpos = xsp; + if (jj_3R_267()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - - static final private boolean jj_3_6() { - if (jj_3R_19()) return true; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_258()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_266() { - if (jj_scan_token(107)) return true; + static final private boolean jj_3R_246() { + if (jj_scan_token(98)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_265() { - if (jj_scan_token(79)) return true; + static final private boolean jj_3_6() { + if (jj_3R_19()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4376,28 +4384,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_262() { - Token xsp; - xsp = jj_scanpos; - if (jj_3R_265()) { - jj_scanpos = xsp; - if (jj_3R_266()) { - jj_scanpos = xsp; - if (jj_3R_267()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_258()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - - static final private boolean jj_3R_246() { - if (jj_scan_token(98)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_263() { if (jj_scan_token(105)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4414,16 +4400,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_114() { - if (jj_scan_token(75)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_27()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(76)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_259() { Token xsp; xsp = jj_scanpos; @@ -4437,32 +4413,30 @@ import java.util.*; return false; } - static final private boolean jj_3R_49() { - if (jj_3R_19()) return true; + static final private boolean jj_3R_114() { + if (jj_scan_token(75)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_27()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(76)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3_5() { - if (jj_3R_21()) return true; + static final private boolean jj_3R_260() { + if (jj_scan_token(103)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_21() { - Token xsp; - if (jj_3R_49()) return true; + static final private boolean jj_3R_49() { + if (jj_3R_19()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - while (true) { - xsp = jj_scanpos; - if (jj_3R_49()) { jj_scanpos = xsp; break; } - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } return false; } - static final private boolean jj_3R_260() { - if (jj_scan_token(103)) return true; + static final private boolean jj_3_5() { + if (jj_3R_21()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4490,6 +4464,18 @@ import java.util.*; return false; } + static final private boolean jj_3R_21() { + Token xsp; + if (jj_3R_49()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + while (true) { + xsp = jj_scanpos; + if (jj_3R_49()) { jj_scanpos = xsp; break; } + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } + return false; + } + static final private boolean jj_3R_256() { if (jj_scan_token(102)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4512,30 +4498,12 @@ import java.util.*; return false; } - static final private boolean jj_3_4() { - if (jj_3R_20()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_254() { if (jj_scan_token(100)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_19() { - if (jj_3R_20()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3R_50()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(69)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_253() { if (jj_scan_token(99)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4561,6 +4529,24 @@ import java.util.*; return false; } + static final private boolean jj_3_4() { + if (jj_3R_20()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_19() { + if (jj_3R_20()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3R_50()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(69)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_245() { if (jj_scan_token(97)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4577,12 +4563,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_45() { - if (jj_3R_20()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_241() { Token xsp; xsp = jj_scanpos; @@ -4596,6 +4576,22 @@ import java.util.*; return false; } + static final private boolean jj_3R_45() { + if (jj_3R_20()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_233() { + if (jj_3R_240()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3R_241()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_18() { Token xsp; xsp = jj_scanpos; @@ -4611,26 +4607,16 @@ import java.util.*; return false; } - static final private boolean jj_3R_113() { - if (jj_scan_token(IDENTIFIER)) return true; + static final private boolean jj_3R_234() { + if (jj_scan_token(96)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - - static final private boolean jj_3R_233() { - if (jj_3R_240()) return true; + if (jj_3R_229()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3R_241()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_234() { - if (jj_scan_token(96)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_229()) return true; + static final private boolean jj_3R_113() { + if (jj_scan_token(IDENTIFIER)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4651,12 +4637,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_56() { - if (jj_3R_33()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_229() { if (jj_3R_233()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4675,12 +4655,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_27() { - Token xsp; - xsp = jj_scanpos; - if (jj_3R_56()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_57()) return true; + static final private boolean jj_3R_56() { + if (jj_3R_33()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4703,6 +4679,16 @@ import java.util.*; return false; } + static final private boolean jj_3R_27() { + Token xsp; + xsp = jj_scanpos; + if (jj_3R_56()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_57()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_185() { if (jj_3R_217()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4759,25 +4745,25 @@ import java.util.*; return false; } - static final private boolean jj_3R_226() { + static final private boolean jj_3R_89() { + if (jj_3R_129()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; Token xsp; xsp = jj_scanpos; - if (jj_3R_232()) jj_scanpos = xsp; + if (jj_3R_130()) jj_scanpos = xsp; else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(74)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_121()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_89() { - if (jj_3R_129()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + static final private boolean jj_3R_226() { Token xsp; xsp = jj_scanpos; - if (jj_3R_130()) jj_scanpos = xsp; + if (jj_3R_232()) jj_scanpos = xsp; else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(74)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_121()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4789,6 +4775,12 @@ import java.util.*; return false; } + static final private boolean jj_3R_121() { + if (jj_3R_39()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3_14() { if (jj_3R_26()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4803,18 +4795,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_121() { - if (jj_3R_39()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - - static final private boolean jj_3_13() { - if (jj_3R_26()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_90() { if (jj_scan_token(91)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4827,6 +4807,12 @@ import java.util.*; return false; } + static final private boolean jj_3_13() { + if (jj_3R_26()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_58() { if (jj_scan_token(IDENTIFIER)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4855,50 +4841,24 @@ import java.util.*; return false; } - static final private boolean jj_3R_112() { - if (jj_3R_26()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - - static final private boolean jj_3R_29() { - if (jj_3R_58()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - while (true) { - xsp = jj_scanpos; - if (jj_3R_59()) { jj_scanpos = xsp; break; } - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } - return false; - } - static final private boolean jj_3R_88() { if (jj_scan_token(90)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_257() { - if (jj_scan_token(72)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_212()) return true; + static final private boolean jj_3R_87() { + if (jj_scan_token(89)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_111() { + static final private boolean jj_3R_112() { if (jj_3R_26()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_87() { - if (jj_scan_token(89)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3R_86() { if (jj_scan_token(88)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -4911,9 +4871,15 @@ import java.util.*; return false; } - static final private boolean jj_3R_225() { - if (jj_scan_token(IDENTIFIER)) return true; + static final private boolean jj_3R_29() { + if (jj_3R_58()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + while (true) { + xsp = jj_scanpos; + if (jj_3R_59()) { jj_scanpos = xsp; break; } + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } return false; } @@ -4923,8 +4889,16 @@ import java.util.*; return false; } - static final private boolean jj_3R_28() { - if (jj_scan_token(IDENTIFIER)) return true; + static final private boolean jj_3R_257() { + if (jj_scan_token(72)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_212()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_111() { + if (jj_3R_26()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -4955,28 +4929,27 @@ import java.util.*; return false; } + static final private boolean jj_3R_225() { + if (jj_scan_token(IDENTIFIER)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_80() { if (jj_scan_token(82)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_79() { - if (jj_scan_token(81)) return true; + static final private boolean jj_3R_28() { + if (jj_scan_token(IDENTIFIER)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_109() { - if (jj_scan_token(ENUM)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3_17()) { - jj_scanpos = xsp; - if (jj_3R_225()) return true; + static final private boolean jj_3R_79() { + if (jj_scan_token(81)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -5024,9 +4997,16 @@ import java.util.*; return false; } - static final private boolean jj_3_16() { - if (jj_3R_27()) return true; + static final private boolean jj_3R_109() { + if (jj_scan_token(ENUM)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3_17()) { + jj_scanpos = xsp; + if (jj_3R_225()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -5057,32 +5037,32 @@ import java.util.*; return false; } - static final private boolean jj_3R_212() { - Token xsp; - xsp = jj_scanpos; - if (jj_3_16()) { - jj_scanpos = xsp; - if (jj_3R_226()) return true; + static final private boolean jj_3_16() { + if (jj_3R_27()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3_3() { - if (jj_3R_19()) return true; + static final private boolean jj_3R_249() { + if (jj_3R_131()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_249() { + static final private boolean jj_3R_248() { if (jj_3R_131()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_248() { - if (jj_3R_131()) return true; + static final private boolean jj_3R_212() { + Token xsp; + xsp = jj_scanpos; + if (jj_3_16()) { + jj_scanpos = xsp; + if (jj_3R_226()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -5092,40 +5072,46 @@ import java.util.*; return false; } - static final private boolean jj_3R_163() { - if (jj_3R_212()) return true; + static final private boolean jj_3_3() { + if (jj_3R_19()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_131() { + if (jj_3R_96()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; Token xsp; while (true) { xsp = jj_scanpos; - if (jj_3R_257()) { jj_scanpos = xsp; break; } + if (jj_3R_223()) { jj_scanpos = xsp; break; } if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; } return false; } - static final private boolean jj_3R_190() { - if (jj_scan_token(73)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_32()) return true; + static final private boolean jj_3R_250() { + if (jj_3R_131()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } - static final private boolean jj_3R_131() { - if (jj_3R_96()) return true; + static final private boolean jj_3R_163() { + if (jj_3R_212()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; Token xsp; while (true) { xsp = jj_scanpos; - if (jj_3R_223()) { jj_scanpos = xsp; break; } + if (jj_3R_257()) { jj_scanpos = xsp; break; } if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; } return false; } - static final private boolean jj_3R_250() { - if (jj_3R_131()) return true; + static final private boolean jj_3R_190() { + if (jj_scan_token(73)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_32()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -5142,16 +5128,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_55() { - if (jj_3R_103()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3R_112()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3_29() { if (jj_scan_token(ELSE)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -5176,6 +5152,16 @@ import java.util.*; return false; } + static final private boolean jj_3R_55() { + if (jj_3R_103()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3R_112()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_26() { Token xsp; xsp = jj_scanpos; @@ -5240,16 +5226,6 @@ import java.util.*; return false; } - static final private boolean jj_3R_150() { - if (jj_3R_27()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - Token xsp; - xsp = jj_scanpos; - if (jj_3R_190()) jj_scanpos = xsp; - else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - static final private boolean jj_3_28() { if (jj_3R_21()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -5282,9 +5258,13 @@ import java.util.*; return false; } - static final private boolean jj_3R_44() { - if (jj_3R_18()) return true; + static final private boolean jj_3R_150() { + if (jj_3R_27()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3R_190()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -5306,6 +5286,26 @@ import java.util.*; return false; } + static final private boolean jj_3R_172() { + if (jj_scan_token(WHILE)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(75)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_131()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(76)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_36()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + + static final private boolean jj_3R_44() { + if (jj_3R_18()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + return false; + } + static final private boolean jj_3R_151() { if (jj_scan_token(72)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -5325,17 +5325,23 @@ import java.util.*; return false; } - static final private boolean jj_3R_172() { - if (jj_scan_token(WHILE)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(75)) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_131()) return true; - if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_scan_token(76)) return true; + static final private boolean jj_3R_98() { + if (jj_3R_21()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - if (jj_3R_36()) return true; + return false; + } + + static final private boolean jj_3R_124() { + Token xsp; + xsp = jj_scanpos; + if (jj_3R_172()) { + jj_scanpos = xsp; + if (jj_3R_173()) { + jj_scanpos = xsp; + if (jj_3R_174()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -5351,23 +5357,17 @@ import java.util.*; return false; } - static final private boolean jj_3R_98() { - if (jj_3R_21()) return true; + static final private boolean jj_3R_171() { + if (jj_scan_token(SWITCH)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - return false; - } - - static final private boolean jj_3R_124() { - Token xsp; - xsp = jj_scanpos; - if (jj_3R_172()) { - jj_scanpos = xsp; - if (jj_3R_173()) { - jj_scanpos = xsp; - if (jj_3R_174()) return true; + if (jj_scan_token(75)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_131()) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_scan_token(76)) return true; + if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + if (jj_3R_36()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; - } else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } @@ -5395,8 +5395,8 @@ import java.util.*; return false; } - static final private boolean jj_3R_171() { - if (jj_scan_token(SWITCH)) return true; + static final private boolean jj_3R_170() { + if (jj_scan_token(IF)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; if (jj_scan_token(75)) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; @@ -5406,6 +5406,10 @@ import java.util.*; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; if (jj_3R_36()) return true; if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; + Token xsp; + xsp = jj_scanpos; + if (jj_3_29()) jj_scanpos = xsp; + else if (jj_la == 0 && jj_scanpos == jj_lastpos) return false; return false; } diff --git a/C2J/C2J.jj b/C2J/C2J.jj index 3366c19..971c69d 100644 --- a/C2J/C2J.jj +++ b/C2J/C2J.jj @@ -57,7 +57,7 @@ import java.util.*; public class C2J{ - public static final String version = "C2J Parser Version 2.1" ; + public static final String version = "C2J Parser Version 2.2" ; public static final String vendor = "Jausoft - Sven Goethel Software Development"; public static final int EXPORT_JNI_JAVA = 1; @@ -955,6 +955,10 @@ void Pointer(CFuncVariable cfvar) : {} cfvar.isGLUPtrObject=true; return; } + else if(cfvar.typeC.equals("char") && cfvar.isConst) + { + cfvar.typeJava = "String"; + } } cfvar.arrayNumber++; } diff --git a/C2J/CFuncDeclaration.java b/C2J/CFuncDeclaration.java index 4431dfd..014e78f 100644 --- a/C2J/CFuncDeclaration.java +++ b/C2J/CFuncDeclaration.java @@ -493,7 +493,11 @@ public class CFuncDeclaration { cfvar = (CFuncVariable) argList.elementAt(i); - if( cfvar.arrayNumber>0 ) + if(cfvar.typeJava.equals("String") && cfvar.arrayNumber==1) + { + res += "\t\tchar *ptr" + i + + " = NULL;\n"; + } else if( cfvar.arrayNumber>0 ) { jniCMethodBaseType = cfvar.getJniCMethodBaseType(); @@ -519,21 +523,17 @@ public class CFuncDeclaration res += "\n" ; - // - // Add the query if the native function pointer is != NULL - // - res += "\t\tif ( "; - - if(exportMode==C2J.EXPORT_JNI_C) - res += funcSpec.identifier; - else - res += "disp__"+funcSpec.identifier; - - res += " == NULL ) return"; + if(exportMode==C2J.EXPORT_JNI_C_DYN) + { + // + // Add the query if the dynamic native function pointer is != NULL + // + res += "\t\tif ( disp__"+funcSpec.identifier+" == NULL ) return"; - if(funcSpec.typeJava.equals("void")==false) - res += " 0"; - res += ";\n\n"; + if(funcSpec.typeJava.equals("void")==false) + res += " 0"; + res += ";\n\n"; + } // // Adding the JNI access Methods @@ -544,7 +544,12 @@ public class CFuncDeclaration { cfvar = (CFuncVariable) argList.elementAt(i); - if( cfvar.arrayNumber>0 ) + if(cfvar.typeJava.equals("String") && cfvar.arrayNumber==1) + { + res += "\t\tptr" + i + " = " + + "jnitoolsGetJavaString(env, "+cfvar.identifier+ + ");\n"; + } else if( cfvar.arrayNumber>0 ) { jniCMethodBaseType = cfvar.getJniCMethodBaseType(); @@ -650,7 +655,10 @@ public class CFuncDeclaration { cfvar = (CFuncVariable) argList.elementAt(i); - if( cfvar.arrayNumber>0 ) + if(cfvar.typeJava.equals("String") && cfvar.arrayNumber==1) + { + res += "\t\tfree(ptr"+i+");\n"; + } else if( cfvar.arrayNumber>0 ) { jniCMethodBaseType = cfvar.getJniCMethodBaseType(); diff --git a/C2J/CFuncVariable.java b/C2J/CFuncVariable.java index 3bf9656..d25139a 100644 --- a/C2J/CFuncVariable.java +++ b/C2J/CFuncVariable.java @@ -135,8 +135,16 @@ public class CFuncVariable res+=typeJava; - for(j=0; j0) + if(arrayNumber>j) res+="Array"; return res; diff --git a/C2J/gl-disp-fetch-auto.hc b/C2J/gl-disp-fetch-auto.hc index da57350..cd3f7cc 100644 --- a/C2J/gl-disp-fetch-auto.hc +++ b/C2J/gl-disp-fetch-auto.hc @@ -1,1319 +1,1319 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - + disp__glClearIndex = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glClearIndex"); - + disp__glClearColor = (void (CALLBACK *)(GLclampf, GLclampf, GLclampf, GLclampf)) GET_GL_PROCADDRESS ("glClearColor"); - + disp__glClear = (void (CALLBACK *)(GLbitfield)) GET_GL_PROCADDRESS ("glClear"); - + disp__glIndexMask = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIndexMask"); - + disp__glColorMask = (void (CALLBACK *)(GLboolean, GLboolean, GLboolean, GLboolean)) GET_GL_PROCADDRESS ("glColorMask"); - + disp__glAlphaFunc = (void (CALLBACK *)(GLenum, GLclampf)) GET_GL_PROCADDRESS ("glAlphaFunc"); - + disp__glBlendFunc = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glBlendFunc"); - + disp__glLogicOp = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glLogicOp"); - + disp__glCullFace = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glCullFace"); - + disp__glFrontFace = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glFrontFace"); - + disp__glPointSize = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glPointSize"); - + disp__glLineWidth = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glLineWidth"); - + disp__glLineStipple = (void (CALLBACK *)(GLint, GLushort)) GET_GL_PROCADDRESS ("glLineStipple"); - + disp__glPolygonMode = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glPolygonMode"); - + disp__glPolygonOffset = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glPolygonOffset"); - + disp__glPolygonStipple = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glPolygonStipple"); - + disp__glGetPolygonStipple = (void (CALLBACK *)(GLubyte *)) GET_GL_PROCADDRESS ("glGetPolygonStipple"); - + disp__glEdgeFlag = (void (CALLBACK *)(GLboolean)) GET_GL_PROCADDRESS ("glEdgeFlag"); - + disp__glEdgeFlagv = (void (CALLBACK *)(const GLboolean *)) GET_GL_PROCADDRESS ("glEdgeFlagv"); - + disp__glScissor = (void (CALLBACK *)(GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glScissor"); - + disp__glClipPlane = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glClipPlane"); - + disp__glGetClipPlane = (void (CALLBACK *)(GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetClipPlane"); - + disp__glDrawBuffer = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glDrawBuffer"); - + disp__glReadBuffer = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glReadBuffer"); - + disp__glEnable = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glEnable"); - + disp__glDisable = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glDisable"); - + disp__glIsEnabled = (GLboolean (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glIsEnabled"); - + disp__glEnableClientState = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glEnableClientState"); - + disp__glDisableClientState = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glDisableClientState"); - + disp__glGetBooleanv = (void (CALLBACK *)(GLenum, GLboolean *)) GET_GL_PROCADDRESS ("glGetBooleanv"); - + disp__glGetDoublev = (void (CALLBACK *)(GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetDoublev"); - + disp__glGetFloatv = (void (CALLBACK *)(GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetFloatv"); - + disp__glGetIntegerv = (void (CALLBACK *)(GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetIntegerv"); - + disp__glPushAttrib = (void (CALLBACK *)(GLbitfield)) GET_GL_PROCADDRESS ("glPushAttrib"); - + disp__glPopAttrib = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPopAttrib"); - + disp__glPushClientAttrib = (void (CALLBACK *)(GLbitfield)) GET_GL_PROCADDRESS ("glPushClientAttrib"); - + disp__glPopClientAttrib = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPopClientAttrib"); - + disp__glRenderMode = (GLint (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glRenderMode"); - + disp__glGetError = (GLenum (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glGetError"); - + disp__glFinish = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glFinish"); - + disp__glFlush = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glFlush"); - + disp__glHint = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glHint"); - + disp__glClearDepth = (void (CALLBACK *)(GLclampd)) GET_GL_PROCADDRESS ("glClearDepth"); - + disp__glDepthFunc = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glDepthFunc"); - + disp__glDepthMask = (void (CALLBACK *)(GLboolean)) GET_GL_PROCADDRESS ("glDepthMask"); - + disp__glDepthRange = (void (CALLBACK *)(GLclampd, GLclampd)) GET_GL_PROCADDRESS ("glDepthRange"); - + disp__glClearAccum = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glClearAccum"); - + disp__glAccum = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glAccum"); - + disp__glMatrixMode = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glMatrixMode"); - + disp__glOrtho = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glOrtho"); - + disp__glFrustum = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glFrustum"); - + disp__glViewport = (void (CALLBACK *)(GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glViewport"); - + disp__glPushMatrix = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPushMatrix"); - + disp__glPopMatrix = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPopMatrix"); - + disp__glLoadIdentity = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glLoadIdentity"); - + disp__glLoadMatrixd = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glLoadMatrixd"); - + disp__glLoadMatrixf = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glLoadMatrixf"); - + disp__glMultMatrixd = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glMultMatrixd"); - + disp__glMultMatrixf = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glMultMatrixf"); - + disp__glRotated = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRotated"); - + disp__glRotatef = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRotatef"); - + disp__glScaled = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glScaled"); - + disp__glScalef = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glScalef"); - + disp__glTranslated = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glTranslated"); - + disp__glTranslatef = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTranslatef"); - + disp__glIsList = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsList"); - + disp__glDeleteLists = (void (CALLBACK *)(GLuint, GLsizei)) GET_GL_PROCADDRESS ("glDeleteLists"); - + disp__glGenLists = (GLuint (CALLBACK *)(GLsizei)) GET_GL_PROCADDRESS ("glGenLists"); - + disp__glNewList = (void (CALLBACK *)(GLuint, GLenum)) GET_GL_PROCADDRESS ("glNewList"); - + disp__glEndList = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glEndList"); - + disp__glCallList = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glCallList"); - + disp__glCallLists = (void (CALLBACK *)(GLsizei, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glCallLists"); - + disp__glListBase = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glListBase"); - + disp__glBegin = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glBegin"); - + disp__glEnd = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glEnd"); - + disp__glVertex2d = (void (CALLBACK *)(GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertex2d"); - + disp__glVertex2f = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertex2f"); - + disp__glVertex2i = (void (CALLBACK *)(GLint, GLint)) GET_GL_PROCADDRESS ("glVertex2i"); - + disp__glVertex2s = (void (CALLBACK *)(GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertex2s"); - + disp__glVertex3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertex3d"); - + disp__glVertex3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertex3f"); - + disp__glVertex3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glVertex3i"); - + disp__glVertex3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertex3s"); - + disp__glVertex4d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertex4d"); - + disp__glVertex4f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertex4f"); - + disp__glVertex4i = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glVertex4i"); - + disp__glVertex4s = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertex4s"); - + disp__glVertex2dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glVertex2dv"); - + disp__glVertex2fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glVertex2fv"); - + disp__glVertex2iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glVertex2iv"); - + disp__glVertex2sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glVertex2sv"); - + disp__glVertex3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glVertex3dv"); - + disp__glVertex3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glVertex3fv"); - + disp__glVertex3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glVertex3iv"); - + disp__glVertex3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glVertex3sv"); - + disp__glVertex4dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glVertex4dv"); - + disp__glVertex4fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glVertex4fv"); - + disp__glVertex4iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glVertex4iv"); - + disp__glVertex4sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glVertex4sv"); - + disp__glNormal3b = (void (CALLBACK *)(GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glNormal3b"); - + disp__glNormal3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glNormal3d"); - + disp__glNormal3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glNormal3f"); - + disp__glNormal3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glNormal3i"); - + disp__glNormal3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glNormal3s"); - + disp__glNormal3bv = (void (CALLBACK *)(const GLbyte *)) GET_GL_PROCADDRESS ("glNormal3bv"); - + disp__glNormal3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glNormal3dv"); - + disp__glNormal3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glNormal3fv"); - + disp__glNormal3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glNormal3iv"); - + disp__glNormal3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glNormal3sv"); - + disp__glIndexd = (void (CALLBACK *)(GLdouble)) GET_GL_PROCADDRESS ("glIndexd"); - + disp__glIndexf = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glIndexf"); - + disp__glIndexi = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glIndexi"); - + disp__glIndexs = (void (CALLBACK *)(GLshort)) GET_GL_PROCADDRESS ("glIndexs"); - + disp__glIndexub = (void (CALLBACK *)(GLubyte)) GET_GL_PROCADDRESS ("glIndexub"); - + disp__glIndexdv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glIndexdv"); - + disp__glIndexfv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glIndexfv"); - + disp__glIndexiv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glIndexiv"); - + disp__glIndexsv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glIndexsv"); - + disp__glIndexubv = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glIndexubv"); - + disp__glColor3b = (void (CALLBACK *)(GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glColor3b"); - + disp__glColor3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glColor3d"); - + disp__glColor3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glColor3f"); - + disp__glColor3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glColor3i"); - + disp__glColor3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glColor3s"); - + disp__glColor3ub = (void (CALLBACK *)(GLubyte, GLubyte, GLubyte)) GET_GL_PROCADDRESS ("glColor3ub"); - + disp__glColor3ui = (void (CALLBACK *)(GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glColor3ui"); - + disp__glColor3us = (void (CALLBACK *)(GLushort, GLushort, GLushort)) GET_GL_PROCADDRESS ("glColor3us"); - + disp__glColor4b = (void (CALLBACK *)(GLbyte, GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glColor4b"); - + disp__glColor4d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glColor4d"); - + disp__glColor4f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glColor4f"); - + disp__glColor4i = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glColor4i"); - + disp__glColor4s = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glColor4s"); - + disp__glColor4ub = (void (CALLBACK *)(GLubyte, GLubyte, GLubyte, GLubyte)) GET_GL_PROCADDRESS ("glColor4ub"); - + disp__glColor4ui = (void (CALLBACK *)(GLuint, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glColor4ui"); - + disp__glColor4us = (void (CALLBACK *)(GLushort, GLushort, GLushort, GLushort)) GET_GL_PROCADDRESS ("glColor4us"); - + disp__glColor3bv = (void (CALLBACK *)(const GLbyte *)) GET_GL_PROCADDRESS ("glColor3bv"); - + disp__glColor3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glColor3dv"); - + disp__glColor3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glColor3fv"); - + disp__glColor3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glColor3iv"); - + disp__glColor3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glColor3sv"); - + disp__glColor3ubv = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glColor3ubv"); - + disp__glColor3uiv = (void (CALLBACK *)(const GLuint *)) GET_GL_PROCADDRESS ("glColor3uiv"); - + disp__glColor3usv = (void (CALLBACK *)(const GLushort *)) GET_GL_PROCADDRESS ("glColor3usv"); - + disp__glColor4bv = (void (CALLBACK *)(const GLbyte *)) GET_GL_PROCADDRESS ("glColor4bv"); - + disp__glColor4dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glColor4dv"); - + disp__glColor4fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glColor4fv"); - + disp__glColor4iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glColor4iv"); - + disp__glColor4sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glColor4sv"); - + disp__glColor4ubv = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glColor4ubv"); - + disp__glColor4uiv = (void (CALLBACK *)(const GLuint *)) GET_GL_PROCADDRESS ("glColor4uiv"); - + disp__glColor4usv = (void (CALLBACK *)(const GLushort *)) GET_GL_PROCADDRESS ("glColor4usv"); - + disp__glTexCoord1d = (void (CALLBACK *)(GLdouble)) GET_GL_PROCADDRESS ("glTexCoord1d"); - + disp__glTexCoord1f = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glTexCoord1f"); - + disp__glTexCoord1i = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glTexCoord1i"); - + disp__glTexCoord1s = (void (CALLBACK *)(GLshort)) GET_GL_PROCADDRESS ("glTexCoord1s"); - + disp__glTexCoord2d = (void (CALLBACK *)(GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glTexCoord2d"); - + disp__glTexCoord2f = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord2f"); - + disp__glTexCoord2i = (void (CALLBACK *)(GLint, GLint)) GET_GL_PROCADDRESS ("glTexCoord2i"); - + disp__glTexCoord2s = (void (CALLBACK *)(GLshort, GLshort)) GET_GL_PROCADDRESS ("glTexCoord2s"); - + disp__glTexCoord3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glTexCoord3d"); - + disp__glTexCoord3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord3f"); - + disp__glTexCoord3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glTexCoord3i"); - + disp__glTexCoord3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glTexCoord3s"); - + disp__glTexCoord4d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glTexCoord4d"); - + disp__glTexCoord4f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord4f"); - + disp__glTexCoord4i = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glTexCoord4i"); - + disp__glTexCoord4s = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glTexCoord4s"); - + disp__glTexCoord1dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glTexCoord1dv"); - + disp__glTexCoord1fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord1fv"); - + disp__glTexCoord1iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glTexCoord1iv"); - + disp__glTexCoord1sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glTexCoord1sv"); - + disp__glTexCoord2dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glTexCoord2dv"); - + disp__glTexCoord2fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord2fv"); - + disp__glTexCoord2iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glTexCoord2iv"); - + disp__glTexCoord2sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glTexCoord2sv"); - + disp__glTexCoord3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glTexCoord3dv"); - + disp__glTexCoord3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord3fv"); - + disp__glTexCoord3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glTexCoord3iv"); - + disp__glTexCoord3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glTexCoord3sv"); - + disp__glTexCoord4dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glTexCoord4dv"); - + disp__glTexCoord4fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord4fv"); - + disp__glTexCoord4iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glTexCoord4iv"); - + disp__glTexCoord4sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glTexCoord4sv"); - + disp__glRasterPos2d = (void (CALLBACK *)(GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRasterPos2d"); - + disp__glRasterPos2f = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRasterPos2f"); - + disp__glRasterPos2i = (void (CALLBACK *)(GLint, GLint)) GET_GL_PROCADDRESS ("glRasterPos2i"); - + disp__glRasterPos2s = (void (CALLBACK *)(GLshort, GLshort)) GET_GL_PROCADDRESS ("glRasterPos2s"); - + disp__glRasterPos3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRasterPos3d"); - + disp__glRasterPos3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRasterPos3f"); - + disp__glRasterPos3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glRasterPos3i"); - + disp__glRasterPos3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glRasterPos3s"); - + disp__glRasterPos4d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRasterPos4d"); - + disp__glRasterPos4f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRasterPos4f"); - + disp__glRasterPos4i = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glRasterPos4i"); - + disp__glRasterPos4s = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glRasterPos4s"); - + disp__glRasterPos2dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glRasterPos2dv"); - + disp__glRasterPos2fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glRasterPos2fv"); - + disp__glRasterPos2iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glRasterPos2iv"); - + disp__glRasterPos2sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glRasterPos2sv"); - + disp__glRasterPos3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glRasterPos3dv"); - + disp__glRasterPos3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glRasterPos3fv"); - + disp__glRasterPos3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glRasterPos3iv"); - + disp__glRasterPos3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glRasterPos3sv"); - + disp__glRasterPos4dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glRasterPos4dv"); - + disp__glRasterPos4fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glRasterPos4fv"); - + disp__glRasterPos4iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glRasterPos4iv"); - + disp__glRasterPos4sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glRasterPos4sv"); - + disp__glRectd = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRectd"); - + disp__glRectf = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRectf"); - + disp__glRecti = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glRecti"); - + disp__glRects = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glRects"); - + disp__glRectdv = (void (CALLBACK *)(const GLdouble *, const GLdouble *)) GET_GL_PROCADDRESS ("glRectdv"); - + disp__glRectfv = (void (CALLBACK *)(const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glRectfv"); - + disp__glRectiv = (void (CALLBACK *)(const GLint *, const GLint *)) GET_GL_PROCADDRESS ("glRectiv"); - + disp__glRectsv = (void (CALLBACK *)(const GLshort *, const GLshort *)) GET_GL_PROCADDRESS ("glRectsv"); - + disp__glVertexPointer = (void (CALLBACK *)(GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glVertexPointer"); - + disp__glNormalPointer = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glNormalPointer"); - + disp__glColorPointer = (void (CALLBACK *)(GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glColorPointer"); - + disp__glIndexPointer = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glIndexPointer"); - + disp__glTexCoordPointer = (void (CALLBACK *)(GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glTexCoordPointer"); - + disp__glEdgeFlagPointer = (void (CALLBACK *)(GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glEdgeFlagPointer"); - + disp__glGetPointerv = (void (CALLBACK *)(GLenum, void **)) GET_GL_PROCADDRESS ("glGetPointerv"); - + disp__glArrayElement = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glArrayElement"); - + disp__glDrawArrays = (void (CALLBACK *)(GLenum, GLint, GLsizei)) GET_GL_PROCADDRESS ("glDrawArrays"); - + disp__glDrawElements = (void (CALLBACK *)(GLenum, GLsizei, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glDrawElements"); - + disp__glInterleavedArrays = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glInterleavedArrays"); - + disp__glShadeModel = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glShadeModel"); - + disp__glLightf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glLightf"); - + disp__glLighti = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glLighti"); - + disp__glLightfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glLightfv"); - + disp__glLightiv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glLightiv"); - + disp__glGetLightfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetLightfv"); - + disp__glGetLightiv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetLightiv"); - + disp__glLightModelf = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glLightModelf"); - + disp__glLightModeli = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glLightModeli"); - + disp__glLightModelfv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glLightModelfv"); - + disp__glLightModeliv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glLightModeliv"); - + disp__glMaterialf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glMaterialf"); - + disp__glMateriali = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glMateriali"); - + disp__glMaterialfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMaterialfv"); - + disp__glMaterialiv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMaterialiv"); - + disp__glGetMaterialfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetMaterialfv"); - + disp__glGetMaterialiv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetMaterialiv"); - + disp__glColorMaterial = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glColorMaterial"); - + disp__glPixelZoom = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glPixelZoom"); - + disp__glPixelStoref = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPixelStoref"); - + disp__glPixelStorei = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glPixelStorei"); - + disp__glPixelTransferf = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPixelTransferf"); - + disp__glPixelTransferi = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glPixelTransferi"); - + disp__glPixelMapfv = (void (CALLBACK *)(GLenum, GLint, const GLfloat *)) GET_GL_PROCADDRESS ("glPixelMapfv"); - + disp__glPixelMapuiv = (void (CALLBACK *)(GLenum, GLint, const GLuint *)) GET_GL_PROCADDRESS ("glPixelMapuiv"); - + disp__glPixelMapusv = (void (CALLBACK *)(GLenum, GLint, const GLushort *)) GET_GL_PROCADDRESS ("glPixelMapusv"); - + disp__glGetPixelMapfv = (void (CALLBACK *)(GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetPixelMapfv"); - + disp__glGetPixelMapuiv = (void (CALLBACK *)(GLenum, GLuint *)) GET_GL_PROCADDRESS ("glGetPixelMapuiv"); - + disp__glGetPixelMapusv = (void (CALLBACK *)(GLenum, GLushort *)) GET_GL_PROCADDRESS ("glGetPixelMapusv"); - + disp__glBitmap = (void (CALLBACK *)(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *)) GET_GL_PROCADDRESS ("glBitmap"); - + disp__glReadPixels = (void (CALLBACK *)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glReadPixels"); - + disp__glDrawPixels = (void (CALLBACK *)(GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glDrawPixels"); - + disp__glCopyPixels = (void (CALLBACK *)(GLint, GLint, GLsizei, GLsizei, GLenum)) GET_GL_PROCADDRESS ("glCopyPixels"); - + disp__glStencilFunc = (void (CALLBACK *)(GLenum, GLint, GLuint)) GET_GL_PROCADDRESS ("glStencilFunc"); - + disp__glStencilMask = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glStencilMask"); - + disp__glStencilOp = (void (CALLBACK *)(GLenum, GLenum, GLenum)) GET_GL_PROCADDRESS ("glStencilOp"); - + disp__glClearStencil = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glClearStencil"); - + disp__glTexGend = (void (CALLBACK *)(GLenum, GLenum, GLdouble)) GET_GL_PROCADDRESS ("glTexGend"); - + disp__glTexGenf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glTexGenf"); - + disp__glTexGeni = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glTexGeni"); - + disp__glTexGendv = (void (CALLBACK *)(GLenum, GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glTexGendv"); - + disp__glTexGenfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glTexGenfv"); - + disp__glTexGeniv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glTexGeniv"); - + disp__glGetTexGendv = (void (CALLBACK *)(GLenum, GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetTexGendv"); - + disp__glGetTexGenfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexGenfv"); - + disp__glGetTexGeniv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTexGeniv"); - + disp__glTexEnvf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glTexEnvf"); - + disp__glTexEnvi = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glTexEnvi"); - + disp__glTexEnvfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glTexEnvfv"); - + disp__glTexEnviv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glTexEnviv"); - + disp__glGetTexEnvfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexEnvfv"); - + disp__glGetTexEnviv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTexEnviv"); - + disp__glTexParameterf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glTexParameterf"); - + disp__glTexParameteri = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glTexParameteri"); - + disp__glTexParameterfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glTexParameterfv"); - + disp__glTexParameteriv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glTexParameteriv"); - + disp__glGetTexParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexParameterfv"); - + disp__glGetTexParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTexParameteriv"); - + disp__glGetTexLevelParameterfv = (void (CALLBACK *)(GLenum, GLint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexLevelParameterfv"); - + disp__glGetTexLevelParameteriv = (void (CALLBACK *)(GLenum, GLint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTexLevelParameteriv"); - + disp__glTexImage1D = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexImage1D"); - + disp__glTexImage2D = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexImage2D"); - + disp__glGetTexImage = (void (CALLBACK *)(GLenum, GLint, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetTexImage"); - + disp__glGenTextures = (void (CALLBACK *)(GLsizei, GLuint *)) GET_GL_PROCADDRESS ("glGenTextures"); - + disp__glDeleteTextures = (void (CALLBACK *)(GLsizei, const GLuint *)) GET_GL_PROCADDRESS ("glDeleteTextures"); - + disp__glBindTexture = (void (CALLBACK *)(GLenum, GLuint)) GET_GL_PROCADDRESS ("glBindTexture"); - + disp__glPrioritizeTextures = (void (CALLBACK *)(GLsizei, const GLuint *, const GLclampf *)) GET_GL_PROCADDRESS ("glPrioritizeTextures"); - + disp__glAreTexturesResident = (GLboolean (CALLBACK *)(GLsizei, const GLuint *, GLboolean *)) GET_GL_PROCADDRESS ("glAreTexturesResident"); - + disp__glIsTexture = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsTexture"); - + disp__glTexSubImage1D = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage1D"); - + disp__glTexSubImage2D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage2D"); - + disp__glCopyTexImage1D = (void (CALLBACK *)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint)) GET_GL_PROCADDRESS ("glCopyTexImage1D"); - + disp__glCopyTexImage2D = (void (CALLBACK *)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint)) GET_GL_PROCADDRESS ("glCopyTexImage2D"); - + disp__glCopyTexSubImage1D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage1D"); - + disp__glCopyTexSubImage2D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage2D"); - + disp__glMap1d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *)) GET_GL_PROCADDRESS ("glMap1d"); - + disp__glMap1f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *)) GET_GL_PROCADDRESS ("glMap1f"); - + disp__glMap2d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *)) GET_GL_PROCADDRESS ("glMap2d"); - + disp__glMap2f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *)) GET_GL_PROCADDRESS ("glMap2f"); - + disp__glGetMapdv = (void (CALLBACK *)(GLenum, GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetMapdv"); - + disp__glGetMapfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetMapfv"); - + disp__glGetMapiv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetMapiv"); - + disp__glEvalCoord1d = (void (CALLBACK *)(GLdouble)) GET_GL_PROCADDRESS ("glEvalCoord1d"); - + disp__glEvalCoord1f = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glEvalCoord1f"); - + disp__glEvalCoord1dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glEvalCoord1dv"); - + disp__glEvalCoord1fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glEvalCoord1fv"); - + disp__glEvalCoord2d = (void (CALLBACK *)(GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glEvalCoord2d"); - + disp__glEvalCoord2f = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glEvalCoord2f"); - + disp__glEvalCoord2dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glEvalCoord2dv"); - + disp__glEvalCoord2fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glEvalCoord2fv"); - + disp__glMapGrid1d = (void (CALLBACK *)(GLint, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMapGrid1d"); - + disp__glMapGrid1f = (void (CALLBACK *)(GLint, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMapGrid1f"); - + disp__glMapGrid2d = (void (CALLBACK *)(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMapGrid2d"); - + disp__glMapGrid2f = (void (CALLBACK *)(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMapGrid2f"); - + disp__glEvalPoint1 = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glEvalPoint1"); - + disp__glEvalPoint2 = (void (CALLBACK *)(GLint, GLint)) GET_GL_PROCADDRESS ("glEvalPoint2"); - + disp__glEvalMesh1 = (void (CALLBACK *)(GLenum, GLint, GLint)) GET_GL_PROCADDRESS ("glEvalMesh1"); - + disp__glEvalMesh2 = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glEvalMesh2"); - + disp__glFogf = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glFogf"); - + disp__glFogi = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glFogi"); - + disp__glFogfv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glFogfv"); - + disp__glFogiv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glFogiv"); - + disp__glFeedbackBuffer = (void (CALLBACK *)(GLsizei, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glFeedbackBuffer"); - + disp__glPassThrough = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glPassThrough"); - + disp__glSelectBuffer = (void (CALLBACK *)(GLsizei, GLuint *)) GET_GL_PROCADDRESS ("glSelectBuffer"); - + disp__glInitNames = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glInitNames"); - + disp__glLoadName = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glLoadName"); - + disp__glPushName = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glPushName"); - + disp__glPopName = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPopName"); - + disp__glDrawRangeElements = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glDrawRangeElements"); - + disp__glTexImage3D = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexImage3D"); - + disp__glTexSubImage3D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage3D"); - + disp__glCopyTexSubImage3D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage3D"); - + disp__glColorTable = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glColorTable"); - + disp__glColorSubTable = (void (CALLBACK *)(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glColorSubTable"); - + disp__glColorTableParameteriv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glColorTableParameteriv"); - + disp__glColorTableParameterfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glColorTableParameterfv"); - + disp__glCopyColorSubTable = (void (CALLBACK *)(GLenum, GLsizei, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyColorSubTable"); - + disp__glCopyColorTable = (void (CALLBACK *)(GLenum, GLenum, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyColorTable"); - + disp__glGetColorTable = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetColorTable"); - + disp__glGetColorTableParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetColorTableParameterfv"); - + disp__glGetColorTableParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetColorTableParameteriv"); - + disp__glBlendEquation = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glBlendEquation"); - + disp__glBlendColor = (void (CALLBACK *)(GLclampf, GLclampf, GLclampf, GLclampf)) GET_GL_PROCADDRESS ("glBlendColor"); - + disp__glHistogram = (void (CALLBACK *)(GLenum, GLsizei, GLenum, GLboolean)) GET_GL_PROCADDRESS ("glHistogram"); - + disp__glResetHistogram = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glResetHistogram"); - + disp__glGetHistogram = (void (CALLBACK *)(GLenum, GLboolean, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetHistogram"); - + disp__glGetHistogramParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetHistogramParameterfv"); - + disp__glGetHistogramParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetHistogramParameteriv"); - + disp__glMinmax = (void (CALLBACK *)(GLenum, GLenum, GLboolean)) GET_GL_PROCADDRESS ("glMinmax"); - + disp__glResetMinmax = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glResetMinmax"); - + disp__glGetMinmax = (void (CALLBACK *)(GLenum, GLboolean, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetMinmax"); - + disp__glGetMinmaxParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetMinmaxParameterfv"); - + disp__glGetMinmaxParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetMinmaxParameteriv"); - + disp__glConvolutionFilter1D = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glConvolutionFilter1D"); - + disp__glConvolutionFilter2D = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glConvolutionFilter2D"); - + disp__glConvolutionParameterf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glConvolutionParameterf"); - + disp__glConvolutionParameterfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glConvolutionParameterfv"); - + disp__glConvolutionParameteri = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glConvolutionParameteri"); - + disp__glConvolutionParameteriv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glConvolutionParameteriv"); - + disp__glCopyConvolutionFilter1D = (void (CALLBACK *)(GLenum, GLenum, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyConvolutionFilter1D"); - + disp__glCopyConvolutionFilter2D = (void (CALLBACK *)(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyConvolutionFilter2D"); - + disp__glGetConvolutionFilter = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetConvolutionFilter"); - + disp__glGetConvolutionParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetConvolutionParameterfv"); - + disp__glGetConvolutionParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetConvolutionParameteriv"); - + disp__glSeparableFilter2D = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *)) GET_GL_PROCADDRESS ("glSeparableFilter2D"); - + disp__glGetSeparableFilter = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *)) GET_GL_PROCADDRESS ("glGetSeparableFilter"); - + disp__glBlendColorEXT = (void (CALLBACK *)(GLclampf, GLclampf, GLclampf, GLclampf)) GET_GL_PROCADDRESS ("glBlendColorEXT"); - + disp__glPolygonOffsetEXT = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glPolygonOffsetEXT"); - + disp__glTexImage3DEXT = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexImage3DEXT"); - + disp__glTexSubImage3DEXT = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage3DEXT"); - + disp__glCopyTexSubImage3DEXT = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage3DEXT"); - + disp__glGenTexturesEXT = (void (CALLBACK *)(GLsizei, GLuint *)) GET_GL_PROCADDRESS ("glGenTexturesEXT"); - + disp__glDeleteTexturesEXT = (void (CALLBACK *)(GLsizei, const GLuint *)) GET_GL_PROCADDRESS ("glDeleteTexturesEXT"); - + disp__glBindTextureEXT = (void (CALLBACK *)(GLenum, GLuint)) GET_GL_PROCADDRESS ("glBindTextureEXT"); - + disp__glPrioritizeTexturesEXT = (void (CALLBACK *)(GLsizei, const GLuint *, const GLclampf *)) GET_GL_PROCADDRESS ("glPrioritizeTexturesEXT"); - + disp__glAreTexturesResidentEXT = (GLboolean (CALLBACK *)(GLsizei, const GLuint *, GLboolean *)) GET_GL_PROCADDRESS ("glAreTexturesResidentEXT"); - + disp__glIsTextureEXT = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsTextureEXT"); - + disp__glVertexPointerEXT = (void (CALLBACK *)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glVertexPointerEXT"); - + disp__glNormalPointerEXT = (void (CALLBACK *)(GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glNormalPointerEXT"); - + disp__glColorPointerEXT = (void (CALLBACK *)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glColorPointerEXT"); - + disp__glIndexPointerEXT = (void (CALLBACK *)(GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glIndexPointerEXT"); - + disp__glTexCoordPointerEXT = (void (CALLBACK *)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glTexCoordPointerEXT"); - + disp__glEdgeFlagPointerEXT = (void (CALLBACK *)(GLsizei, GLsizei, const GLboolean *)) GET_GL_PROCADDRESS ("glEdgeFlagPointerEXT"); - + disp__glGetPointervEXT = (void (CALLBACK *)(GLenum, void **)) GET_GL_PROCADDRESS ("glGetPointervEXT"); - + disp__glArrayElementEXT = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glArrayElementEXT"); - + disp__glDrawArraysEXT = (void (CALLBACK *)(GLenum, GLint, GLsizei)) GET_GL_PROCADDRESS ("glDrawArraysEXT"); - + disp__glBlendEquationEXT = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glBlendEquationEXT"); - + disp__glPointParameterfEXT = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPointParameterfEXT"); - + disp__glPointParameterfvEXT = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glPointParameterfvEXT"); - + disp__glColorTableEXT = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glColorTableEXT"); - + disp__glColorSubTableEXT = (void (CALLBACK *)(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glColorSubTableEXT"); - + disp__glGetColorTableEXT = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetColorTableEXT"); - + disp__glGetColorTableParameterfvEXT = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetColorTableParameterfvEXT"); - + disp__glGetColorTableParameterivEXT = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetColorTableParameterivEXT"); - + disp__glLockArraysEXT = (void (CALLBACK *)(GLint, GLsizei)) GET_GL_PROCADDRESS ("glLockArraysEXT"); - + disp__glUnlockArraysEXT = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glUnlockArraysEXT"); - + disp__glActiveTextureARB = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glActiveTextureARB"); - + disp__glClientActiveTextureARB = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glClientActiveTextureARB"); - + disp__glMultiTexCoord1dARB = (void (CALLBACK *)(GLenum, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord1dARB"); - + disp__glMultiTexCoord1dvARB = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord1dvARB"); - + disp__glMultiTexCoord1fARB = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord1fARB"); - + disp__glMultiTexCoord1fvARB = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord1fvARB"); - + disp__glMultiTexCoord1iARB = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord1iARB"); - + disp__glMultiTexCoord1ivARB = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord1ivARB"); - + disp__glMultiTexCoord1sARB = (void (CALLBACK *)(GLenum, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord1sARB"); - + disp__glMultiTexCoord1svARB = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord1svARB"); - + disp__glMultiTexCoord2dARB = (void (CALLBACK *)(GLenum, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord2dARB"); - + disp__glMultiTexCoord2dvARB = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord2dvARB"); - + disp__glMultiTexCoord2fARB = (void (CALLBACK *)(GLenum, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord2fARB"); - + disp__glMultiTexCoord2fvARB = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord2fvARB"); - + disp__glMultiTexCoord2iARB = (void (CALLBACK *)(GLenum, GLint, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord2iARB"); - + disp__glMultiTexCoord2ivARB = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord2ivARB"); - + disp__glMultiTexCoord2sARB = (void (CALLBACK *)(GLenum, GLshort, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord2sARB"); - + disp__glMultiTexCoord2svARB = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord2svARB"); - + disp__glMultiTexCoord3dARB = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord3dARB"); - + disp__glMultiTexCoord3dvARB = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord3dvARB"); - + disp__glMultiTexCoord3fARB = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord3fARB"); - + disp__glMultiTexCoord3fvARB = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord3fvARB"); - + disp__glMultiTexCoord3iARB = (void (CALLBACK *)(GLenum, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord3iARB"); - + disp__glMultiTexCoord3ivARB = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord3ivARB"); - + disp__glMultiTexCoord3sARB = (void (CALLBACK *)(GLenum, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord3sARB"); - + disp__glMultiTexCoord3svARB = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord3svARB"); - + disp__glMultiTexCoord4dARB = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord4dARB"); - + disp__glMultiTexCoord4dvARB = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord4dvARB"); - + disp__glMultiTexCoord4fARB = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord4fARB"); - + disp__glMultiTexCoord4fvARB = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord4fvARB"); - + disp__glMultiTexCoord4iARB = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord4iARB"); - + disp__glMultiTexCoord4ivARB = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord4ivARB"); - + disp__glMultiTexCoord4sARB = (void (CALLBACK *)(GLenum, GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord4sARB"); - + disp__glMultiTexCoord4svARB = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord4svARB"); - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/gl-disp-var-auto.h b/C2J/gl-disp-var-auto.h index dcaf75c..12fa4ff 100644 --- a/C2J/gl-disp-var-auto.h +++ b/C2J/gl-disp-var-auto.h @@ -1,3504 +1,3504 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearIndex ( GLfloat c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearIndex )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearColor )(GLclampf, GLclampf, GLclampf, GLclampf); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClear ( GLbitfield mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClear )(GLbitfield); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexMask ( GLuint mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexMask )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorMask )(GLboolean, GLboolean, GLboolean, GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glAlphaFunc )(GLenum, GLclampf); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendFunc )(GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLogicOp ( GLenum opcode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLogicOp )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCullFace ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCullFace )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrontFace ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFrontFace )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointSize ( GLfloat size ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPointSize )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineWidth ( GLfloat width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLineWidth )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineStipple ( GLint factor , GLushort pattern ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLineStipple )(GLint, GLushort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonMode ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPolygonMode )(GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPolygonOffset )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonStipple ( const GLubyte * mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPolygonStipple )(const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPolygonStipple ( GLubyte * mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPolygonStipple )(GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlag ( GLboolean flag ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEdgeFlag )(GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagv ( const GLboolean * flag ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEdgeFlagv )(const GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glScissor )(GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClipPlane )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetClipPlane )(GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawBuffer )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glReadBuffer )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnable ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEnable )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisable ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDisable )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsEnabled ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glIsEnabled )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEnableClientState )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDisableClientState )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetBooleanv )(GLenum, GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetDoublev )(GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetFloatv )(GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetIntegerv )(GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPushAttrib )(GLbitfield); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopAttrib ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPopAttrib )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushClientAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPushClientAttrib )(GLbitfield); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopClientAttrib ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPopClientAttrib )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint glRenderMode ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__glRenderMode )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLenum glGetError ( void ) ;
- * 
- */ + *
+ */ LIBAPI GLenum (CALLBACK * disp__glGetError )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFinish ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFinish )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFlush ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFlush )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHint ( GLenum target , GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glHint )(GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearDepth ( GLclampd depth ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearDepth )(GLclampd); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthFunc ( GLenum func ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDepthFunc )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthMask ( GLboolean flag ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDepthMask )(GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDepthRange )(GLclampd, GLclampd); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearAccum )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAccum ( GLenum op , GLfloat value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glAccum )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMatrixMode ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMatrixMode )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glOrtho )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFrustum )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glViewport )(GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushMatrix ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPushMatrix )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopMatrix ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPopMatrix )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadIdentity ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLoadIdentity )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLoadMatrixd )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLoadMatrixf )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultMatrixd )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultMatrixf )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRotated )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRotatef )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glScaled )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glScalef )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTranslated )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTranslatef )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsList ( GLuint list ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glIsList )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteLists ( GLuint list , GLsizei range ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDeleteLists )(GLuint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLuint glGenLists ( GLsizei range ) ;
- * 
- */ + *
+ */ LIBAPI GLuint (CALLBACK * disp__glGenLists )(GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNewList ( GLuint list , GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNewList )(GLuint, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEndList ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEndList )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallList ( GLuint list ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCallList )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCallLists )(GLsizei, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glListBase ( GLuint base ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glListBase )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBegin ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBegin )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnd ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEnd )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2d )(GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2f )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2i )(GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2s )(GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4d )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4f )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4i )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4s )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3b )(GLbyte, GLbyte, GLbyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3bv )(const GLbyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexd ( GLdouble c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexd )(GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexf ( GLfloat c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexf )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexi ( GLint c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexi )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexs ( GLshort c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexs )(GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexub ( GLubyte c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexub )(GLubyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexdv ( const GLdouble * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexdv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexfv ( const GLfloat * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexfv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexiv ( const GLint * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexiv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexsv ( const GLshort * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexsv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexubv ( const GLubyte * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexubv )(const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3b )(GLbyte, GLbyte, GLbyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3ub )(GLubyte, GLubyte, GLubyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3ui )(GLuint, GLuint, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3us )(GLushort, GLushort, GLushort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4b )(GLbyte, GLbyte, GLbyte, GLbyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4d )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4f )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4i )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4s )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4ub )(GLubyte, GLubyte, GLubyte, GLubyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4ui )(GLuint, GLuint, GLuint, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4us )(GLushort, GLushort, GLushort, GLushort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3bv )(const GLbyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3ubv )(const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3uiv )(const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3usv )(const GLushort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4bv )(const GLbyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4ubv )(const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4uiv )(const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4usv )(const GLushort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1d ( GLdouble s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1d )(GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1f ( GLfloat s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1f )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1i ( GLint s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1i )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1s ( GLshort s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1s )(GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2d )(GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2f )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2i ( GLint s , GLint t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2i )(GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2s ( GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2s )(GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4d )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4f )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4i )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4s )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2d )(GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2f )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2i )(GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2s )(GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4d )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4f )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4i )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4s )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectd )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectf )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRecti )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRects )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectdv )(const GLdouble *, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectfv )(const GLfloat *, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectiv )(const GLint *, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectsv )(const GLshort *, const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertexPointer )(GLint, GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormalPointer )(GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorPointer )(GLint, GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexPointer )(GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoordPointer )(GLint, GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEdgeFlagPointer )(GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointerv ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPointerv )(GLenum, void **); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElement ( GLint i ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glArrayElement )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawArrays )(GLenum, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawElements )(GLenum, GLsizei, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glInterleavedArrays )(GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glShadeModel ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glShadeModel )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLighti )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightiv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetLightfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetLightiv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightModelf )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeli ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightModeli )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightModelfv )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightModeliv )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMaterialf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMateriali )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMaterialfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMaterialiv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMaterialfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMaterialiv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMaterial ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorMaterial )(GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelZoom )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelStoref )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStorei ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelStorei )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelTransferf )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelTransferi )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelMapfv )(GLenum, GLint, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelMapuiv )(GLenum, GLint, const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelMapusv )(GLenum, GLint, const GLushort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPixelMapfv )(GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPixelMapuiv )(GLenum, GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPixelMapusv )(GLenum, GLushort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBitmap )(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glReadPixels )(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawPixels )(GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyPixels )(GLint, GLint, GLsizei, GLsizei, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glStencilFunc )(GLenum, GLint, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilMask ( GLuint mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glStencilMask )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glStencilOp )(GLenum, GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearStencil ( GLint s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearStencil )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGend )(GLenum, GLenum, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGenf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGeni )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGendv )(GLenum, GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGenfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGeniv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexGendv )(GLenum, GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexGenfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexGeniv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexEnvf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexEnvi )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexEnvfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexEnviv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexEnvfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexEnviv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexParameterf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexParameteri )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexParameterfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexParameteriv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexLevelParameterfv )(GLenum, GLint, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexLevelParameteriv )(GLenum, GLint, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexImage1D )(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexImage2D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexImage )(GLenum, GLint, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGenTextures )(GLsizei, GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDeleteTextures )(GLsizei, const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTexture ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBindTexture )(GLenum, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPrioritizeTextures )(GLsizei, const GLuint *, const GLclampf *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glAreTexturesResident )(GLsizei, const GLuint *, GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTexture ( GLuint texture ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glIsTexture )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexSubImage1D )(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexSubImage2D )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexImage1D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexImage2D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage1D )(GLenum, GLint, GLint, GLint, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage2D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMap1d )(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMap1f )(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMap2d )(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMap2f )(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMapdv )(GLenum, GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMapfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMapiv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1d ( GLdouble u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord1d )(GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1f ( GLfloat u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord1f )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord1dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord1fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord2d )(GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord2f )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord2dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord2fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMapGrid1d )(GLint, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMapGrid1f )(GLint, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMapGrid2d )(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMapGrid2f )(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint1 ( GLint i ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalPoint1 )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint2 ( GLint i , GLint j ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalPoint2 )(GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalMesh1 )(GLenum, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalMesh2 )(GLenum, GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFogf )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFogi )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFogfv )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogiv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFogiv )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFeedbackBuffer )(GLsizei, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPassThrough ( GLfloat token ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPassThrough )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glSelectBuffer )(GLsizei, GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInitNames ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glInitNames )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadName ( GLuint name ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLoadName )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushName ( GLuint name ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPushName )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopName ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPopName )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawRangeElements )(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexImage3D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorTable )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorSubTable )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorTableParameteriv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorTableParameterfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyColorSubTable )(GLenum, GLsizei, GLint, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyColorTable )(GLenum, GLenum, GLint, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTable )(GLenum, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquation ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendEquation )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendColor )(GLclampf, GLclampf, GLclampf, GLclampf); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glHistogram )(GLenum, GLsizei, GLenum, GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetHistogram ( GLenum target ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glResetHistogram )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetHistogram )(GLenum, GLboolean, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetHistogramParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetHistogramParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMinmax )(GLenum, GLenum, GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetMinmax ( GLenum target ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glResetMinmax )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMinmax )(GLenum, GLboolean, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMinmaxParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMinmaxParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionFilter1D )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionParameterf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionParameterfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionParameteri )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionParameteriv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyConvolutionFilter1D )(GLenum, GLenum, GLint, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyConvolutionFilter2D )(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetConvolutionFilter )(GLenum, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetConvolutionParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetConvolutionParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glSeparableFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetSeparableFilter )(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendColorEXT )(GLclampf, GLclampf, GLclampf, GLclampf); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPolygonOffsetEXT )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexImage3DEXT )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGenTexturesEXT )(GLsizei, GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDeleteTexturesEXT )(GLsizei, const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBindTextureEXT )(GLenum, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPrioritizeTexturesEXT )(GLsizei, const GLuint *, const GLclampf *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glAreTexturesResidentEXT )(GLsizei, const GLuint *, GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTextureEXT ( GLuint texture ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glIsTextureEXT )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertexPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormalPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoordPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEdgeFlagPointerEXT )(GLsizei, GLsizei, const GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPointervEXT )(GLenum, void **); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElementEXT ( GLint i ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glArrayElementEXT )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawArraysEXT )(GLenum, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquationEXT ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendEquationEXT )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPointParameterfEXT )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPointParameterfvEXT )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorTableEXT )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorSubTableEXT )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableEXT )(GLenum, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterfvEXT )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterivEXT )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLockArraysEXT )(GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glUnlockArraysEXT ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glUnlockArraysEXT )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glActiveTextureARB )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClientActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClientActiveTextureARB )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1dARB )(GLenum, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1dvARB )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1fARB )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1fvARB )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1iARB )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1ivARB )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1sARB )(GLenum, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1svARB )(GLenum, const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2dARB )(GLenum, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2dvARB )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2fARB )(GLenum, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2fvARB )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2iARB )(GLenum, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2ivARB )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2sARB )(GLenum, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2svARB )(GLenum, const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3dARB )(GLenum, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3dvARB )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3fARB )(GLenum, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3fvARB )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3iARB )(GLenum, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3ivARB )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3sARB )(GLenum, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3svARB )(GLenum, const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4dARB )(GLenum, GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4dvARB )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4fARB )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4fvARB )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4iARB )(GLenum, GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4ivARB )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4sARB )(GLenum, GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4svARB )(GLenum, const GLshort *); - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/gl-disp-var-auto.hc b/C2J/gl-disp-var-auto.hc index 0e1a275..bc83c78 100644 --- a/C2J/gl-disp-var-auto.hc +++ b/C2J/gl-disp-var-auto.hc @@ -1,882 +1,882 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - + void (CALLBACK * disp__glClearIndex )(GLfloat) = NULL; - + void (CALLBACK * disp__glClearColor )(GLclampf, GLclampf, GLclampf, GLclampf) = NULL; - + void (CALLBACK * disp__glClear )(GLbitfield) = NULL; - + void (CALLBACK * disp__glIndexMask )(GLuint) = NULL; - + void (CALLBACK * disp__glColorMask )(GLboolean, GLboolean, GLboolean, GLboolean) = NULL; - + void (CALLBACK * disp__glAlphaFunc )(GLenum, GLclampf) = NULL; - + void (CALLBACK * disp__glBlendFunc )(GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glLogicOp )(GLenum) = NULL; - + void (CALLBACK * disp__glCullFace )(GLenum) = NULL; - + void (CALLBACK * disp__glFrontFace )(GLenum) = NULL; - + void (CALLBACK * disp__glPointSize )(GLfloat) = NULL; - + void (CALLBACK * disp__glLineWidth )(GLfloat) = NULL; - + void (CALLBACK * disp__glLineStipple )(GLint, GLushort) = NULL; - + void (CALLBACK * disp__glPolygonMode )(GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glPolygonOffset )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glPolygonStipple )(const GLubyte *) = NULL; - + void (CALLBACK * disp__glGetPolygonStipple )(GLubyte *) = NULL; - + void (CALLBACK * disp__glEdgeFlag )(GLboolean) = NULL; - + void (CALLBACK * disp__glEdgeFlagv )(const GLboolean *) = NULL; - + void (CALLBACK * disp__glScissor )(GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glClipPlane )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glGetClipPlane )(GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__glDrawBuffer )(GLenum) = NULL; - + void (CALLBACK * disp__glReadBuffer )(GLenum) = NULL; - + void (CALLBACK * disp__glEnable )(GLenum) = NULL; - + void (CALLBACK * disp__glDisable )(GLenum) = NULL; - + GLboolean (CALLBACK * disp__glIsEnabled )(GLenum) = NULL; - + void (CALLBACK * disp__glEnableClientState )(GLenum) = NULL; - + void (CALLBACK * disp__glDisableClientState )(GLenum) = NULL; - + void (CALLBACK * disp__glGetBooleanv )(GLenum, GLboolean *) = NULL; - + void (CALLBACK * disp__glGetDoublev )(GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__glGetFloatv )(GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetIntegerv )(GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glPushAttrib )(GLbitfield) = NULL; - + void (CALLBACK * disp__glPopAttrib )(void) = NULL; - + void (CALLBACK * disp__glPushClientAttrib )(GLbitfield) = NULL; - + void (CALLBACK * disp__glPopClientAttrib )(void) = NULL; - + GLint (CALLBACK * disp__glRenderMode )(GLenum) = NULL; - + GLenum (CALLBACK * disp__glGetError )(void) = NULL; - + void (CALLBACK * disp__glFinish )(void) = NULL; - + void (CALLBACK * disp__glFlush )(void) = NULL; - + void (CALLBACK * disp__glHint )(GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glClearDepth )(GLclampd) = NULL; - + void (CALLBACK * disp__glDepthFunc )(GLenum) = NULL; - + void (CALLBACK * disp__glDepthMask )(GLboolean) = NULL; - + void (CALLBACK * disp__glDepthRange )(GLclampd, GLclampd) = NULL; - + void (CALLBACK * disp__glClearAccum )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glAccum )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glMatrixMode )(GLenum) = NULL; - + void (CALLBACK * disp__glOrtho )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glFrustum )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glViewport )(GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glPushMatrix )(void) = NULL; - + void (CALLBACK * disp__glPopMatrix )(void) = NULL; - + void (CALLBACK * disp__glLoadIdentity )(void) = NULL; - + void (CALLBACK * disp__glLoadMatrixd )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glLoadMatrixf )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultMatrixd )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultMatrixf )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glRotated )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRotatef )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glScaled )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glScalef )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTranslated )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glTranslatef )(GLfloat, GLfloat, GLfloat) = NULL; - + GLboolean (CALLBACK * disp__glIsList )(GLuint) = NULL; - + void (CALLBACK * disp__glDeleteLists )(GLuint, GLsizei) = NULL; - + GLuint (CALLBACK * disp__glGenLists )(GLsizei) = NULL; - + void (CALLBACK * disp__glNewList )(GLuint, GLenum) = NULL; - + void (CALLBACK * disp__glEndList )(void) = NULL; - + void (CALLBACK * disp__glCallList )(GLuint) = NULL; - + void (CALLBACK * disp__glCallLists )(GLsizei, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glListBase )(GLuint) = NULL; - + void (CALLBACK * disp__glBegin )(GLenum) = NULL; - + void (CALLBACK * disp__glEnd )(void) = NULL; - + void (CALLBACK * disp__glVertex2d )(GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glVertex2f )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glVertex2i )(GLint, GLint) = NULL; - + void (CALLBACK * disp__glVertex2s )(GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glVertex3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glVertex3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glVertex3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glVertex3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glVertex4d )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glVertex4f )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glVertex4i )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glVertex4s )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glVertex2dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glVertex2fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glVertex2iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glVertex2sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glVertex3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glVertex3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glVertex3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glVertex3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glVertex4dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glVertex4fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glVertex4iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glVertex4sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glNormal3b )(GLbyte, GLbyte, GLbyte) = NULL; - + void (CALLBACK * disp__glNormal3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glNormal3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glNormal3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glNormal3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glNormal3bv )(const GLbyte *) = NULL; - + void (CALLBACK * disp__glNormal3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glNormal3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glNormal3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glNormal3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glIndexd )(GLdouble) = NULL; - + void (CALLBACK * disp__glIndexf )(GLfloat) = NULL; - + void (CALLBACK * disp__glIndexi )(GLint) = NULL; - + void (CALLBACK * disp__glIndexs )(GLshort) = NULL; - + void (CALLBACK * disp__glIndexub )(GLubyte) = NULL; - + void (CALLBACK * disp__glIndexdv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glIndexfv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glIndexiv )(const GLint *) = NULL; - + void (CALLBACK * disp__glIndexsv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glIndexubv )(const GLubyte *) = NULL; - + void (CALLBACK * disp__glColor3b )(GLbyte, GLbyte, GLbyte) = NULL; - + void (CALLBACK * disp__glColor3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glColor3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glColor3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glColor3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glColor3ub )(GLubyte, GLubyte, GLubyte) = NULL; - + void (CALLBACK * disp__glColor3ui )(GLuint, GLuint, GLuint) = NULL; - + void (CALLBACK * disp__glColor3us )(GLushort, GLushort, GLushort) = NULL; - + void (CALLBACK * disp__glColor4b )(GLbyte, GLbyte, GLbyte, GLbyte) = NULL; - + void (CALLBACK * disp__glColor4d )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glColor4f )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glColor4i )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glColor4s )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glColor4ub )(GLubyte, GLubyte, GLubyte, GLubyte) = NULL; - + void (CALLBACK * disp__glColor4ui )(GLuint, GLuint, GLuint, GLuint) = NULL; - + void (CALLBACK * disp__glColor4us )(GLushort, GLushort, GLushort, GLushort) = NULL; - + void (CALLBACK * disp__glColor3bv )(const GLbyte *) = NULL; - + void (CALLBACK * disp__glColor3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glColor3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glColor3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glColor3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glColor3ubv )(const GLubyte *) = NULL; - + void (CALLBACK * disp__glColor3uiv )(const GLuint *) = NULL; - + void (CALLBACK * disp__glColor3usv )(const GLushort *) = NULL; - + void (CALLBACK * disp__glColor4bv )(const GLbyte *) = NULL; - + void (CALLBACK * disp__glColor4dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glColor4fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glColor4iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glColor4sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glColor4ubv )(const GLubyte *) = NULL; - + void (CALLBACK * disp__glColor4uiv )(const GLuint *) = NULL; - + void (CALLBACK * disp__glColor4usv )(const GLushort *) = NULL; - + void (CALLBACK * disp__glTexCoord1d )(GLdouble) = NULL; - + void (CALLBACK * disp__glTexCoord1f )(GLfloat) = NULL; - + void (CALLBACK * disp__glTexCoord1i )(GLint) = NULL; - + void (CALLBACK * disp__glTexCoord1s )(GLshort) = NULL; - + void (CALLBACK * disp__glTexCoord2d )(GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glTexCoord2f )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTexCoord2i )(GLint, GLint) = NULL; - + void (CALLBACK * disp__glTexCoord2s )(GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glTexCoord3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glTexCoord3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTexCoord3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glTexCoord3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glTexCoord4d )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glTexCoord4f )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTexCoord4i )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glTexCoord4s )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glTexCoord1dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexCoord1fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexCoord1iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glTexCoord1sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glTexCoord2dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexCoord2fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexCoord2iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glTexCoord2sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glTexCoord3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexCoord3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexCoord3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glTexCoord3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glTexCoord4dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexCoord4fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexCoord4iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glTexCoord4sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glRasterPos2d )(GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRasterPos2f )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glRasterPos2i )(GLint, GLint) = NULL; - + void (CALLBACK * disp__glRasterPos2s )(GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glRasterPos3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRasterPos3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glRasterPos3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glRasterPos3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glRasterPos4d )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRasterPos4f )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glRasterPos4i )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glRasterPos4s )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glRasterPos2dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glRasterPos2fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glRasterPos2iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glRasterPos2sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glRasterPos3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glRasterPos3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glRasterPos3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glRasterPos3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glRasterPos4dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glRasterPos4fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glRasterPos4iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glRasterPos4sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glRectd )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRectf )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glRecti )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glRects )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glRectdv )(const GLdouble *, const GLdouble *) = NULL; - + void (CALLBACK * disp__glRectfv )(const GLfloat *, const GLfloat *) = NULL; - + void (CALLBACK * disp__glRectiv )(const GLint *, const GLint *) = NULL; - + void (CALLBACK * disp__glRectsv )(const GLshort *, const GLshort *) = NULL; - + void (CALLBACK * disp__glVertexPointer )(GLint, GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glNormalPointer )(GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorPointer )(GLint, GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glIndexPointer )(GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexCoordPointer )(GLint, GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glEdgeFlagPointer )(GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glGetPointerv )(GLenum, void **) = NULL; - + void (CALLBACK * disp__glArrayElement )(GLint) = NULL; - + void (CALLBACK * disp__glDrawArrays )(GLenum, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glDrawElements )(GLenum, GLsizei, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glInterleavedArrays )(GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glShadeModel )(GLenum) = NULL; - + void (CALLBACK * disp__glLightf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glLighti )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glLightfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glLightiv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetLightfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetLightiv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glLightModelf )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glLightModeli )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glLightModelfv )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glLightModeliv )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMaterialf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glMateriali )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glMaterialfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMaterialiv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetMaterialfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetMaterialiv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glColorMaterial )(GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glPixelZoom )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glPixelStoref )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glPixelStorei )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glPixelTransferf )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glPixelTransferi )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glPixelMapfv )(GLenum, GLint, const GLfloat *) = NULL; - + void (CALLBACK * disp__glPixelMapuiv )(GLenum, GLint, const GLuint *) = NULL; - + void (CALLBACK * disp__glPixelMapusv )(GLenum, GLint, const GLushort *) = NULL; - + void (CALLBACK * disp__glGetPixelMapfv )(GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetPixelMapuiv )(GLenum, GLuint *) = NULL; - + void (CALLBACK * disp__glGetPixelMapusv )(GLenum, GLushort *) = NULL; - + void (CALLBACK * disp__glBitmap )(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *) = NULL; - + void (CALLBACK * disp__glReadPixels )(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glDrawPixels )(GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glCopyPixels )(GLint, GLint, GLsizei, GLsizei, GLenum) = NULL; - + void (CALLBACK * disp__glStencilFunc )(GLenum, GLint, GLuint) = NULL; - + void (CALLBACK * disp__glStencilMask )(GLuint) = NULL; - + void (CALLBACK * disp__glStencilOp )(GLenum, GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glClearStencil )(GLint) = NULL; - + void (CALLBACK * disp__glTexGend )(GLenum, GLenum, GLdouble) = NULL; - + void (CALLBACK * disp__glTexGenf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glTexGeni )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glTexGendv )(GLenum, GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexGenfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexGeniv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetTexGendv )(GLenum, GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__glGetTexGenfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetTexGeniv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glTexEnvf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glTexEnvi )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glTexEnvfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexEnviv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetTexEnvfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetTexEnviv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glTexParameterf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glTexParameteri )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glTexParameterfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexParameteriv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetTexParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetTexParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glGetTexLevelParameterfv )(GLenum, GLint, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetTexLevelParameteriv )(GLenum, GLint, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glTexImage1D )(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexImage2D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glGetTexImage )(GLenum, GLint, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGenTextures )(GLsizei, GLuint *) = NULL; - + void (CALLBACK * disp__glDeleteTextures )(GLsizei, const GLuint *) = NULL; - + void (CALLBACK * disp__glBindTexture )(GLenum, GLuint) = NULL; - + void (CALLBACK * disp__glPrioritizeTextures )(GLsizei, const GLuint *, const GLclampf *) = NULL; - + GLboolean (CALLBACK * disp__glAreTexturesResident )(GLsizei, const GLuint *, GLboolean *) = NULL; - + GLboolean (CALLBACK * disp__glIsTexture )(GLuint) = NULL; - + void (CALLBACK * disp__glTexSubImage1D )(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexSubImage2D )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glCopyTexImage1D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint) = NULL; - + void (CALLBACK * disp__glCopyTexImage2D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint) = NULL; - + void (CALLBACK * disp__glCopyTexSubImage1D )(GLenum, GLint, GLint, GLint, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glCopyTexSubImage2D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glMap1d )(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMap1f )(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMap2d )(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMap2f )(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *) = NULL; - + void (CALLBACK * disp__glGetMapdv )(GLenum, GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__glGetMapfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetMapiv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glEvalCoord1d )(GLdouble) = NULL; - + void (CALLBACK * disp__glEvalCoord1f )(GLfloat) = NULL; - + void (CALLBACK * disp__glEvalCoord1dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glEvalCoord1fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glEvalCoord2d )(GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glEvalCoord2f )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glEvalCoord2dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glEvalCoord2fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glMapGrid1d )(GLint, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMapGrid1f )(GLint, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glMapGrid2d )(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMapGrid2f )(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glEvalPoint1 )(GLint) = NULL; - + void (CALLBACK * disp__glEvalPoint2 )(GLint, GLint) = NULL; - + void (CALLBACK * disp__glEvalMesh1 )(GLenum, GLint, GLint) = NULL; - + void (CALLBACK * disp__glEvalMesh2 )(GLenum, GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glFogf )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glFogi )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glFogfv )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glFogiv )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glFeedbackBuffer )(GLsizei, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glPassThrough )(GLfloat) = NULL; - + void (CALLBACK * disp__glSelectBuffer )(GLsizei, GLuint *) = NULL; - + void (CALLBACK * disp__glInitNames )(void) = NULL; - + void (CALLBACK * disp__glLoadName )(GLuint) = NULL; - + void (CALLBACK * disp__glPushName )(GLuint) = NULL; - + void (CALLBACK * disp__glPopName )(void) = NULL; - + void (CALLBACK * disp__glDrawRangeElements )(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexImage3D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glCopyTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glColorTable )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorSubTable )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorTableParameteriv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glColorTableParameterfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glCopyColorSubTable )(GLenum, GLsizei, GLint, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glCopyColorTable )(GLenum, GLenum, GLint, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glGetColorTable )(GLenum, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetColorTableParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetColorTableParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glBlendEquation )(GLenum) = NULL; - + void (CALLBACK * disp__glBlendColor )(GLclampf, GLclampf, GLclampf, GLclampf) = NULL; - + void (CALLBACK * disp__glHistogram )(GLenum, GLsizei, GLenum, GLboolean) = NULL; - + void (CALLBACK * disp__glResetHistogram )(GLenum) = NULL; - + void (CALLBACK * disp__glGetHistogram )(GLenum, GLboolean, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetHistogramParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetHistogramParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glMinmax )(GLenum, GLenum, GLboolean) = NULL; - + void (CALLBACK * disp__glResetMinmax )(GLenum) = NULL; - + void (CALLBACK * disp__glGetMinmax )(GLenum, GLboolean, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetMinmaxParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetMinmaxParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glConvolutionFilter1D )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glConvolutionFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glConvolutionParameterf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glConvolutionParameterfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glConvolutionParameteri )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glConvolutionParameteriv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glCopyConvolutionFilter1D )(GLenum, GLenum, GLint, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glCopyConvolutionFilter2D )(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glGetConvolutionFilter )(GLenum, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetConvolutionParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetConvolutionParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glSeparableFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *) = NULL; - + void (CALLBACK * disp__glGetSeparableFilter )(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *) = NULL; - + void (CALLBACK * disp__glBlendColorEXT )(GLclampf, GLclampf, GLclampf, GLclampf) = NULL; - + void (CALLBACK * disp__glPolygonOffsetEXT )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTexImage3DEXT )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glCopyTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glGenTexturesEXT )(GLsizei, GLuint *) = NULL; - + void (CALLBACK * disp__glDeleteTexturesEXT )(GLsizei, const GLuint *) = NULL; - + void (CALLBACK * disp__glBindTextureEXT )(GLenum, GLuint) = NULL; - + void (CALLBACK * disp__glPrioritizeTexturesEXT )(GLsizei, const GLuint *, const GLclampf *) = NULL; - + GLboolean (CALLBACK * disp__glAreTexturesResidentEXT )(GLsizei, const GLuint *, GLboolean *) = NULL; - + GLboolean (CALLBACK * disp__glIsTextureEXT )(GLuint) = NULL; - + void (CALLBACK * disp__glVertexPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glNormalPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glIndexPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexCoordPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glEdgeFlagPointerEXT )(GLsizei, GLsizei, const GLboolean *) = NULL; - + void (CALLBACK * disp__glGetPointervEXT )(GLenum, void **) = NULL; - + void (CALLBACK * disp__glArrayElementEXT )(GLint) = NULL; - + void (CALLBACK * disp__glDrawArraysEXT )(GLenum, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glBlendEquationEXT )(GLenum) = NULL; - + void (CALLBACK * disp__glPointParameterfEXT )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glPointParameterfvEXT )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glColorTableEXT )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorSubTableEXT )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glGetColorTableEXT )(GLenum, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetColorTableParameterfvEXT )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetColorTableParameterivEXT )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glLockArraysEXT )(GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glUnlockArraysEXT )(void) = NULL; - + void (CALLBACK * disp__glActiveTextureARB )(GLenum) = NULL; - + void (CALLBACK * disp__glClientActiveTextureARB )(GLenum) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1dARB )(GLenum, GLdouble) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1dvARB )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1fARB )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1fvARB )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1iARB )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1ivARB )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1sARB )(GLenum, GLshort) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1svARB )(GLenum, const GLshort *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2dARB )(GLenum, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2dvARB )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2fARB )(GLenum, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2fvARB )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2iARB )(GLenum, GLint, GLint) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2ivARB )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2sARB )(GLenum, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2svARB )(GLenum, const GLshort *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3dARB )(GLenum, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3dvARB )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3fARB )(GLenum, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3fvARB )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3iARB )(GLenum, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3ivARB )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3sARB )(GLenum, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3svARB )(GLenum, const GLshort *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4dARB )(GLenum, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4dvARB )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4fARB )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4fvARB )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4iARB )(GLenum, GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4ivARB )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4sARB )(GLenum, GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4svARB )(GLenum, const GLshort *) = NULL; - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/gl-enum-auto.java b/C2J/gl-enum-auto.java index 7bba25e..49177ee 100644 --- a/C2J/gl-enum-auto.java +++ b/C2J/gl-enum-auto.java @@ -1,1317 +1,1317 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-enum-auto.orig.h . . . * Destination-Class: gl4java_GLEnum ! */ - - public static final int GL_1PASS_ARB = 0x80A1; - public static final int GL_1PASS_SGIS = 0x80A1; - public static final int GL_2D = 0x0600; - public static final int GL_2PASS_0_ARB = 0x80A2; - public static final int GL_2PASS_0_SGIS = 0x80A2; - public static final int GL_2PASS_1_ARB = 0x80A3; - public static final int GL_2PASS_1_SGIS = 0x80A3; - public static final int GL_2_BYTES = 0x1407; - public static final int GL_3D = 0x0601; - public static final int GL_3D_COLOR = 0x0602; - public static final int GL_3D_COLOR_TEXTURE = 0x0603; - public static final int GL_3_BYTES = 0x1408; - public static final int GL_422_AVERAGE_EXT = 0x80CE; - public static final int GL_422_EXT = 0x80CC; - public static final int GL_422_REV_AVERAGE_EXT = 0x80CF; - public static final int GL_422_REV_EXT = 0x80CD; - public static final int GL_4D_COLOR_TEXTURE = 0x0604; - public static final int GL_4PASS_0_ARB = 0x80A4; - public static final int GL_4PASS_0_SGIS = 0x80A4; - public static final int GL_4PASS_1_ARB = 0x80A5; - public static final int GL_4PASS_1_SGIS = 0x80A5; - public static final int GL_4PASS_2_ARB = 0x80A6; - public static final int GL_4PASS_2_SGIS = 0x80A6; - public static final int GL_4PASS_3_ARB = 0x80A7; - public static final int GL_4PASS_3_SGIS = 0x80A7; - public static final int GL_4_BYTES = 0x1409; - public static final int GL_ABGR_EXT = 0x8000; - public static final int GL_ACCUM = 0x0100; - public static final int GL_ACCUM_ALPHA_BITS = 0x0D5B; - public static final int GL_ACCUM_BLUE_BITS = 0x0D5A; - public static final int GL_ACCUM_BUFFER_BIT = 0x00000200; - public static final int GL_ACCUM_CLEAR_VALUE = 0x0B80; - public static final int GL_ACCUM_GREEN_BITS = 0x0D59; - public static final int GL_ACCUM_RED_BITS = 0x0D58; - public static final int GL_ACTIVE_TEXTURE_ARB = 0x84E0; - public static final int GL_ADD = 0x0104; - public static final int GL_ADD_SIGNED_EXT = 0x8574; - public static final int GL_ALIASED_LINE_WIDTH_RANGE = 0x846E; - public static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846D; - public static final int GL_ALLOW_DRAW_FRG_HINT_PGI = 107024; - public static final int GL_ALLOW_DRAW_MEM_HINT_PGI = 107025; - public static final int GL_ALLOW_DRAW_OBJ_HINT_PGI = 107022; - public static final int GL_ALLOW_DRAW_WIN_HINT_PGI = 107023; - public static final int GL_ALL_ATTRIB_BITS = 0x000FFFFF; - public static final int GL_ALL_STATIC_DATA_IBM = 0x19294; - public static final int GL_ALPHA = 0x1906; - public static final int GL_ALPHA12 = 0x803D; - public static final int GL_ALPHA12_EXT = 0x803D; - public static final int GL_ALPHA16 = 0x803E; - public static final int GL_ALPHA16_EXT = 0x803E; - public static final int GL_ALPHA4 = 0x803B; - public static final int GL_ALPHA4_EXT = 0x803B; - public static final int GL_ALPHA8 = 0x803C; - public static final int GL_ALPHA8_EXT = 0x803C; - public static final int GL_ALPHA_BIAS = 0x0D1D; - public static final int GL_ALPHA_BITS = 0x0D55; - public static final int GL_ALPHA_MAX_CLAMP_INGR = 0x8567; - public static final int GL_ALPHA_MIN_CLAMP_INGR = 0x8563; - public static final int GL_ALPHA_SCALE = 0x0D1C; - public static final int GL_ALPHA_TEST = 0x0BC0; - public static final int GL_ALPHA_TEST_FUNC = 0x0BC1; - public static final int GL_ALPHA_TEST_REF = 0x0BC2; - public static final int GL_ALWAYS = 0x0207; - public static final int GL_ALWAYS_FAST_HINT_PGI = 107020; - public static final int GL_ALWAYS_SOFT_HINT_PGI = 107021; - public static final int GL_AMBIENT = 0x1200; - public static final int GL_AMBIENT_AND_DIFFUSE = 0x1602; - public static final int GL_AND = 0x1501; - public static final int GL_AND_INVERTED = 0x1504; - public static final int GL_AND_REVERSE = 0x1502; - public static final int GL_ARRAY_ELEMENT_LOCK_COUNT_EXT = 0x81A9; - public static final int GL_ARRAY_ELEMENT_LOCK_FIRST_EXT = 0x81A8; - public static final int GL_ATTENUATION_EXT = 0x834D; - public static final int GL_ATTRIB_STACK_DEPTH = 0x0BB0; - public static final int GL_AUTO_NORMAL = 0x0D80; - public static final int GL_AUX0 = 0x0409; - public static final int GL_AUX1 = 0x040A; - public static final int GL_AUX2 = 0x040B; - public static final int GL_AUX3 = 0x040C; - public static final int GL_AUX_BUFFERS = 0x0C00; - public static final int GL_AVERAGE_EXT = 0x8335; - public static final int GL_BACK = 0x0405; - public static final int GL_BACK_LEFT = 0x0402; - public static final int GL_BACK_NORMALS_HINT_PGI = 107043; - public static final int GL_BACK_RIGHT = 0x0403; - public static final int GL_BGR = 0x80E0; - public static final int GL_BGRA = 0x80E1; - public static final int GL_BGRA_EXT = 0x80E1; - public static final int GL_BGR_EXT = 0x80E0; - public static final int GL_BIAS_BY_NEGATIVE_ONE_HALF_NV = 0x8541; - public static final int GL_BINORMAL_ARRAY_EXT = 0x843A; - public static final int GL_BINORMAL_ARRAY_POINTER_EXT = 0x8443; - public static final int GL_BINORMAL_ARRAY_STRIDE_EXT = 0x8441; - public static final int GL_BINORMAL_ARRAY_TYPE_EXT = 0x8440; - public static final int GL_BITMAP = 0x1A00; - public static final int GL_BITMAP_TOKEN = 0x0704; - public static final int GL_BLEND = 0x0BE2; - public static final int GL_BLEND_COLOR_EXT = 0x8005; - public static final int GL_BLEND_DST = 0x0BE0; - public static final int GL_BLEND_DST_ALPHA_EXT = 0x80CA; - public static final int GL_BLEND_DST_ALPHA_INGR = 0x80CA; - public static final int GL_BLEND_DST_RGB_EXT = 0x80C8; - public static final int GL_BLEND_DST_RGB_INGR = 0x80C8; - public static final int GL_BLEND_EQUATION = 0x8009; - public static final int GL_BLEND_EQUATION_EXT = 0x8009; - public static final int GL_BLEND_SRC = 0x0BE1; - public static final int GL_BLEND_SRC_ALPHA_EXT = 0x80CB; - public static final int GL_BLEND_SRC_ALPHA_INGR = 0x80CB; - public static final int GL_BLEND_SRC_RGB_EXT = 0x80C9; - public static final int GL_BLEND_SRC_RGB_INGR = 0x80C9; - public static final int GL_BLUE = 0x1905; - public static final int GL_BLUE_BIAS = 0x0D1B; - public static final int GL_BLUE_BITS = 0x0D54; - public static final int GL_BLUE_MAX_CLAMP_INGR = 0x8566; - public static final int GL_BLUE_MIN_CLAMP_INGR = 0x8562; - public static final int GL_BLUE_SCALE = 0x0D1A; - public static final int GL_BYTE = 0x1400; - public static final int GL_C3F_V3F = 0x2A24; - public static final int GL_C4F_N3F_V3F = 0x2A26; - public static final int GL_C4UB_V2F = 0x2A22; - public static final int GL_C4UB_V3F = 0x2A23; - public static final int GL_CCW = 0x0901; - public static final int GL_CLAMP = 0x2900; - public static final int GL_CLAMP_TO_BORDER_SGIS = 0x812D; - public static final int GL_CLAMP_TO_EDGE = 0x812F; - public static final int GL_CLAMP_TO_EDGE_SGIS = 0x812F; - public static final int GL_CLEAR = 0x1500; - public static final int GL_CLIENT_ACTIVE_TEXTURE_ARB = 0x84E1; - public static final int GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF; - public static final int GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1; - public static final int GL_CLIENT_PIXEL_STORE_BIT = 0x00000001; - public static final int GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002; - public static final int GL_CLIP_FAR_HINT_PGI = 107041; - public static final int GL_CLIP_NEAR_HINT_PGI = 107040; - public static final int GL_CLIP_PLANE0 = 0x3000; - public static final int GL_CLIP_PLANE1 = 0x3001; - public static final int GL_CLIP_PLANE2 = 0x3002; - public static final int GL_CLIP_PLANE3 = 0x3003; - public static final int GL_CLIP_PLANE4 = 0x3004; - public static final int GL_CLIP_PLANE5 = 0x3005; - public static final int GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F; - public static final int GL_CMYKA_EXT = 0x800D; - public static final int GL_CMYK_EXT = 0x800C; - public static final int GL_COEFF = 0x0A00; - public static final int GL_COLOR = 0x1800; - public static final int GL_COLOR_ARRAY = 0x8076; - public static final int GL_COLOR_ARRAY_COUNT_EXT = 0x8084; - public static final int GL_COLOR_ARRAY_EXT = 0x8076; - public static final int GL_COLOR_ARRAY_POINTER = 0x8090; - public static final int GL_COLOR_ARRAY_POINTER_EXT = 0x8090; - public static final int GL_COLOR_ARRAY_SIZE = 0x8081; - public static final int GL_COLOR_ARRAY_SIZE_EXT = 0x8081; - public static final int GL_COLOR_ARRAY_STRIDE = 0x8083; - public static final int GL_COLOR_ARRAY_STRIDE_EXT = 0x8083; - public static final int GL_COLOR_ARRAY_TYPE = 0x8082; - public static final int GL_COLOR_ARRAY_TYPE_EXT = 0x8082; - public static final int GL_COLOR_BUFFER_BIT = 0x00004000; - public static final int GL_COLOR_CLEAR_VALUE = 0x0C22; - public static final int GL_COLOR_INDEX = 0x1900; - public static final int GL_COLOR_INDEX12_EXT = 0x80E6; - public static final int GL_COLOR_INDEX16_EXT = 0x80E7; - public static final int GL_COLOR_INDEX1_EXT = 0x80E2; - public static final int GL_COLOR_INDEX2_EXT = 0x80E3; - public static final int GL_COLOR_INDEX4_EXT = 0x80E4; - public static final int GL_COLOR_INDEX8_EXT = 0x80E5; - public static final int GL_COLOR_INDEXES = 0x1603; - public static final int GL_COLOR_LOGIC_OP = 0x0BF2; - public static final int GL_COLOR_MATERIAL = 0x0B57; - public static final int GL_COLOR_MATERIAL_FACE = 0x0B55; - public static final int GL_COLOR_MATERIAL_PARAMETER = 0x0B56; - public static final int GL_COLOR_MATRIX = 0x80B1; - public static final int GL_COLOR_MATRIX_SGI = 0x80B1; - public static final int GL_COLOR_MATRIX_STACK_DEPTH = 0x80B2; - public static final int GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2; - public static final int GL_COLOR_SUM_CLAMP_NV = 0x854F; - public static final int GL_COLOR_SUM_EXT = 0x8458; - public static final int GL_COLOR_TABLE = 0x80D0; - public static final int GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD; - public static final int GL_COLOR_TABLE_ALPHA_SIZE_EXT = 0x80DD; - public static final int GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD; - public static final int GL_COLOR_TABLE_BIAS = 0x80D7; - public static final int GL_COLOR_TABLE_BIAS_SGI = 0x80D7; - public static final int GL_COLOR_TABLE_BLUE_SIZE = 0x80DC; - public static final int GL_COLOR_TABLE_BLUE_SIZE_EXT = 0x80DC; - public static final int GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC; - public static final int GL_COLOR_TABLE_FORMAT = 0x80D8; - public static final int GL_COLOR_TABLE_FORMAT_EXT = 0x80D8; - public static final int GL_COLOR_TABLE_FORMAT_SGI = 0x80D8; - public static final int GL_COLOR_TABLE_GREEN_SIZE = 0x80DB; - public static final int GL_COLOR_TABLE_GREEN_SIZE_EXT = 0x80DB; - public static final int GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB; - public static final int GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF; - public static final int GL_COLOR_TABLE_INTENSITY_SIZE_EXT = 0x80DF; - public static final int GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF; - public static final int GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE; - public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_EXT = 0x80DE; - public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE; - public static final int GL_COLOR_TABLE_RED_SIZE = 0x80DA; - public static final int GL_COLOR_TABLE_RED_SIZE_EXT = 0x80DA; - public static final int GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA; - public static final int GL_COLOR_TABLE_SCALE = 0x80D6; - public static final int GL_COLOR_TABLE_SCALE_SGI = 0x80D6; - public static final int GL_COLOR_TABLE_SGI = 0x80D0; - public static final int GL_COLOR_TABLE_SGI_80BC = 0x80BC; - public static final int GL_COLOR_TABLE_WIDTH = 0x80D9; - public static final int GL_COLOR_TABLE_WIDTH_EXT = 0x80D9; - public static final int GL_COLOR_TABLE_WIDTH_SGI = 0x80D9; - public static final int GL_COLOR_WRITEMASK = 0x0C23; - public static final int GL_COMBINE4_NV = 0x8503; - public static final int GL_COMBINER0_NV = 0x8550; - public static final int GL_COMBINER1_NV = 0x8551; - public static final int GL_COMBINER2_NV = 0x8552; - public static final int GL_COMBINER3_NV = 0x8553; - public static final int GL_COMBINER4_NV = 0x8554; - public static final int GL_COMBINER5_NV = 0x8555; - public static final int GL_COMBINER6_NV = 0x8556; - public static final int GL_COMBINER7_NV = 0x8557; - public static final int GL_COMBINER_AB_DOT_PRODUCT_NV = 0x8545; - public static final int GL_COMBINER_AB_OUTPUT_NV = 0x854A; - public static final int GL_COMBINER_BIAS_NV = 0x8549; - public static final int GL_COMBINER_CD_DOT_PRODUCT_NV = 0x8546; - public static final int GL_COMBINER_CD_OUTPUT_NV = 0x854B; - public static final int GL_COMBINER_COMPONENT_USAGE_NV = 0x8544; - public static final int GL_COMBINER_INPUT_NV = 0x8542; - public static final int GL_COMBINER_MAPPING_NV = 0x8543; - public static final int GL_COMBINER_MUX_SUM_NV = 0x8547; - public static final int GL_COMBINER_SCALE_NV = 0x8548; - public static final int GL_COMBINER_SUM_OUTPUT_NV = 0x854C; - public static final int GL_COMBINE_ALPHA_EXT = 0x8572; - public static final int GL_COMBINE_EXT = 0x8570; - public static final int GL_COMBINE_RGB_EXT = 0x8571; - public static final int GL_COMPILE = 0x1300; - public static final int GL_COMPILE_AND_EXECUTE = 0x1301; - public static final int GL_COMPRESSED_ALPHA_ARB = 0x84E9; - public static final int GL_COMPRESSED_INTENSITY_ARB = 0x84EC; - public static final int GL_COMPRESSED_LUMINANCE_ALPHA_ARB = 0x84EB; - public static final int GL_COMPRESSED_LUMINANCE_ARB = 0x84EA; - public static final int GL_COMPRESSED_RGBA_ARB = 0x84EE; - public static final int GL_COMPRESSED_RGB_ARB = 0x84ED; - public static final int GL_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A3; - public static final int GL_CONSERVE_MEMORY_HINT_PGI = 107005; - public static final int GL_CONSTANT_ALPHA = 0x8003; - public static final int GL_CONSTANT_ALPHA_EXT = 0x8003; - public static final int GL_CONSTANT_ATTENUATION = 0x1207; - public static final int GL_CONSTANT_BORDER = 0x8151; - public static final int GL_CONSTANT_COLOR = 0x8001; - public static final int GL_CONSTANT_COLOR0_NV = 0x852A; - public static final int GL_CONSTANT_COLOR1_NV = 0x852B; - public static final int GL_CONSTANT_COLOR_EXT = 0x8001; - public static final int GL_CONSTANT_EXT = 0x8576; - public static final int GL_CONVOLUTION_1D = 0x8010; - public static final int GL_CONVOLUTION_1D_EXT = 0x8010; - public static final int GL_CONVOLUTION_2D = 0x8011; - public static final int GL_CONVOLUTION_2D_EXT = 0x8011; - public static final int GL_CONVOLUTION_BORDER_COLOR = 0x8154; - public static final int GL_CONVOLUTION_BORDER_MODE = 0x8013; - public static final int GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013; - public static final int GL_CONVOLUTION_FILTER_BIAS = 0x8015; - public static final int GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015; - public static final int GL_CONVOLUTION_FILTER_SCALE = 0x8014; - public static final int GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014; - public static final int GL_CONVOLUTION_FORMAT = 0x8017; - public static final int GL_CONVOLUTION_FORMAT_EXT = 0x8017; - public static final int GL_CONVOLUTION_HEIGHT = 0x8019; - public static final int GL_CONVOLUTION_HEIGHT_EXT = 0x8019; - public static final int GL_CONVOLUTION_WIDTH = 0x8018; - public static final int GL_CONVOLUTION_WIDTH_EXT = 0x8018; - public static final int GL_COPY = 0x1503; - public static final int GL_COPY_INVERTED = 0x150C; - public static final int GL_COPY_PIXEL_TOKEN = 0x0706; - public static final int GL_CUBIC_EXT = 0x8334; - public static final int GL_CULL_FACE = 0x0B44; - public static final int GL_CULL_FACE_MODE = 0x0B45; - public static final int GL_CULL_VERTEX_EXT = 0x81AA; - public static final int GL_CULL_VERTEX_EYE_POSITION_EXT = 0x81AB; - public static final int GL_CULL_VERTEX_IBM = 0x1928A; - public static final int GL_CULL_VERTEX_OBJECT_POSITION_EXT = 0x81AC; - public static final int GL_CURRENT_BINORMAL_EXT = 0x843C; - public static final int GL_CURRENT_BIT = 0x00000001; - public static final int GL_CURRENT_COLOR = 0x0B00; - public static final int GL_CURRENT_FOG_COORDINATE_EXT = 0x8453; - public static final int GL_CURRENT_INDEX = 0x0B01; - public static final int GL_CURRENT_NORMAL = 0x0B02; - public static final int GL_CURRENT_RASTER_COLOR = 0x0B04; - public static final int GL_CURRENT_RASTER_DISTANCE = 0x0B09; - public static final int GL_CURRENT_RASTER_INDEX = 0x0B05; - public static final int GL_CURRENT_RASTER_POSITION = 0x0B07; - public static final int GL_CURRENT_RASTER_POSITION_VALID = 0x0B08; - public static final int GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06; - public static final int GL_CURRENT_SECONDARY_COLOR_EXT = 0x8459; - public static final int GL_CURRENT_TANGENT_EXT = 0x843B; - public static final int GL_CURRENT_TEXTURE_COORDS = 0x0B03; - public static final int GL_CURRENT_VERTEX_WEIGHT_EXT = 0x850B; - public static final int GL_CW = 0x0900; - public static final int GL_DECAL = 0x2101; - public static final int GL_DECR = 0x1E03; - public static final int GL_DECR_WRAP_EXT = 0x8508; - public static final int GL_DEPTH = 0x1801; - public static final int GL_DEPTH_BIAS = 0x0D1F; - public static final int GL_DEPTH_BITS = 0x0D56; - public static final int GL_DEPTH_BUFFER_BIT = 0x00000100; - public static final int GL_DEPTH_CLEAR_VALUE = 0x0B73; - public static final int GL_DEPTH_COMPONENT = 0x1902; - public static final int GL_DEPTH_COMPONENT16_SGIX = 0x81A5; - public static final int GL_DEPTH_COMPONENT24_SGIX = 0x81A6; - public static final int GL_DEPTH_COMPONENT32_SGIX = 0x81A7; - public static final int GL_DEPTH_FUNC = 0x0B74; - public static final int GL_DEPTH_RANGE = 0x0B70; - public static final int GL_DEPTH_SCALE = 0x0D1E; - public static final int GL_DEPTH_TEST = 0x0B71; - public static final int GL_DEPTH_WRITEMASK = 0x0B72; - public static final int GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096; - public static final int GL_DETAIL_TEXTURE_2D_SGIS = 0x8095; - public static final int GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A; - public static final int GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B; - public static final int GL_DIFFUSE = 0x1201; - public static final int GL_DISCARD_NV = 0x8530; - public static final int GL_DISTANCE_ATTENUATION_EXT = 0x8129; - public static final int GL_DITHER = 0x0BD0; - public static final int GL_DOMAIN = 0x0A02; - public static final int GL_DONT_CARE = 0x1100; - public static final int GL_DOUBLE = 0x140A; - public static final int GL_DOUBLEBUFFER = 0x0C32; - public static final int GL_DRAW_BUFFER = 0x0C01; - public static final int GL_DRAW_PIXEL_TOKEN = 0x0705; - public static final int GL_DST_ALPHA = 0x0304; - public static final int GL_DST_COLOR = 0x0306; - public static final int GL_DUAL_ALPHA12_SGIS = 0x8112; - public static final int GL_DUAL_ALPHA16_SGIS = 0x8113; - public static final int GL_DUAL_ALPHA4_SGIS = 0x8110; - public static final int GL_DUAL_ALPHA8_SGIS = 0x8111; - public static final int GL_DUAL_INTENSITY12_SGIS = 0x811A; - public static final int GL_DUAL_INTENSITY16_SGIS = 0x811B; - public static final int GL_DUAL_INTENSITY4_SGIS = 0x8118; - public static final int GL_DUAL_INTENSITY8_SGIS = 0x8119; - public static final int GL_DUAL_LUMINANCE12_SGIS = 0x8116; - public static final int GL_DUAL_LUMINANCE16_SGIS = 0x8117; - public static final int GL_DUAL_LUMINANCE4_SGIS = 0x8114; - public static final int GL_DUAL_LUMINANCE8_SGIS = 0x8115; - public static final int GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C; - public static final int GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D; - public static final int GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124; - public static final int GL_EDGE_FLAG = 0x0B43; - public static final int GL_EDGE_FLAG_ARRAY = 0x8079; - public static final int GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D; - public static final int GL_EDGE_FLAG_ARRAY_EXT = 0x8079; - public static final int GL_EDGE_FLAG_ARRAY_POINTER = 0x8093; - public static final int GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093; - public static final int GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C; - public static final int GL_EDGE_FLAG_ARRAY_STRIDE_EXT = 0x808C; - public static final int GL_EMBOSS_CONSTANT_NV = 0x855E; - public static final int GL_EMBOSS_LIGHT_NV = 0x855D; - public static final int GL_EMBOSS_MAP_NV = 0x855F; - public static final int GL_EMISSION = 0x1600; - public static final int GL_ENABLE_BIT = 0x00002000; - public static final int GL_EQUAL = 0x0202; - public static final int GL_EQUIV = 0x1509; - public static final int GL_EVAL_BIT = 0x00010000; - public static final int GL_EXP = 0x0800; - public static final int GL_EXP2 = 0x0801; - public static final int GL_EXPAND_NEGATE_NV = 0x8539; - public static final int GL_EXPAND_NORMAL_NV = 0x8538; - public static final int GL_EXTENSIONS = 0x1F03; - public static final int GL_EYE_LINEAR = 0x2400; - public static final int GL_EYE_PLANE = 0x2502; - public static final int GL_EYE_PLANE_ABSOLUTE_NV = 0x855C; - public static final int GL_EYE_RADIAL_NV = 0x855B; - public static final int GL_E_TIMES_F_NV = 0x8531; - public static final int GL_FASTEST = 0x1101; - public static final int GL_FEEDBACK = 0x1C01; - public static final int GL_FEEDBACK_BUFFER_POINTER = 0x0DF0; - public static final int GL_FEEDBACK_BUFFER_SIZE = 0x0DF1; - public static final int GL_FEEDBACK_BUFFER_TYPE = 0x0DF2; - public static final int GL_FILL = 0x1B02; - public static final int GL_FILTER4_SGIS = 0x8146; - public static final int GL_FLAT = 0x1D00; - public static final int GL_FLOAT = 0x1406; - public static final int GL_FOG = 0x0B60; - public static final int GL_FOG_BIT = 0x00000080; - public static final int GL_FOG_COLOR = 0x0B66; - public static final int GL_FOG_COORDINATE_ARRAY_EXT = 0x8457; - public static final int GL_FOG_COORDINATE_ARRAY_POINTER_EXT = 0x8456; - public static final int GL_FOG_COORDINATE_ARRAY_STRIDE_EXT = 0x8455; - public static final int GL_FOG_COORDINATE_ARRAY_TYPE_EXT = 0x8454; - public static final int GL_FOG_COORDINATE_EXT = 0x8451; - public static final int GL_FOG_COORDINATE_SOURCE_EXT = 0x8450; - public static final int GL_FOG_DENSITY = 0x0B62; - public static final int GL_FOG_DISTANCE_MODE_NV = 0x855A; - public static final int GL_FOG_END = 0x0B64; - public static final int GL_FOG_FUNC_POINTS_SGIS = 0x812B; - public static final int GL_FOG_FUNC_SGIS = 0x812A; - public static final int GL_FOG_HINT = 0x0C54; - public static final int GL_FOG_INDEX = 0x0B61; - public static final int GL_FOG_MODE = 0x0B65; - public static final int GL_FOG_OFFSET_SGIX = 0x8198; - public static final int GL_FOG_OFFSET_VALUE_SGIX = 0x8199; - public static final int GL_FOG_SPECULAR_TEXTURE_WIN = 0x80EC; - public static final int GL_FOG_START = 0x0B63; - public static final int GL_FRAGMENT_COLOR_EXT = 0x834C; - public static final int GL_FRAGMENT_DEPTH_EXT = 0x8452; - public static final int GL_FRAGMENT_DEPTH_EXT_834B = 0x834B; - public static final int GL_FRAGMENT_MATERIAL_EXT = 0x8349; - public static final int GL_FRAGMENT_NORMAL_EXT = 0x834A; - public static final int GL_FRAMEZOOM_FACTOR_SGIX = 0x818C; - public static final int GL_FRAMEZOOM_SGIX = 0x818B; - public static final int GL_FRONT = 0x0404; - public static final int GL_FRONT_AND_BACK = 0x0408; - public static final int GL_FRONT_FACE = 0x0B46; - public static final int GL_FRONT_LEFT = 0x0400; - public static final int GL_FRONT_RIGHT = 0x0401; - public static final int GL_FULL_STIPPLE_HINT_PGI = 107033; - public static final int GL_FUNC_ADD = 0x8006; - public static final int GL_FUNC_ADD_EXT = 0x8006; - public static final int GL_FUNC_REVERSE_SUBTRACT = 0x800B; - public static final int GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B; - public static final int GL_FUNC_SUBTRACT = 0x800A; - public static final int GL_FUNC_SUBTRACT_EXT = 0x800A; - public static final int GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192; - public static final int GL_GENERATE_MIPMAP_SGIS = 0x8191; - public static final int GL_GEQUAL = 0x0206; - public static final int GL_GLEXT_VERSION_EXT = 8; - public static final int GL_GLOBAL_ALPHA_FACTOR_SUN = 0x81DA; - public static final int GL_GLOBAL_ALPHA_SUN = 0x81D9; - public static final int GL_GREATER = 0x0204; - public static final int GL_GREEN = 0x1904; - public static final int GL_GREEN_BIAS = 0x0D19; - public static final int GL_GREEN_BITS = 0x0D53; - public static final int GL_GREEN_MAX_CLAMP_INGR = 0x8565; - public static final int GL_GREEN_MIN_CLAMP_INGR = 0x8561; - public static final int GL_GREEN_SCALE = 0x0D18; - public static final int GL_HALF_BIAS_NEGATE_NV = 0x853B; - public static final int GL_HALF_BIAS_NORMAL_NV = 0x853A; - public static final int GL_HINT_BIT = 0x00008000; - public static final int GL_HISTOGRAM = 0x8024; - public static final int GL_HISTOGRAM_ALPHA_SIZE = 0x802B; - public static final int GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B; - public static final int GL_HISTOGRAM_BLUE_SIZE = 0x802A; - public static final int GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A; - public static final int GL_HISTOGRAM_EXT = 0x8024; - public static final int GL_HISTOGRAM_FORMAT = 0x8027; - public static final int GL_HISTOGRAM_FORMAT_EXT = 0x8027; - public static final int GL_HISTOGRAM_GREEN_SIZE = 0x8029; - public static final int GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029; - public static final int GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C; - public static final int GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C; - public static final int GL_HISTOGRAM_RED_SIZE = 0x8028; - public static final int GL_HISTOGRAM_RED_SIZE_EXT = 0x8028; - public static final int GL_HISTOGRAM_SINK = 0x802D; - public static final int GL_HISTOGRAM_SINK_EXT = 0x802D; - public static final int GL_HISTOGRAM_WIDTH = 0x8026; - public static final int GL_HISTOGRAM_WIDTH_EXT = 0x8026; - public static final int GL_INCR = 0x1E02; - public static final int GL_INCR_WRAP_EXT = 0x8507; - public static final int GL_INDEX_ARRAY = 0x8077; - public static final int GL_INDEX_ARRAY_COUNT_EXT = 0x8087; - public static final int GL_INDEX_ARRAY_EXT = 0x8077; - public static final int GL_INDEX_ARRAY_POINTER = 0x8091; - public static final int GL_INDEX_ARRAY_POINTER_EXT = 0x8091; - public static final int GL_INDEX_ARRAY_STRIDE = 0x8086; - public static final int GL_INDEX_ARRAY_STRIDE_EXT = 0x8086; - public static final int GL_INDEX_ARRAY_TYPE = 0x8085; - public static final int GL_INDEX_ARRAY_TYPE_EXT = 0x8085; - public static final int GL_INDEX_BITS = 0x0D51; - public static final int GL_INDEX_CLEAR_VALUE = 0x0C20; - public static final int GL_INDEX_LOGIC_OP = 0x0BF1; - public static final int GL_INDEX_MODE = 0x0C30; - public static final int GL_INDEX_OFFSET = 0x0D13; - public static final int GL_INDEX_SHIFT = 0x0D12; - public static final int GL_INDEX_WRITEMASK = 0x0C21; - public static final int GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180; - public static final int GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181; - public static final int GL_INT = 0x1404; - public static final int GL_INTENSITY = 0x8049; - public static final int GL_INTENSITY12 = 0x804C; - public static final int GL_INTENSITY12_EXT = 0x804C; - public static final int GL_INTENSITY16 = 0x804D; - public static final int GL_INTENSITY16_EXT = 0x804D; - public static final int GL_INTENSITY4 = 0x804A; - public static final int GL_INTENSITY4_EXT = 0x804A; - public static final int GL_INTENSITY8 = 0x804B; - public static final int GL_INTENSITY8_EXT = 0x804B; - public static final int GL_INTENSITY_EXT = 0x8049; - public static final int GL_INTERLACE_READ_INGR = 0x8568; - public static final int GL_INTERLACE_SGIX = 0x8094; - public static final int GL_INTERPOLATE_EXT = 0x8575; - public static final int GL_INVALID_ENUM = 0x0500; - public static final int GL_INVALID_OPERATION = 0x0502; - public static final int GL_INVALID_VALUE = 0x0501; - public static final int GL_INVERT = 0x150A; - public static final int GL_INVERTED_SCREEN_W_REND = 0x8491; - public static final int GL_IR_INSTRUMENT1_SGIX = 0x817F; - public static final int GL_KEEP = 0x1E00; - public static final int GL_LEFT = 0x0406; - public static final int GL_LEQUAL = 0x0203; - public static final int GL_LESS = 0x0201; - public static final int GL_LIGHT0 = 0x4000; - public static final int GL_LIGHT1 = 0x4001; - public static final int GL_LIGHT2 = 0x4002; - public static final int GL_LIGHT3 = 0x4003; - public static final int GL_LIGHT4 = 0x4004; - public static final int GL_LIGHT5 = 0x4005; - public static final int GL_LIGHT6 = 0x4006; - public static final int GL_LIGHT7 = 0x4007; - public static final int GL_LIGHTING = 0x0B50; - public static final int GL_LIGHTING_BIT = 0x00000040; - public static final int GL_LIGHT_MODEL_AMBIENT = 0x0B53; - public static final int GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8; - public static final int GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8; - public static final int GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51; - public static final int GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE = 0x85B0; - public static final int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52; - public static final int GL_LINE = 0x1B01; - public static final int GL_LINEAR = 0x2601; - public static final int GL_LINEAR_ATTENUATION = 0x1208; - public static final int GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170; - public static final int GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098; - public static final int GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099; - public static final int GL_LINEAR_DETAIL_SGIS = 0x8097; - public static final int GL_LINEAR_MIPMAP_LINEAR = 0x2703; - public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701; - public static final int GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE; - public static final int GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF; - public static final int GL_LINEAR_SHARPEN_SGIS = 0x80AD; - public static final int GL_LINES = 0x0001; - public static final int GL_LINE_BIT = 0x00000004; - public static final int GL_LINE_LOOP = 0x0002; - public static final int GL_LINE_RESET_TOKEN = 0x0707; - public static final int GL_LINE_SMOOTH = 0x0B20; - public static final int GL_LINE_SMOOTH_HINT = 0x0C52; - public static final int GL_LINE_STIPPLE = 0x0B24; - public static final int GL_LINE_STIPPLE_PATTERN = 0x0B25; - public static final int GL_LINE_STIPPLE_REPEAT = 0x0B26; - public static final int GL_LINE_STRIP = 0x0003; - public static final int GL_LINE_TOKEN = 0x0702; - public static final int GL_LINE_WIDTH = 0x0B21; - public static final int GL_LINE_WIDTH_GRANULARITY = 0x0B23; - public static final int GL_LINE_WIDTH_RANGE = 0x0B22; - public static final int GL_LIST_BASE = 0x0B32; - public static final int GL_LIST_BIT = 0x00020000; - public static final int GL_LIST_INDEX = 0x0B33; - public static final int GL_LIST_MODE = 0x0B30; - public static final int GL_LIST_PRIORITY_SGIX = 0x8182; - public static final int GL_LOAD = 0x0101; - public static final int GL_LOGIC_OP = 0x0BF1; - public static final int GL_LOGIC_OP_MODE = 0x0BF0; - public static final int GL_LUMINANCE = 0x1909; - public static final int GL_LUMINANCE12 = 0x8041; - public static final int GL_LUMINANCE12_ALPHA12 = 0x8047; - public static final int GL_LUMINANCE12_ALPHA12_EXT = 0x8047; - public static final int GL_LUMINANCE12_ALPHA4 = 0x8046; - public static final int GL_LUMINANCE12_ALPHA4_EXT = 0x8046; - public static final int GL_LUMINANCE12_EXT = 0x8041; - public static final int GL_LUMINANCE16 = 0x8042; - public static final int GL_LUMINANCE16_ALPHA16 = 0x8048; - public static final int GL_LUMINANCE16_ALPHA16_EXT = 0x8048; - public static final int GL_LUMINANCE16_EXT = 0x8042; - public static final int GL_LUMINANCE4 = 0x803F; - public static final int GL_LUMINANCE4_ALPHA4 = 0x8043; - public static final int GL_LUMINANCE4_ALPHA4_EXT = 0x8043; - public static final int GL_LUMINANCE4_EXT = 0x803F; - public static final int GL_LUMINANCE6_ALPHA2 = 0x8044; - public static final int GL_LUMINANCE6_ALPHA2_EXT = 0x8044; - public static final int GL_LUMINANCE8 = 0x8040; - public static final int GL_LUMINANCE8_ALPHA8 = 0x8045; - public static final int GL_LUMINANCE8_ALPHA8_EXT = 0x8045; - public static final int GL_LUMINANCE8_EXT = 0x8040; - public static final int GL_LUMINANCE_ALPHA = 0x190A; - public static final int GL_MAP1_BINORMAL_EXT = 0x8446; - public static final int GL_MAP1_COLOR_4 = 0x0D90; - public static final int GL_MAP1_GRID_DOMAIN = 0x0DD0; - public static final int GL_MAP1_GRID_SEGMENTS = 0x0DD1; - public static final int GL_MAP1_INDEX = 0x0D91; - public static final int GL_MAP1_NORMAL = 0x0D92; - public static final int GL_MAP1_TANGENT_EXT = 0x8444; - public static final int GL_MAP1_TEXTURE_COORD_1 = 0x0D93; - public static final int GL_MAP1_TEXTURE_COORD_2 = 0x0D94; - public static final int GL_MAP1_TEXTURE_COORD_3 = 0x0D95; - public static final int GL_MAP1_TEXTURE_COORD_4 = 0x0D96; - public static final int GL_MAP1_VERTEX_3 = 0x0D97; - public static final int GL_MAP1_VERTEX_4 = 0x0D98; - public static final int GL_MAP2_BINORMAL_EXT = 0x8447; - public static final int GL_MAP2_COLOR_4 = 0x0DB0; - public static final int GL_MAP2_GRID_DOMAIN = 0x0DD2; - public static final int GL_MAP2_GRID_SEGMENTS = 0x0DD3; - public static final int GL_MAP2_INDEX = 0x0DB1; - public static final int GL_MAP2_NORMAL = 0x0DB2; - public static final int GL_MAP2_TANGENT_EXT = 0x8445; - public static final int GL_MAP2_TEXTURE_COORD_1 = 0x0DB3; - public static final int GL_MAP2_TEXTURE_COORD_2 = 0x0DB4; - public static final int GL_MAP2_TEXTURE_COORD_3 = 0x0DB5; - public static final int GL_MAP2_TEXTURE_COORD_4 = 0x0DB6; - public static final int GL_MAP2_VERTEX_3 = 0x0DB7; - public static final int GL_MAP2_VERTEX_4 = 0x0DB8; - public static final int GL_MAP_COLOR = 0x0D10; - public static final int GL_MAP_STENCIL = 0x0D11; - public static final int GL_MATRIX_MODE = 0x0BA0; - public static final int GL_MAX = 0x8008; - public static final int GL_MAX_3D_TEXTURE_SIZE = 0x8073; - public static final int GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073; - public static final int GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138; - public static final int GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35; - public static final int GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B; - public static final int GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177; - public static final int GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178; - public static final int GL_MAX_CLIP_PLANES = 0x0D32; - public static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80B3; - public static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3; - public static final int GL_MAX_CONVOLUTION_HEIGHT = 0x801B; - public static final int GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B; - public static final int GL_MAX_CONVOLUTION_WIDTH = 0x801A; - public static final int GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A; - public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT = 0x851C; - public static final int GL_MAX_ELEMENTS_INDICES = 0x80E9; - public static final int GL_MAX_ELEMENTS_INDICES_EXT = 0x80E9; - public static final int GL_MAX_ELEMENTS_VERTICES = 0x80E8; - public static final int GL_MAX_ELEMENTS_VERTICES_EXT = 0x80E8; - public static final int GL_MAX_EVAL_ORDER = 0x0D30; - public static final int GL_MAX_EXT = 0x8008; - public static final int GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C; - public static final int GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D; - public static final int GL_MAX_GENERAL_COMBINERS_NV = 0x854D; - public static final int GL_MAX_LIGHTS = 0x0D31; - public static final int GL_MAX_LIST_NESTING = 0x0B31; - public static final int GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36; - public static final int GL_MAX_NAME_STACK_DEPTH = 0x0D37; - public static final int GL_MAX_PIXEL_MAP_TABLE = 0x0D34; - public static final int GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8337; - public static final int GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38; - public static final int GL_MAX_SHININESS_NV = 0x8507; - public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8508; - public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; - public static final int GL_MAX_TEXTURE_SIZE = 0x0D33; - public static final int GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39; - public static final int GL_MAX_TEXTURE_UNITS_ARB = 0x84E2; - public static final int GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV = 0x8520; - public static final int GL_MAX_VIEWPORT_DIMS = 0x0D3A; - public static final int GL_MIN = 0x8007; - public static final int GL_MINMAX = 0x802E; - public static final int GL_MINMAX_FORMAT = 0x802F; - public static final int GL_MINMAX_SINK = 0x8030; - public static final int GL_MIN_EXT = 0x8007; - public static final int GL_MIRRORED_REPEAT_IBM = 0x8370; - public static final int GL_MODELVIEW = 0x1700; - public static final int GL_MODELVIEW0_EXT = 0x1700; - public static final int GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3; - public static final int GL_MODELVIEW1_EXT = 0x850A; - public static final int GL_MODELVIEW1_STACK_DEPTH_EXT = 0x8502; - public static final int GL_MODELVIEW_MATRIX = 0x0BA6; - public static final int GL_MODELVIEW_STACK_DEPTH = 0x0BA3; - public static final int GL_MODULATE = 0x2100; - public static final int GL_MULT = 0x0103; - public static final int GL_MULTISAMPLE_ARBfunda = 0x809D; - public static final int GL_MULTISAMPLE_BIT_ARB = 0x20000000; - public static final int GL_MULTISAMPLE_BIT_EXT = 0x20000000; - public static final int GL_MULTISAMPLE_SGIS = 0x809D; - public static final int GL_N3F_V3F = 0x2A25; - public static final int GL_NAME_STACK_DEPTH = 0x0D70; - public static final int GL_NAND = 0x150E; - public static final int GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 107011; - public static final int GL_NATIVE_GRAPHICS_END_HINT_PGI = 107012; - public static final int GL_NATIVE_GRAPHICS_HANDLE_PGI = 107010; - public static final int GL_NEAREST = 0x2600; - public static final int GL_NEAREST_MIPMAP_LINEAR = 0x2702; - public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700; - public static final int GL_NEVER = 0x0200; - public static final int GL_NICEST = 0x1102; - public static final int GL_NONE = 0x0; - public static final int GL_NOOP = 0x1505; - public static final int GL_NOR = 0x1508; - public static final int GL_NORMALIZE = 0x0BA1; - public static final int GL_NORMAL_ARRAY = 0x8075; - public static final int GL_NORMAL_ARRAY_COUNT_EXT = 0x8080; - public static final int GL_NORMAL_ARRAY_EXT = 0x8075; - public static final int GL_NORMAL_ARRAY_POINTER = 0x808F; - public static final int GL_NORMAL_ARRAY_POINTER_EXT = 0x808F; - public static final int GL_NORMAL_ARRAY_STRIDE = 0x807F; - public static final int GL_NORMAL_ARRAY_STRIDE_EXT = 0x807F; - public static final int GL_NORMAL_ARRAY_TYPE = 0x807E; - public static final int GL_NORMAL_ARRAY_TYPE_EXT = 0x807E; - public static final int GL_NORMAL_MAP_EXT = 0x8511; - public static final int GL_NORMAL_MAP_NV = 0x8511; - public static final int GL_NOTEQUAL = 0x0205; - public static final int GL_NO_ERROR = 0x0; - public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A2; - public static final int GL_NUM_GENERAL_COMBINERS_NV = 0x854E; - public static final int GL_OBJECT_LINEAR = 0x2401; - public static final int GL_OBJECT_PLANE = 0x2501; - public static final int GL_OCCLUSION_TEST_HP = 0x8165; - public static final int GL_OCCLUSION_TEST_RESULT_HP = 0x8166; - public static final int GL_ONE = 0x1; - public static final int GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004; - public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004; - public static final int GL_ONE_MINUS_CONSTANT_COLOR = 0x8002; - public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002; - public static final int GL_ONE_MINUS_DST_ALPHA = 0x0305; - public static final int GL_ONE_MINUS_DST_COLOR = 0x0307; - public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303; - public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301; - public static final int GL_OPERAND0_ALPHA_EXT = 0x8598; - public static final int GL_OPERAND0_RGB_EXT = 0x8590; - public static final int GL_OPERAND1_ALPHA_EXT = 0x8599; - public static final int GL_OPERAND1_RGB_EXT = 0x8591; - public static final int GL_OPERAND2_ALPHA_EXT = 0x859A; - public static final int GL_OPERAND2_RGB_EXT = 0x8592; - public static final int GL_OPERAND3_ALPHA_NV = 0x859B; - public static final int GL_OPERAND3_RGB_NV = 0x8593; - public static final int GL_OR = 0x1507; - public static final int GL_ORDER = 0x0A01; - public static final int GL_OR_INVERTED = 0x150D; - public static final int GL_OR_REVERSE = 0x150B; - public static final int GL_OUT_OF_MEMORY = 0x0505; - public static final int GL_PACK_ALIGNMENT = 0x0D05; - public static final int GL_PACK_CMYK_HINT_EXT = 0x800E; - public static final int GL_PACK_IMAGE_DEPTH_SGIS = 0x8131; - public static final int GL_PACK_IMAGE_HEIGHT = 0x806C; - public static final int GL_PACK_IMAGE_HEIGHT_EXT = 0x806C; - public static final int GL_PACK_LSB_FIRST = 0x0D01; - public static final int GL_PACK_ROW_LENGTH = 0x0D02; - public static final int GL_PACK_SKIP_IMAGES = 0x806B; - public static final int GL_PACK_SKIP_IMAGES_EXT = 0x806B; - public static final int GL_PACK_SKIP_PIXELS = 0x0D04; - public static final int GL_PACK_SKIP_ROWS = 0x0D03; - public static final int GL_PACK_SKIP_VOLUMES_SGIS = 0x8130; - public static final int GL_PACK_SWAP_BYTES = 0x0D00; - public static final int GL_PASS_THROUGH_TOKEN = 0x0700; - public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; - public static final int GL_PERTURB_EXT = 0x85AE; - public static final int GL_PHONG_HINT_WIN = 0x80EB; - public static final int GL_PHONG_WIN = 0x80EA; - public static final int GL_PIXEL_CUBIC_WEIGHT_EXT = 0x8333; - public static final int GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x1002; - public static final int GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x1001; - public static final int GL_PIXEL_GROUP_COLOR_SGIS = 0x1003; - public static final int GL_PIXEL_MAG_FILTER_EXT = 0x8331; - public static final int GL_PIXEL_MAP_A_TO_A = 0x0C79; - public static final int GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9; - public static final int GL_PIXEL_MAP_B_TO_B = 0x0C78; - public static final int GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8; - public static final int GL_PIXEL_MAP_G_TO_G = 0x0C77; - public static final int GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7; - public static final int GL_PIXEL_MAP_I_TO_A = 0x0C75; - public static final int GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5; - public static final int GL_PIXEL_MAP_I_TO_B = 0x0C74; - public static final int GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4; - public static final int GL_PIXEL_MAP_I_TO_G = 0x0C73; - public static final int GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3; - public static final int GL_PIXEL_MAP_I_TO_I = 0x0C70; - public static final int GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0; - public static final int GL_PIXEL_MAP_I_TO_R = 0x0C72; - public static final int GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2; - public static final int GL_PIXEL_MAP_R_TO_R = 0x0C76; - public static final int GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6; - public static final int GL_PIXEL_MAP_S_TO_S = 0x0C71; - public static final int GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1; - public static final int GL_PIXEL_MIN_FILTER_EXT = 0x8332; - public static final int GL_PIXEL_MODE_BIT = 0x00000020; - public static final int GL_PIXEL_TEXTURE_SGIS = 0x1000; - public static final int GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B; - public static final int GL_PIXEL_TEX_GEN_SGIX = 0x8139; - public static final int GL_PIXEL_TRANSFORM_2D_EXT = 0x8330; - public static final int GL_PIXEL_TRANSFORM_2D_MATRIX_EXT = 0x8338; - public static final int GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8336; - public static final int GL_POINT = 0x1B00; - public static final int GL_POINTS = 0x0000; - public static final int GL_POINT_BIT = 0x00000002; - public static final int GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128; - public static final int GL_POINT_SIZE = 0x0B11; - public static final int GL_POINT_SIZE_GRANULARITY = 0x0B13; - public static final int GL_POINT_SIZE_MAX_EXT = 0x8127; - public static final int GL_POINT_SIZE_MIN_EXT = 0x8126; - public static final int GL_POINT_SIZE_RANGE = 0x0B12; - public static final int GL_POINT_SMOOTH = 0x0B10; - public static final int GL_POINT_SMOOTH_HINT = 0x0C51; - public static final int GL_POINT_TOKEN = 0x0701; - public static final int GL_POLYGON = 0x0009; - public static final int GL_POLYGON_BIT = 0x00000008; - public static final int GL_POLYGON_MODE = 0x0B40; - public static final int GL_POLYGON_OFFSET_BIAS_EXT = 0x8039; - public static final int GL_POLYGON_OFFSET_EXT = 0x8037; - public static final int GL_POLYGON_OFFSET_FACTOR = 0x8038; - public static final int GL_POLYGON_OFFSET_FACTOR_EXT = 0x8038; - public static final int GL_POLYGON_OFFSET_FILL = 0x8037; - public static final int GL_POLYGON_OFFSET_LINE = 0x2A02; - public static final int GL_POLYGON_OFFSET_POINT = 0x2A01; - public static final int GL_POLYGON_OFFSET_UNITS = 0x2A00; - public static final int GL_POLYGON_SMOOTH = 0x0B41; - public static final int GL_POLYGON_SMOOTH_HINT = 0x0C53; - public static final int GL_POLYGON_STIPPLE = 0x0B42; - public static final int GL_POLYGON_STIPPLE_BIT = 0x00000010; - public static final int GL_POLYGON_TOKEN = 0x0703; - public static final int GL_POSITION = 0x1203; - public static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB; - public static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB; - public static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7; - public static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7; - public static final int GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA; - public static final int GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA; - public static final int GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6; - public static final int GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6; - public static final int GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2; - public static final int GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2; - public static final int GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9; - public static final int GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9; - public static final int GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5; - public static final int GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5; - public static final int GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8; - public static final int GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8; - public static final int GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4; - public static final int GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4; - public static final int GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023; - public static final int GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023; - public static final int GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F; - public static final int GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F; - public static final int GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022; - public static final int GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022; - public static final int GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E; - public static final int GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E; - public static final int GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1; - public static final int GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1; - public static final int GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021; - public static final int GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021; - public static final int GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D; - public static final int GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D; - public static final int GL_POST_CONVOLUTION_RED_BIAS = 0x8020; - public static final int GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020; - public static final int GL_POST_CONVOLUTION_RED_SCALE = 0x801C; - public static final int GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C; - public static final int GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B; - public static final int GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179; - public static final int GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C; - public static final int GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A; - public static final int GL_PREFER_DOUBLEBUFFER_HINT_PGI = 107000; - public static final int GL_PREVIOUS_EXT = 0x8578; - public static final int GL_PRIMARY_COLOR_EXT = 0x8577; - public static final int GL_PRIMARY_COLOR_NV = 0x852C; - public static final int GL_PROJECTION = 0x1701; - public static final int GL_PROJECTION_MATRIX = 0x0BA7; - public static final int GL_PROJECTION_STACK_DEPTH = 0x0BA4; - public static final int GL_PROXY_COLOR_TABLE = 0x80D3; - public static final int GL_PROXY_COLOR_TABLE_SGI = 0x80D3; - public static final int GL_PROXY_HISTOGRAM = 0x8025; - public static final int GL_PROXY_HISTOGRAM_EXT = 0x8025; - public static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5; - public static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5; - public static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4; - public static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4; - public static final int GL_PROXY_TEXTURE_1D = 0x8063; - public static final int GL_PROXY_TEXTURE_1D_EXT = 0x8063; - public static final int GL_PROXY_TEXTURE_2D = 0x8064; - public static final int GL_PROXY_TEXTURE_2D_EXT = 0x8064; - public static final int GL_PROXY_TEXTURE_3D = 0x8070; - public static final int GL_PROXY_TEXTURE_3D_EXT = 0x8070; - public static final int GL_PROXY_TEXTURE_4D_SGIS = 0x8135; - public static final int GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD; - public static final int GL_PROXY_TEXTURE_CUBE_MAP_EXT = 0x851B; - public static final int GL_Q = 0x2003; - public static final int GL_QUADRATIC_ATTENUATION = 0x1209; - public static final int GL_QUADS = 0x0007; - public static final int GL_QUAD_ALPHA4_SGIS = 0x811E; - public static final int GL_QUAD_ALPHA8_SGIS = 0x811F; - public static final int GL_QUAD_INTENSITY4_SGIS = 0x8122; - public static final int GL_QUAD_INTENSITY8_SGIS = 0x8123; - public static final int GL_QUAD_LUMINANCE4_SGIS0 = 0x8120; - public static final int GL_QUAD_LUMINANCE8_SGIS = 0x8121; - public static final int GL_QUAD_STRIP = 0x0008; - public static final int GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125; - public static final int GL_R = 0x2002; - public static final int GL_R1UI_C3F_V3F_SUN = 0x85C6; - public static final int GL_R1UI_C4F_N3F_V3F_SUN = 0x85C8; - public static final int GL_R1UI_C4UB_V3F_SUN = 0x85C5; - public static final int GL_R1UI_N3F_V3F_SUN = 0x85C7; - public static final int GL_R1UI_T2F_C4F_N3F_V3F_SUN = 0x85CB; - public static final int GL_R1UI_T2F_N3F_V3F_SUN = 0x85CA; - public static final int GL_R1UI_T2F_V3F_SUN = 0x85C9; - public static final int GL_R1UI_V3F_SUN = 0x85C4; - public static final int GL_R3_G3_B2 = 0x2A10; - public static final int GL_READ_BUFFER = 0x0C02; - public static final int GL_RECLAIM_MEMORY_HINT_PGI = 107006; - public static final int GL_RED = 0x1903; - public static final int GL_REDUCE = 0x8016; - public static final int GL_REDUCE_EXT = 0x8016; - public static final int GL_RED_BIAS = 0x0D15; - public static final int GL_RED_BITS = 0x0D52; - public static final int GL_RED_MAX_CLAMP_INGR = 0x8564; - public static final int GL_RED_MIN_CLAMP_INGR = 0x8560; - public static final int GL_RED_SCALE = 0x0D14; - public static final int GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E; - public static final int GL_REFERENCE_PLANE_SGIX = 0x817D; - public static final int GL_REFLECTION_MAP_EXT = 0x8512; - public static final int GL_REFLECTION_MAP_NV = 0x8512; - public static final int GL_REGISTER_COMBINERS_NV = 0x8522; - public static final int GL_RENDER = 0x1C00; - public static final int GL_RENDERER = 0x1F01; - public static final int GL_RENDER_MODE = 0x0C40; - public static final int GL_REPEAT = 0x2901; - public static final int GL_REPLACE = 0x1E01; - public static final int GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN = 0x85C3; - public static final int GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN = 0x85C2; - public static final int GL_REPLACEMENT_CODE_ARRAY_SUN = 0x85C0; - public static final int GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN = 0x85C1; - public static final int GL_REPLACEMENT_CODE_SUN = 0x81D8; - public static final int GL_REPLACE_EXT = 0x8062; - public static final int GL_REPLACE_MIDDLE_SUN = 0x02; - public static final int GL_REPLACE_OLDEST_SUN = 0x03; - public static final int GL_REPLICATE_BORDER = 0x8153; - public static final int GL_RESCALE_NORMAL = 0x803A; - public static final int GL_RESCALE_NORMAL_EXT = 0x803A; - public static final int GL_RESTART_SUN = 0x01; - public static final int GL_RETURN = 0x0102; - public static final int GL_RGB = 0x1907; - public static final int GL_RGB10 = 0x8052; - public static final int GL_RGB10_A2 = 0x8059; - public static final int GL_RGB10_A2_EXT = 0x8059; - public static final int GL_RGB10_EXT = 0x8052; - public static final int GL_RGB12 = 0x8053; - public static final int GL_RGB12_EXT = 0x8053; - public static final int GL_RGB16 = 0x8054; - public static final int GL_RGB16_EXT = 0x8054; - public static final int GL_RGB2_EXT = 0x804E; - public static final int GL_RGB4 = 0x804F; - public static final int GL_RGB4_EXT = 0x804F; - public static final int GL_RGB5 = 0x8050; - public static final int GL_RGB5_A1 = 0x8057; - public static final int GL_RGB5_A1_EXT = 0x8057; - public static final int GL_RGB5_EXT = 0x8050; - public static final int GL_RGB8 = 0x8051; - public static final int GL_RGB8_EXT = 0x8051; - public static final int GL_RGBA = 0x1908; - public static final int GL_RGBA12 = 0x805A; - public static final int GL_RGBA12_EXT = 0x805A; - public static final int GL_RGBA16 = 0x805B; - public static final int GL_RGBA16_EXT = 0x805B; - public static final int GL_RGBA2 = 0x8055; - public static final int GL_RGBA2_EXT = 0x8055; - public static final int GL_RGBA4 = 0x8056; - public static final int GL_RGBA4_EXT = 0x8056; - public static final int GL_RGBA8 = 0x8058; - public static final int GL_RGBA8_EXT = 0x8058; - public static final int GL_RGBA_MODE = 0x0C31; - public static final int GL_RGB_SCALE_EXT = 0x8573; - public static final int GL_RIGHT = 0x0407; - public static final int GL_S = 0x2000; - public static final int GL_SAMPLES_ARB = 0x80A9; - public static final int GL_SAMPLES_SGIS = 0x80A9; - public static final int GL_SAMPLE_ALPHA_TO_COVERAGE_ARB = 0x809E; - public static final int GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E; - public static final int GL_SAMPLE_ALPHA_TO_ONE_ARB = 0x809F; - public static final int GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F; - public static final int GL_SAMPLE_BUFFERS_ARB = 0x80A8; - public static final int GL_SAMPLE_BUFFERS_SGIS = 0x80A8; - public static final int GL_SAMPLE_COVERAGE_ARB = 0x80A0; - public static final int GL_SAMPLE_COVERAGE_INVERT_ARB = 0x80AB; - public static final int GL_SAMPLE_COVERAGE_VALUE_ARB = 0x80AA; - public static final int GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB; - public static final int GL_SAMPLE_MASK_SGIS = 0x80A0; - public static final int GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA; - public static final int GL_SAMPLE_MAX_PASSES_ARB = 0x84E7; - public static final int GL_SAMPLE_PASS_ARB = 0x84E8; - public static final int GL_SAMPLE_PATTERN_SGIS = 0x80AC; - public static final int GL_SCALE_BY_FOUR_NV = 0x853F; - public static final int GL_SCALE_BY_ONE_HALF_NV = 0x8540; - public static final int GL_SCALE_BY_TWO_NV = 0x853E; - public static final int GL_SCISSOR_BIT = 0x00080000; - public static final int GL_SCISSOR_BOX = 0x0C10; - public static final int GL_SCISSOR_TEST = 0x0C11; - public static final int GL_SCREEN_COORDINATES_REND = 0x8490; - public static final int GL_SECONDARY_COLOR_ARRAY_EXT = 0x845E; - public static final int GL_SECONDARY_COLOR_ARRAY_POINTER_EXT = 0x845D; - public static final int GL_SECONDARY_COLOR_ARRAY_SIZE_EXT = 0x845A; - public static final int GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT = 0x845C; - public static final int GL_SECONDARY_COLOR_ARRAY_TYPE_EXT = 0x845B; - public static final int GL_SECONDARY_COLOR_NV = 0x852D; - public static final int GL_SELECT = 0x1C02; - public static final int GL_SELECTION_BUFFER_POINTER = 0x0DF3; - public static final int GL_SELECTION_BUFFER_SIZE = 0x0DF4; - public static final int GL_SEPARABLE_2D = 0x8012; - public static final int GL_SEPARABLE_2D_EXT = 0x8012; - public static final int GL_SEPARATE_SPECULAR_COLOR = 0x81FA; - public static final int GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA; - public static final int GL_SET = 0x150F; - public static final int GL_SHADE_MODEL = 0x0B54; - public static final int GL_SHADOW_ATTENUATION_EXT = 0x834E; - public static final int GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB; - public static final int GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0; - public static final int GL_SHININESS = 0x1601; - public static final int GL_SHORT = 0x1402; - public static final int GL_SIGNED_IDENTITY_NV = 0x853C; - public static final int GL_SIGNED_NEGATE_NV = 0x853D; - public static final int GL_SINGLE_COLOR = 0x81F9; - public static final int GL_SINGLE_COLOR_EXT = 0x81F9; - public static final int GL_SMOOTH = 0x1D01; - public static final int GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23; - public static final int GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22; - public static final int GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13; - public static final int GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12; - public static final int GL_SOURCE0_ALPHA_EXT = 0x8588; - public static final int GL_SOURCE0_RGB_EXT = 0x8580; - public static final int GL_SOURCE1_ALPHA_EXT = 0x8589; - public static final int GL_SOURCE1_RGB_EXT = 0x8581; - public static final int GL_SOURCE2_ALPHA_EXT = 0x858A; - public static final int GL_SOURCE2_RGB_EXT = 0x8582; - public static final int GL_SOURCE3_ALPHA_NV = 0x858B; - public static final int GL_SOURCE3_RGB_NV = 0x8583; - public static final int GL_SPARE0_NV = 0x852E; - public static final int GL_SPARE0_PLUS_SECONDARY_COLOR_NV = 0x8532; - public static final int GL_SPARE1_NV = 0x852F; - public static final int GL_SPECULAR = 0x1202; - public static final int GL_SPHERE_MAP = 0x2402; - public static final int GL_SPOT_CUTOFF = 0x1206; - public static final int GL_SPOT_DIRECTION = 0x1204; - public static final int GL_SPOT_EXPONENT = 0x1205; - public static final int GL_SPRITE_AXIAL_SGIX = 0x814C; - public static final int GL_SPRITE_AXIS_SGIX = 0x814A; - public static final int GL_SPRITE_EYE_ALIGNED_SGIX = 0x814E; - public static final int GL_SPRITE_MODE_SGIX = 0x8149; - public static final int GL_SPRITE_OBJECT_ALIGNED_SGIX = 0x814D; - public static final int GL_SPRITE_SGIX = 0x8148; - public static final int GL_SPRITE_TRANSLATION_SGIX = 0x814B; - public static final int GL_SRC_ALPHA = 0x0302; - public static final int GL_SRC_ALPHA_SATURATE = 0x0308; - public static final int GL_SRC_COLOR = 0x0300; - public static final int GL_STACK_OVERFLOW = 0x0503; - public static final int GL_STACK_UNDERFLOW = 0x0504; - public static final int GL_STATIC_VERTEX_ARRAY_IBM = 0x19295; - public static final int GL_STENCIL = 0x1802; - public static final int GL_STENCIL_BITS = 0x0D57; - public static final int GL_STENCIL_BUFFER_BIT = 0x00000400; - public static final int GL_STENCIL_CLEAR_VALUE = 0x0B91; - public static final int GL_STENCIL_FAIL = 0x0B94; - public static final int GL_STENCIL_FUNC = 0x0B92; - public static final int GL_STENCIL_INDEX = 0x1901; - public static final int GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95; - public static final int GL_STENCIL_PASS_DEPTH_PASS = 0x0B96; - public static final int GL_STENCIL_REF = 0x0B97; - public static final int GL_STENCIL_TEST = 0x0B90; - public static final int GL_STENCIL_VALUE_MASK = 0x0B93; - public static final int GL_STENCIL_WRITEMASK = 0x0B98; - public static final int GL_STEREO = 0x0C33; - public static final int GL_STRICT_DEPTHFUNC_HINT_PGI = 107030; - public static final int GL_STRICT_LIGHTING_HINT_PGI = 107031; - public static final int GL_STRICT_SCISSOR_HINT_PGI = 107032; - public static final int GL_SUBPIXEL_BITS = 0x0D50; - public static final int GL_T = 0x2001; - public static final int GL_T2F_C3F_V3F = 0x2A2A; - public static final int GL_T2F_C4F_N3F_V3F = 0x2A2C; - public static final int GL_T2F_C4UB_V3F = 0x2A29; - public static final int GL_T2F_N3F_V3F = 0x2A2B; - public static final int GL_T2F_V3F = 0x2A27; - public static final int GL_T4F_C4F_N3F_V4F = 0x2A2D; - public static final int GL_T4F_V4F = 0x2A28; - public static final int GL_TABLE_TOO_LARGE = 0x8031; - public static final int GL_TABLE_TOO_LARGE_EXT = 0x8031; - public static final int GL_TANGENT_ARRAY_EXT = 0x8439; - public static final int GL_TANGENT_ARRAY_POINTER_EXT = 0x8442; - public static final int GL_TANGENT_ARRAY_STRIDE_EXT = 0x843F; - public static final int GL_TANGENT_ARRAY_TYPE_EXT = 0x843E; - public static final int GL_TEXTURE = 0x1702; - public static final int GL_TEXTURE0_ARB = 0x84C0; - public static final int GL_TEXTURE10_ARB = 0x84CA; - public static final int GL_TEXTURE11_ARB = 0x84CB; - public static final int GL_TEXTURE12_ARB = 0x84CC; - public static final int GL_TEXTURE13_ARB = 0x84CD; - public static final int GL_TEXTURE14_ARB = 0x84CE; - public static final int GL_TEXTURE15_ARB = 0x84CF; - public static final int GL_TEXTURE16_ARB = 0x84D0; - public static final int GL_TEXTURE17_ARB = 0x84D1; - public static final int GL_TEXTURE18_ARB = 0x84D2; - public static final int GL_TEXTURE19_ARB = 0x84D3; - public static final int GL_TEXTURE1_ARB = 0x84C1; - public static final int GL_TEXTURE20_ARB = 0x84D4; - public static final int GL_TEXTURE21_ARB = 0x84D5; - public static final int GL_TEXTURE22_ARB = 0x84D6; - public static final int GL_TEXTURE23_ARB = 0x84D7; - public static final int GL_TEXTURE24_ARB = 0x84D8; - public static final int GL_TEXTURE25_ARB = 0x84D9; - public static final int GL_TEXTURE26_ARB = 0x84DA; - public static final int GL_TEXTURE27_ARB = 0x84DB; - public static final int GL_TEXTURE28_ARB = 0x84DC; - public static final int GL_TEXTURE29_ARB = 0x84DD; - public static final int GL_TEXTURE2_ARB = 0x84C2; - public static final int GL_TEXTURE30_ARB = 0x84DE; - public static final int GL_TEXTURE31_ARB = 0x84DF; - public static final int GL_TEXTURE3_ARB = 0x84C3; - public static final int GL_TEXTURE4_ARB = 0x84C4; - public static final int GL_TEXTURE5_ARB = 0x84C5; - public static final int GL_TEXTURE6_ARB = 0x84C6; - public static final int GL_TEXTURE7_ARB = 0x84C7; - public static final int GL_TEXTURE8_ARB = 0x84C8; - public static final int GL_TEXTURE9_ARB = 0x84C9; - public static final int GL_TEXTURE_1D = 0x0DE0; - public static final int GL_TEXTURE_1D_BINDING_EXT = 0x8068; - public static final int GL_TEXTURE_2D = 0x0DE1; - public static final int GL_TEXTURE_2D_BINDING_EXT = 0x8069; - public static final int GL_TEXTURE_3D = 0x806F; - public static final int GL_TEXTURE_3D_BINDING_EXT = 0x806A; - public static final int GL_TEXTURE_3D_EXT = 0x806F; - public static final int GL_TEXTURE_4DSIZE_SGIS = 0x8136; - public static final int GL_TEXTURE_4D_BINDING_SGIS = 0x814F; - public static final int GL_TEXTURE_4D_SGIS = 0x8134; - public static final int GL_TEXTURE_ALPHA_SIZE = 0x805F; - public static final int GL_TEXTURE_ALPHA_SIZE_EXT = 0x805F; - public static final int GL_TEXTURE_APPLICATION_MODE_EXT = 0x834F; - public static final int GL_TEXTURE_BASE_LEVEL = 0x813C; - public static final int GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C; - public static final int GL_TEXTURE_BINDING_1D = 0x8068; - public static final int GL_TEXTURE_BINDING_2D = 0x8069; - public static final int GL_TEXTURE_BINDING_3D = 0x806A; - public static final int GL_TEXTURE_BINDING_CUBE_MAP_EXT = 0x8514; - public static final int GL_TEXTURE_BIT = 0x00040000; - public static final int GL_TEXTURE_BLUE_SIZE = 0x805E; - public static final int GL_TEXTURE_BLUE_SIZE_EXT = 0x805E; - public static final int GL_TEXTURE_BORDER = 0x1005; - public static final int GL_TEXTURE_BORDER_COLOR = 0x1004; - public static final int GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171; - public static final int GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176; - public static final int GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172; - public static final int GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175; - public static final int GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173; - public static final int GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174; - public static final int GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B; - public static final int GL_TEXTURE_COMPARE_SGIX = 0x819A; - public static final int GL_TEXTURE_COMPONENTS = 0x1003; - public static final int GL_TEXTURE_COMPRESSED_ARB = 0x86A1; - public static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB = 0x86A0; - public static final int GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF; - public static final int GL_TEXTURE_CONSTANT_DATA_SUNX = 0x81D6; - public static final int GL_TEXTURE_COORD_ARRAY = 0x8078; - public static final int GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B; - public static final int GL_TEXTURE_COORD_ARRAY_EXT = 0x8078; - public static final int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092; - public static final int GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092; - public static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088; - public static final int GL_TEXTURE_COORD_ARRAY_SIZE_EXT = 0x8088; - public static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A; - public static final int GL_TEXTURE_COORD_ARRAY_STRIDE_EXT = 0x808A; - public static final int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089; - public static final int GL_TEXTURE_COORD_ARRAY_TYPE_EXT = 0x8089; - public static final int GL_TEXTURE_CUBE_MAP_EXT = 0x8513; - public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT = 0x8516; - public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT = 0x8518; - public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT = 0x851A; - public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT = 0x8515; - public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT = 0x8517; - public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT = 0x8519; - public static final int GL_TEXTURE_DEPTH = 0x8071; - public static final int GL_TEXTURE_DEPTH_EXT = 0x8071; - public static final int GL_TEXTURE_ENV = 0x2300; - public static final int GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE; - public static final int GL_TEXTURE_ENV_COLOR = 0x2201; - public static final int GL_TEXTURE_ENV_MODE = 0x2200; - public static final int GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147; - public static final int GL_TEXTURE_FILTER_CONTROL_EXT = 0x8500; - public static final int GL_TEXTURE_GEN_MODE = 0x2500; - public static final int GL_TEXTURE_GEN_Q = 0x0C63; - public static final int GL_TEXTURE_GEN_R = 0x0C62; - public static final int GL_TEXTURE_GEN_S = 0x0C60; - public static final int GL_TEXTURE_GEN_T = 0x0C61; - public static final int GL_TEXTURE_GEQUAL_R_SGIX = 0x819D; - public static final int GL_TEXTURE_GREEN_SIZE = 0x805D; - public static final int GL_TEXTURE_GREEN_SIZE_EXT = 0x805D; - public static final int GL_TEXTURE_HEIGHT = 0x1001; - public static final int GL_TEXTURE_INDEX_SIZE_EXT = 0x80ED; - public static final int GL_TEXTURE_INTENSITY_SIZE = 0x8061; - public static final int GL_TEXTURE_INTENSITY_SIZE_EXT = 0x8061; - public static final int GL_TEXTURE_INTERNAL_FORMAT = 0x1003; - public static final int GL_TEXTURE_LEQUAL_R_SGIX = 0x819C; - public static final int GL_TEXTURE_LIGHT_EXT = 0x8350; - public static final int GL_TEXTURE_LOD_BIAS_EXT = 0x8501; - public static final int GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190; - public static final int GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E; - public static final int GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F; - public static final int GL_TEXTURE_LUMINANCE_SIZE = 0x8060; - public static final int GL_TEXTURE_LUMINANCE_SIZE_EXT = 0x8060; - public static final int GL_TEXTURE_MAG_FILTER = 0x2800; - public static final int GL_TEXTURE_MATERIAL_FACE_EXT = 0x8351; - public static final int GL_TEXTURE_MATERIAL_PARAMETER_EXT = 0x8352; - public static final int GL_TEXTURE_MATRIX = 0x0BA8; - public static final int GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; - public static final int GL_TEXTURE_MAX_LEVEL = 0x813D; - public static final int GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D; - public static final int GL_TEXTURE_MAX_LOD = 0x813B; - public static final int GL_TEXTURE_MAX_LOD_SGIS = 0x813B; - public static final int GL_TEXTURE_MIN_FILTER = 0x2801; - public static final int GL_TEXTURE_MIN_LOD = 0x813A; - public static final int GL_TEXTURE_MIN_LOD_SGIS = 0x813A; - public static final int GL_TEXTURE_NORMAL_EXT = 0x85AF; - public static final int GL_TEXTURE_PRIORITY = 0x8066; - public static final int GL_TEXTURE_PRIORITY_EXT = 0x8066; - public static final int GL_TEXTURE_RED_SIZE = 0x805C; - public static final int GL_TEXTURE_RED_SIZE_EXT = 0x805C; - public static final int GL_TEXTURE_RESIDENT = 0x8067; - public static final int GL_TEXTURE_RESIDENT_EXT = 0x8067; - public static final int GL_TEXTURE_STACK_DEPTH = 0x0BA5; - public static final int GL_TEXTURE_WIDTH = 0x1000; - public static final int GL_TEXTURE_WRAP_Q_SGIS = 0x8137; - public static final int GL_TEXTURE_WRAP_R = 0x8072; - public static final int GL_TEXTURE_WRAP_R_EXT = 0x8072; - public static final int GL_TEXTURE_WRAP_S = 0x2802; - public static final int GL_TEXTURE_WRAP_T = 0x2803; - public static final int GL_TRANSFORM_BIT = 0x00001000; - public static final int GL_TRANSFORM_HINT_APPLE = 0x85B1; - public static final int GL_TRANSPOSE_COLOR_MATRIX_ARB = 0x84E6; - public static final int GL_TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3; - public static final int GL_TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4; - public static final int GL_TRANSPOSE_TEXTURE_MATRIX_ARB = 0x84E5; - public static final int GL_TRIANGLES = 0x0004; - public static final int GL_TRIANGLE_FAN = 0x0006; - public static final int GL_TRIANGLE_LIST_SUN = 0x81D7; - public static final int GL_TRIANGLE_STRIP = 0x0005; - public static final int GL_UNPACK_ALIGNMENT = 0x0CF5; - public static final int GL_UNPACK_CMYK_HINT_EXT = 0x800F; - public static final int GL_UNPACK_CONSTANT_DATA_SUNX = 0x81D5; - public static final int GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133; - public static final int GL_UNPACK_IMAGE_HEIGHT = 0x806E; - public static final int GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E; - public static final int GL_UNPACK_LSB_FIRST = 0x0CF1; - public static final int GL_UNPACK_ROW_LENGTH = 0x0CF2; - public static final int GL_UNPACK_SKIP_IMAGES = 0x806D; - public static final int GL_UNPACK_SKIP_IMAGES_EXT = 0x806D; - public static final int GL_UNPACK_SKIP_PIXELS = 0x0CF4; - public static final int GL_UNPACK_SKIP_ROWS = 0x0CF3; - public static final int GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132; - public static final int GL_UNPACK_SWAP_BYTES = 0x0CF0; - public static final int GL_UNSIGNED_BYTE = 0x1401; - public static final int GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362; - public static final int GL_UNSIGNED_BYTE_3_3_2 = 0x8032; - public static final int GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032; - public static final int GL_UNSIGNED_IDENTITY_NV = 0x8536; - public static final int GL_UNSIGNED_INT = 0x1405; - public static final int GL_UNSIGNED_INT_10_10_10_2 = 0x8036; - public static final int GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036; - public static final int GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368; - public static final int GL_UNSIGNED_INT_8_8_8_8 = 0x8035; - public static final int GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035; - public static final int GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367; - public static final int GL_UNSIGNED_INVERT_NV = 0x8537; - public static final int GL_UNSIGNED_SHORT = 0x1403; - public static final int GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366; - public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; - public static final int GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033; - public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365; - public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034; - public static final int GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034; - public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; - public static final int GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364; - public static final int GL_V2F = 0x2A20; - public static final int GL_V3F = 0x2A21; - public static final int GL_VARIABLE_A_NV = 0x8523; - public static final int GL_VARIABLE_B_NV = 0x8524; - public static final int GL_VARIABLE_C_NV = 0x8525; - public static final int GL_VARIABLE_D_NV = 0x8526; - public static final int GL_VARIABLE_E_NV = 0x8527; - public static final int GL_VARIABLE_F_NV = 0x8528; - public static final int GL_VARIABLE_G_NV = 0x8529; - public static final int GL_VATERIAL_SIDE_HINT_PGI = 107052; - public static final int GL_VAT_AMBIENT_AND_DIFFUSE_BIT_PGI = 0x00200000; - public static final int GL_VAT_AMBIENT_BIT_PGI = 0x00100000; - public static final int GL_VAT_COLOR_INDEXES_BIT_PGI = 0x01000000; - public static final int GL_VAT_DIFFUSE_BIT_PGI = 0x00400000; - public static final int GL_VAT_EMISSION_BIT_PGI = 0x00800000; - public static final int GL_VAT_SHININESS_BIT_PGI = 0x02000000; - public static final int GL_VAT_SPECULAR_BIT_PGI = 0x04000000; - public static final int GL_VAX_VERTEX_HINT_PGI = 107053; - public static final int GL_VDGEFLAG_BIT_PGI = 0x00040000; - public static final int GL_VENDOR = 0x1F00; - public static final int GL_VERSION = 0x1F02; - public static final int GL_VERTEX23_BIT_PGI = 0x00000004; - public static final int GL_VERTEX4_BIT_PGI = 0x00000008; - public static final int GL_VERTEX_ARRAY = 0x8074; - public static final int GL_VERTEX_ARRAY_COUNT_EXT = 0x807D; - public static final int GL_VERTEX_ARRAY_EXT = 0x8074; - public static final int GL_VERTEX_ARRAY_POINTER = 0x808E; - public static final int GL_VERTEX_ARRAY_POINTER_EXT = 0x808E; - public static final int GL_VERTEX_ARRAY_RANGE_LENGTH_NV = 0x851E; - public static final int GL_VERTEX_ARRAY_RANGE_NV = 0x851D; - public static final int GL_VERTEX_ARRAY_RANGE_POINTER_NV = 0x8521; - public static final int GL_VERTEX_ARRAY_RANGE_VALID_NV = 0x851F; - public static final int GL_VERTEX_ARRAY_SIZE = 0x807A; - public static final int GL_VERTEX_ARRAY_SIZE_EXT = 0x807A; - public static final int GL_VERTEX_ARRAY_STRIDE = 0x807C; - public static final int GL_VERTEX_ARRAY_STRIDE_EXT = 0x807C; - public static final int GL_VERTEX_ARRAY_TYPE = 0x807B; - public static final int GL_VERTEX_ARRAY_TYPE_EXT = 0x807B; - public static final int GL_VERTEX_CONSISTENT_HINT_PGI = 107051; - public static final int GL_VERTEX_DATA_HINT_PGI = 107050; - public static final int GL_VERTEX_WEIGHTING_EXT = 0x8509; - public static final int GL_VERTEX_WEIGHT_ARRAY_EXT = 0x850C; - public static final int GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT = 0x8510; - public static final int GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT = 0x850D; - public static final int GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT = 0x850F; - public static final int GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT = 0x850E; - public static final int GL_VEXCOORD1_BIT_PGI = 0x10000000; - public static final int GL_VEXCOORD2_BIT_PGI = 0x20000000; - public static final int GL_VEXCOORD3_BIT_PGI = 0x40000000; - public static final int GL_VEXCOORD4_BIT_PGI = 0x80000000; - public static final int GL_VIEWPORT = 0x0BA2; - public static final int GL_VIEWPORT_BIT = 0x00000800; - public static final int GL_VNDEX_BIT_PGI = 0x00080000; - public static final int GL_VOLOR3_BIT_PGI = 0x00010000; - public static final int GL_VOLOR4_BIT_PGI = 0x00020000; - public static final int GL_VORMAL_BIT_PGI = 0x08000000; - public static final int GL_WIDE_LINE_HINT_PGI = 107042; - public static final int GL_WRAP_BORDER_SUN = 0x81D4; - public static final int GL_XOR = 0x1506; - public static final int GL_YCRCB_422_SGIX = 0x81BB; - public static final int GL_YCRCB_444_SGIX = 0x81BC; - public static final int GL_ZERO = 0x0; - public static final int GL_ZOOM_X = 0x0D16; - public static final int GL_ZOOM_Y = 0x0D17; -/* C2J Parser Version 2.1: Java program parsed successfully. */ + + public static final int GL_1PASS_ARB = 0x80A1; + public static final int GL_1PASS_SGIS = 0x80A1; + public static final int GL_2D = 0x0600; + public static final int GL_2PASS_0_ARB = 0x80A2; + public static final int GL_2PASS_0_SGIS = 0x80A2; + public static final int GL_2PASS_1_ARB = 0x80A3; + public static final int GL_2PASS_1_SGIS = 0x80A3; + public static final int GL_2_BYTES = 0x1407; + public static final int GL_3D = 0x0601; + public static final int GL_3D_COLOR = 0x0602; + public static final int GL_3D_COLOR_TEXTURE = 0x0603; + public static final int GL_3_BYTES = 0x1408; + public static final int GL_422_AVERAGE_EXT = 0x80CE; + public static final int GL_422_EXT = 0x80CC; + public static final int GL_422_REV_AVERAGE_EXT = 0x80CF; + public static final int GL_422_REV_EXT = 0x80CD; + public static final int GL_4D_COLOR_TEXTURE = 0x0604; + public static final int GL_4PASS_0_ARB = 0x80A4; + public static final int GL_4PASS_0_SGIS = 0x80A4; + public static final int GL_4PASS_1_ARB = 0x80A5; + public static final int GL_4PASS_1_SGIS = 0x80A5; + public static final int GL_4PASS_2_ARB = 0x80A6; + public static final int GL_4PASS_2_SGIS = 0x80A6; + public static final int GL_4PASS_3_ARB = 0x80A7; + public static final int GL_4PASS_3_SGIS = 0x80A7; + public static final int GL_4_BYTES = 0x1409; + public static final int GL_ABGR_EXT = 0x8000; + public static final int GL_ACCUM = 0x0100; + public static final int GL_ACCUM_ALPHA_BITS = 0x0D5B; + public static final int GL_ACCUM_BLUE_BITS = 0x0D5A; + public static final int GL_ACCUM_BUFFER_BIT = 0x00000200; + public static final int GL_ACCUM_CLEAR_VALUE = 0x0B80; + public static final int GL_ACCUM_GREEN_BITS = 0x0D59; + public static final int GL_ACCUM_RED_BITS = 0x0D58; + public static final int GL_ACTIVE_TEXTURE_ARB = 0x84E0; + public static final int GL_ADD = 0x0104; + public static final int GL_ADD_SIGNED_EXT = 0x8574; + public static final int GL_ALIASED_LINE_WIDTH_RANGE = 0x846E; + public static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846D; + public static final int GL_ALLOW_DRAW_FRG_HINT_PGI = 107024; + public static final int GL_ALLOW_DRAW_MEM_HINT_PGI = 107025; + public static final int GL_ALLOW_DRAW_OBJ_HINT_PGI = 107022; + public static final int GL_ALLOW_DRAW_WIN_HINT_PGI = 107023; + public static final int GL_ALL_ATTRIB_BITS = 0x000FFFFF; + public static final int GL_ALL_STATIC_DATA_IBM = 0x19294; + public static final int GL_ALPHA = 0x1906; + public static final int GL_ALPHA12 = 0x803D; + public static final int GL_ALPHA12_EXT = 0x803D; + public static final int GL_ALPHA16 = 0x803E; + public static final int GL_ALPHA16_EXT = 0x803E; + public static final int GL_ALPHA4 = 0x803B; + public static final int GL_ALPHA4_EXT = 0x803B; + public static final int GL_ALPHA8 = 0x803C; + public static final int GL_ALPHA8_EXT = 0x803C; + public static final int GL_ALPHA_BIAS = 0x0D1D; + public static final int GL_ALPHA_BITS = 0x0D55; + public static final int GL_ALPHA_MAX_CLAMP_INGR = 0x8567; + public static final int GL_ALPHA_MIN_CLAMP_INGR = 0x8563; + public static final int GL_ALPHA_SCALE = 0x0D1C; + public static final int GL_ALPHA_TEST = 0x0BC0; + public static final int GL_ALPHA_TEST_FUNC = 0x0BC1; + public static final int GL_ALPHA_TEST_REF = 0x0BC2; + public static final int GL_ALWAYS = 0x0207; + public static final int GL_ALWAYS_FAST_HINT_PGI = 107020; + public static final int GL_ALWAYS_SOFT_HINT_PGI = 107021; + public static final int GL_AMBIENT = 0x1200; + public static final int GL_AMBIENT_AND_DIFFUSE = 0x1602; + public static final int GL_AND = 0x1501; + public static final int GL_AND_INVERTED = 0x1504; + public static final int GL_AND_REVERSE = 0x1502; + public static final int GL_ARRAY_ELEMENT_LOCK_COUNT_EXT = 0x81A9; + public static final int GL_ARRAY_ELEMENT_LOCK_FIRST_EXT = 0x81A8; + public static final int GL_ATTENUATION_EXT = 0x834D; + public static final int GL_ATTRIB_STACK_DEPTH = 0x0BB0; + public static final int GL_AUTO_NORMAL = 0x0D80; + public static final int GL_AUX0 = 0x0409; + public static final int GL_AUX1 = 0x040A; + public static final int GL_AUX2 = 0x040B; + public static final int GL_AUX3 = 0x040C; + public static final int GL_AUX_BUFFERS = 0x0C00; + public static final int GL_AVERAGE_EXT = 0x8335; + public static final int GL_BACK = 0x0405; + public static final int GL_BACK_LEFT = 0x0402; + public static final int GL_BACK_NORMALS_HINT_PGI = 107043; + public static final int GL_BACK_RIGHT = 0x0403; + public static final int GL_BGR = 0x80E0; + public static final int GL_BGRA = 0x80E1; + public static final int GL_BGRA_EXT = 0x80E1; + public static final int GL_BGR_EXT = 0x80E0; + public static final int GL_BIAS_BY_NEGATIVE_ONE_HALF_NV = 0x8541; + public static final int GL_BINORMAL_ARRAY_EXT = 0x843A; + public static final int GL_BINORMAL_ARRAY_POINTER_EXT = 0x8443; + public static final int GL_BINORMAL_ARRAY_STRIDE_EXT = 0x8441; + public static final int GL_BINORMAL_ARRAY_TYPE_EXT = 0x8440; + public static final int GL_BITMAP = 0x1A00; + public static final int GL_BITMAP_TOKEN = 0x0704; + public static final int GL_BLEND = 0x0BE2; + public static final int GL_BLEND_COLOR_EXT = 0x8005; + public static final int GL_BLEND_DST = 0x0BE0; + public static final int GL_BLEND_DST_ALPHA_EXT = 0x80CA; + public static final int GL_BLEND_DST_ALPHA_INGR = 0x80CA; + public static final int GL_BLEND_DST_RGB_EXT = 0x80C8; + public static final int GL_BLEND_DST_RGB_INGR = 0x80C8; + public static final int GL_BLEND_EQUATION = 0x8009; + public static final int GL_BLEND_EQUATION_EXT = 0x8009; + public static final int GL_BLEND_SRC = 0x0BE1; + public static final int GL_BLEND_SRC_ALPHA_EXT = 0x80CB; + public static final int GL_BLEND_SRC_ALPHA_INGR = 0x80CB; + public static final int GL_BLEND_SRC_RGB_EXT = 0x80C9; + public static final int GL_BLEND_SRC_RGB_INGR = 0x80C9; + public static final int GL_BLUE = 0x1905; + public static final int GL_BLUE_BIAS = 0x0D1B; + public static final int GL_BLUE_BITS = 0x0D54; + public static final int GL_BLUE_MAX_CLAMP_INGR = 0x8566; + public static final int GL_BLUE_MIN_CLAMP_INGR = 0x8562; + public static final int GL_BLUE_SCALE = 0x0D1A; + public static final int GL_BYTE = 0x1400; + public static final int GL_C3F_V3F = 0x2A24; + public static final int GL_C4F_N3F_V3F = 0x2A26; + public static final int GL_C4UB_V2F = 0x2A22; + public static final int GL_C4UB_V3F = 0x2A23; + public static final int GL_CCW = 0x0901; + public static final int GL_CLAMP = 0x2900; + public static final int GL_CLAMP_TO_BORDER_SGIS = 0x812D; + public static final int GL_CLAMP_TO_EDGE = 0x812F; + public static final int GL_CLAMP_TO_EDGE_SGIS = 0x812F; + public static final int GL_CLEAR = 0x1500; + public static final int GL_CLIENT_ACTIVE_TEXTURE_ARB = 0x84E1; + public static final int GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF; + public static final int GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1; + public static final int GL_CLIENT_PIXEL_STORE_BIT = 0x00000001; + public static final int GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002; + public static final int GL_CLIP_FAR_HINT_PGI = 107041; + public static final int GL_CLIP_NEAR_HINT_PGI = 107040; + public static final int GL_CLIP_PLANE0 = 0x3000; + public static final int GL_CLIP_PLANE1 = 0x3001; + public static final int GL_CLIP_PLANE2 = 0x3002; + public static final int GL_CLIP_PLANE3 = 0x3003; + public static final int GL_CLIP_PLANE4 = 0x3004; + public static final int GL_CLIP_PLANE5 = 0x3005; + public static final int GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F; + public static final int GL_CMYKA_EXT = 0x800D; + public static final int GL_CMYK_EXT = 0x800C; + public static final int GL_COEFF = 0x0A00; + public static final int GL_COLOR = 0x1800; + public static final int GL_COLOR_ARRAY = 0x8076; + public static final int GL_COLOR_ARRAY_COUNT_EXT = 0x8084; + public static final int GL_COLOR_ARRAY_EXT = 0x8076; + public static final int GL_COLOR_ARRAY_POINTER = 0x8090; + public static final int GL_COLOR_ARRAY_POINTER_EXT = 0x8090; + public static final int GL_COLOR_ARRAY_SIZE = 0x8081; + public static final int GL_COLOR_ARRAY_SIZE_EXT = 0x8081; + public static final int GL_COLOR_ARRAY_STRIDE = 0x8083; + public static final int GL_COLOR_ARRAY_STRIDE_EXT = 0x8083; + public static final int GL_COLOR_ARRAY_TYPE = 0x8082; + public static final int GL_COLOR_ARRAY_TYPE_EXT = 0x8082; + public static final int GL_COLOR_BUFFER_BIT = 0x00004000; + public static final int GL_COLOR_CLEAR_VALUE = 0x0C22; + public static final int GL_COLOR_INDEX = 0x1900; + public static final int GL_COLOR_INDEX12_EXT = 0x80E6; + public static final int GL_COLOR_INDEX16_EXT = 0x80E7; + public static final int GL_COLOR_INDEX1_EXT = 0x80E2; + public static final int GL_COLOR_INDEX2_EXT = 0x80E3; + public static final int GL_COLOR_INDEX4_EXT = 0x80E4; + public static final int GL_COLOR_INDEX8_EXT = 0x80E5; + public static final int GL_COLOR_INDEXES = 0x1603; + public static final int GL_COLOR_LOGIC_OP = 0x0BF2; + public static final int GL_COLOR_MATERIAL = 0x0B57; + public static final int GL_COLOR_MATERIAL_FACE = 0x0B55; + public static final int GL_COLOR_MATERIAL_PARAMETER = 0x0B56; + public static final int GL_COLOR_MATRIX = 0x80B1; + public static final int GL_COLOR_MATRIX_SGI = 0x80B1; + public static final int GL_COLOR_MATRIX_STACK_DEPTH = 0x80B2; + public static final int GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2; + public static final int GL_COLOR_SUM_CLAMP_NV = 0x854F; + public static final int GL_COLOR_SUM_EXT = 0x8458; + public static final int GL_COLOR_TABLE = 0x80D0; + public static final int GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD; + public static final int GL_COLOR_TABLE_ALPHA_SIZE_EXT = 0x80DD; + public static final int GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD; + public static final int GL_COLOR_TABLE_BIAS = 0x80D7; + public static final int GL_COLOR_TABLE_BIAS_SGI = 0x80D7; + public static final int GL_COLOR_TABLE_BLUE_SIZE = 0x80DC; + public static final int GL_COLOR_TABLE_BLUE_SIZE_EXT = 0x80DC; + public static final int GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC; + public static final int GL_COLOR_TABLE_FORMAT = 0x80D8; + public static final int GL_COLOR_TABLE_FORMAT_EXT = 0x80D8; + public static final int GL_COLOR_TABLE_FORMAT_SGI = 0x80D8; + public static final int GL_COLOR_TABLE_GREEN_SIZE = 0x80DB; + public static final int GL_COLOR_TABLE_GREEN_SIZE_EXT = 0x80DB; + public static final int GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB; + public static final int GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF; + public static final int GL_COLOR_TABLE_INTENSITY_SIZE_EXT = 0x80DF; + public static final int GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF; + public static final int GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE; + public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_EXT = 0x80DE; + public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE; + public static final int GL_COLOR_TABLE_RED_SIZE = 0x80DA; + public static final int GL_COLOR_TABLE_RED_SIZE_EXT = 0x80DA; + public static final int GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA; + public static final int GL_COLOR_TABLE_SCALE = 0x80D6; + public static final int GL_COLOR_TABLE_SCALE_SGI = 0x80D6; + public static final int GL_COLOR_TABLE_SGI = 0x80D0; + public static final int GL_COLOR_TABLE_SGI_80BC = 0x80BC; + public static final int GL_COLOR_TABLE_WIDTH = 0x80D9; + public static final int GL_COLOR_TABLE_WIDTH_EXT = 0x80D9; + public static final int GL_COLOR_TABLE_WIDTH_SGI = 0x80D9; + public static final int GL_COLOR_WRITEMASK = 0x0C23; + public static final int GL_COMBINE4_NV = 0x8503; + public static final int GL_COMBINER0_NV = 0x8550; + public static final int GL_COMBINER1_NV = 0x8551; + public static final int GL_COMBINER2_NV = 0x8552; + public static final int GL_COMBINER3_NV = 0x8553; + public static final int GL_COMBINER4_NV = 0x8554; + public static final int GL_COMBINER5_NV = 0x8555; + public static final int GL_COMBINER6_NV = 0x8556; + public static final int GL_COMBINER7_NV = 0x8557; + public static final int GL_COMBINER_AB_DOT_PRODUCT_NV = 0x8545; + public static final int GL_COMBINER_AB_OUTPUT_NV = 0x854A; + public static final int GL_COMBINER_BIAS_NV = 0x8549; + public static final int GL_COMBINER_CD_DOT_PRODUCT_NV = 0x8546; + public static final int GL_COMBINER_CD_OUTPUT_NV = 0x854B; + public static final int GL_COMBINER_COMPONENT_USAGE_NV = 0x8544; + public static final int GL_COMBINER_INPUT_NV = 0x8542; + public static final int GL_COMBINER_MAPPING_NV = 0x8543; + public static final int GL_COMBINER_MUX_SUM_NV = 0x8547; + public static final int GL_COMBINER_SCALE_NV = 0x8548; + public static final int GL_COMBINER_SUM_OUTPUT_NV = 0x854C; + public static final int GL_COMBINE_ALPHA_EXT = 0x8572; + public static final int GL_COMBINE_EXT = 0x8570; + public static final int GL_COMBINE_RGB_EXT = 0x8571; + public static final int GL_COMPILE = 0x1300; + public static final int GL_COMPILE_AND_EXECUTE = 0x1301; + public static final int GL_COMPRESSED_ALPHA_ARB = 0x84E9; + public static final int GL_COMPRESSED_INTENSITY_ARB = 0x84EC; + public static final int GL_COMPRESSED_LUMINANCE_ALPHA_ARB = 0x84EB; + public static final int GL_COMPRESSED_LUMINANCE_ARB = 0x84EA; + public static final int GL_COMPRESSED_RGBA_ARB = 0x84EE; + public static final int GL_COMPRESSED_RGB_ARB = 0x84ED; + public static final int GL_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A3; + public static final int GL_CONSERVE_MEMORY_HINT_PGI = 107005; + public static final int GL_CONSTANT_ALPHA = 0x8003; + public static final int GL_CONSTANT_ALPHA_EXT = 0x8003; + public static final int GL_CONSTANT_ATTENUATION = 0x1207; + public static final int GL_CONSTANT_BORDER = 0x8151; + public static final int GL_CONSTANT_COLOR = 0x8001; + public static final int GL_CONSTANT_COLOR0_NV = 0x852A; + public static final int GL_CONSTANT_COLOR1_NV = 0x852B; + public static final int GL_CONSTANT_COLOR_EXT = 0x8001; + public static final int GL_CONSTANT_EXT = 0x8576; + public static final int GL_CONVOLUTION_1D = 0x8010; + public static final int GL_CONVOLUTION_1D_EXT = 0x8010; + public static final int GL_CONVOLUTION_2D = 0x8011; + public static final int GL_CONVOLUTION_2D_EXT = 0x8011; + public static final int GL_CONVOLUTION_BORDER_COLOR = 0x8154; + public static final int GL_CONVOLUTION_BORDER_MODE = 0x8013; + public static final int GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013; + public static final int GL_CONVOLUTION_FILTER_BIAS = 0x8015; + public static final int GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015; + public static final int GL_CONVOLUTION_FILTER_SCALE = 0x8014; + public static final int GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014; + public static final int GL_CONVOLUTION_FORMAT = 0x8017; + public static final int GL_CONVOLUTION_FORMAT_EXT = 0x8017; + public static final int GL_CONVOLUTION_HEIGHT = 0x8019; + public static final int GL_CONVOLUTION_HEIGHT_EXT = 0x8019; + public static final int GL_CONVOLUTION_WIDTH = 0x8018; + public static final int GL_CONVOLUTION_WIDTH_EXT = 0x8018; + public static final int GL_COPY = 0x1503; + public static final int GL_COPY_INVERTED = 0x150C; + public static final int GL_COPY_PIXEL_TOKEN = 0x0706; + public static final int GL_CUBIC_EXT = 0x8334; + public static final int GL_CULL_FACE = 0x0B44; + public static final int GL_CULL_FACE_MODE = 0x0B45; + public static final int GL_CULL_VERTEX_EXT = 0x81AA; + public static final int GL_CULL_VERTEX_EYE_POSITION_EXT = 0x81AB; + public static final int GL_CULL_VERTEX_IBM = 0x1928A; + public static final int GL_CULL_VERTEX_OBJECT_POSITION_EXT = 0x81AC; + public static final int GL_CURRENT_BINORMAL_EXT = 0x843C; + public static final int GL_CURRENT_BIT = 0x00000001; + public static final int GL_CURRENT_COLOR = 0x0B00; + public static final int GL_CURRENT_FOG_COORDINATE_EXT = 0x8453; + public static final int GL_CURRENT_INDEX = 0x0B01; + public static final int GL_CURRENT_NORMAL = 0x0B02; + public static final int GL_CURRENT_RASTER_COLOR = 0x0B04; + public static final int GL_CURRENT_RASTER_DISTANCE = 0x0B09; + public static final int GL_CURRENT_RASTER_INDEX = 0x0B05; + public static final int GL_CURRENT_RASTER_POSITION = 0x0B07; + public static final int GL_CURRENT_RASTER_POSITION_VALID = 0x0B08; + public static final int GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06; + public static final int GL_CURRENT_SECONDARY_COLOR_EXT = 0x8459; + public static final int GL_CURRENT_TANGENT_EXT = 0x843B; + public static final int GL_CURRENT_TEXTURE_COORDS = 0x0B03; + public static final int GL_CURRENT_VERTEX_WEIGHT_EXT = 0x850B; + public static final int GL_CW = 0x0900; + public static final int GL_DECAL = 0x2101; + public static final int GL_DECR = 0x1E03; + public static final int GL_DECR_WRAP_EXT = 0x8508; + public static final int GL_DEPTH = 0x1801; + public static final int GL_DEPTH_BIAS = 0x0D1F; + public static final int GL_DEPTH_BITS = 0x0D56; + public static final int GL_DEPTH_BUFFER_BIT = 0x00000100; + public static final int GL_DEPTH_CLEAR_VALUE = 0x0B73; + public static final int GL_DEPTH_COMPONENT = 0x1902; + public static final int GL_DEPTH_COMPONENT16_SGIX = 0x81A5; + public static final int GL_DEPTH_COMPONENT24_SGIX = 0x81A6; + public static final int GL_DEPTH_COMPONENT32_SGIX = 0x81A7; + public static final int GL_DEPTH_FUNC = 0x0B74; + public static final int GL_DEPTH_RANGE = 0x0B70; + public static final int GL_DEPTH_SCALE = 0x0D1E; + public static final int GL_DEPTH_TEST = 0x0B71; + public static final int GL_DEPTH_WRITEMASK = 0x0B72; + public static final int GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096; + public static final int GL_DETAIL_TEXTURE_2D_SGIS = 0x8095; + public static final int GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A; + public static final int GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B; + public static final int GL_DIFFUSE = 0x1201; + public static final int GL_DISCARD_NV = 0x8530; + public static final int GL_DISTANCE_ATTENUATION_EXT = 0x8129; + public static final int GL_DITHER = 0x0BD0; + public static final int GL_DOMAIN = 0x0A02; + public static final int GL_DONT_CARE = 0x1100; + public static final int GL_DOUBLE = 0x140A; + public static final int GL_DOUBLEBUFFER = 0x0C32; + public static final int GL_DRAW_BUFFER = 0x0C01; + public static final int GL_DRAW_PIXEL_TOKEN = 0x0705; + public static final int GL_DST_ALPHA = 0x0304; + public static final int GL_DST_COLOR = 0x0306; + public static final int GL_DUAL_ALPHA12_SGIS = 0x8112; + public static final int GL_DUAL_ALPHA16_SGIS = 0x8113; + public static final int GL_DUAL_ALPHA4_SGIS = 0x8110; + public static final int GL_DUAL_ALPHA8_SGIS = 0x8111; + public static final int GL_DUAL_INTENSITY12_SGIS = 0x811A; + public static final int GL_DUAL_INTENSITY16_SGIS = 0x811B; + public static final int GL_DUAL_INTENSITY4_SGIS = 0x8118; + public static final int GL_DUAL_INTENSITY8_SGIS = 0x8119; + public static final int GL_DUAL_LUMINANCE12_SGIS = 0x8116; + public static final int GL_DUAL_LUMINANCE16_SGIS = 0x8117; + public static final int GL_DUAL_LUMINANCE4_SGIS = 0x8114; + public static final int GL_DUAL_LUMINANCE8_SGIS = 0x8115; + public static final int GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C; + public static final int GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D; + public static final int GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124; + public static final int GL_EDGE_FLAG = 0x0B43; + public static final int GL_EDGE_FLAG_ARRAY = 0x8079; + public static final int GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D; + public static final int GL_EDGE_FLAG_ARRAY_EXT = 0x8079; + public static final int GL_EDGE_FLAG_ARRAY_POINTER = 0x8093; + public static final int GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093; + public static final int GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C; + public static final int GL_EDGE_FLAG_ARRAY_STRIDE_EXT = 0x808C; + public static final int GL_EMBOSS_CONSTANT_NV = 0x855E; + public static final int GL_EMBOSS_LIGHT_NV = 0x855D; + public static final int GL_EMBOSS_MAP_NV = 0x855F; + public static final int GL_EMISSION = 0x1600; + public static final int GL_ENABLE_BIT = 0x00002000; + public static final int GL_EQUAL = 0x0202; + public static final int GL_EQUIV = 0x1509; + public static final int GL_EVAL_BIT = 0x00010000; + public static final int GL_EXP = 0x0800; + public static final int GL_EXP2 = 0x0801; + public static final int GL_EXPAND_NEGATE_NV = 0x8539; + public static final int GL_EXPAND_NORMAL_NV = 0x8538; + public static final int GL_EXTENSIONS = 0x1F03; + public static final int GL_EYE_LINEAR = 0x2400; + public static final int GL_EYE_PLANE = 0x2502; + public static final int GL_EYE_PLANE_ABSOLUTE_NV = 0x855C; + public static final int GL_EYE_RADIAL_NV = 0x855B; + public static final int GL_E_TIMES_F_NV = 0x8531; + public static final int GL_FASTEST = 0x1101; + public static final int GL_FEEDBACK = 0x1C01; + public static final int GL_FEEDBACK_BUFFER_POINTER = 0x0DF0; + public static final int GL_FEEDBACK_BUFFER_SIZE = 0x0DF1; + public static final int GL_FEEDBACK_BUFFER_TYPE = 0x0DF2; + public static final int GL_FILL = 0x1B02; + public static final int GL_FILTER4_SGIS = 0x8146; + public static final int GL_FLAT = 0x1D00; + public static final int GL_FLOAT = 0x1406; + public static final int GL_FOG = 0x0B60; + public static final int GL_FOG_BIT = 0x00000080; + public static final int GL_FOG_COLOR = 0x0B66; + public static final int GL_FOG_COORDINATE_ARRAY_EXT = 0x8457; + public static final int GL_FOG_COORDINATE_ARRAY_POINTER_EXT = 0x8456; + public static final int GL_FOG_COORDINATE_ARRAY_STRIDE_EXT = 0x8455; + public static final int GL_FOG_COORDINATE_ARRAY_TYPE_EXT = 0x8454; + public static final int GL_FOG_COORDINATE_EXT = 0x8451; + public static final int GL_FOG_COORDINATE_SOURCE_EXT = 0x8450; + public static final int GL_FOG_DENSITY = 0x0B62; + public static final int GL_FOG_DISTANCE_MODE_NV = 0x855A; + public static final int GL_FOG_END = 0x0B64; + public static final int GL_FOG_FUNC_POINTS_SGIS = 0x812B; + public static final int GL_FOG_FUNC_SGIS = 0x812A; + public static final int GL_FOG_HINT = 0x0C54; + public static final int GL_FOG_INDEX = 0x0B61; + public static final int GL_FOG_MODE = 0x0B65; + public static final int GL_FOG_OFFSET_SGIX = 0x8198; + public static final int GL_FOG_OFFSET_VALUE_SGIX = 0x8199; + public static final int GL_FOG_SPECULAR_TEXTURE_WIN = 0x80EC; + public static final int GL_FOG_START = 0x0B63; + public static final int GL_FRAGMENT_COLOR_EXT = 0x834C; + public static final int GL_FRAGMENT_DEPTH_EXT = 0x8452; + public static final int GL_FRAGMENT_DEPTH_EXT_834B = 0x834B; + public static final int GL_FRAGMENT_MATERIAL_EXT = 0x8349; + public static final int GL_FRAGMENT_NORMAL_EXT = 0x834A; + public static final int GL_FRAMEZOOM_FACTOR_SGIX = 0x818C; + public static final int GL_FRAMEZOOM_SGIX = 0x818B; + public static final int GL_FRONT = 0x0404; + public static final int GL_FRONT_AND_BACK = 0x0408; + public static final int GL_FRONT_FACE = 0x0B46; + public static final int GL_FRONT_LEFT = 0x0400; + public static final int GL_FRONT_RIGHT = 0x0401; + public static final int GL_FULL_STIPPLE_HINT_PGI = 107033; + public static final int GL_FUNC_ADD = 0x8006; + public static final int GL_FUNC_ADD_EXT = 0x8006; + public static final int GL_FUNC_REVERSE_SUBTRACT = 0x800B; + public static final int GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B; + public static final int GL_FUNC_SUBTRACT = 0x800A; + public static final int GL_FUNC_SUBTRACT_EXT = 0x800A; + public static final int GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192; + public static final int GL_GENERATE_MIPMAP_SGIS = 0x8191; + public static final int GL_GEQUAL = 0x0206; + public static final int GL_GLEXT_VERSION_EXT = 8; + public static final int GL_GLOBAL_ALPHA_FACTOR_SUN = 0x81DA; + public static final int GL_GLOBAL_ALPHA_SUN = 0x81D9; + public static final int GL_GREATER = 0x0204; + public static final int GL_GREEN = 0x1904; + public static final int GL_GREEN_BIAS = 0x0D19; + public static final int GL_GREEN_BITS = 0x0D53; + public static final int GL_GREEN_MAX_CLAMP_INGR = 0x8565; + public static final int GL_GREEN_MIN_CLAMP_INGR = 0x8561; + public static final int GL_GREEN_SCALE = 0x0D18; + public static final int GL_HALF_BIAS_NEGATE_NV = 0x853B; + public static final int GL_HALF_BIAS_NORMAL_NV = 0x853A; + public static final int GL_HINT_BIT = 0x00008000; + public static final int GL_HISTOGRAM = 0x8024; + public static final int GL_HISTOGRAM_ALPHA_SIZE = 0x802B; + public static final int GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B; + public static final int GL_HISTOGRAM_BLUE_SIZE = 0x802A; + public static final int GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A; + public static final int GL_HISTOGRAM_EXT = 0x8024; + public static final int GL_HISTOGRAM_FORMAT = 0x8027; + public static final int GL_HISTOGRAM_FORMAT_EXT = 0x8027; + public static final int GL_HISTOGRAM_GREEN_SIZE = 0x8029; + public static final int GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029; + public static final int GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C; + public static final int GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C; + public static final int GL_HISTOGRAM_RED_SIZE = 0x8028; + public static final int GL_HISTOGRAM_RED_SIZE_EXT = 0x8028; + public static final int GL_HISTOGRAM_SINK = 0x802D; + public static final int GL_HISTOGRAM_SINK_EXT = 0x802D; + public static final int GL_HISTOGRAM_WIDTH = 0x8026; + public static final int GL_HISTOGRAM_WIDTH_EXT = 0x8026; + public static final int GL_INCR = 0x1E02; + public static final int GL_INCR_WRAP_EXT = 0x8507; + public static final int GL_INDEX_ARRAY = 0x8077; + public static final int GL_INDEX_ARRAY_COUNT_EXT = 0x8087; + public static final int GL_INDEX_ARRAY_EXT = 0x8077; + public static final int GL_INDEX_ARRAY_POINTER = 0x8091; + public static final int GL_INDEX_ARRAY_POINTER_EXT = 0x8091; + public static final int GL_INDEX_ARRAY_STRIDE = 0x8086; + public static final int GL_INDEX_ARRAY_STRIDE_EXT = 0x8086; + public static final int GL_INDEX_ARRAY_TYPE = 0x8085; + public static final int GL_INDEX_ARRAY_TYPE_EXT = 0x8085; + public static final int GL_INDEX_BITS = 0x0D51; + public static final int GL_INDEX_CLEAR_VALUE = 0x0C20; + public static final int GL_INDEX_LOGIC_OP = 0x0BF1; + public static final int GL_INDEX_MODE = 0x0C30; + public static final int GL_INDEX_OFFSET = 0x0D13; + public static final int GL_INDEX_SHIFT = 0x0D12; + public static final int GL_INDEX_WRITEMASK = 0x0C21; + public static final int GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180; + public static final int GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181; + public static final int GL_INT = 0x1404; + public static final int GL_INTENSITY = 0x8049; + public static final int GL_INTENSITY12 = 0x804C; + public static final int GL_INTENSITY12_EXT = 0x804C; + public static final int GL_INTENSITY16 = 0x804D; + public static final int GL_INTENSITY16_EXT = 0x804D; + public static final int GL_INTENSITY4 = 0x804A; + public static final int GL_INTENSITY4_EXT = 0x804A; + public static final int GL_INTENSITY8 = 0x804B; + public static final int GL_INTENSITY8_EXT = 0x804B; + public static final int GL_INTENSITY_EXT = 0x8049; + public static final int GL_INTERLACE_READ_INGR = 0x8568; + public static final int GL_INTERLACE_SGIX = 0x8094; + public static final int GL_INTERPOLATE_EXT = 0x8575; + public static final int GL_INVALID_ENUM = 0x0500; + public static final int GL_INVALID_OPERATION = 0x0502; + public static final int GL_INVALID_VALUE = 0x0501; + public static final int GL_INVERT = 0x150A; + public static final int GL_INVERTED_SCREEN_W_REND = 0x8491; + public static final int GL_IR_INSTRUMENT1_SGIX = 0x817F; + public static final int GL_KEEP = 0x1E00; + public static final int GL_LEFT = 0x0406; + public static final int GL_LEQUAL = 0x0203; + public static final int GL_LESS = 0x0201; + public static final int GL_LIGHT0 = 0x4000; + public static final int GL_LIGHT1 = 0x4001; + public static final int GL_LIGHT2 = 0x4002; + public static final int GL_LIGHT3 = 0x4003; + public static final int GL_LIGHT4 = 0x4004; + public static final int GL_LIGHT5 = 0x4005; + public static final int GL_LIGHT6 = 0x4006; + public static final int GL_LIGHT7 = 0x4007; + public static final int GL_LIGHTING = 0x0B50; + public static final int GL_LIGHTING_BIT = 0x00000040; + public static final int GL_LIGHT_MODEL_AMBIENT = 0x0B53; + public static final int GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8; + public static final int GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8; + public static final int GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51; + public static final int GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE = 0x85B0; + public static final int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52; + public static final int GL_LINE = 0x1B01; + public static final int GL_LINEAR = 0x2601; + public static final int GL_LINEAR_ATTENUATION = 0x1208; + public static final int GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170; + public static final int GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098; + public static final int GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099; + public static final int GL_LINEAR_DETAIL_SGIS = 0x8097; + public static final int GL_LINEAR_MIPMAP_LINEAR = 0x2703; + public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701; + public static final int GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE; + public static final int GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF; + public static final int GL_LINEAR_SHARPEN_SGIS = 0x80AD; + public static final int GL_LINES = 0x0001; + public static final int GL_LINE_BIT = 0x00000004; + public static final int GL_LINE_LOOP = 0x0002; + public static final int GL_LINE_RESET_TOKEN = 0x0707; + public static final int GL_LINE_SMOOTH = 0x0B20; + public static final int GL_LINE_SMOOTH_HINT = 0x0C52; + public static final int GL_LINE_STIPPLE = 0x0B24; + public static final int GL_LINE_STIPPLE_PATTERN = 0x0B25; + public static final int GL_LINE_STIPPLE_REPEAT = 0x0B26; + public static final int GL_LINE_STRIP = 0x0003; + public static final int GL_LINE_TOKEN = 0x0702; + public static final int GL_LINE_WIDTH = 0x0B21; + public static final int GL_LINE_WIDTH_GRANULARITY = 0x0B23; + public static final int GL_LINE_WIDTH_RANGE = 0x0B22; + public static final int GL_LIST_BASE = 0x0B32; + public static final int GL_LIST_BIT = 0x00020000; + public static final int GL_LIST_INDEX = 0x0B33; + public static final int GL_LIST_MODE = 0x0B30; + public static final int GL_LIST_PRIORITY_SGIX = 0x8182; + public static final int GL_LOAD = 0x0101; + public static final int GL_LOGIC_OP = 0x0BF1; + public static final int GL_LOGIC_OP_MODE = 0x0BF0; + public static final int GL_LUMINANCE = 0x1909; + public static final int GL_LUMINANCE12 = 0x8041; + public static final int GL_LUMINANCE12_ALPHA12 = 0x8047; + public static final int GL_LUMINANCE12_ALPHA12_EXT = 0x8047; + public static final int GL_LUMINANCE12_ALPHA4 = 0x8046; + public static final int GL_LUMINANCE12_ALPHA4_EXT = 0x8046; + public static final int GL_LUMINANCE12_EXT = 0x8041; + public static final int GL_LUMINANCE16 = 0x8042; + public static final int GL_LUMINANCE16_ALPHA16 = 0x8048; + public static final int GL_LUMINANCE16_ALPHA16_EXT = 0x8048; + public static final int GL_LUMINANCE16_EXT = 0x8042; + public static final int GL_LUMINANCE4 = 0x803F; + public static final int GL_LUMINANCE4_ALPHA4 = 0x8043; + public static final int GL_LUMINANCE4_ALPHA4_EXT = 0x8043; + public static final int GL_LUMINANCE4_EXT = 0x803F; + public static final int GL_LUMINANCE6_ALPHA2 = 0x8044; + public static final int GL_LUMINANCE6_ALPHA2_EXT = 0x8044; + public static final int GL_LUMINANCE8 = 0x8040; + public static final int GL_LUMINANCE8_ALPHA8 = 0x8045; + public static final int GL_LUMINANCE8_ALPHA8_EXT = 0x8045; + public static final int GL_LUMINANCE8_EXT = 0x8040; + public static final int GL_LUMINANCE_ALPHA = 0x190A; + public static final int GL_MAP1_BINORMAL_EXT = 0x8446; + public static final int GL_MAP1_COLOR_4 = 0x0D90; + public static final int GL_MAP1_GRID_DOMAIN = 0x0DD0; + public static final int GL_MAP1_GRID_SEGMENTS = 0x0DD1; + public static final int GL_MAP1_INDEX = 0x0D91; + public static final int GL_MAP1_NORMAL = 0x0D92; + public static final int GL_MAP1_TANGENT_EXT = 0x8444; + public static final int GL_MAP1_TEXTURE_COORD_1 = 0x0D93; + public static final int GL_MAP1_TEXTURE_COORD_2 = 0x0D94; + public static final int GL_MAP1_TEXTURE_COORD_3 = 0x0D95; + public static final int GL_MAP1_TEXTURE_COORD_4 = 0x0D96; + public static final int GL_MAP1_VERTEX_3 = 0x0D97; + public static final int GL_MAP1_VERTEX_4 = 0x0D98; + public static final int GL_MAP2_BINORMAL_EXT = 0x8447; + public static final int GL_MAP2_COLOR_4 = 0x0DB0; + public static final int GL_MAP2_GRID_DOMAIN = 0x0DD2; + public static final int GL_MAP2_GRID_SEGMENTS = 0x0DD3; + public static final int GL_MAP2_INDEX = 0x0DB1; + public static final int GL_MAP2_NORMAL = 0x0DB2; + public static final int GL_MAP2_TANGENT_EXT = 0x8445; + public static final int GL_MAP2_TEXTURE_COORD_1 = 0x0DB3; + public static final int GL_MAP2_TEXTURE_COORD_2 = 0x0DB4; + public static final int GL_MAP2_TEXTURE_COORD_3 = 0x0DB5; + public static final int GL_MAP2_TEXTURE_COORD_4 = 0x0DB6; + public static final int GL_MAP2_VERTEX_3 = 0x0DB7; + public static final int GL_MAP2_VERTEX_4 = 0x0DB8; + public static final int GL_MAP_COLOR = 0x0D10; + public static final int GL_MAP_STENCIL = 0x0D11; + public static final int GL_MATRIX_MODE = 0x0BA0; + public static final int GL_MAX = 0x8008; + public static final int GL_MAX_3D_TEXTURE_SIZE = 0x8073; + public static final int GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073; + public static final int GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138; + public static final int GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35; + public static final int GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B; + public static final int GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177; + public static final int GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178; + public static final int GL_MAX_CLIP_PLANES = 0x0D32; + public static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80B3; + public static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3; + public static final int GL_MAX_CONVOLUTION_HEIGHT = 0x801B; + public static final int GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B; + public static final int GL_MAX_CONVOLUTION_WIDTH = 0x801A; + public static final int GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A; + public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT = 0x851C; + public static final int GL_MAX_ELEMENTS_INDICES = 0x80E9; + public static final int GL_MAX_ELEMENTS_INDICES_EXT = 0x80E9; + public static final int GL_MAX_ELEMENTS_VERTICES = 0x80E8; + public static final int GL_MAX_ELEMENTS_VERTICES_EXT = 0x80E8; + public static final int GL_MAX_EVAL_ORDER = 0x0D30; + public static final int GL_MAX_EXT = 0x8008; + public static final int GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C; + public static final int GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D; + public static final int GL_MAX_GENERAL_COMBINERS_NV = 0x854D; + public static final int GL_MAX_LIGHTS = 0x0D31; + public static final int GL_MAX_LIST_NESTING = 0x0B31; + public static final int GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36; + public static final int GL_MAX_NAME_STACK_DEPTH = 0x0D37; + public static final int GL_MAX_PIXEL_MAP_TABLE = 0x0D34; + public static final int GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8337; + public static final int GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38; + public static final int GL_MAX_SHININESS_NV = 0x8507; + public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8508; + public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; + public static final int GL_MAX_TEXTURE_SIZE = 0x0D33; + public static final int GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39; + public static final int GL_MAX_TEXTURE_UNITS_ARB = 0x84E2; + public static final int GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV = 0x8520; + public static final int GL_MAX_VIEWPORT_DIMS = 0x0D3A; + public static final int GL_MIN = 0x8007; + public static final int GL_MINMAX = 0x802E; + public static final int GL_MINMAX_FORMAT = 0x802F; + public static final int GL_MINMAX_SINK = 0x8030; + public static final int GL_MIN_EXT = 0x8007; + public static final int GL_MIRRORED_REPEAT_IBM = 0x8370; + public static final int GL_MODELVIEW = 0x1700; + public static final int GL_MODELVIEW0_EXT = 0x1700; + public static final int GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3; + public static final int GL_MODELVIEW1_EXT = 0x850A; + public static final int GL_MODELVIEW1_STACK_DEPTH_EXT = 0x8502; + public static final int GL_MODELVIEW_MATRIX = 0x0BA6; + public static final int GL_MODELVIEW_STACK_DEPTH = 0x0BA3; + public static final int GL_MODULATE = 0x2100; + public static final int GL_MULT = 0x0103; + public static final int GL_MULTISAMPLE_ARBfunda = 0x809D; + public static final int GL_MULTISAMPLE_BIT_ARB = 0x20000000; + public static final int GL_MULTISAMPLE_BIT_EXT = 0x20000000; + public static final int GL_MULTISAMPLE_SGIS = 0x809D; + public static final int GL_N3F_V3F = 0x2A25; + public static final int GL_NAME_STACK_DEPTH = 0x0D70; + public static final int GL_NAND = 0x150E; + public static final int GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 107011; + public static final int GL_NATIVE_GRAPHICS_END_HINT_PGI = 107012; + public static final int GL_NATIVE_GRAPHICS_HANDLE_PGI = 107010; + public static final int GL_NEAREST = 0x2600; + public static final int GL_NEAREST_MIPMAP_LINEAR = 0x2702; + public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700; + public static final int GL_NEVER = 0x0200; + public static final int GL_NICEST = 0x1102; + public static final int GL_NONE = 0x0; + public static final int GL_NOOP = 0x1505; + public static final int GL_NOR = 0x1508; + public static final int GL_NORMALIZE = 0x0BA1; + public static final int GL_NORMAL_ARRAY = 0x8075; + public static final int GL_NORMAL_ARRAY_COUNT_EXT = 0x8080; + public static final int GL_NORMAL_ARRAY_EXT = 0x8075; + public static final int GL_NORMAL_ARRAY_POINTER = 0x808F; + public static final int GL_NORMAL_ARRAY_POINTER_EXT = 0x808F; + public static final int GL_NORMAL_ARRAY_STRIDE = 0x807F; + public static final int GL_NORMAL_ARRAY_STRIDE_EXT = 0x807F; + public static final int GL_NORMAL_ARRAY_TYPE = 0x807E; + public static final int GL_NORMAL_ARRAY_TYPE_EXT = 0x807E; + public static final int GL_NORMAL_MAP_EXT = 0x8511; + public static final int GL_NORMAL_MAP_NV = 0x8511; + public static final int GL_NOTEQUAL = 0x0205; + public static final int GL_NO_ERROR = 0x0; + public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A2; + public static final int GL_NUM_GENERAL_COMBINERS_NV = 0x854E; + public static final int GL_OBJECT_LINEAR = 0x2401; + public static final int GL_OBJECT_PLANE = 0x2501; + public static final int GL_OCCLUSION_TEST_HP = 0x8165; + public static final int GL_OCCLUSION_TEST_RESULT_HP = 0x8166; + public static final int GL_ONE = 0x1; + public static final int GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004; + public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004; + public static final int GL_ONE_MINUS_CONSTANT_COLOR = 0x8002; + public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002; + public static final int GL_ONE_MINUS_DST_ALPHA = 0x0305; + public static final int GL_ONE_MINUS_DST_COLOR = 0x0307; + public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303; + public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301; + public static final int GL_OPERAND0_ALPHA_EXT = 0x8598; + public static final int GL_OPERAND0_RGB_EXT = 0x8590; + public static final int GL_OPERAND1_ALPHA_EXT = 0x8599; + public static final int GL_OPERAND1_RGB_EXT = 0x8591; + public static final int GL_OPERAND2_ALPHA_EXT = 0x859A; + public static final int GL_OPERAND2_RGB_EXT = 0x8592; + public static final int GL_OPERAND3_ALPHA_NV = 0x859B; + public static final int GL_OPERAND3_RGB_NV = 0x8593; + public static final int GL_OR = 0x1507; + public static final int GL_ORDER = 0x0A01; + public static final int GL_OR_INVERTED = 0x150D; + public static final int GL_OR_REVERSE = 0x150B; + public static final int GL_OUT_OF_MEMORY = 0x0505; + public static final int GL_PACK_ALIGNMENT = 0x0D05; + public static final int GL_PACK_CMYK_HINT_EXT = 0x800E; + public static final int GL_PACK_IMAGE_DEPTH_SGIS = 0x8131; + public static final int GL_PACK_IMAGE_HEIGHT = 0x806C; + public static final int GL_PACK_IMAGE_HEIGHT_EXT = 0x806C; + public static final int GL_PACK_LSB_FIRST = 0x0D01; + public static final int GL_PACK_ROW_LENGTH = 0x0D02; + public static final int GL_PACK_SKIP_IMAGES = 0x806B; + public static final int GL_PACK_SKIP_IMAGES_EXT = 0x806B; + public static final int GL_PACK_SKIP_PIXELS = 0x0D04; + public static final int GL_PACK_SKIP_ROWS = 0x0D03; + public static final int GL_PACK_SKIP_VOLUMES_SGIS = 0x8130; + public static final int GL_PACK_SWAP_BYTES = 0x0D00; + public static final int GL_PASS_THROUGH_TOKEN = 0x0700; + public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; + public static final int GL_PERTURB_EXT = 0x85AE; + public static final int GL_PHONG_HINT_WIN = 0x80EB; + public static final int GL_PHONG_WIN = 0x80EA; + public static final int GL_PIXEL_CUBIC_WEIGHT_EXT = 0x8333; + public static final int GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x1002; + public static final int GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x1001; + public static final int GL_PIXEL_GROUP_COLOR_SGIS = 0x1003; + public static final int GL_PIXEL_MAG_FILTER_EXT = 0x8331; + public static final int GL_PIXEL_MAP_A_TO_A = 0x0C79; + public static final int GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9; + public static final int GL_PIXEL_MAP_B_TO_B = 0x0C78; + public static final int GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8; + public static final int GL_PIXEL_MAP_G_TO_G = 0x0C77; + public static final int GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7; + public static final int GL_PIXEL_MAP_I_TO_A = 0x0C75; + public static final int GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5; + public static final int GL_PIXEL_MAP_I_TO_B = 0x0C74; + public static final int GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4; + public static final int GL_PIXEL_MAP_I_TO_G = 0x0C73; + public static final int GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3; + public static final int GL_PIXEL_MAP_I_TO_I = 0x0C70; + public static final int GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0; + public static final int GL_PIXEL_MAP_I_TO_R = 0x0C72; + public static final int GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2; + public static final int GL_PIXEL_MAP_R_TO_R = 0x0C76; + public static final int GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6; + public static final int GL_PIXEL_MAP_S_TO_S = 0x0C71; + public static final int GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1; + public static final int GL_PIXEL_MIN_FILTER_EXT = 0x8332; + public static final int GL_PIXEL_MODE_BIT = 0x00000020; + public static final int GL_PIXEL_TEXTURE_SGIS = 0x1000; + public static final int GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B; + public static final int GL_PIXEL_TEX_GEN_SGIX = 0x8139; + public static final int GL_PIXEL_TRANSFORM_2D_EXT = 0x8330; + public static final int GL_PIXEL_TRANSFORM_2D_MATRIX_EXT = 0x8338; + public static final int GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8336; + public static final int GL_POINT = 0x1B00; + public static final int GL_POINTS = 0x0000; + public static final int GL_POINT_BIT = 0x00000002; + public static final int GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128; + public static final int GL_POINT_SIZE = 0x0B11; + public static final int GL_POINT_SIZE_GRANULARITY = 0x0B13; + public static final int GL_POINT_SIZE_MAX_EXT = 0x8127; + public static final int GL_POINT_SIZE_MIN_EXT = 0x8126; + public static final int GL_POINT_SIZE_RANGE = 0x0B12; + public static final int GL_POINT_SMOOTH = 0x0B10; + public static final int GL_POINT_SMOOTH_HINT = 0x0C51; + public static final int GL_POINT_TOKEN = 0x0701; + public static final int GL_POLYGON = 0x0009; + public static final int GL_POLYGON_BIT = 0x00000008; + public static final int GL_POLYGON_MODE = 0x0B40; + public static final int GL_POLYGON_OFFSET_BIAS_EXT = 0x8039; + public static final int GL_POLYGON_OFFSET_EXT = 0x8037; + public static final int GL_POLYGON_OFFSET_FACTOR = 0x8038; + public static final int GL_POLYGON_OFFSET_FACTOR_EXT = 0x8038; + public static final int GL_POLYGON_OFFSET_FILL = 0x8037; + public static final int GL_POLYGON_OFFSET_LINE = 0x2A02; + public static final int GL_POLYGON_OFFSET_POINT = 0x2A01; + public static final int GL_POLYGON_OFFSET_UNITS = 0x2A00; + public static final int GL_POLYGON_SMOOTH = 0x0B41; + public static final int GL_POLYGON_SMOOTH_HINT = 0x0C53; + public static final int GL_POLYGON_STIPPLE = 0x0B42; + public static final int GL_POLYGON_STIPPLE_BIT = 0x00000010; + public static final int GL_POLYGON_TOKEN = 0x0703; + public static final int GL_POSITION = 0x1203; + public static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB; + public static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB; + public static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7; + public static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7; + public static final int GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA; + public static final int GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA; + public static final int GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6; + public static final int GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6; + public static final int GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2; + public static final int GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2; + public static final int GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9; + public static final int GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9; + public static final int GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5; + public static final int GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5; + public static final int GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8; + public static final int GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8; + public static final int GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4; + public static final int GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4; + public static final int GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023; + public static final int GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023; + public static final int GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F; + public static final int GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F; + public static final int GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022; + public static final int GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022; + public static final int GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E; + public static final int GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E; + public static final int GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1; + public static final int GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1; + public static final int GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021; + public static final int GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021; + public static final int GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D; + public static final int GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D; + public static final int GL_POST_CONVOLUTION_RED_BIAS = 0x8020; + public static final int GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020; + public static final int GL_POST_CONVOLUTION_RED_SCALE = 0x801C; + public static final int GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C; + public static final int GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B; + public static final int GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179; + public static final int GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C; + public static final int GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A; + public static final int GL_PREFER_DOUBLEBUFFER_HINT_PGI = 107000; + public static final int GL_PREVIOUS_EXT = 0x8578; + public static final int GL_PRIMARY_COLOR_EXT = 0x8577; + public static final int GL_PRIMARY_COLOR_NV = 0x852C; + public static final int GL_PROJECTION = 0x1701; + public static final int GL_PROJECTION_MATRIX = 0x0BA7; + public static final int GL_PROJECTION_STACK_DEPTH = 0x0BA4; + public static final int GL_PROXY_COLOR_TABLE = 0x80D3; + public static final int GL_PROXY_COLOR_TABLE_SGI = 0x80D3; + public static final int GL_PROXY_HISTOGRAM = 0x8025; + public static final int GL_PROXY_HISTOGRAM_EXT = 0x8025; + public static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5; + public static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5; + public static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4; + public static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4; + public static final int GL_PROXY_TEXTURE_1D = 0x8063; + public static final int GL_PROXY_TEXTURE_1D_EXT = 0x8063; + public static final int GL_PROXY_TEXTURE_2D = 0x8064; + public static final int GL_PROXY_TEXTURE_2D_EXT = 0x8064; + public static final int GL_PROXY_TEXTURE_3D = 0x8070; + public static final int GL_PROXY_TEXTURE_3D_EXT = 0x8070; + public static final int GL_PROXY_TEXTURE_4D_SGIS = 0x8135; + public static final int GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD; + public static final int GL_PROXY_TEXTURE_CUBE_MAP_EXT = 0x851B; + public static final int GL_Q = 0x2003; + public static final int GL_QUADRATIC_ATTENUATION = 0x1209; + public static final int GL_QUADS = 0x0007; + public static final int GL_QUAD_ALPHA4_SGIS = 0x811E; + public static final int GL_QUAD_ALPHA8_SGIS = 0x811F; + public static final int GL_QUAD_INTENSITY4_SGIS = 0x8122; + public static final int GL_QUAD_INTENSITY8_SGIS = 0x8123; + public static final int GL_QUAD_LUMINANCE4_SGIS0 = 0x8120; + public static final int GL_QUAD_LUMINANCE8_SGIS = 0x8121; + public static final int GL_QUAD_STRIP = 0x0008; + public static final int GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125; + public static final int GL_R = 0x2002; + public static final int GL_R1UI_C3F_V3F_SUN = 0x85C6; + public static final int GL_R1UI_C4F_N3F_V3F_SUN = 0x85C8; + public static final int GL_R1UI_C4UB_V3F_SUN = 0x85C5; + public static final int GL_R1UI_N3F_V3F_SUN = 0x85C7; + public static final int GL_R1UI_T2F_C4F_N3F_V3F_SUN = 0x85CB; + public static final int GL_R1UI_T2F_N3F_V3F_SUN = 0x85CA; + public static final int GL_R1UI_T2F_V3F_SUN = 0x85C9; + public static final int GL_R1UI_V3F_SUN = 0x85C4; + public static final int GL_R3_G3_B2 = 0x2A10; + public static final int GL_READ_BUFFER = 0x0C02; + public static final int GL_RECLAIM_MEMORY_HINT_PGI = 107006; + public static final int GL_RED = 0x1903; + public static final int GL_REDUCE = 0x8016; + public static final int GL_REDUCE_EXT = 0x8016; + public static final int GL_RED_BIAS = 0x0D15; + public static final int GL_RED_BITS = 0x0D52; + public static final int GL_RED_MAX_CLAMP_INGR = 0x8564; + public static final int GL_RED_MIN_CLAMP_INGR = 0x8560; + public static final int GL_RED_SCALE = 0x0D14; + public static final int GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E; + public static final int GL_REFERENCE_PLANE_SGIX = 0x817D; + public static final int GL_REFLECTION_MAP_EXT = 0x8512; + public static final int GL_REFLECTION_MAP_NV = 0x8512; + public static final int GL_REGISTER_COMBINERS_NV = 0x8522; + public static final int GL_RENDER = 0x1C00; + public static final int GL_RENDERER = 0x1F01; + public static final int GL_RENDER_MODE = 0x0C40; + public static final int GL_REPEAT = 0x2901; + public static final int GL_REPLACE = 0x1E01; + public static final int GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN = 0x85C3; + public static final int GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN = 0x85C2; + public static final int GL_REPLACEMENT_CODE_ARRAY_SUN = 0x85C0; + public static final int GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN = 0x85C1; + public static final int GL_REPLACEMENT_CODE_SUN = 0x81D8; + public static final int GL_REPLACE_EXT = 0x8062; + public static final int GL_REPLACE_MIDDLE_SUN = 0x02; + public static final int GL_REPLACE_OLDEST_SUN = 0x03; + public static final int GL_REPLICATE_BORDER = 0x8153; + public static final int GL_RESCALE_NORMAL = 0x803A; + public static final int GL_RESCALE_NORMAL_EXT = 0x803A; + public static final int GL_RESTART_SUN = 0x01; + public static final int GL_RETURN = 0x0102; + public static final int GL_RGB = 0x1907; + public static final int GL_RGB10 = 0x8052; + public static final int GL_RGB10_A2 = 0x8059; + public static final int GL_RGB10_A2_EXT = 0x8059; + public static final int GL_RGB10_EXT = 0x8052; + public static final int GL_RGB12 = 0x8053; + public static final int GL_RGB12_EXT = 0x8053; + public static final int GL_RGB16 = 0x8054; + public static final int GL_RGB16_EXT = 0x8054; + public static final int GL_RGB2_EXT = 0x804E; + public static final int GL_RGB4 = 0x804F; + public static final int GL_RGB4_EXT = 0x804F; + public static final int GL_RGB5 = 0x8050; + public static final int GL_RGB5_A1 = 0x8057; + public static final int GL_RGB5_A1_EXT = 0x8057; + public static final int GL_RGB5_EXT = 0x8050; + public static final int GL_RGB8 = 0x8051; + public static final int GL_RGB8_EXT = 0x8051; + public static final int GL_RGBA = 0x1908; + public static final int GL_RGBA12 = 0x805A; + public static final int GL_RGBA12_EXT = 0x805A; + public static final int GL_RGBA16 = 0x805B; + public static final int GL_RGBA16_EXT = 0x805B; + public static final int GL_RGBA2 = 0x8055; + public static final int GL_RGBA2_EXT = 0x8055; + public static final int GL_RGBA4 = 0x8056; + public static final int GL_RGBA4_EXT = 0x8056; + public static final int GL_RGBA8 = 0x8058; + public static final int GL_RGBA8_EXT = 0x8058; + public static final int GL_RGBA_MODE = 0x0C31; + public static final int GL_RGB_SCALE_EXT = 0x8573; + public static final int GL_RIGHT = 0x0407; + public static final int GL_S = 0x2000; + public static final int GL_SAMPLES_ARB = 0x80A9; + public static final int GL_SAMPLES_SGIS = 0x80A9; + public static final int GL_SAMPLE_ALPHA_TO_COVERAGE_ARB = 0x809E; + public static final int GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E; + public static final int GL_SAMPLE_ALPHA_TO_ONE_ARB = 0x809F; + public static final int GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F; + public static final int GL_SAMPLE_BUFFERS_ARB = 0x80A8; + public static final int GL_SAMPLE_BUFFERS_SGIS = 0x80A8; + public static final int GL_SAMPLE_COVERAGE_ARB = 0x80A0; + public static final int GL_SAMPLE_COVERAGE_INVERT_ARB = 0x80AB; + public static final int GL_SAMPLE_COVERAGE_VALUE_ARB = 0x80AA; + public static final int GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB; + public static final int GL_SAMPLE_MASK_SGIS = 0x80A0; + public static final int GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA; + public static final int GL_SAMPLE_MAX_PASSES_ARB = 0x84E7; + public static final int GL_SAMPLE_PASS_ARB = 0x84E8; + public static final int GL_SAMPLE_PATTERN_SGIS = 0x80AC; + public static final int GL_SCALE_BY_FOUR_NV = 0x853F; + public static final int GL_SCALE_BY_ONE_HALF_NV = 0x8540; + public static final int GL_SCALE_BY_TWO_NV = 0x853E; + public static final int GL_SCISSOR_BIT = 0x00080000; + public static final int GL_SCISSOR_BOX = 0x0C10; + public static final int GL_SCISSOR_TEST = 0x0C11; + public static final int GL_SCREEN_COORDINATES_REND = 0x8490; + public static final int GL_SECONDARY_COLOR_ARRAY_EXT = 0x845E; + public static final int GL_SECONDARY_COLOR_ARRAY_POINTER_EXT = 0x845D; + public static final int GL_SECONDARY_COLOR_ARRAY_SIZE_EXT = 0x845A; + public static final int GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT = 0x845C; + public static final int GL_SECONDARY_COLOR_ARRAY_TYPE_EXT = 0x845B; + public static final int GL_SECONDARY_COLOR_NV = 0x852D; + public static final int GL_SELECT = 0x1C02; + public static final int GL_SELECTION_BUFFER_POINTER = 0x0DF3; + public static final int GL_SELECTION_BUFFER_SIZE = 0x0DF4; + public static final int GL_SEPARABLE_2D = 0x8012; + public static final int GL_SEPARABLE_2D_EXT = 0x8012; + public static final int GL_SEPARATE_SPECULAR_COLOR = 0x81FA; + public static final int GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA; + public static final int GL_SET = 0x150F; + public static final int GL_SHADE_MODEL = 0x0B54; + public static final int GL_SHADOW_ATTENUATION_EXT = 0x834E; + public static final int GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB; + public static final int GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0; + public static final int GL_SHININESS = 0x1601; + public static final int GL_SHORT = 0x1402; + public static final int GL_SIGNED_IDENTITY_NV = 0x853C; + public static final int GL_SIGNED_NEGATE_NV = 0x853D; + public static final int GL_SINGLE_COLOR = 0x81F9; + public static final int GL_SINGLE_COLOR_EXT = 0x81F9; + public static final int GL_SMOOTH = 0x1D01; + public static final int GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23; + public static final int GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22; + public static final int GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13; + public static final int GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12; + public static final int GL_SOURCE0_ALPHA_EXT = 0x8588; + public static final int GL_SOURCE0_RGB_EXT = 0x8580; + public static final int GL_SOURCE1_ALPHA_EXT = 0x8589; + public static final int GL_SOURCE1_RGB_EXT = 0x8581; + public static final int GL_SOURCE2_ALPHA_EXT = 0x858A; + public static final int GL_SOURCE2_RGB_EXT = 0x8582; + public static final int GL_SOURCE3_ALPHA_NV = 0x858B; + public static final int GL_SOURCE3_RGB_NV = 0x8583; + public static final int GL_SPARE0_NV = 0x852E; + public static final int GL_SPARE0_PLUS_SECONDARY_COLOR_NV = 0x8532; + public static final int GL_SPARE1_NV = 0x852F; + public static final int GL_SPECULAR = 0x1202; + public static final int GL_SPHERE_MAP = 0x2402; + public static final int GL_SPOT_CUTOFF = 0x1206; + public static final int GL_SPOT_DIRECTION = 0x1204; + public static final int GL_SPOT_EXPONENT = 0x1205; + public static final int GL_SPRITE_AXIAL_SGIX = 0x814C; + public static final int GL_SPRITE_AXIS_SGIX = 0x814A; + public static final int GL_SPRITE_EYE_ALIGNED_SGIX = 0x814E; + public static final int GL_SPRITE_MODE_SGIX = 0x8149; + public static final int GL_SPRITE_OBJECT_ALIGNED_SGIX = 0x814D; + public static final int GL_SPRITE_SGIX = 0x8148; + public static final int GL_SPRITE_TRANSLATION_SGIX = 0x814B; + public static final int GL_SRC_ALPHA = 0x0302; + public static final int GL_SRC_ALPHA_SATURATE = 0x0308; + public static final int GL_SRC_COLOR = 0x0300; + public static final int GL_STACK_OVERFLOW = 0x0503; + public static final int GL_STACK_UNDERFLOW = 0x0504; + public static final int GL_STATIC_VERTEX_ARRAY_IBM = 0x19295; + public static final int GL_STENCIL = 0x1802; + public static final int GL_STENCIL_BITS = 0x0D57; + public static final int GL_STENCIL_BUFFER_BIT = 0x00000400; + public static final int GL_STENCIL_CLEAR_VALUE = 0x0B91; + public static final int GL_STENCIL_FAIL = 0x0B94; + public static final int GL_STENCIL_FUNC = 0x0B92; + public static final int GL_STENCIL_INDEX = 0x1901; + public static final int GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95; + public static final int GL_STENCIL_PASS_DEPTH_PASS = 0x0B96; + public static final int GL_STENCIL_REF = 0x0B97; + public static final int GL_STENCIL_TEST = 0x0B90; + public static final int GL_STENCIL_VALUE_MASK = 0x0B93; + public static final int GL_STENCIL_WRITEMASK = 0x0B98; + public static final int GL_STEREO = 0x0C33; + public static final int GL_STRICT_DEPTHFUNC_HINT_PGI = 107030; + public static final int GL_STRICT_LIGHTING_HINT_PGI = 107031; + public static final int GL_STRICT_SCISSOR_HINT_PGI = 107032; + public static final int GL_SUBPIXEL_BITS = 0x0D50; + public static final int GL_T = 0x2001; + public static final int GL_T2F_C3F_V3F = 0x2A2A; + public static final int GL_T2F_C4F_N3F_V3F = 0x2A2C; + public static final int GL_T2F_C4UB_V3F = 0x2A29; + public static final int GL_T2F_N3F_V3F = 0x2A2B; + public static final int GL_T2F_V3F = 0x2A27; + public static final int GL_T4F_C4F_N3F_V4F = 0x2A2D; + public static final int GL_T4F_V4F = 0x2A28; + public static final int GL_TABLE_TOO_LARGE = 0x8031; + public static final int GL_TABLE_TOO_LARGE_EXT = 0x8031; + public static final int GL_TANGENT_ARRAY_EXT = 0x8439; + public static final int GL_TANGENT_ARRAY_POINTER_EXT = 0x8442; + public static final int GL_TANGENT_ARRAY_STRIDE_EXT = 0x843F; + public static final int GL_TANGENT_ARRAY_TYPE_EXT = 0x843E; + public static final int GL_TEXTURE = 0x1702; + public static final int GL_TEXTURE0_ARB = 0x84C0; + public static final int GL_TEXTURE10_ARB = 0x84CA; + public static final int GL_TEXTURE11_ARB = 0x84CB; + public static final int GL_TEXTURE12_ARB = 0x84CC; + public static final int GL_TEXTURE13_ARB = 0x84CD; + public static final int GL_TEXTURE14_ARB = 0x84CE; + public static final int GL_TEXTURE15_ARB = 0x84CF; + public static final int GL_TEXTURE16_ARB = 0x84D0; + public static final int GL_TEXTURE17_ARB = 0x84D1; + public static final int GL_TEXTURE18_ARB = 0x84D2; + public static final int GL_TEXTURE19_ARB = 0x84D3; + public static final int GL_TEXTURE1_ARB = 0x84C1; + public static final int GL_TEXTURE20_ARB = 0x84D4; + public static final int GL_TEXTURE21_ARB = 0x84D5; + public static final int GL_TEXTURE22_ARB = 0x84D6; + public static final int GL_TEXTURE23_ARB = 0x84D7; + public static final int GL_TEXTURE24_ARB = 0x84D8; + public static final int GL_TEXTURE25_ARB = 0x84D9; + public static final int GL_TEXTURE26_ARB = 0x84DA; + public static final int GL_TEXTURE27_ARB = 0x84DB; + public static final int GL_TEXTURE28_ARB = 0x84DC; + public static final int GL_TEXTURE29_ARB = 0x84DD; + public static final int GL_TEXTURE2_ARB = 0x84C2; + public static final int GL_TEXTURE30_ARB = 0x84DE; + public static final int GL_TEXTURE31_ARB = 0x84DF; + public static final int GL_TEXTURE3_ARB = 0x84C3; + public static final int GL_TEXTURE4_ARB = 0x84C4; + public static final int GL_TEXTURE5_ARB = 0x84C5; + public static final int GL_TEXTURE6_ARB = 0x84C6; + public static final int GL_TEXTURE7_ARB = 0x84C7; + public static final int GL_TEXTURE8_ARB = 0x84C8; + public static final int GL_TEXTURE9_ARB = 0x84C9; + public static final int GL_TEXTURE_1D = 0x0DE0; + public static final int GL_TEXTURE_1D_BINDING_EXT = 0x8068; + public static final int GL_TEXTURE_2D = 0x0DE1; + public static final int GL_TEXTURE_2D_BINDING_EXT = 0x8069; + public static final int GL_TEXTURE_3D = 0x806F; + public static final int GL_TEXTURE_3D_BINDING_EXT = 0x806A; + public static final int GL_TEXTURE_3D_EXT = 0x806F; + public static final int GL_TEXTURE_4DSIZE_SGIS = 0x8136; + public static final int GL_TEXTURE_4D_BINDING_SGIS = 0x814F; + public static final int GL_TEXTURE_4D_SGIS = 0x8134; + public static final int GL_TEXTURE_ALPHA_SIZE = 0x805F; + public static final int GL_TEXTURE_ALPHA_SIZE_EXT = 0x805F; + public static final int GL_TEXTURE_APPLICATION_MODE_EXT = 0x834F; + public static final int GL_TEXTURE_BASE_LEVEL = 0x813C; + public static final int GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C; + public static final int GL_TEXTURE_BINDING_1D = 0x8068; + public static final int GL_TEXTURE_BINDING_2D = 0x8069; + public static final int GL_TEXTURE_BINDING_3D = 0x806A; + public static final int GL_TEXTURE_BINDING_CUBE_MAP_EXT = 0x8514; + public static final int GL_TEXTURE_BIT = 0x00040000; + public static final int GL_TEXTURE_BLUE_SIZE = 0x805E; + public static final int GL_TEXTURE_BLUE_SIZE_EXT = 0x805E; + public static final int GL_TEXTURE_BORDER = 0x1005; + public static final int GL_TEXTURE_BORDER_COLOR = 0x1004; + public static final int GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171; + public static final int GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176; + public static final int GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172; + public static final int GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175; + public static final int GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173; + public static final int GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174; + public static final int GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B; + public static final int GL_TEXTURE_COMPARE_SGIX = 0x819A; + public static final int GL_TEXTURE_COMPONENTS = 0x1003; + public static final int GL_TEXTURE_COMPRESSED_ARB = 0x86A1; + public static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB = 0x86A0; + public static final int GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF; + public static final int GL_TEXTURE_CONSTANT_DATA_SUNX = 0x81D6; + public static final int GL_TEXTURE_COORD_ARRAY = 0x8078; + public static final int GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B; + public static final int GL_TEXTURE_COORD_ARRAY_EXT = 0x8078; + public static final int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092; + public static final int GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092; + public static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088; + public static final int GL_TEXTURE_COORD_ARRAY_SIZE_EXT = 0x8088; + public static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A; + public static final int GL_TEXTURE_COORD_ARRAY_STRIDE_EXT = 0x808A; + public static final int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089; + public static final int GL_TEXTURE_COORD_ARRAY_TYPE_EXT = 0x8089; + public static final int GL_TEXTURE_CUBE_MAP_EXT = 0x8513; + public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT = 0x8516; + public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT = 0x8518; + public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT = 0x851A; + public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT = 0x8515; + public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT = 0x8517; + public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT = 0x8519; + public static final int GL_TEXTURE_DEPTH = 0x8071; + public static final int GL_TEXTURE_DEPTH_EXT = 0x8071; + public static final int GL_TEXTURE_ENV = 0x2300; + public static final int GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE; + public static final int GL_TEXTURE_ENV_COLOR = 0x2201; + public static final int GL_TEXTURE_ENV_MODE = 0x2200; + public static final int GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147; + public static final int GL_TEXTURE_FILTER_CONTROL_EXT = 0x8500; + public static final int GL_TEXTURE_GEN_MODE = 0x2500; + public static final int GL_TEXTURE_GEN_Q = 0x0C63; + public static final int GL_TEXTURE_GEN_R = 0x0C62; + public static final int GL_TEXTURE_GEN_S = 0x0C60; + public static final int GL_TEXTURE_GEN_T = 0x0C61; + public static final int GL_TEXTURE_GEQUAL_R_SGIX = 0x819D; + public static final int GL_TEXTURE_GREEN_SIZE = 0x805D; + public static final int GL_TEXTURE_GREEN_SIZE_EXT = 0x805D; + public static final int GL_TEXTURE_HEIGHT = 0x1001; + public static final int GL_TEXTURE_INDEX_SIZE_EXT = 0x80ED; + public static final int GL_TEXTURE_INTENSITY_SIZE = 0x8061; + public static final int GL_TEXTURE_INTENSITY_SIZE_EXT = 0x8061; + public static final int GL_TEXTURE_INTERNAL_FORMAT = 0x1003; + public static final int GL_TEXTURE_LEQUAL_R_SGIX = 0x819C; + public static final int GL_TEXTURE_LIGHT_EXT = 0x8350; + public static final int GL_TEXTURE_LOD_BIAS_EXT = 0x8501; + public static final int GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190; + public static final int GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E; + public static final int GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F; + public static final int GL_TEXTURE_LUMINANCE_SIZE = 0x8060; + public static final int GL_TEXTURE_LUMINANCE_SIZE_EXT = 0x8060; + public static final int GL_TEXTURE_MAG_FILTER = 0x2800; + public static final int GL_TEXTURE_MATERIAL_FACE_EXT = 0x8351; + public static final int GL_TEXTURE_MATERIAL_PARAMETER_EXT = 0x8352; + public static final int GL_TEXTURE_MATRIX = 0x0BA8; + public static final int GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; + public static final int GL_TEXTURE_MAX_LEVEL = 0x813D; + public static final int GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D; + public static final int GL_TEXTURE_MAX_LOD = 0x813B; + public static final int GL_TEXTURE_MAX_LOD_SGIS = 0x813B; + public static final int GL_TEXTURE_MIN_FILTER = 0x2801; + public static final int GL_TEXTURE_MIN_LOD = 0x813A; + public static final int GL_TEXTURE_MIN_LOD_SGIS = 0x813A; + public static final int GL_TEXTURE_NORMAL_EXT = 0x85AF; + public static final int GL_TEXTURE_PRIORITY = 0x8066; + public static final int GL_TEXTURE_PRIORITY_EXT = 0x8066; + public static final int GL_TEXTURE_RED_SIZE = 0x805C; + public static final int GL_TEXTURE_RED_SIZE_EXT = 0x805C; + public static final int GL_TEXTURE_RESIDENT = 0x8067; + public static final int GL_TEXTURE_RESIDENT_EXT = 0x8067; + public static final int GL_TEXTURE_STACK_DEPTH = 0x0BA5; + public static final int GL_TEXTURE_WIDTH = 0x1000; + public static final int GL_TEXTURE_WRAP_Q_SGIS = 0x8137; + public static final int GL_TEXTURE_WRAP_R = 0x8072; + public static final int GL_TEXTURE_WRAP_R_EXT = 0x8072; + public static final int GL_TEXTURE_WRAP_S = 0x2802; + public static final int GL_TEXTURE_WRAP_T = 0x2803; + public static final int GL_TRANSFORM_BIT = 0x00001000; + public static final int GL_TRANSFORM_HINT_APPLE = 0x85B1; + public static final int GL_TRANSPOSE_COLOR_MATRIX_ARB = 0x84E6; + public static final int GL_TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3; + public static final int GL_TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4; + public static final int GL_TRANSPOSE_TEXTURE_MATRIX_ARB = 0x84E5; + public static final int GL_TRIANGLES = 0x0004; + public static final int GL_TRIANGLE_FAN = 0x0006; + public static final int GL_TRIANGLE_LIST_SUN = 0x81D7; + public static final int GL_TRIANGLE_STRIP = 0x0005; + public static final int GL_UNPACK_ALIGNMENT = 0x0CF5; + public static final int GL_UNPACK_CMYK_HINT_EXT = 0x800F; + public static final int GL_UNPACK_CONSTANT_DATA_SUNX = 0x81D5; + public static final int GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133; + public static final int GL_UNPACK_IMAGE_HEIGHT = 0x806E; + public static final int GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E; + public static final int GL_UNPACK_LSB_FIRST = 0x0CF1; + public static final int GL_UNPACK_ROW_LENGTH = 0x0CF2; + public static final int GL_UNPACK_SKIP_IMAGES = 0x806D; + public static final int GL_UNPACK_SKIP_IMAGES_EXT = 0x806D; + public static final int GL_UNPACK_SKIP_PIXELS = 0x0CF4; + public static final int GL_UNPACK_SKIP_ROWS = 0x0CF3; + public static final int GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132; + public static final int GL_UNPACK_SWAP_BYTES = 0x0CF0; + public static final int GL_UNSIGNED_BYTE = 0x1401; + public static final int GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362; + public static final int GL_UNSIGNED_BYTE_3_3_2 = 0x8032; + public static final int GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032; + public static final int GL_UNSIGNED_IDENTITY_NV = 0x8536; + public static final int GL_UNSIGNED_INT = 0x1405; + public static final int GL_UNSIGNED_INT_10_10_10_2 = 0x8036; + public static final int GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036; + public static final int GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368; + public static final int GL_UNSIGNED_INT_8_8_8_8 = 0x8035; + public static final int GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035; + public static final int GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367; + public static final int GL_UNSIGNED_INVERT_NV = 0x8537; + public static final int GL_UNSIGNED_SHORT = 0x1403; + public static final int GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366; + public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; + public static final int GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033; + public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365; + public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034; + public static final int GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034; + public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; + public static final int GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364; + public static final int GL_V2F = 0x2A20; + public static final int GL_V3F = 0x2A21; + public static final int GL_VARIABLE_A_NV = 0x8523; + public static final int GL_VARIABLE_B_NV = 0x8524; + public static final int GL_VARIABLE_C_NV = 0x8525; + public static final int GL_VARIABLE_D_NV = 0x8526; + public static final int GL_VARIABLE_E_NV = 0x8527; + public static final int GL_VARIABLE_F_NV = 0x8528; + public static final int GL_VARIABLE_G_NV = 0x8529; + public static final int GL_VATERIAL_SIDE_HINT_PGI = 107052; + public static final int GL_VAT_AMBIENT_AND_DIFFUSE_BIT_PGI = 0x00200000; + public static final int GL_VAT_AMBIENT_BIT_PGI = 0x00100000; + public static final int GL_VAT_COLOR_INDEXES_BIT_PGI = 0x01000000; + public static final int GL_VAT_DIFFUSE_BIT_PGI = 0x00400000; + public static final int GL_VAT_EMISSION_BIT_PGI = 0x00800000; + public static final int GL_VAT_SHININESS_BIT_PGI = 0x02000000; + public static final int GL_VAT_SPECULAR_BIT_PGI = 0x04000000; + public static final int GL_VAX_VERTEX_HINT_PGI = 107053; + public static final int GL_VDGEFLAG_BIT_PGI = 0x00040000; + public static final int GL_VENDOR = 0x1F00; + public static final int GL_VERSION = 0x1F02; + public static final int GL_VERTEX23_BIT_PGI = 0x00000004; + public static final int GL_VERTEX4_BIT_PGI = 0x00000008; + public static final int GL_VERTEX_ARRAY = 0x8074; + public static final int GL_VERTEX_ARRAY_COUNT_EXT = 0x807D; + public static final int GL_VERTEX_ARRAY_EXT = 0x8074; + public static final int GL_VERTEX_ARRAY_POINTER = 0x808E; + public static final int GL_VERTEX_ARRAY_POINTER_EXT = 0x808E; + public static final int GL_VERTEX_ARRAY_RANGE_LENGTH_NV = 0x851E; + public static final int GL_VERTEX_ARRAY_RANGE_NV = 0x851D; + public static final int GL_VERTEX_ARRAY_RANGE_POINTER_NV = 0x8521; + public static final int GL_VERTEX_ARRAY_RANGE_VALID_NV = 0x851F; + public static final int GL_VERTEX_ARRAY_SIZE = 0x807A; + public static final int GL_VERTEX_ARRAY_SIZE_EXT = 0x807A; + public static final int GL_VERTEX_ARRAY_STRIDE = 0x807C; + public static final int GL_VERTEX_ARRAY_STRIDE_EXT = 0x807C; + public static final int GL_VERTEX_ARRAY_TYPE = 0x807B; + public static final int GL_VERTEX_ARRAY_TYPE_EXT = 0x807B; + public static final int GL_VERTEX_CONSISTENT_HINT_PGI = 107051; + public static final int GL_VERTEX_DATA_HINT_PGI = 107050; + public static final int GL_VERTEX_WEIGHTING_EXT = 0x8509; + public static final int GL_VERTEX_WEIGHT_ARRAY_EXT = 0x850C; + public static final int GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT = 0x8510; + public static final int GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT = 0x850D; + public static final int GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT = 0x850F; + public static final int GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT = 0x850E; + public static final int GL_VEXCOORD1_BIT_PGI = 0x10000000; + public static final int GL_VEXCOORD2_BIT_PGI = 0x20000000; + public static final int GL_VEXCOORD3_BIT_PGI = 0x40000000; + public static final int GL_VEXCOORD4_BIT_PGI = 0x80000000; + public static final int GL_VIEWPORT = 0x0BA2; + public static final int GL_VIEWPORT_BIT = 0x00000800; + public static final int GL_VNDEX_BIT_PGI = 0x00080000; + public static final int GL_VOLOR3_BIT_PGI = 0x00010000; + public static final int GL_VOLOR4_BIT_PGI = 0x00020000; + public static final int GL_VORMAL_BIT_PGI = 0x08000000; + public static final int GL_WIDE_LINE_HINT_PGI = 107042; + public static final int GL_WRAP_BORDER_SUN = 0x81D4; + public static final int GL_XOR = 0x1506; + public static final int GL_YCRCB_422_SGIX = 0x81BB; + public static final int GL_YCRCB_444_SGIX = 0x81BC; + public static final int GL_ZERO = 0x0; + public static final int GL_ZOOM_X = 0x0D16; + public static final int GL_ZOOM_Y = 0x0D17; +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/gl-funcnames.skel b/C2J/gl-funcnames.skel index 514913f..45a90d8 100644 --- a/C2J/gl-funcnames.skel +++ b/C2J/gl-funcnames.skel @@ -1,445 +1,445 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - - "glClearIndex", - "glClearColor", - "glClear", - "glIndexMask", - "glColorMask", - "glAlphaFunc", - "glBlendFunc", - "glLogicOp", - "glCullFace", - "glFrontFace", - "glPointSize", - "glLineWidth", - "glLineStipple", - "glPolygonMode", - "glPolygonOffset", - "glPolygonStipple", - "glGetPolygonStipple", - "glEdgeFlag", - "glEdgeFlagv", - "glScissor", - "glClipPlane", - "glGetClipPlane", - "glDrawBuffer", - "glReadBuffer", - "glEnable", - "glDisable", - "glIsEnabled", - "glEnableClientState", - "glDisableClientState", - "glGetBooleanv", - "glGetDoublev", - "glGetFloatv", - "glGetIntegerv", - "glPushAttrib", - "glPopAttrib", - "glPushClientAttrib", - "glPopClientAttrib", - "glRenderMode", - "glGetError", - "glFinish", - "glFlush", - "glHint", - "glClearDepth", - "glDepthFunc", - "glDepthMask", - "glDepthRange", - "glClearAccum", - "glAccum", - "glMatrixMode", - "glOrtho", - "glFrustum", - "glViewport", - "glPushMatrix", - "glPopMatrix", - "glLoadIdentity", - "glLoadMatrixd", - "glLoadMatrixf", - "glMultMatrixd", - "glMultMatrixf", - "glRotated", - "glRotatef", - "glScaled", - "glScalef", - "glTranslated", - "glTranslatef", - "glIsList", - "glDeleteLists", - "glGenLists", - "glNewList", - "glEndList", - "glCallList", - "glCallLists", - "glListBase", - "glBegin", - "glEnd", - "glVertex2d", - "glVertex2f", - "glVertex2i", - "glVertex2s", - "glVertex3d", - "glVertex3f", - "glVertex3i", - "glVertex3s", - "glVertex4d", - "glVertex4f", - "glVertex4i", - "glVertex4s", - "glVertex2dv", - "glVertex2fv", - "glVertex2iv", - "glVertex2sv", - "glVertex3dv", - "glVertex3fv", - "glVertex3iv", - "glVertex3sv", - "glVertex4dv", - "glVertex4fv", - "glVertex4iv", - "glVertex4sv", - "glNormal3b", - "glNormal3d", - "glNormal3f", - "glNormal3i", - "glNormal3s", - "glNormal3bv", - "glNormal3dv", - "glNormal3fv", - "glNormal3iv", - "glNormal3sv", - "glIndexd", - "glIndexf", - "glIndexi", - "glIndexs", - "glIndexub", - "glIndexdv", - "glIndexfv", - "glIndexiv", - "glIndexsv", - "glIndexubv", - "glColor3b", - "glColor3d", - "glColor3f", - "glColor3i", - "glColor3s", - "glColor3ub", - "glColor3ui", - "glColor3us", - "glColor4b", - "glColor4d", - "glColor4f", - "glColor4i", - "glColor4s", - "glColor4ub", - "glColor4ui", - "glColor4us", - "glColor3bv", - "glColor3dv", - "glColor3fv", - "glColor3iv", - "glColor3sv", - "glColor3ubv", - "glColor3uiv", - "glColor3usv", - "glColor4bv", - "glColor4dv", - "glColor4fv", - "glColor4iv", - "glColor4sv", - "glColor4ubv", - "glColor4uiv", - "glColor4usv", - "glTexCoord1d", - "glTexCoord1f", - "glTexCoord1i", - "glTexCoord1s", - "glTexCoord2d", - "glTexCoord2f", - "glTexCoord2i", - "glTexCoord2s", - "glTexCoord3d", - "glTexCoord3f", - "glTexCoord3i", - "glTexCoord3s", - "glTexCoord4d", - "glTexCoord4f", - "glTexCoord4i", - "glTexCoord4s", - "glTexCoord1dv", - "glTexCoord1fv", - "glTexCoord1iv", - "glTexCoord1sv", - "glTexCoord2dv", - "glTexCoord2fv", - "glTexCoord2iv", - "glTexCoord2sv", - "glTexCoord3dv", - "glTexCoord3fv", - "glTexCoord3iv", - "glTexCoord3sv", - "glTexCoord4dv", - "glTexCoord4fv", - "glTexCoord4iv", - "glTexCoord4sv", - "glRasterPos2d", - "glRasterPos2f", - "glRasterPos2i", - "glRasterPos2s", - "glRasterPos3d", - "glRasterPos3f", - "glRasterPos3i", - "glRasterPos3s", - "glRasterPos4d", - "glRasterPos4f", - "glRasterPos4i", - "glRasterPos4s", - "glRasterPos2dv", - "glRasterPos2fv", - "glRasterPos2iv", - "glRasterPos2sv", - "glRasterPos3dv", - "glRasterPos3fv", - "glRasterPos3iv", - "glRasterPos3sv", - "glRasterPos4dv", - "glRasterPos4fv", - "glRasterPos4iv", - "glRasterPos4sv", - "glRectd", - "glRectf", - "glRecti", - "glRects", - "glRectdv", - "glRectfv", - "glRectiv", - "glRectsv", - "glVertexPointer", - "glNormalPointer", - "glColorPointer", - "glIndexPointer", - "glTexCoordPointer", - "glEdgeFlagPointer", - "glGetPointerv", - "glArrayElement", - "glDrawArrays", - "glDrawElements", - "glInterleavedArrays", - "glShadeModel", - "glLightf", - "glLighti", - "glLightfv", - "glLightiv", - "glGetLightfv", - "glGetLightiv", - "glLightModelf", - "glLightModeli", - "glLightModelfv", - "glLightModeliv", - "glMaterialf", - "glMateriali", - "glMaterialfv", - "glMaterialiv", - "glGetMaterialfv", - "glGetMaterialiv", - "glColorMaterial", - "glPixelZoom", - "glPixelStoref", - "glPixelStorei", - "glPixelTransferf", - "glPixelTransferi", - "glPixelMapfv", - "glPixelMapuiv", - "glPixelMapusv", - "glGetPixelMapfv", - "glGetPixelMapuiv", - "glGetPixelMapusv", - "glBitmap", - "glReadPixels", - "glDrawPixels", - "glCopyPixels", - "glStencilFunc", - "glStencilMask", - "glStencilOp", - "glClearStencil", - "glTexGend", - "glTexGenf", - "glTexGeni", - "glTexGendv", - "glTexGenfv", - "glTexGeniv", - "glGetTexGendv", - "glGetTexGenfv", - "glGetTexGeniv", - "glTexEnvf", - "glTexEnvi", - "glTexEnvfv", - "glTexEnviv", - "glGetTexEnvfv", - "glGetTexEnviv", - "glTexParameterf", - "glTexParameteri", - "glTexParameterfv", - "glTexParameteriv", - "glGetTexParameterfv", - "glGetTexParameteriv", - "glGetTexLevelParameterfv", - "glGetTexLevelParameteriv", - "glTexImage1D", - "glTexImage2D", - "glGetTexImage", - "glGenTextures", - "glDeleteTextures", - "glBindTexture", - "glPrioritizeTextures", - "glAreTexturesResident", - "glIsTexture", - "glTexSubImage1D", - "glTexSubImage2D", - "glCopyTexImage1D", - "glCopyTexImage2D", - "glCopyTexSubImage1D", - "glCopyTexSubImage2D", - "glMap1d", - "glMap1f", - "glMap2d", - "glMap2f", - "glGetMapdv", - "glGetMapfv", - "glGetMapiv", - "glEvalCoord1d", - "glEvalCoord1f", - "glEvalCoord1dv", - "glEvalCoord1fv", - "glEvalCoord2d", - "glEvalCoord2f", - "glEvalCoord2dv", - "glEvalCoord2fv", - "glMapGrid1d", - "glMapGrid1f", - "glMapGrid2d", - "glMapGrid2f", - "glEvalPoint1", - "glEvalPoint2", - "glEvalMesh1", - "glEvalMesh2", - "glFogf", - "glFogi", - "glFogfv", - "glFogiv", - "glFeedbackBuffer", - "glPassThrough", - "glSelectBuffer", - "glInitNames", - "glLoadName", - "glPushName", - "glPopName", - "glDrawRangeElements", - "glTexImage3D", - "glTexSubImage3D", - "glCopyTexSubImage3D", - "glColorTable", - "glColorSubTable", - "glColorTableParameteriv", - "glColorTableParameterfv", - "glCopyColorSubTable", - "glCopyColorTable", - "glGetColorTable", - "glGetColorTableParameterfv", - "glGetColorTableParameteriv", - "glBlendEquation", - "glBlendColor", - "glHistogram", - "glResetHistogram", - "glGetHistogram", - "glGetHistogramParameterfv", - "glGetHistogramParameteriv", - "glMinmax", - "glResetMinmax", - "glGetMinmax", - "glGetMinmaxParameterfv", - "glGetMinmaxParameteriv", - "glConvolutionFilter1D", - "glConvolutionFilter2D", - "glConvolutionParameterf", - "glConvolutionParameterfv", - "glConvolutionParameteri", - "glConvolutionParameteriv", - "glCopyConvolutionFilter1D", - "glCopyConvolutionFilter2D", - "glGetConvolutionFilter", - "glGetConvolutionParameterfv", - "glGetConvolutionParameteriv", - "glSeparableFilter2D", - "glGetSeparableFilter", - "glBlendColorEXT", - "glPolygonOffsetEXT", - "glTexImage3DEXT", - "glTexSubImage3DEXT", - "glCopyTexSubImage3DEXT", - "glGenTexturesEXT", - "glDeleteTexturesEXT", - "glBindTextureEXT", - "glPrioritizeTexturesEXT", - "glAreTexturesResidentEXT", - "glIsTextureEXT", - "glVertexPointerEXT", - "glNormalPointerEXT", - "glColorPointerEXT", - "glIndexPointerEXT", - "glTexCoordPointerEXT", - "glEdgeFlagPointerEXT", - "glGetPointervEXT", - "glArrayElementEXT", - "glDrawArraysEXT", - "glBlendEquationEXT", - "glPointParameterfEXT", - "glPointParameterfvEXT", - "glColorTableEXT", - "glColorSubTableEXT", - "glGetColorTableEXT", - "glGetColorTableParameterfvEXT", - "glGetColorTableParameterivEXT", - "glLockArraysEXT", - "glUnlockArraysEXT", - "glActiveTextureARB", - "glClientActiveTextureARB", - "glMultiTexCoord1dARB", - "glMultiTexCoord1dvARB", - "glMultiTexCoord1fARB", - "glMultiTexCoord1fvARB", - "glMultiTexCoord1iARB", - "glMultiTexCoord1ivARB", - "glMultiTexCoord1sARB", - "glMultiTexCoord1svARB", - "glMultiTexCoord2dARB", - "glMultiTexCoord2dvARB", - "glMultiTexCoord2fARB", - "glMultiTexCoord2fvARB", - "glMultiTexCoord2iARB", - "glMultiTexCoord2ivARB", - "glMultiTexCoord2sARB", - "glMultiTexCoord2svARB", - "glMultiTexCoord3dARB", - "glMultiTexCoord3dvARB", - "glMultiTexCoord3fARB", - "glMultiTexCoord3fvARB", - "glMultiTexCoord3iARB", - "glMultiTexCoord3ivARB", - "glMultiTexCoord3sARB", - "glMultiTexCoord3svARB", - "glMultiTexCoord4dARB", - "glMultiTexCoord4dvARB", - "glMultiTexCoord4fARB", - "glMultiTexCoord4fvARB", - "glMultiTexCoord4iARB", - "glMultiTexCoord4ivARB", - "glMultiTexCoord4sARB", - "glMultiTexCoord4svARB", -/* C2J Parser Version 2.1: Java program parsed successfully. */ + + "glClearIndex", + "glClearColor", + "glClear", + "glIndexMask", + "glColorMask", + "glAlphaFunc", + "glBlendFunc", + "glLogicOp", + "glCullFace", + "glFrontFace", + "glPointSize", + "glLineWidth", + "glLineStipple", + "glPolygonMode", + "glPolygonOffset", + "glPolygonStipple", + "glGetPolygonStipple", + "glEdgeFlag", + "glEdgeFlagv", + "glScissor", + "glClipPlane", + "glGetClipPlane", + "glDrawBuffer", + "glReadBuffer", + "glEnable", + "glDisable", + "glIsEnabled", + "glEnableClientState", + "glDisableClientState", + "glGetBooleanv", + "glGetDoublev", + "glGetFloatv", + "glGetIntegerv", + "glPushAttrib", + "glPopAttrib", + "glPushClientAttrib", + "glPopClientAttrib", + "glRenderMode", + "glGetError", + "glFinish", + "glFlush", + "glHint", + "glClearDepth", + "glDepthFunc", + "glDepthMask", + "glDepthRange", + "glClearAccum", + "glAccum", + "glMatrixMode", + "glOrtho", + "glFrustum", + "glViewport", + "glPushMatrix", + "glPopMatrix", + "glLoadIdentity", + "glLoadMatrixd", + "glLoadMatrixf", + "glMultMatrixd", + "glMultMatrixf", + "glRotated", + "glRotatef", + "glScaled", + "glScalef", + "glTranslated", + "glTranslatef", + "glIsList", + "glDeleteLists", + "glGenLists", + "glNewList", + "glEndList", + "glCallList", + "glCallLists", + "glListBase", + "glBegin", + "glEnd", + "glVertex2d", + "glVertex2f", + "glVertex2i", + "glVertex2s", + "glVertex3d", + "glVertex3f", + "glVertex3i", + "glVertex3s", + "glVertex4d", + "glVertex4f", + "glVertex4i", + "glVertex4s", + "glVertex2dv", + "glVertex2fv", + "glVertex2iv", + "glVertex2sv", + "glVertex3dv", + "glVertex3fv", + "glVertex3iv", + "glVertex3sv", + "glVertex4dv", + "glVertex4fv", + "glVertex4iv", + "glVertex4sv", + "glNormal3b", + "glNormal3d", + "glNormal3f", + "glNormal3i", + "glNormal3s", + "glNormal3bv", + "glNormal3dv", + "glNormal3fv", + "glNormal3iv", + "glNormal3sv", + "glIndexd", + "glIndexf", + "glIndexi", + "glIndexs", + "glIndexub", + "glIndexdv", + "glIndexfv", + "glIndexiv", + "glIndexsv", + "glIndexubv", + "glColor3b", + "glColor3d", + "glColor3f", + "glColor3i", + "glColor3s", + "glColor3ub", + "glColor3ui", + "glColor3us", + "glColor4b", + "glColor4d", + "glColor4f", + "glColor4i", + "glColor4s", + "glColor4ub", + "glColor4ui", + "glColor4us", + "glColor3bv", + "glColor3dv", + "glColor3fv", + "glColor3iv", + "glColor3sv", + "glColor3ubv", + "glColor3uiv", + "glColor3usv", + "glColor4bv", + "glColor4dv", + "glColor4fv", + "glColor4iv", + "glColor4sv", + "glColor4ubv", + "glColor4uiv", + "glColor4usv", + "glTexCoord1d", + "glTexCoord1f", + "glTexCoord1i", + "glTexCoord1s", + "glTexCoord2d", + "glTexCoord2f", + "glTexCoord2i", + "glTexCoord2s", + "glTexCoord3d", + "glTexCoord3f", + "glTexCoord3i", + "glTexCoord3s", + "glTexCoord4d", + "glTexCoord4f", + "glTexCoord4i", + "glTexCoord4s", + "glTexCoord1dv", + "glTexCoord1fv", + "glTexCoord1iv", + "glTexCoord1sv", + "glTexCoord2dv", + "glTexCoord2fv", + "glTexCoord2iv", + "glTexCoord2sv", + "glTexCoord3dv", + "glTexCoord3fv", + "glTexCoord3iv", + "glTexCoord3sv", + "glTexCoord4dv", + "glTexCoord4fv", + "glTexCoord4iv", + "glTexCoord4sv", + "glRasterPos2d", + "glRasterPos2f", + "glRasterPos2i", + "glRasterPos2s", + "glRasterPos3d", + "glRasterPos3f", + "glRasterPos3i", + "glRasterPos3s", + "glRasterPos4d", + "glRasterPos4f", + "glRasterPos4i", + "glRasterPos4s", + "glRasterPos2dv", + "glRasterPos2fv", + "glRasterPos2iv", + "glRasterPos2sv", + "glRasterPos3dv", + "glRasterPos3fv", + "glRasterPos3iv", + "glRasterPos3sv", + "glRasterPos4dv", + "glRasterPos4fv", + "glRasterPos4iv", + "glRasterPos4sv", + "glRectd", + "glRectf", + "glRecti", + "glRects", + "glRectdv", + "glRectfv", + "glRectiv", + "glRectsv", + "glVertexPointer", + "glNormalPointer", + "glColorPointer", + "glIndexPointer", + "glTexCoordPointer", + "glEdgeFlagPointer", + "glGetPointerv", + "glArrayElement", + "glDrawArrays", + "glDrawElements", + "glInterleavedArrays", + "glShadeModel", + "glLightf", + "glLighti", + "glLightfv", + "glLightiv", + "glGetLightfv", + "glGetLightiv", + "glLightModelf", + "glLightModeli", + "glLightModelfv", + "glLightModeliv", + "glMaterialf", + "glMateriali", + "glMaterialfv", + "glMaterialiv", + "glGetMaterialfv", + "glGetMaterialiv", + "glColorMaterial", + "glPixelZoom", + "glPixelStoref", + "glPixelStorei", + "glPixelTransferf", + "glPixelTransferi", + "glPixelMapfv", + "glPixelMapuiv", + "glPixelMapusv", + "glGetPixelMapfv", + "glGetPixelMapuiv", + "glGetPixelMapusv", + "glBitmap", + "glReadPixels", + "glDrawPixels", + "glCopyPixels", + "glStencilFunc", + "glStencilMask", + "glStencilOp", + "glClearStencil", + "glTexGend", + "glTexGenf", + "glTexGeni", + "glTexGendv", + "glTexGenfv", + "glTexGeniv", + "glGetTexGendv", + "glGetTexGenfv", + "glGetTexGeniv", + "glTexEnvf", + "glTexEnvi", + "glTexEnvfv", + "glTexEnviv", + "glGetTexEnvfv", + "glGetTexEnviv", + "glTexParameterf", + "glTexParameteri", + "glTexParameterfv", + "glTexParameteriv", + "glGetTexParameterfv", + "glGetTexParameteriv", + "glGetTexLevelParameterfv", + "glGetTexLevelParameteriv", + "glTexImage1D", + "glTexImage2D", + "glGetTexImage", + "glGenTextures", + "glDeleteTextures", + "glBindTexture", + "glPrioritizeTextures", + "glAreTexturesResident", + "glIsTexture", + "glTexSubImage1D", + "glTexSubImage2D", + "glCopyTexImage1D", + "glCopyTexImage2D", + "glCopyTexSubImage1D", + "glCopyTexSubImage2D", + "glMap1d", + "glMap1f", + "glMap2d", + "glMap2f", + "glGetMapdv", + "glGetMapfv", + "glGetMapiv", + "glEvalCoord1d", + "glEvalCoord1f", + "glEvalCoord1dv", + "glEvalCoord1fv", + "glEvalCoord2d", + "glEvalCoord2f", + "glEvalCoord2dv", + "glEvalCoord2fv", + "glMapGrid1d", + "glMapGrid1f", + "glMapGrid2d", + "glMapGrid2f", + "glEvalPoint1", + "glEvalPoint2", + "glEvalMesh1", + "glEvalMesh2", + "glFogf", + "glFogi", + "glFogfv", + "glFogiv", + "glFeedbackBuffer", + "glPassThrough", + "glSelectBuffer", + "glInitNames", + "glLoadName", + "glPushName", + "glPopName", + "glDrawRangeElements", + "glTexImage3D", + "glTexSubImage3D", + "glCopyTexSubImage3D", + "glColorTable", + "glColorSubTable", + "glColorTableParameteriv", + "glColorTableParameterfv", + "glCopyColorSubTable", + "glCopyColorTable", + "glGetColorTable", + "glGetColorTableParameterfv", + "glGetColorTableParameteriv", + "glBlendEquation", + "glBlendColor", + "glHistogram", + "glResetHistogram", + "glGetHistogram", + "glGetHistogramParameterfv", + "glGetHistogramParameteriv", + "glMinmax", + "glResetMinmax", + "glGetMinmax", + "glGetMinmaxParameterfv", + "glGetMinmaxParameteriv", + "glConvolutionFilter1D", + "glConvolutionFilter2D", + "glConvolutionParameterf", + "glConvolutionParameterfv", + "glConvolutionParameteri", + "glConvolutionParameteriv", + "glCopyConvolutionFilter1D", + "glCopyConvolutionFilter2D", + "glGetConvolutionFilter", + "glGetConvolutionParameterfv", + "glGetConvolutionParameteriv", + "glSeparableFilter2D", + "glGetSeparableFilter", + "glBlendColorEXT", + "glPolygonOffsetEXT", + "glTexImage3DEXT", + "glTexSubImage3DEXT", + "glCopyTexSubImage3DEXT", + "glGenTexturesEXT", + "glDeleteTexturesEXT", + "glBindTextureEXT", + "glPrioritizeTexturesEXT", + "glAreTexturesResidentEXT", + "glIsTextureEXT", + "glVertexPointerEXT", + "glNormalPointerEXT", + "glColorPointerEXT", + "glIndexPointerEXT", + "glTexCoordPointerEXT", + "glEdgeFlagPointerEXT", + "glGetPointervEXT", + "glArrayElementEXT", + "glDrawArraysEXT", + "glBlendEquationEXT", + "glPointParameterfEXT", + "glPointParameterfvEXT", + "glColorTableEXT", + "glColorSubTableEXT", + "glGetColorTableEXT", + "glGetColorTableParameterfvEXT", + "glGetColorTableParameterivEXT", + "glLockArraysEXT", + "glUnlockArraysEXT", + "glActiveTextureARB", + "glClientActiveTextureARB", + "glMultiTexCoord1dARB", + "glMultiTexCoord1dvARB", + "glMultiTexCoord1fARB", + "glMultiTexCoord1fvARB", + "glMultiTexCoord1iARB", + "glMultiTexCoord1ivARB", + "glMultiTexCoord1sARB", + "glMultiTexCoord1svARB", + "glMultiTexCoord2dARB", + "glMultiTexCoord2dvARB", + "glMultiTexCoord2fARB", + "glMultiTexCoord2fvARB", + "glMultiTexCoord2iARB", + "glMultiTexCoord2ivARB", + "glMultiTexCoord2sARB", + "glMultiTexCoord2svARB", + "glMultiTexCoord3dARB", + "glMultiTexCoord3dvARB", + "glMultiTexCoord3fARB", + "glMultiTexCoord3fvARB", + "glMultiTexCoord3iARB", + "glMultiTexCoord3ivARB", + "glMultiTexCoord3sARB", + "glMultiTexCoord3svARB", + "glMultiTexCoord4dARB", + "glMultiTexCoord4dvARB", + "glMultiTexCoord4fARB", + "glMultiTexCoord4fvARB", + "glMultiTexCoord4iARB", + "glMultiTexCoord4ivARB", + "glMultiTexCoord4sARB", + "glMultiTexCoord4svARB", +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/gl-proto-auto.java b/C2J/gl-proto-auto.java index 87397c7..df9e053 100644 --- a/C2J/gl-proto-auto.java +++ b/C2J/gl-proto-auto.java @@ -1,527 +1,527 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearIndex ( GLfloat c ) ;
- * 
- */ + *
+ */ public final native void glClearIndex ( float c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ public final native void glClearColor ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClear ( GLbitfield mask ) ;
- * 
- */ + *
+ */ public final native void glClear ( int mask ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexMask ( GLuint mask ) ;
- * 
- */ + *
+ */ public final native void glIndexMask ( int mask ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- * 
- */ + *
+ */ public final native void glColorMask ( boolean red, boolean green, boolean blue, boolean alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- * 
- */ + *
+ */ public final native void glAlphaFunc ( int func, float ref ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- * 
- */ + *
+ */ public final native void glBlendFunc ( int sfactor, int dfactor ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLogicOp ( GLenum opcode ) ;
- * 
- */ + *
+ */ public final native void glLogicOp ( int opcode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCullFace ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glCullFace ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrontFace ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glFrontFace ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointSize ( GLfloat size ) ;
- * 
- */ + *
+ */ public final native void glPointSize ( float size ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineWidth ( GLfloat width ) ;
- * 
- */ + *
+ */ public final native void glLineWidth ( float width ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineStipple ( GLint factor , GLushort pattern ) ;
- * 
- */ + *
+ */ public final native void glLineStipple ( int factor, short pattern ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonMode ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glPolygonMode ( int face, int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- * 
- */ + *
+ */ public final native void glPolygonOffset ( float factor, float units ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonStipple ( const GLubyte * mask ) ;
- * 
- */ + *
+ */ public final native void glPolygonStipple ( byte[] mask ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPolygonStipple ( GLubyte * mask ) ;
- * 
- */ + *
+ */ public final native void glGetPolygonStipple ( byte[] mask ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlag ( GLboolean flag ) ;
- * 
- */ + *
+ */ public final native void glEdgeFlag ( boolean flag ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagv ( const GLboolean * flag ) ;
- * 
- */ + *
+ */ public final native void glEdgeFlagv ( boolean[] flag ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ public final native void glScissor ( int x, int y, int width, int height ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- * 
- */ + *
+ */ public final native void glClipPlane ( int plane, double[] equation ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- * 
- */ + *
+ */ public final native void glGetClipPlane ( int plane, double[] equation ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glDrawBuffer ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glReadBuffer ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnable ( GLenum cap ) ;
- * 
- */ + *
+ */ public final native void glEnable ( int cap ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisable ( GLenum cap ) ;
- * 
- */ + *
+ */ public final native void glDisable ( int cap ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsEnabled ( GLenum cap ) ;
- * 
- */ + *
+ */ public final native boolean glIsEnabled ( int cap ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ public final native void glEnableClientState ( int cap ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ public final native void glDisableClientState ( int cap ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- * 
- */ + *
+ */ public final native void glGetBooleanv ( int pname, boolean[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ public final native void glGetDoublev ( int pname, double[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetFloatv ( int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetIntegerv ( int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ public final native void glPushAttrib ( int mask ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopAttrib ( void ) ;
- * 
- */ + *
+ */ public final native void glPopAttrib ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushClientAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ public final native void glPushClientAttrib ( int mask ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopClientAttrib ( void ) ;
- * 
- */ + *
+ */ public final native void glPopClientAttrib ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint glRenderMode ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native int glRenderMode ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLenum glGetError ( void ) ;
- * 
- */ + *
+ */ public final native int glGetError ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFinish ( void ) ;
- * 
- */ + *
+ */ public final native void glFinish ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFlush ( void ) ;
- * 
- */ + *
+ */ public final native void glFlush ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHint ( GLenum target , GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glHint ( int target, int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearDepth ( GLclampd depth ) ;
- * 
- */ + *
+ */ public final native void glClearDepth ( double depth ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthFunc ( GLenum func ) ;
- * 
- */ + *
+ */ public final native void glDepthFunc ( int func ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthMask ( GLboolean flag ) ;
- * 
- */ + *
+ */ public final native void glDepthMask ( boolean flag ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
- * 
- */ + *
+ */ public final native void glDepthRange ( double near_val, double far_val ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ public final native void glClearAccum ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAccum ( GLenum op , GLfloat value ) ;
- * 
- */ + *
+ */ public final native void glAccum ( int op, float value ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMatrixMode ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glMatrixMode ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ public final native void glOrtho ( double left, double right, @@ -530,13 +530,13 @@ double near_val, double far_val ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ public final native void glFrustum ( double left, double right, @@ -545,228 +545,228 @@ double near_val, double far_val ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ public final native void glViewport ( int x, int y, int width, int height ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushMatrix ( void ) ;
- * 
- */ + *
+ */ public final native void glPushMatrix ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopMatrix ( void ) ;
- * 
- */ + *
+ */ public final native void glPopMatrix ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadIdentity ( void ) ;
- * 
- */ + *
+ */ public final native void glLoadIdentity ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ public final native void glLoadMatrixd ( double[] m ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ public final native void glLoadMatrixf ( float[] m ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ public final native void glMultMatrixd ( double[] m ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ public final native void glMultMatrixf ( float[] m ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ public final native void glRotated ( double angle, double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ public final native void glRotatef ( float angle, float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ public final native void glScaled ( double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ public final native void glScalef ( float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ public final native void glTranslated ( double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ public final native void glTranslatef ( float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsList ( GLuint list ) ;
- * 
- */ + *
+ */ public final native boolean glIsList ( int list ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteLists ( GLuint list , GLsizei range ) ;
- * 
- */ + *
+ */ public final native void glDeleteLists ( int list, int range ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLuint glGenLists ( GLsizei range ) ;
- * 
- */ + *
+ */ public final native int glGenLists ( int range ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNewList ( GLuint list , GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glNewList ( int list, int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEndList ( void ) ;
- * 
- */ + *
+ */ public final native void glEndList ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallList ( GLuint list ) ;
- * 
- */ + *
+ */ public final native void glCallList ( int list ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- * 
- */ + *
+ */ public final native void glCallLists ( int n, int type, @@ -802,1580 +802,1580 @@ int type, long[] lists ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glListBase ( GLuint base ) ;
- * 
- */ + *
+ */ public final native void glListBase ( int base ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBegin ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glBegin ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnd ( void ) ;
- * 
- */ + *
+ */ public final native void glEnd ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ public final native void glVertex2d ( double x, double y ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ public final native void glVertex2f ( float x, float y ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ public final native void glVertex2i ( int x, int y ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ public final native void glVertex2s ( short x, short y ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ public final native void glVertex3d ( double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ public final native void glVertex3f ( float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ public final native void glVertex3i ( int x, int y, int z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ public final native void glVertex3s ( short x, short y, short z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ public final native void glVertex4d ( double x, double y, double z, double w ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ public final native void glVertex4f ( float x, float y, float z, float w ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ public final native void glVertex4i ( int x, int y, int z, int w ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ public final native void glVertex4s ( short x, short y, short z, short w ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glVertex2dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glVertex2fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glVertex2iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glVertex2sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glVertex3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glVertex3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glVertex3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glVertex3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glVertex4dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glVertex4fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glVertex4iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glVertex4sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- * 
- */ + *
+ */ public final native void glNormal3b ( byte nx, byte ny, byte nz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- * 
- */ + *
+ */ public final native void glNormal3d ( double nx, double ny, double nz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- * 
- */ + *
+ */ public final native void glNormal3f ( float nx, float ny, float nz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- * 
- */ + *
+ */ public final native void glNormal3i ( int nx, int ny, int nz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- * 
- */ + *
+ */ public final native void glNormal3s ( short nx, short ny, short nz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ public final native void glNormal3bv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glNormal3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glNormal3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glNormal3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glNormal3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexd ( GLdouble c ) ;
- * 
- */ + *
+ */ public final native void glIndexd ( double c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexf ( GLfloat c ) ;
- * 
- */ + *
+ */ public final native void glIndexf ( float c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexi ( GLint c ) ;
- * 
- */ + *
+ */ public final native void glIndexi ( int c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexs ( GLshort c ) ;
- * 
- */ + *
+ */ public final native void glIndexs ( short c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexub ( GLubyte c ) ;
- * 
- */ + *
+ */ public final native void glIndexub ( byte c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexdv ( const GLdouble * c ) ;
- * 
- */ + *
+ */ public final native void glIndexdv ( double[] c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexfv ( const GLfloat * c ) ;
- * 
- */ + *
+ */ public final native void glIndexfv ( float[] c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexiv ( const GLint * c ) ;
- * 
- */ + *
+ */ public final native void glIndexiv ( int[] c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexsv ( const GLshort * c ) ;
- * 
- */ + *
+ */ public final native void glIndexsv ( short[] c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexubv ( const GLubyte * c ) ;
- * 
- */ + *
+ */ public final native void glIndexubv ( byte[] c ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- * 
- */ + *
+ */ public final native void glColor3b ( byte red, byte green, byte blue ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- * 
- */ + *
+ */ public final native void glColor3d ( double red, double green, double blue ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- * 
- */ + *
+ */ public final native void glColor3f ( float red, float green, float blue ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
- * 
- */ + *
+ */ public final native void glColor3i ( int red, int green, int blue ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- * 
- */ + *
+ */ public final native void glColor3s ( short red, short green, short blue ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- * 
- */ + *
+ */ public final native void glColor3ub ( byte red, byte green, byte blue ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- * 
- */ + *
+ */ public final native void glColor3ui ( int red, int green, int blue ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- * 
- */ + *
+ */ public final native void glColor3us ( short red, short green, short blue ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- * 
- */ + *
+ */ public final native void glColor4b ( byte red, byte green, byte blue, byte alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- * 
- */ + *
+ */ public final native void glColor4d ( double red, double green, double blue, double alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ public final native void glColor4f ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- * 
- */ + *
+ */ public final native void glColor4i ( int red, int green, int blue, int alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- * 
- */ + *
+ */ public final native void glColor4s ( short red, short green, short blue, short alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- * 
- */ + *
+ */ public final native void glColor4ub ( byte red, byte green, byte blue, byte alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- * 
- */ + *
+ */ public final native void glColor4ui ( int red, int green, int blue, int alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- * 
- */ + *
+ */ public final native void glColor4us ( short red, short green, short blue, short alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ public final native void glColor3bv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glColor3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glColor3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glColor3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glColor3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ public final native void glColor3ubv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ public final native void glColor3uiv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ public final native void glColor3usv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ public final native void glColor4bv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glColor4dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glColor4fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glColor4iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glColor4sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ public final native void glColor4ubv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ public final native void glColor4uiv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ public final native void glColor4usv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1d ( GLdouble s ) ;
- * 
- */ + *
+ */ public final native void glTexCoord1d ( double s ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1f ( GLfloat s ) ;
- * 
- */ + *
+ */ public final native void glTexCoord1f ( float s ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1i ( GLint s ) ;
- * 
- */ + *
+ */ public final native void glTexCoord1i ( int s ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1s ( GLshort s ) ;
- * 
- */ + *
+ */ public final native void glTexCoord1s ( short s ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ public final native void glTexCoord2d ( double s, double t ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ public final native void glTexCoord2f ( float s, float t ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2i ( GLint s , GLint t ) ;
- * 
- */ + *
+ */ public final native void glTexCoord2i ( int s, int t ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2s ( GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ public final native void glTexCoord2s ( short s, short t ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ public final native void glTexCoord3d ( double s, double t, double r ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ public final native void glTexCoord3f ( float s, float t, float r ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ public final native void glTexCoord3i ( int s, int t, int r ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ public final native void glTexCoord3s ( short s, short t, short r ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ public final native void glTexCoord4d ( double s, double t, double r, double q ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ public final native void glTexCoord4f ( float s, float t, float r, float q ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ public final native void glTexCoord4i ( int s, int t, int r, int q ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ public final native void glTexCoord4s ( short s, short t, short r, short q ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord1dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord1fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord1iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord1sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord2dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord2fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord2iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord2sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord4dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord4fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord4iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glTexCoord4sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ public final native void glRasterPos2d ( double x, double y ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ public final native void glRasterPos2f ( float x, float y ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ public final native void glRasterPos2i ( int x, int y ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ public final native void glRasterPos2s ( short x, short y ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ public final native void glRasterPos3d ( double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ public final native void glRasterPos3f ( float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ public final native void glRasterPos3i ( int x, int y, int z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ public final native void glRasterPos3s ( short x, short y, short z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ public final native void glRasterPos4d ( double x, double y, double z, double w ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ public final native void glRasterPos4f ( float x, float y, float z, float w ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ public final native void glRasterPos4i ( int x, int y, int z, int w ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ public final native void glRasterPos4s ( short x, short y, short z, short w ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos2dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos2fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos2iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos2sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos4dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos4fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos4iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glRasterPos4sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- * 
- */ + *
+ */ public final native void glRectd ( double x1, double y1, double x2, double y2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- * 
- */ + *
+ */ public final native void glRectf ( float x1, float y1, float x2, float y2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- * 
- */ + *
+ */ public final native void glRecti ( int x1, int y1, int x2, int y2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- * 
- */ + *
+ */ public final native void glRects ( short x1, short y1, short x2, short y2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- * 
- */ + *
+ */ public final native void glRectdv ( double[] v1, double[] v2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- * 
- */ + *
+ */ public final native void glRectfv ( float[] v1, float[] v2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- * 
- */ + *
+ */ public final native void glRectiv ( int[] v1, int[] v2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- * 
- */ + *
+ */ public final native void glRectsv ( short[] v1, short[] v2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glVertexPointer ( int size, int type, @@ -2418,13 +2418,13 @@ int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glNormalPointer ( int type, int stride, @@ -2460,13 +2460,13 @@ int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glColorPointer ( int size, int type, @@ -2509,13 +2509,13 @@ int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glIndexPointer ( int type, int stride, @@ -2551,13 +2551,13 @@ int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glTexCoordPointer ( int size, int type, @@ -2600,13 +2600,13 @@ int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glEdgeFlagPointer ( int stride, byte[] ptr @@ -2635,13 +2635,13 @@ int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointerv ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ public final native void glGetPointerv ( int pname, byte[][] params @@ -2670,35 +2670,35 @@ int pname, long[][] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElement ( GLint i ) ;
- * 
- */ + *
+ */ public final native void glArrayElement ( int i ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ public final native void glDrawArrays ( int mode, int first, int count ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ public final native void glDrawElements ( int mode, int count, @@ -2741,13 +2741,13 @@ int type, long[] indices ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- * 
- */ + *
+ */ public final native void glInterleavedArrays ( int format, int stride, @@ -2783,346 +2783,346 @@ int stride, long[] pointer ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glShadeModel ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glShadeModel ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glLightf ( int light, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ public final native void glLighti ( int light, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glLightfv ( int light, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ public final native void glLightiv ( int light, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetLightfv ( int light, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetLightiv ( int light, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glLightModelf ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeli ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ public final native void glLightModeli ( int pname, int param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glLightModelfv ( int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ public final native void glLightModeliv ( int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glMaterialf ( int face, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ public final native void glMateriali ( int face, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glMaterialfv ( int face, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ public final native void glMaterialiv ( int face, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetMaterialfv ( int face, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetMaterialiv ( int face, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMaterial ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glColorMaterial ( int face, int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- * 
- */ + *
+ */ public final native void glPixelZoom ( float xfactor, float yfactor ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glPixelStoref ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStorei ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ public final native void glPixelStorei ( int pname, int param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glPixelTransferf ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ public final native void glPixelTransferi ( int pname, int param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
- * 
- */ + *
+ */ public final native void glPixelMapfv ( int map, int mapsize, float[] values ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
- * 
- */ + *
+ */ public final native void glPixelMapuiv ( int map, int mapsize, int[] values ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
- * 
- */ + *
+ */ public final native void glPixelMapusv ( int map, int mapsize, short[] values ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- * 
- */ + *
+ */ public final native void glGetPixelMapfv ( int map, float[] values ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- * 
- */ + *
+ */ public final native void glGetPixelMapuiv ( int map, int[] values ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- * 
- */ + *
+ */ public final native void glGetPixelMapusv ( int map, short[] values ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- * 
- */ + *
+ */ public final native void glBitmap ( int width, int height, @@ -3132,13 +3132,13 @@ float ymove, byte[] bitmap ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glReadPixels ( int x, int y, @@ -3202,13 +3202,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glDrawPixels ( int width, int height, @@ -3258,13 +3258,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- * 
- */ + *
+ */ public final native void glCopyPixels ( int x, int y, @@ -3272,335 +3272,335 @@ int height, int type ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- * 
- */ + *
+ */ public final native void glStencilFunc ( int func, int ref, int mask ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilMask ( GLuint mask ) ;
- * 
- */ + *
+ */ public final native void glStencilMask ( int mask ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- * 
- */ + *
+ */ public final native void glStencilOp ( int fail, int zfail, int zpass ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearStencil ( GLint s ) ;
- * 
- */ + *
+ */ public final native void glClearStencil ( int s ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- * 
- */ + *
+ */ public final native void glTexGend ( int coord, int pname, double param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glTexGenf ( int coord, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ public final native void glTexGeni ( int coord, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- * 
- */ + *
+ */ public final native void glTexGendv ( int coord, int pname, double[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glTexGenfv ( int coord, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ public final native void glTexGeniv ( int coord, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ public final native void glGetTexGendv ( int coord, int pname, double[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetTexGenfv ( int coord, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetTexGeniv ( int coord, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glTexEnvf ( int target, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ public final native void glTexEnvi ( int target, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glTexEnvfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ public final native void glTexEnviv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetTexEnvfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetTexEnviv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glTexParameterf ( int target, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ public final native void glTexParameteri ( int target, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glTexParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ public final native void glTexParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetTexParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetTexParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetTexLevelParameterfv ( int target, int level, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetTexLevelParameteriv ( int target, int level, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glTexImage1D ( int target, int level, @@ -3671,13 +3671,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glTexImage2D ( int target, int level, @@ -3755,13 +3755,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glGetTexImage ( int target, int level, @@ -3811,80 +3811,80 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ public final native void glGenTextures ( int n, int[] textures ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ public final native void glDeleteTextures ( int n, int[] textures ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTexture ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ public final native void glBindTexture ( int target, int texture ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ public final native void glPrioritizeTextures ( int n, int[] textures, float[] priorities ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ public final native boolean glAreTexturesResident ( int n, int[] textures, boolean[] residences ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTexture ( GLuint texture ) ;
- * 
- */ + *
+ */ public final native boolean glIsTexture ( int texture ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glTexSubImage1D ( int target, int level, @@ -3948,13 +3948,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glTexSubImage2D ( int target, int level, @@ -4032,13 +4032,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- * 
- */ + *
+ */ public final native void glCopyTexImage1D ( int target, int level, @@ -4048,13 +4048,13 @@ int width, int border ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- * 
- */ + *
+ */ public final native void glCopyTexImage2D ( int target, int level, @@ -4065,13 +4065,13 @@ int height, int border ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ public final native void glCopyTexSubImage1D ( int target, int level, @@ -4080,13 +4080,13 @@ int y, int width ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ public final native void glCopyTexSubImage2D ( int target, int level, @@ -4097,13 +4097,13 @@ int width, int height ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- * 
- */ + *
+ */ public final native void glMap1d ( int target, double u1, @@ -4112,13 +4112,13 @@ int order, double[] points ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- * 
- */ + *
+ */ public final native void glMap1f ( int target, float u1, @@ -4127,13 +4127,13 @@ int order, float[] points ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- * 
- */ + *
+ */ public final native void glMap2d ( int target, double u1, @@ -4146,13 +4146,13 @@ int vorder, double[] points ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- * 
- */ + *
+ */ public final native void glMap2f ( int target, float u1, @@ -4165,155 +4165,155 @@ int vorder, float[] points ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glGetMapdv ( int target, int query, double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glGetMapfv ( int target, int query, float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- * 
- */ + *
+ */ public final native void glGetMapiv ( int target, int query, int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1d ( GLdouble u ) ;
- * 
- */ + *
+ */ public final native void glEvalCoord1d ( double u ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1f ( GLfloat u ) ;
- * 
- */ + *
+ */ public final native void glEvalCoord1f ( float u ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ public final native void glEvalCoord1dv ( double[] u ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ public final native void glEvalCoord1fv ( float[] u ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- * 
- */ + *
+ */ public final native void glEvalCoord2d ( double u, double v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- * 
- */ + *
+ */ public final native void glEvalCoord2f ( float u, float v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ public final native void glEvalCoord2dv ( double[] u ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ public final native void glEvalCoord2fv ( float[] u ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- * 
- */ + *
+ */ public final native void glMapGrid1d ( int un, double u1, double u2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- * 
- */ + *
+ */ public final native void glMapGrid1f ( int un, float u1, float u2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- * 
- */ + *
+ */ public final native void glMapGrid2d ( int un, double u1, @@ -4322,13 +4322,13 @@ double v1, double v2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- * 
- */ + *
+ */ public final native void glMapGrid2f ( int un, float u1, @@ -4337,46 +4337,46 @@ float v1, float v2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint1 ( GLint i ) ;
- * 
- */ + *
+ */ public final native void glEvalPoint1 ( int i ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint2 ( GLint i , GLint j ) ;
- * 
- */ + *
+ */ public final native void glEvalPoint2 ( int i, int j ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- * 
- */ + *
+ */ public final native void glEvalMesh1 ( int mode, int i1, int i2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- * 
- */ + *
+ */ public final native void glEvalMesh2 ( int mode, int i1, @@ -4384,128 +4384,128 @@ int j1, int j2 ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glFogf ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ public final native void glFogi ( int pname, int param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glFogfv ( int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogiv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ public final native void glFogiv ( int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- * 
- */ + *
+ */ public final native void glFeedbackBuffer ( int size, int type, float[] buffer ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPassThrough ( GLfloat token ) ;
- * 
- */ + *
+ */ public final native void glPassThrough ( float token ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- * 
- */ + *
+ */ public final native void glSelectBuffer ( int size, int[] buffer ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInitNames ( void ) ;
- * 
- */ + *
+ */ public final native void glInitNames ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadName ( GLuint name ) ;
- * 
- */ + *
+ */ public final native void glLoadName ( int name ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushName ( GLuint name ) ;
- * 
- */ + *
+ */ public final native void glPushName ( int name ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopName ( void ) ;
- * 
- */ + *
+ */ public final native void glPopName ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ public final native void glDrawRangeElements ( int mode, int start, @@ -4562,13 +4562,13 @@ int type, long[] indices ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glTexImage3D ( int target, int level, @@ -4653,13 +4653,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glTexSubImage3D ( int target, int level, @@ -4751,13 +4751,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ public final native void glCopyTexSubImage3D ( int target, int level, @@ -4769,13 +4769,13 @@ int width, int height ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ public final native void glColorTable ( int target, int internalformat, @@ -4832,13 +4832,13 @@ int type, long[] table ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ public final native void glColorSubTable ( int target, int start, @@ -4895,37 +4895,37 @@ int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ public final native void glColorTableParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glColorTableParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ public final native void glCopyColorSubTable ( int target, int start, @@ -4933,13 +4933,13 @@ int y, int width ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ public final native void glCopyColorTable ( int target, int internalformat, @@ -4947,13 +4947,13 @@ int y, int width ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ public final native void glGetColorTable ( int target, int format, @@ -4996,83 +4996,83 @@ int type, long[] table ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetColorTableParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetColorTableParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquation ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glBlendEquation ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ public final native void glBlendColor ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ public final native void glHistogram ( int target, int width, int internalformat, boolean sink ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetHistogram ( GLenum target ) ;
- * 
- */ + *
+ */ public final native void glResetHistogram ( int target ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- * 
- */ + *
+ */ public final native void glGetHistogram ( int target, boolean reset, @@ -5122,59 +5122,59 @@ int type, long[] values ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetHistogramParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetHistogramParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ public final native void glMinmax ( int target, int internalformat, boolean sink ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetMinmax ( GLenum target ) ;
- * 
- */ + *
+ */ public final native void glResetMinmax ( int target ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- * 
- */ + *
+ */ public final native void glGetMinmax ( int target, boolean reset, @@ -5224,37 +5224,37 @@ int types, long[] values ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetMinmaxParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetMinmaxParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ public final native void glConvolutionFilter1D ( int target, int internalformat, @@ -5311,13 +5311,13 @@ int type, long[] image ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ public final native void glConvolutionFilter2D ( int target, int internalformat, @@ -5381,61 +5381,61 @@ int type, long[] image ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- * 
- */ + *
+ */ public final native void glConvolutionParameterf ( int target, int pname, float params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glConvolutionParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- * 
- */ + *
+ */ public final native void glConvolutionParameteri ( int target, int pname, int params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ public final native void glConvolutionParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ public final native void glCopyConvolutionFilter1D ( int target, int internalformat, @@ -5443,13 +5443,13 @@ int y, int width ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ public final native void glCopyConvolutionFilter2D ( int target, int internalformat, @@ -5458,13 +5458,13 @@ int width, int height ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- * 
- */ + *
+ */ public final native void glGetConvolutionFilter ( int target, int format, @@ -5507,37 +5507,37 @@ int type, long[] image ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetConvolutionParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetConvolutionParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- * 
- */ + *
+ */ public final native void glSeparableFilter2D ( int target, int internalformat, @@ -5608,13 +5608,13 @@ long[] row, long[] column ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- * 
- */ + *
+ */ public final native void glGetSeparableFilter ( int target, int format, @@ -5671,37 +5671,37 @@ long[] column, long[] span ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ public final native void glBlendColorEXT ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- * 
- */ + *
+ */ public final native void glPolygonOffsetEXT ( float factor, float bias ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glTexImage3DEXT ( int target, int level, @@ -5786,13 +5786,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ public final native void glTexSubImage3DEXT ( int target, int level, @@ -5884,13 +5884,13 @@ int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ public final native void glCopyTexSubImage3DEXT ( int target, int level, @@ -5902,80 +5902,80 @@ int width, int height ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ public final native void glGenTexturesEXT ( int n, int[] textures ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ public final native void glDeleteTexturesEXT ( int n, int[] textures ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ public final native void glBindTextureEXT ( int target, int texture ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ public final native void glPrioritizeTexturesEXT ( int n, int[] textures, float[] priorities ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ public final native boolean glAreTexturesResidentEXT ( int n, int[] textures, boolean[] residences ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTextureEXT ( GLuint texture ) ;
- * 
- */ + *
+ */ public final native boolean glIsTextureEXT ( int texture ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glVertexPointerEXT ( int size, int type, @@ -6025,13 +6025,13 @@ int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glNormalPointerEXT ( int type, int stride, @@ -6074,13 +6074,13 @@ int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glColorPointerEXT ( int size, int type, @@ -6130,13 +6130,13 @@ int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glIndexPointerEXT ( int type, int stride, @@ -6179,13 +6179,13 @@ int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ public final native void glTexCoordPointerEXT ( int size, int type, @@ -6235,25 +6235,25 @@ int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
- * 
- */ + *
+ */ public final native void glEdgeFlagPointerEXT ( int stride, int count, boolean[] ptr ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ public final native void glGetPointervEXT ( int pname, byte[][] params @@ -6282,67 +6282,67 @@ int pname, long[][] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElementEXT ( GLint i ) ;
- * 
- */ + *
+ */ public final native void glArrayElementEXT ( int i ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ public final native void glDrawArraysEXT ( int mode, int first, int count ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquationEXT ( GLenum mode ) ;
- * 
- */ + *
+ */ public final native void glBlendEquationEXT ( int mode ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ public final native void glPointParameterfEXT ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glPointParameterfvEXT ( int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ public final native void glColorTableEXT ( int target, int internalformat, @@ -6399,13 +6399,13 @@ int type, long[] table ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ public final native void glColorSubTableEXT ( int target, int start, @@ -6462,13 +6462,13 @@ int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ public final native void glGetColorTableEXT ( int target, int format, @@ -6511,353 +6511,353 @@ int type, long[] table ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ public final native void glGetColorTableParameterfvEXT ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ public final native void glGetColorTableParameterivEXT ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ public final native void glLockArraysEXT ( int first, int count ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glUnlockArraysEXT ( void ) ;
- * 
- */ + *
+ */ public final native void glUnlockArraysEXT ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ public final native void glActiveTextureARB ( int texture ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClientActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ public final native void glClientActiveTextureARB ( int texture ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord1dARB ( int target, double s ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord1dvARB ( int target, double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord1fARB ( int target, float s ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord1fvARB ( int target, float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord1iARB ( int target, int s ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord1ivARB ( int target, int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord1sARB ( int target, short s ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord1svARB ( int target, short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord2dARB ( int target, double s, double t ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord2dvARB ( int target, double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord2fARB ( int target, float s, float t ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord2fvARB ( int target, float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord2iARB ( int target, int s, int t ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord2ivARB ( int target, int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord2sARB ( int target, short s, short t ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord2svARB ( int target, short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord3dARB ( int target, double s, double t, double r ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord3dvARB ( int target, double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord3fARB ( int target, float s, float t, float r ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord3fvARB ( int target, float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord3iARB ( int target, int s, int t, int r ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord3ivARB ( int target, int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord3sARB ( int target, short s, short t, short r ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord3svARB ( int target, short[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord4dARB ( int target, double s, @@ -6865,24 +6865,24 @@ double r, double q ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord4dvARB ( int target, double[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord4fARB ( int target, float s, @@ -6890,24 +6890,24 @@ float r, float q ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord4fvARB ( int target, float[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord4iARB ( int target, int s, @@ -6915,24 +6915,24 @@ int r, int q ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord4ivARB ( int target, int[] v ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord4sARB ( int target, short s, @@ -6940,16 +6940,16 @@ short r, short q ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ public final native void glMultiTexCoord4svARB ( int target, short[] v ) ; - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/gl-proto-dynauto-jni12.c b/C2J/gl-proto-dynauto-jni12.c index 9de5f04..8f01338 100644 --- a/C2J/gl-proto-dynauto-jni12.c +++ b/C2J/gl-proto-dynauto-jni12.c @@ -1,16 +1,16 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearIndex ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearIndex ( JNIEnv *env, jobject obj, @@ -24,13 +24,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearColor ( JNIEnv *env, jobject obj, @@ -50,13 +50,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClear ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClear ( JNIEnv *env, jobject obj, @@ -70,13 +70,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexMask ( JNIEnv *env, jobject obj, @@ -90,13 +90,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMask ( JNIEnv *env, jobject obj, @@ -116,13 +116,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFunc ( JNIEnv *env, jobject obj, @@ -138,13 +138,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFunc ( JNIEnv *env, jobject obj, @@ -160,13 +160,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLogicOp ( GLenum opcode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLogicOp ( JNIEnv *env, jobject obj, @@ -180,13 +180,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCullFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullFace ( JNIEnv *env, jobject obj, @@ -200,13 +200,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrontFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrontFace ( JNIEnv *env, jobject obj, @@ -220,13 +220,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointSize ( GLfloat size ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointSize ( JNIEnv *env, jobject obj, @@ -240,13 +240,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineWidth ( GLfloat width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineWidth ( JNIEnv *env, jobject obj, @@ -260,13 +260,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineStipple ( GLint factor , GLushort pattern ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineStipple ( JNIEnv *env, jobject obj, @@ -282,13 +282,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonMode ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonMode ( JNIEnv *env, jobject obj, @@ -304,13 +304,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffset ( JNIEnv *env, jobject obj, @@ -326,13 +326,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonStipple ( const GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonStipple ( JNIEnv *env, jobject obj, @@ -355,13 +355,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPolygonStipple ( GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPolygonStipple ( JNIEnv *env, jobject obj, @@ -385,13 +385,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlag ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlag ( JNIEnv *env, jobject obj, @@ -405,13 +405,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagv ( const GLboolean * flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagv ( JNIEnv *env, jobject obj, @@ -434,13 +434,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, flag, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScissor ( JNIEnv *env, jobject obj, @@ -460,13 +460,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClipPlane ( JNIEnv *env, jobject obj, @@ -491,13 +491,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetClipPlane ( JNIEnv *env, jobject obj, @@ -523,13 +523,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawBuffer ( JNIEnv *env, jobject obj, @@ -543,13 +543,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadBuffer ( JNIEnv *env, jobject obj, @@ -563,13 +563,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnable ( JNIEnv *env, jobject obj, @@ -583,13 +583,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisable ( JNIEnv *env, jobject obj, @@ -603,13 +603,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsEnabled ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsEnabled ( JNIEnv *env, jobject obj, @@ -626,13 +626,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnableClientState ( JNIEnv *env, jobject obj, @@ -646,13 +646,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisableClientState ( JNIEnv *env, jobject obj, @@ -666,13 +666,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetBooleanv ( JNIEnv *env, jobject obj, @@ -698,13 +698,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetDoublev ( JNIEnv *env, jobject obj, @@ -730,13 +730,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFloatv ( JNIEnv *env, jobject obj, @@ -762,13 +762,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetIntegerv ( JNIEnv *env, jobject obj, @@ -794,13 +794,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushAttrib ( JNIEnv *env, jobject obj, @@ -814,13 +814,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopAttrib ( JNIEnv *env, jobject obj) @@ -832,13 +832,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushClientAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushClientAttrib ( JNIEnv *env, jobject obj, @@ -852,13 +852,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopClientAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopClientAttrib ( JNIEnv *env, jobject obj) @@ -870,13 +870,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint glRenderMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glRenderMode ( JNIEnv *env, jobject obj, @@ -893,13 +893,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLenum glGetError ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGetError ( JNIEnv *env, jobject obj) @@ -914,13 +914,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFinish ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinish ( JNIEnv *env, jobject obj) @@ -932,13 +932,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFlush ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlush ( JNIEnv *env, jobject obj) @@ -950,13 +950,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHint ( GLenum target , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHint ( JNIEnv *env, jobject obj, @@ -972,13 +972,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearDepth ( GLclampd depth ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearDepth ( JNIEnv *env, jobject obj, @@ -992,13 +992,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthFunc ( GLenum func ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthFunc ( JNIEnv *env, jobject obj, @@ -1012,13 +1012,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthMask ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthMask ( JNIEnv *env, jobject obj, @@ -1032,13 +1032,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthRange ( JNIEnv *env, jobject obj, @@ -1054,13 +1054,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearAccum ( JNIEnv *env, jobject obj, @@ -1080,13 +1080,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAccum ( GLenum op , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAccum ( JNIEnv *env, jobject obj, @@ -1102,13 +1102,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMatrixMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixMode ( JNIEnv *env, jobject obj, @@ -1122,13 +1122,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glOrtho ( JNIEnv *env, jobject obj, @@ -1152,13 +1152,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrustum ( JNIEnv *env, jobject obj, @@ -1182,13 +1182,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glViewport ( JNIEnv *env, jobject obj, @@ -1208,13 +1208,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushMatrix ( JNIEnv *env, jobject obj) @@ -1226,13 +1226,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopMatrix ( JNIEnv *env, jobject obj) @@ -1244,13 +1244,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadIdentity ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadIdentity ( JNIEnv *env, jobject obj) @@ -1262,13 +1262,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixd ( JNIEnv *env, jobject obj, @@ -1291,13 +1291,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixf ( JNIEnv *env, jobject obj, @@ -1320,13 +1320,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixd ( JNIEnv *env, jobject obj, @@ -1349,13 +1349,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixf ( JNIEnv *env, jobject obj, @@ -1378,13 +1378,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotated ( JNIEnv *env, jobject obj, @@ -1404,13 +1404,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotatef ( JNIEnv *env, jobject obj, @@ -1430,13 +1430,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScaled ( JNIEnv *env, jobject obj, @@ -1454,13 +1454,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScalef ( JNIEnv *env, jobject obj, @@ -1478,13 +1478,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslated ( JNIEnv *env, jobject obj, @@ -1502,13 +1502,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslatef ( JNIEnv *env, jobject obj, @@ -1526,13 +1526,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsList ( JNIEnv *env, jobject obj, @@ -1549,13 +1549,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteLists ( GLuint list , GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteLists ( JNIEnv *env, jobject obj, @@ -1571,13 +1571,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLuint glGenLists ( GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenLists ( JNIEnv *env, jobject obj, @@ -1594,13 +1594,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNewList ( GLuint list , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNewList ( JNIEnv *env, jobject obj, @@ -1616,13 +1616,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEndList ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndList ( JNIEnv *env, jobject obj) @@ -1634,13 +1634,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallList ( JNIEnv *env, jobject obj, @@ -1654,13 +1654,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallLists__II_3B ( JNIEnv *env, jobject obj, @@ -1843,13 +1843,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, lists, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glListBase ( GLuint base ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListBase ( JNIEnv *env, jobject obj, @@ -1863,13 +1863,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBegin ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBegin ( JNIEnv *env, jobject obj, @@ -1883,13 +1883,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnd ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnd ( JNIEnv *env, jobject obj) @@ -1901,13 +1901,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2d ( JNIEnv *env, jobject obj, @@ -1923,13 +1923,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2f ( JNIEnv *env, jobject obj, @@ -1945,13 +1945,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2i ( JNIEnv *env, jobject obj, @@ -1967,13 +1967,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2s ( JNIEnv *env, jobject obj, @@ -1989,13 +1989,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3d ( JNIEnv *env, jobject obj, @@ -2013,13 +2013,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3f ( JNIEnv *env, jobject obj, @@ -2037,13 +2037,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3i ( JNIEnv *env, jobject obj, @@ -2061,13 +2061,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3s ( JNIEnv *env, jobject obj, @@ -2085,13 +2085,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4d ( JNIEnv *env, jobject obj, @@ -2111,13 +2111,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4f ( JNIEnv *env, jobject obj, @@ -2137,13 +2137,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4i ( JNIEnv *env, jobject obj, @@ -2163,13 +2163,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4s ( JNIEnv *env, jobject obj, @@ -2189,13 +2189,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2dv ( JNIEnv *env, jobject obj, @@ -2218,13 +2218,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2fv ( JNIEnv *env, jobject obj, @@ -2247,13 +2247,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2iv ( JNIEnv *env, jobject obj, @@ -2276,13 +2276,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2sv ( JNIEnv *env, jobject obj, @@ -2305,13 +2305,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3dv ( JNIEnv *env, jobject obj, @@ -2334,13 +2334,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3fv ( JNIEnv *env, jobject obj, @@ -2363,13 +2363,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3iv ( JNIEnv *env, jobject obj, @@ -2392,13 +2392,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3sv ( JNIEnv *env, jobject obj, @@ -2421,13 +2421,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4dv ( JNIEnv *env, jobject obj, @@ -2450,13 +2450,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4fv ( JNIEnv *env, jobject obj, @@ -2479,13 +2479,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4iv ( JNIEnv *env, jobject obj, @@ -2508,13 +2508,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4sv ( JNIEnv *env, jobject obj, @@ -2537,13 +2537,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3b ( JNIEnv *env, jobject obj, @@ -2561,13 +2561,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3d ( JNIEnv *env, jobject obj, @@ -2585,13 +2585,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3f ( JNIEnv *env, jobject obj, @@ -2609,13 +2609,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3i ( JNIEnv *env, jobject obj, @@ -2633,13 +2633,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3s ( JNIEnv *env, jobject obj, @@ -2657,13 +2657,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3bv ( JNIEnv *env, jobject obj, @@ -2686,13 +2686,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3dv ( JNIEnv *env, jobject obj, @@ -2715,13 +2715,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fv ( JNIEnv *env, jobject obj, @@ -2744,13 +2744,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3iv ( JNIEnv *env, jobject obj, @@ -2773,13 +2773,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3sv ( JNIEnv *env, jobject obj, @@ -2802,13 +2802,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexd ( GLdouble c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexd ( JNIEnv *env, jobject obj, @@ -2822,13 +2822,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexf ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexf ( JNIEnv *env, jobject obj, @@ -2842,13 +2842,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexi ( GLint c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexi ( JNIEnv *env, jobject obj, @@ -2862,13 +2862,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexs ( GLshort c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexs ( JNIEnv *env, jobject obj, @@ -2882,13 +2882,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexub ( GLubyte c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexub ( JNIEnv *env, jobject obj, @@ -2902,13 +2902,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexdv ( const GLdouble * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexdv ( JNIEnv *env, jobject obj, @@ -2931,13 +2931,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexfv ( const GLfloat * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexfv ( JNIEnv *env, jobject obj, @@ -2960,13 +2960,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexiv ( const GLint * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexiv ( JNIEnv *env, jobject obj, @@ -2989,13 +2989,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexsv ( const GLshort * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexsv ( JNIEnv *env, jobject obj, @@ -3018,13 +3018,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexubv ( const GLubyte * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexubv ( JNIEnv *env, jobject obj, @@ -3047,13 +3047,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3b ( JNIEnv *env, jobject obj, @@ -3071,13 +3071,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3d ( JNIEnv *env, jobject obj, @@ -3095,13 +3095,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3f ( JNIEnv *env, jobject obj, @@ -3119,13 +3119,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3i ( JNIEnv *env, jobject obj, @@ -3143,13 +3143,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3s ( JNIEnv *env, jobject obj, @@ -3167,13 +3167,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ub ( JNIEnv *env, jobject obj, @@ -3191,13 +3191,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ui ( JNIEnv *env, jobject obj, @@ -3215,13 +3215,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3us ( JNIEnv *env, jobject obj, @@ -3239,13 +3239,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4b ( JNIEnv *env, jobject obj, @@ -3265,13 +3265,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4d ( JNIEnv *env, jobject obj, @@ -3291,13 +3291,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4f ( JNIEnv *env, jobject obj, @@ -3317,13 +3317,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4i ( JNIEnv *env, jobject obj, @@ -3343,13 +3343,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4s ( JNIEnv *env, jobject obj, @@ -3369,13 +3369,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ub ( JNIEnv *env, jobject obj, @@ -3395,13 +3395,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ui ( JNIEnv *env, jobject obj, @@ -3421,13 +3421,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4us ( JNIEnv *env, jobject obj, @@ -3447,13 +3447,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3bv ( JNIEnv *env, jobject obj, @@ -3476,13 +3476,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3dv ( JNIEnv *env, jobject obj, @@ -3505,13 +3505,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fv ( JNIEnv *env, jobject obj, @@ -3534,13 +3534,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3iv ( JNIEnv *env, jobject obj, @@ -3563,13 +3563,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3sv ( JNIEnv *env, jobject obj, @@ -3592,13 +3592,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ubv ( JNIEnv *env, jobject obj, @@ -3621,13 +3621,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3uiv ( JNIEnv *env, jobject obj, @@ -3650,13 +3650,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3usv ( JNIEnv *env, jobject obj, @@ -3679,13 +3679,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4bv ( JNIEnv *env, jobject obj, @@ -3708,13 +3708,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4dv ( JNIEnv *env, jobject obj, @@ -3737,13 +3737,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fv ( JNIEnv *env, jobject obj, @@ -3766,13 +3766,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4iv ( JNIEnv *env, jobject obj, @@ -3795,13 +3795,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4sv ( JNIEnv *env, jobject obj, @@ -3824,13 +3824,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubv ( JNIEnv *env, jobject obj, @@ -3853,13 +3853,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4uiv ( JNIEnv *env, jobject obj, @@ -3882,13 +3882,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4usv ( JNIEnv *env, jobject obj, @@ -3911,13 +3911,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1d ( GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1d ( JNIEnv *env, jobject obj, @@ -3931,13 +3931,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1f ( GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1f ( JNIEnv *env, jobject obj, @@ -3951,13 +3951,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1i ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1i ( JNIEnv *env, jobject obj, @@ -3971,13 +3971,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1s ( GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1s ( JNIEnv *env, jobject obj, @@ -3991,13 +3991,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2d ( JNIEnv *env, jobject obj, @@ -4013,13 +4013,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2f ( JNIEnv *env, jobject obj, @@ -4035,13 +4035,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2i ( GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2i ( JNIEnv *env, jobject obj, @@ -4057,13 +4057,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2s ( GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2s ( JNIEnv *env, jobject obj, @@ -4079,13 +4079,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3d ( JNIEnv *env, jobject obj, @@ -4103,13 +4103,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3f ( JNIEnv *env, jobject obj, @@ -4127,13 +4127,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3i ( JNIEnv *env, jobject obj, @@ -4151,13 +4151,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3s ( JNIEnv *env, jobject obj, @@ -4175,13 +4175,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4d ( JNIEnv *env, jobject obj, @@ -4201,13 +4201,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4f ( JNIEnv *env, jobject obj, @@ -4227,13 +4227,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4i ( JNIEnv *env, jobject obj, @@ -4253,13 +4253,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4s ( JNIEnv *env, jobject obj, @@ -4279,13 +4279,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1dv ( JNIEnv *env, jobject obj, @@ -4308,13 +4308,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1fv ( JNIEnv *env, jobject obj, @@ -4337,13 +4337,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1iv ( JNIEnv *env, jobject obj, @@ -4366,13 +4366,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1sv ( JNIEnv *env, jobject obj, @@ -4395,13 +4395,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2dv ( JNIEnv *env, jobject obj, @@ -4424,13 +4424,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fv ( JNIEnv *env, jobject obj, @@ -4453,13 +4453,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2iv ( JNIEnv *env, jobject obj, @@ -4482,13 +4482,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2sv ( JNIEnv *env, jobject obj, @@ -4511,13 +4511,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3dv ( JNIEnv *env, jobject obj, @@ -4540,13 +4540,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3fv ( JNIEnv *env, jobject obj, @@ -4569,13 +4569,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3iv ( JNIEnv *env, jobject obj, @@ -4598,13 +4598,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3sv ( JNIEnv *env, jobject obj, @@ -4627,13 +4627,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4dv ( JNIEnv *env, jobject obj, @@ -4656,13 +4656,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -4684,14 +4684,14 @@ { (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } - } - -/** - * Original Function-Prototype : - *
 
+	}
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4iv ( JNIEnv *env, jobject obj, @@ -4714,13 +4714,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4sv ( JNIEnv *env, jobject obj, @@ -4743,13 +4743,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2d ( JNIEnv *env, jobject obj, @@ -4765,13 +4765,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2f ( JNIEnv *env, jobject obj, @@ -4787,13 +4787,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2i ( JNIEnv *env, jobject obj, @@ -4809,13 +4809,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2s ( JNIEnv *env, jobject obj, @@ -4831,13 +4831,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3d ( JNIEnv *env, jobject obj, @@ -4855,13 +4855,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3f ( JNIEnv *env, jobject obj, @@ -4879,13 +4879,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3i ( JNIEnv *env, jobject obj, @@ -4903,13 +4903,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3s ( JNIEnv *env, jobject obj, @@ -4927,13 +4927,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4d ( JNIEnv *env, jobject obj, @@ -4953,13 +4953,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4f ( JNIEnv *env, jobject obj, @@ -4979,13 +4979,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4i ( JNIEnv *env, jobject obj, @@ -5005,13 +5005,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4s ( JNIEnv *env, jobject obj, @@ -5031,13 +5031,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2dv ( JNIEnv *env, jobject obj, @@ -5060,13 +5060,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2fv ( JNIEnv *env, jobject obj, @@ -5089,13 +5089,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2iv ( JNIEnv *env, jobject obj, @@ -5118,13 +5118,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2sv ( JNIEnv *env, jobject obj, @@ -5147,13 +5147,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3dv ( JNIEnv *env, jobject obj, @@ -5176,13 +5176,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3fv ( JNIEnv *env, jobject obj, @@ -5205,13 +5205,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3iv ( JNIEnv *env, jobject obj, @@ -5234,13 +5234,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3sv ( JNIEnv *env, jobject obj, @@ -5263,13 +5263,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4dv ( JNIEnv *env, jobject obj, @@ -5292,13 +5292,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4fv ( JNIEnv *env, jobject obj, @@ -5321,13 +5321,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4iv ( JNIEnv *env, jobject obj, @@ -5350,13 +5350,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4sv ( JNIEnv *env, jobject obj, @@ -5379,13 +5379,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectd ( JNIEnv *env, jobject obj, @@ -5405,13 +5405,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectf ( JNIEnv *env, jobject obj, @@ -5431,13 +5431,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRecti ( JNIEnv *env, jobject obj, @@ -5457,13 +5457,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRects ( JNIEnv *env, jobject obj, @@ -5483,13 +5483,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectdv ( JNIEnv *env, jobject obj, @@ -5523,13 +5523,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectfv ( JNIEnv *env, jobject obj, @@ -5563,13 +5563,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectiv ( JNIEnv *env, jobject obj, @@ -5603,13 +5603,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectsv ( JNIEnv *env, jobject obj, @@ -5643,13 +5643,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointer__III_3B ( JNIEnv *env, jobject obj, @@ -5846,13 +5846,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6035,13 +6035,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6238,13 +6238,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6427,13 +6427,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6630,13 +6630,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointer__I_3B ( JNIEnv *env, jobject obj, @@ -6805,13 +6805,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointerv ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointerv__I_3_3B ( JNIEnv *env, jobject obj, @@ -6987,13 +6987,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElement ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElement ( JNIEnv *env, jobject obj, @@ -7007,13 +7007,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArrays ( JNIEnv *env, jobject obj, @@ -7031,13 +7031,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawElements__III_3B ( JNIEnv *env, jobject obj, @@ -7234,13 +7234,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, indices, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInterleavedArrays__II_3B ( JNIEnv *env, jobject obj, @@ -7423,13 +7423,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pointer, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glShadeModel ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShadeModel ( JNIEnv *env, jobject obj, @@ -7443,13 +7443,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightf ( JNIEnv *env, jobject obj, @@ -7467,13 +7467,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLighti ( JNIEnv *env, jobject obj, @@ -7491,13 +7491,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightfv ( JNIEnv *env, jobject obj, @@ -7524,13 +7524,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightiv ( JNIEnv *env, jobject obj, @@ -7557,13 +7557,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightfv ( JNIEnv *env, jobject obj, @@ -7591,13 +7591,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightiv ( JNIEnv *env, jobject obj, @@ -7625,13 +7625,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelf ( JNIEnv *env, jobject obj, @@ -7647,13 +7647,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeli ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeli ( JNIEnv *env, jobject obj, @@ -7669,13 +7669,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelfv ( JNIEnv *env, jobject obj, @@ -7700,13 +7700,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeliv ( JNIEnv *env, jobject obj, @@ -7731,13 +7731,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialf ( JNIEnv *env, jobject obj, @@ -7755,13 +7755,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMateriali ( JNIEnv *env, jobject obj, @@ -7779,13 +7779,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialfv ( JNIEnv *env, jobject obj, @@ -7812,13 +7812,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialiv ( JNIEnv *env, jobject obj, @@ -7845,13 +7845,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialfv ( JNIEnv *env, jobject obj, @@ -7879,13 +7879,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialiv ( JNIEnv *env, jobject obj, @@ -7913,13 +7913,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMaterial ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMaterial ( JNIEnv *env, jobject obj, @@ -7935,13 +7935,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelZoom ( JNIEnv *env, jobject obj, @@ -7957,13 +7957,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStoref ( JNIEnv *env, jobject obj, @@ -7979,13 +7979,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStorei ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStorei ( JNIEnv *env, jobject obj, @@ -8001,13 +8001,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferf ( JNIEnv *env, jobject obj, @@ -8023,13 +8023,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferi ( JNIEnv *env, jobject obj, @@ -8045,13 +8045,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapfv ( JNIEnv *env, jobject obj, @@ -8078,13 +8078,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8111,13 +8111,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapusv ( JNIEnv *env, jobject obj, @@ -8144,13 +8144,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapfv ( JNIEnv *env, jobject obj, @@ -8176,13 +8176,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8208,13 +8208,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapusv ( JNIEnv *env, jobject obj, @@ -8240,13 +8240,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBitmap ( JNIEnv *env, jobject obj, @@ -8281,13 +8281,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, bitmap, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadPixels__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -8533,13 +8533,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr6, (isCopiedArray6 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawPixels__IIII_3B ( JNIEnv *env, jobject obj, @@ -8750,13 +8750,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyPixels ( JNIEnv *env, jobject obj, @@ -8778,13 +8778,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilFunc ( JNIEnv *env, jobject obj, @@ -8802,13 +8802,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilMask ( JNIEnv *env, jobject obj, @@ -8822,13 +8822,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilOp ( JNIEnv *env, jobject obj, @@ -8846,13 +8846,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearStencil ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearStencil ( JNIEnv *env, jobject obj, @@ -8866,13 +8866,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGend ( JNIEnv *env, jobject obj, @@ -8890,13 +8890,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenf ( JNIEnv *env, jobject obj, @@ -8914,13 +8914,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeni ( JNIEnv *env, jobject obj, @@ -8938,13 +8938,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGendv ( JNIEnv *env, jobject obj, @@ -8971,13 +8971,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenfv ( JNIEnv *env, jobject obj, @@ -9004,13 +9004,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeniv ( JNIEnv *env, jobject obj, @@ -9037,13 +9037,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGendv ( JNIEnv *env, jobject obj, @@ -9071,13 +9071,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGenfv ( JNIEnv *env, jobject obj, @@ -9105,13 +9105,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGeniv ( JNIEnv *env, jobject obj, @@ -9139,13 +9139,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvf ( JNIEnv *env, jobject obj, @@ -9163,13 +9163,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvi ( JNIEnv *env, jobject obj, @@ -9187,13 +9187,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvfv ( JNIEnv *env, jobject obj, @@ -9220,13 +9220,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnviv ( JNIEnv *env, jobject obj, @@ -9253,13 +9253,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnvfv ( JNIEnv *env, jobject obj, @@ -9287,13 +9287,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnviv ( JNIEnv *env, jobject obj, @@ -9321,13 +9321,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterf ( JNIEnv *env, jobject obj, @@ -9345,13 +9345,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteri ( JNIEnv *env, jobject obj, @@ -9369,13 +9369,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterfv ( JNIEnv *env, jobject obj, @@ -9402,13 +9402,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteriv ( JNIEnv *env, jobject obj, @@ -9435,13 +9435,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameterfv ( JNIEnv *env, jobject obj, @@ -9469,13 +9469,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameteriv ( JNIEnv *env, jobject obj, @@ -9503,13 +9503,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameterfv ( JNIEnv *env, jobject obj, @@ -9539,13 +9539,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameteriv ( JNIEnv *env, jobject obj, @@ -9575,13 +9575,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage1D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -9834,13 +9834,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -10107,13 +10107,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexImage__IIII_3B ( JNIEnv *env, jobject obj, @@ -10331,13 +10331,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTextures ( JNIEnv *env, jobject obj, @@ -10363,13 +10363,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTextures ( JNIEnv *env, jobject obj, @@ -10394,13 +10394,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTexture ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTexture ( JNIEnv *env, jobject obj, @@ -10416,13 +10416,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTextures ( JNIEnv *env, jobject obj, @@ -10458,13 +10458,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResident ( JNIEnv *env, jobject obj, @@ -10504,13 +10504,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTexture ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTexture ( JNIEnv *env, jobject obj, @@ -10527,13 +10527,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -10772,13 +10772,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -11045,13 +11045,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage1D ( JNIEnv *env, jobject obj, @@ -11077,13 +11077,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage2D ( JNIEnv *env, jobject obj, @@ -11111,13 +11111,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage1D ( JNIEnv *env, jobject obj, @@ -11141,13 +11141,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage2D ( JNIEnv *env, jobject obj, @@ -11175,13 +11175,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1d ( JNIEnv *env, jobject obj, @@ -11214,13 +11214,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1f ( JNIEnv *env, jobject obj, @@ -11253,13 +11253,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2d ( JNIEnv *env, jobject obj, @@ -11300,13 +11300,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2f ( JNIEnv *env, jobject obj, @@ -11347,13 +11347,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapdv ( JNIEnv *env, jobject obj, @@ -11381,13 +11381,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapfv ( JNIEnv *env, jobject obj, @@ -11415,13 +11415,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapiv ( JNIEnv *env, jobject obj, @@ -11449,13 +11449,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1d ( GLdouble u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1d ( JNIEnv *env, jobject obj, @@ -11469,13 +11469,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1f ( GLfloat u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1f ( JNIEnv *env, jobject obj, @@ -11489,13 +11489,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1dv ( JNIEnv *env, jobject obj, @@ -11518,13 +11518,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1fv ( JNIEnv *env, jobject obj, @@ -11547,13 +11547,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2d ( JNIEnv *env, jobject obj, @@ -11569,13 +11569,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2f ( JNIEnv *env, jobject obj, @@ -11591,13 +11591,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2dv ( JNIEnv *env, jobject obj, @@ -11620,13 +11620,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2fv ( JNIEnv *env, jobject obj, @@ -11649,13 +11649,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1d ( JNIEnv *env, jobject obj, @@ -11673,13 +11673,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1f ( JNIEnv *env, jobject obj, @@ -11697,13 +11697,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2d ( JNIEnv *env, jobject obj, @@ -11727,13 +11727,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2f ( JNIEnv *env, jobject obj, @@ -11757,13 +11757,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint1 ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint1 ( JNIEnv *env, jobject obj, @@ -11777,13 +11777,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint2 ( GLint i , GLint j ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint2 ( JNIEnv *env, jobject obj, @@ -11799,13 +11799,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh1 ( JNIEnv *env, jobject obj, @@ -11823,13 +11823,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh2 ( JNIEnv *env, jobject obj, @@ -11851,13 +11851,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogf ( JNIEnv *env, jobject obj, @@ -11873,13 +11873,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogi ( JNIEnv *env, jobject obj, @@ -11895,13 +11895,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogfv ( JNIEnv *env, jobject obj, @@ -11926,13 +11926,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogiv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogiv ( JNIEnv *env, jobject obj, @@ -11957,13 +11957,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFeedbackBuffer ( JNIEnv *env, jobject obj, @@ -11991,13 +11991,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPassThrough ( GLfloat token ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPassThrough ( JNIEnv *env, jobject obj, @@ -12011,13 +12011,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSelectBuffer ( JNIEnv *env, jobject obj, @@ -12043,13 +12043,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInitNames ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInitNames ( JNIEnv *env, jobject obj) @@ -12061,13 +12061,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadName ( JNIEnv *env, jobject obj, @@ -12081,13 +12081,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushName ( JNIEnv *env, jobject obj, @@ -12101,13 +12101,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopName ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopName ( JNIEnv *env, jobject obj) @@ -12119,13 +12119,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawRangeElements__IIIII_3B ( JNIEnv *env, jobject obj, @@ -12350,13 +12350,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, indices, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3D__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -12637,13 +12637,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -12938,13 +12938,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3D ( JNIEnv *env, jobject obj, @@ -12974,13 +12974,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13205,13 +13205,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13436,13 +13436,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -13469,13 +13469,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -13502,13 +13502,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorSubTable ( JNIEnv *env, jobject obj, @@ -13530,13 +13530,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorTable ( JNIEnv *env, jobject obj, @@ -13558,13 +13558,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTable__III_3B ( JNIEnv *env, jobject obj, @@ -13768,13 +13768,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -13802,13 +13802,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -13836,13 +13836,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquation ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquation ( JNIEnv *env, jobject obj, @@ -13856,13 +13856,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColor ( JNIEnv *env, jobject obj, @@ -13882,13 +13882,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHistogram ( JNIEnv *env, jobject obj, @@ -13908,13 +13908,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetHistogram ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetHistogram ( JNIEnv *env, jobject obj, @@ -13928,13 +13928,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogram__IZII_3B ( JNIEnv *env, jobject obj, @@ -14152,13 +14152,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterfv ( JNIEnv *env, jobject obj, @@ -14186,13 +14186,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameteriv ( JNIEnv *env, jobject obj, @@ -14220,13 +14220,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMinmax ( JNIEnv *env, jobject obj, @@ -14244,13 +14244,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetMinmax ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetMinmax ( JNIEnv *env, jobject obj, @@ -14264,13 +14264,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmax__IZII_3B ( JNIEnv *env, jobject obj, @@ -14488,13 +14488,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterfv ( JNIEnv *env, jobject obj, @@ -14522,13 +14522,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameteriv ( JNIEnv *env, jobject obj, @@ -14556,13 +14556,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter1D__IIIII_3B ( JNIEnv *env, jobject obj, @@ -14787,13 +14787,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, image, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter2D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -15032,13 +15032,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, image, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterf ( JNIEnv *env, jobject obj, @@ -15056,13 +15056,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -15089,13 +15089,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteri ( JNIEnv *env, jobject obj, @@ -15113,13 +15113,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -15146,13 +15146,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter1D ( JNIEnv *env, jobject obj, @@ -15174,13 +15174,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter2D ( JNIEnv *env, jobject obj, @@ -15204,13 +15204,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionFilter__III_3B ( JNIEnv *env, jobject obj, @@ -15414,13 +15414,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, image, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -15448,13 +15448,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -15482,13 +15482,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSeparableFilter2D__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -15804,13 +15804,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, column, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSeparableFilter__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -16182,13 +16182,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, span, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -16208,13 +16208,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -16230,13 +16230,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16517,13 +16517,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16818,13 +16818,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -16854,13 +16854,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -16886,13 +16886,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -16917,13 +16917,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -16939,13 +16939,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -16981,13 +16981,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -17027,13 +17027,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTextureEXT ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -17050,13 +17050,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -17267,13 +17267,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -17470,13 +17470,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -17687,13 +17687,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -17890,13 +17890,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -18107,13 +18107,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -18140,13 +18140,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -18322,13 +18322,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElementEXT ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -18342,13 +18342,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -18366,13 +18366,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquationEXT ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -18386,13 +18386,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -18408,13 +18408,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -18439,13 +18439,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -18670,13 +18670,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -18901,13 +18901,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -19111,13 +19111,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -19145,13 +19145,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -19179,13 +19179,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -19201,13 +19201,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glUnlockArraysEXT ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -19219,13 +19219,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19239,13 +19239,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClientActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19259,13 +19259,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -19281,13 +19281,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -19312,13 +19312,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -19334,13 +19334,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -19365,13 +19365,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -19387,13 +19387,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -19418,13 +19418,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -19440,13 +19440,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -19471,13 +19471,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -19495,13 +19495,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -19526,13 +19526,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -19550,13 +19550,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -19581,13 +19581,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -19605,13 +19605,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -19636,13 +19636,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -19660,13 +19660,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -19691,13 +19691,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -19717,13 +19717,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -19748,13 +19748,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -19774,13 +19774,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fvARB ( JNIEnv *env, jobject obj, @@ -19805,13 +19805,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -19831,13 +19831,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -19862,13 +19862,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -19888,13 +19888,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -19919,13 +19919,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -19947,13 +19947,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -19978,13 +19978,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -20006,13 +20006,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -20037,13 +20037,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -20065,13 +20065,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -20096,13 +20096,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -20124,13 +20124,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -20155,5 +20155,5 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/gl-proto-dynauto-tst-jni12.c b/C2J/gl-proto-dynauto-tst-jni12.c index 974688b..56f0181 100644 --- a/C2J/gl-proto-dynauto-tst-jni12.c +++ b/C2J/gl-proto-dynauto-tst-jni12.c @@ -1,16 +1,16 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearIndex ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearIndex ( JNIEnv *env, jobject obj, @@ -24,13 +24,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearColor ( JNIEnv *env, jobject obj, @@ -50,13 +50,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClear ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClear ( JNIEnv *env, jobject obj, @@ -70,13 +70,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexMask ( JNIEnv *env, jobject obj, @@ -90,13 +90,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMask ( JNIEnv *env, jobject obj, @@ -116,13 +116,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFunc ( JNIEnv *env, jobject obj, @@ -138,13 +138,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFunc ( JNIEnv *env, jobject obj, @@ -160,13 +160,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLogicOp ( GLenum opcode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLogicOp ( JNIEnv *env, jobject obj, @@ -180,13 +180,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCullFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullFace ( JNIEnv *env, jobject obj, @@ -200,13 +200,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrontFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrontFace ( JNIEnv *env, jobject obj, @@ -220,13 +220,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointSize ( GLfloat size ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointSize ( JNIEnv *env, jobject obj, @@ -240,13 +240,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineWidth ( GLfloat width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineWidth ( JNIEnv *env, jobject obj, @@ -260,13 +260,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineStipple ( GLint factor , GLushort pattern ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineStipple ( JNIEnv *env, jobject obj, @@ -282,13 +282,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonMode ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonMode ( JNIEnv *env, jobject obj, @@ -304,13 +304,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffset ( JNIEnv *env, jobject obj, @@ -326,13 +326,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonStipple ( const GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonStipple ( JNIEnv *env, jobject obj, @@ -361,13 +361,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPolygonStipple ( GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPolygonStipple ( JNIEnv *env, jobject obj, @@ -396,13 +396,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlag ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlag ( JNIEnv *env, jobject obj, @@ -416,13 +416,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagv ( const GLboolean * flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagv ( JNIEnv *env, jobject obj, @@ -451,13 +451,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, flag, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScissor ( JNIEnv *env, jobject obj, @@ -477,13 +477,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClipPlane ( JNIEnv *env, jobject obj, @@ -514,13 +514,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetClipPlane ( JNIEnv *env, jobject obj, @@ -551,13 +551,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawBuffer ( JNIEnv *env, jobject obj, @@ -571,13 +571,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadBuffer ( JNIEnv *env, jobject obj, @@ -591,13 +591,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnable ( JNIEnv *env, jobject obj, @@ -611,13 +611,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisable ( JNIEnv *env, jobject obj, @@ -631,13 +631,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsEnabled ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsEnabled ( JNIEnv *env, jobject obj, @@ -654,13 +654,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnableClientState ( JNIEnv *env, jobject obj, @@ -674,13 +674,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisableClientState ( JNIEnv *env, jobject obj, @@ -694,13 +694,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetBooleanv ( JNIEnv *env, jobject obj, @@ -731,13 +731,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetDoublev ( JNIEnv *env, jobject obj, @@ -768,13 +768,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFloatv ( JNIEnv *env, jobject obj, @@ -805,13 +805,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetIntegerv ( JNIEnv *env, jobject obj, @@ -842,13 +842,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushAttrib ( JNIEnv *env, jobject obj, @@ -862,13 +862,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopAttrib ( JNIEnv *env, jobject obj) @@ -880,13 +880,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushClientAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushClientAttrib ( JNIEnv *env, jobject obj, @@ -900,13 +900,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopClientAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopClientAttrib ( JNIEnv *env, jobject obj) @@ -918,13 +918,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint glRenderMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glRenderMode ( JNIEnv *env, jobject obj, @@ -941,13 +941,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLenum glGetError ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGetError ( JNIEnv *env, jobject obj) @@ -962,13 +962,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFinish ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinish ( JNIEnv *env, jobject obj) @@ -980,13 +980,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFlush ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlush ( JNIEnv *env, jobject obj) @@ -998,13 +998,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHint ( GLenum target , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHint ( JNIEnv *env, jobject obj, @@ -1020,13 +1020,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearDepth ( GLclampd depth ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearDepth ( JNIEnv *env, jobject obj, @@ -1040,13 +1040,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthFunc ( GLenum func ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthFunc ( JNIEnv *env, jobject obj, @@ -1060,13 +1060,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthMask ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthMask ( JNIEnv *env, jobject obj, @@ -1080,13 +1080,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthRange ( JNIEnv *env, jobject obj, @@ -1102,13 +1102,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearAccum ( JNIEnv *env, jobject obj, @@ -1128,13 +1128,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAccum ( GLenum op , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAccum ( JNIEnv *env, jobject obj, @@ -1150,13 +1150,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMatrixMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixMode ( JNIEnv *env, jobject obj, @@ -1170,13 +1170,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glOrtho ( JNIEnv *env, jobject obj, @@ -1200,13 +1200,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrustum ( JNIEnv *env, jobject obj, @@ -1230,13 +1230,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glViewport ( JNIEnv *env, jobject obj, @@ -1256,13 +1256,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushMatrix ( JNIEnv *env, jobject obj) @@ -1274,13 +1274,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopMatrix ( JNIEnv *env, jobject obj) @@ -1292,13 +1292,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadIdentity ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadIdentity ( JNIEnv *env, jobject obj) @@ -1310,13 +1310,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixd ( JNIEnv *env, jobject obj, @@ -1345,13 +1345,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixf ( JNIEnv *env, jobject obj, @@ -1380,13 +1380,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixd ( JNIEnv *env, jobject obj, @@ -1415,13 +1415,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixf ( JNIEnv *env, jobject obj, @@ -1450,13 +1450,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotated ( JNIEnv *env, jobject obj, @@ -1476,13 +1476,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotatef ( JNIEnv *env, jobject obj, @@ -1502,13 +1502,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScaled ( JNIEnv *env, jobject obj, @@ -1526,13 +1526,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScalef ( JNIEnv *env, jobject obj, @@ -1550,13 +1550,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslated ( JNIEnv *env, jobject obj, @@ -1574,13 +1574,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslatef ( JNIEnv *env, jobject obj, @@ -1598,13 +1598,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsList ( JNIEnv *env, jobject obj, @@ -1621,13 +1621,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteLists ( GLuint list , GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteLists ( JNIEnv *env, jobject obj, @@ -1643,13 +1643,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLuint glGenLists ( GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenLists ( JNIEnv *env, jobject obj, @@ -1666,13 +1666,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNewList ( GLuint list , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNewList ( JNIEnv *env, jobject obj, @@ -1688,13 +1688,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEndList ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndList ( JNIEnv *env, jobject obj) @@ -1706,13 +1706,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallList ( JNIEnv *env, jobject obj, @@ -1726,13 +1726,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallLists__II_3B ( JNIEnv *env, jobject obj, @@ -1957,13 +1957,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, lists, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glListBase ( GLuint base ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListBase ( JNIEnv *env, jobject obj, @@ -1977,13 +1977,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBegin ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBegin ( JNIEnv *env, jobject obj, @@ -1997,13 +1997,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnd ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnd ( JNIEnv *env, jobject obj) @@ -2015,13 +2015,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2d ( JNIEnv *env, jobject obj, @@ -2037,13 +2037,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2f ( JNIEnv *env, jobject obj, @@ -2059,13 +2059,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2i ( JNIEnv *env, jobject obj, @@ -2081,13 +2081,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2s ( JNIEnv *env, jobject obj, @@ -2103,13 +2103,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3d ( JNIEnv *env, jobject obj, @@ -2127,13 +2127,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3f ( JNIEnv *env, jobject obj, @@ -2151,13 +2151,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3i ( JNIEnv *env, jobject obj, @@ -2175,13 +2175,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3s ( JNIEnv *env, jobject obj, @@ -2199,13 +2199,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4d ( JNIEnv *env, jobject obj, @@ -2225,13 +2225,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4f ( JNIEnv *env, jobject obj, @@ -2251,13 +2251,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4i ( JNIEnv *env, jobject obj, @@ -2277,13 +2277,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4s ( JNIEnv *env, jobject obj, @@ -2303,13 +2303,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2dv ( JNIEnv *env, jobject obj, @@ -2338,13 +2338,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2fv ( JNIEnv *env, jobject obj, @@ -2373,13 +2373,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2iv ( JNIEnv *env, jobject obj, @@ -2408,13 +2408,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2sv ( JNIEnv *env, jobject obj, @@ -2443,13 +2443,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3dv ( JNIEnv *env, jobject obj, @@ -2478,13 +2478,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3fv ( JNIEnv *env, jobject obj, @@ -2513,13 +2513,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3iv ( JNIEnv *env, jobject obj, @@ -2548,13 +2548,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3sv ( JNIEnv *env, jobject obj, @@ -2583,13 +2583,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4dv ( JNIEnv *env, jobject obj, @@ -2618,13 +2618,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4fv ( JNIEnv *env, jobject obj, @@ -2653,13 +2653,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4iv ( JNIEnv *env, jobject obj, @@ -2688,13 +2688,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4sv ( JNIEnv *env, jobject obj, @@ -2723,13 +2723,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3b ( JNIEnv *env, jobject obj, @@ -2747,13 +2747,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3d ( JNIEnv *env, jobject obj, @@ -2771,13 +2771,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3f ( JNIEnv *env, jobject obj, @@ -2795,13 +2795,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3i ( JNIEnv *env, jobject obj, @@ -2819,13 +2819,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3s ( JNIEnv *env, jobject obj, @@ -2843,13 +2843,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3bv ( JNIEnv *env, jobject obj, @@ -2878,13 +2878,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3dv ( JNIEnv *env, jobject obj, @@ -2913,13 +2913,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fv ( JNIEnv *env, jobject obj, @@ -2948,13 +2948,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3iv ( JNIEnv *env, jobject obj, @@ -2983,13 +2983,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3sv ( JNIEnv *env, jobject obj, @@ -3018,13 +3018,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexd ( GLdouble c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexd ( JNIEnv *env, jobject obj, @@ -3038,13 +3038,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexf ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexf ( JNIEnv *env, jobject obj, @@ -3058,13 +3058,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexi ( GLint c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexi ( JNIEnv *env, jobject obj, @@ -3078,13 +3078,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexs ( GLshort c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexs ( JNIEnv *env, jobject obj, @@ -3098,13 +3098,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexub ( GLubyte c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexub ( JNIEnv *env, jobject obj, @@ -3118,13 +3118,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexdv ( const GLdouble * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexdv ( JNIEnv *env, jobject obj, @@ -3153,13 +3153,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexfv ( const GLfloat * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexfv ( JNIEnv *env, jobject obj, @@ -3188,13 +3188,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexiv ( const GLint * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexiv ( JNIEnv *env, jobject obj, @@ -3223,13 +3223,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexsv ( const GLshort * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexsv ( JNIEnv *env, jobject obj, @@ -3258,13 +3258,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexubv ( const GLubyte * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexubv ( JNIEnv *env, jobject obj, @@ -3293,13 +3293,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3b ( JNIEnv *env, jobject obj, @@ -3317,13 +3317,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3d ( JNIEnv *env, jobject obj, @@ -3341,13 +3341,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3f ( JNIEnv *env, jobject obj, @@ -3365,13 +3365,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3i ( JNIEnv *env, jobject obj, @@ -3389,13 +3389,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3s ( JNIEnv *env, jobject obj, @@ -3413,13 +3413,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ub ( JNIEnv *env, jobject obj, @@ -3437,13 +3437,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ui ( JNIEnv *env, jobject obj, @@ -3461,13 +3461,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3us ( JNIEnv *env, jobject obj, @@ -3485,13 +3485,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4b ( JNIEnv *env, jobject obj, @@ -3511,13 +3511,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4d ( JNIEnv *env, jobject obj, @@ -3537,13 +3537,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4f ( JNIEnv *env, jobject obj, @@ -3563,13 +3563,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4i ( JNIEnv *env, jobject obj, @@ -3589,13 +3589,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4s ( JNIEnv *env, jobject obj, @@ -3615,13 +3615,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ub ( JNIEnv *env, jobject obj, @@ -3641,13 +3641,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ui ( JNIEnv *env, jobject obj, @@ -3667,13 +3667,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4us ( JNIEnv *env, jobject obj, @@ -3693,13 +3693,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3bv ( JNIEnv *env, jobject obj, @@ -3728,13 +3728,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3dv ( JNIEnv *env, jobject obj, @@ -3763,13 +3763,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fv ( JNIEnv *env, jobject obj, @@ -3798,13 +3798,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3iv ( JNIEnv *env, jobject obj, @@ -3833,13 +3833,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3sv ( JNIEnv *env, jobject obj, @@ -3868,13 +3868,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ubv ( JNIEnv *env, jobject obj, @@ -3903,13 +3903,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3uiv ( JNIEnv *env, jobject obj, @@ -3938,13 +3938,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3usv ( JNIEnv *env, jobject obj, @@ -3973,13 +3973,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4bv ( JNIEnv *env, jobject obj, @@ -4008,13 +4008,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4dv ( JNIEnv *env, jobject obj, @@ -4043,13 +4043,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fv ( JNIEnv *env, jobject obj, @@ -4078,13 +4078,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4iv ( JNIEnv *env, jobject obj, @@ -4113,13 +4113,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4sv ( JNIEnv *env, jobject obj, @@ -4148,13 +4148,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubv ( JNIEnv *env, jobject obj, @@ -4183,13 +4183,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4uiv ( JNIEnv *env, jobject obj, @@ -4218,13 +4218,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4usv ( JNIEnv *env, jobject obj, @@ -4253,13 +4253,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1d ( GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1d ( JNIEnv *env, jobject obj, @@ -4273,13 +4273,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1f ( GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1f ( JNIEnv *env, jobject obj, @@ -4293,13 +4293,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1i ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1i ( JNIEnv *env, jobject obj, @@ -4313,13 +4313,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1s ( GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1s ( JNIEnv *env, jobject obj, @@ -4333,13 +4333,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2d ( JNIEnv *env, jobject obj, @@ -4355,13 +4355,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2f ( JNIEnv *env, jobject obj, @@ -4377,13 +4377,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2i ( GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2i ( JNIEnv *env, jobject obj, @@ -4399,13 +4399,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2s ( GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2s ( JNIEnv *env, jobject obj, @@ -4421,13 +4421,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3d ( JNIEnv *env, jobject obj, @@ -4445,13 +4445,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3f ( JNIEnv *env, jobject obj, @@ -4469,13 +4469,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3i ( JNIEnv *env, jobject obj, @@ -4493,13 +4493,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3s ( JNIEnv *env, jobject obj, @@ -4517,13 +4517,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4d ( JNIEnv *env, jobject obj, @@ -4543,13 +4543,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4f ( JNIEnv *env, jobject obj, @@ -4569,13 +4569,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4i ( JNIEnv *env, jobject obj, @@ -4595,13 +4595,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4s ( JNIEnv *env, jobject obj, @@ -4621,13 +4621,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1dv ( JNIEnv *env, jobject obj, @@ -4656,13 +4656,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1fv ( JNIEnv *env, jobject obj, @@ -4691,13 +4691,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1iv ( JNIEnv *env, jobject obj, @@ -4726,13 +4726,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1sv ( JNIEnv *env, jobject obj, @@ -4761,13 +4761,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2dv ( JNIEnv *env, jobject obj, @@ -4796,13 +4796,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fv ( JNIEnv *env, jobject obj, @@ -4831,13 +4831,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2iv ( JNIEnv *env, jobject obj, @@ -4866,13 +4866,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2sv ( JNIEnv *env, jobject obj, @@ -4901,13 +4901,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3dv ( JNIEnv *env, jobject obj, @@ -4936,13 +4936,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3fv ( JNIEnv *env, jobject obj, @@ -4971,13 +4971,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3iv ( JNIEnv *env, jobject obj, @@ -5006,13 +5006,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3sv ( JNIEnv *env, jobject obj, @@ -5041,13 +5041,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4dv ( JNIEnv *env, jobject obj, @@ -5076,13 +5076,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -5110,14 +5110,14 @@ { (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } - } - -/** - * Original Function-Prototype : - *
 
+	}
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4iv ( JNIEnv *env, jobject obj, @@ -5146,13 +5146,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4sv ( JNIEnv *env, jobject obj, @@ -5181,13 +5181,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2d ( JNIEnv *env, jobject obj, @@ -5203,13 +5203,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2f ( JNIEnv *env, jobject obj, @@ -5225,13 +5225,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2i ( JNIEnv *env, jobject obj, @@ -5247,13 +5247,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2s ( JNIEnv *env, jobject obj, @@ -5269,13 +5269,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3d ( JNIEnv *env, jobject obj, @@ -5293,13 +5293,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3f ( JNIEnv *env, jobject obj, @@ -5317,13 +5317,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3i ( JNIEnv *env, jobject obj, @@ -5341,13 +5341,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3s ( JNIEnv *env, jobject obj, @@ -5365,13 +5365,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4d ( JNIEnv *env, jobject obj, @@ -5391,13 +5391,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4f ( JNIEnv *env, jobject obj, @@ -5417,13 +5417,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4i ( JNIEnv *env, jobject obj, @@ -5443,13 +5443,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4s ( JNIEnv *env, jobject obj, @@ -5469,13 +5469,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2dv ( JNIEnv *env, jobject obj, @@ -5504,13 +5504,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2fv ( JNIEnv *env, jobject obj, @@ -5539,13 +5539,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2iv ( JNIEnv *env, jobject obj, @@ -5574,13 +5574,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2sv ( JNIEnv *env, jobject obj, @@ -5609,13 +5609,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3dv ( JNIEnv *env, jobject obj, @@ -5644,13 +5644,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3fv ( JNIEnv *env, jobject obj, @@ -5679,13 +5679,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3iv ( JNIEnv *env, jobject obj, @@ -5714,13 +5714,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3sv ( JNIEnv *env, jobject obj, @@ -5749,13 +5749,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4dv ( JNIEnv *env, jobject obj, @@ -5784,13 +5784,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4fv ( JNIEnv *env, jobject obj, @@ -5819,13 +5819,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4iv ( JNIEnv *env, jobject obj, @@ -5854,13 +5854,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4sv ( JNIEnv *env, jobject obj, @@ -5889,13 +5889,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectd ( JNIEnv *env, jobject obj, @@ -5915,13 +5915,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectf ( JNIEnv *env, jobject obj, @@ -5941,13 +5941,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRecti ( JNIEnv *env, jobject obj, @@ -5967,13 +5967,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRects ( JNIEnv *env, jobject obj, @@ -5993,13 +5993,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectdv ( JNIEnv *env, jobject obj, @@ -6045,13 +6045,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectfv ( JNIEnv *env, jobject obj, @@ -6097,13 +6097,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectiv ( JNIEnv *env, jobject obj, @@ -6149,13 +6149,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectsv ( JNIEnv *env, jobject obj, @@ -6201,13 +6201,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6446,13 +6446,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6677,13 +6677,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6922,13 +6922,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointer__II_3B ( JNIEnv *env, jobject obj, @@ -7153,13 +7153,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointer__III_3B ( JNIEnv *env, jobject obj, @@ -7398,13 +7398,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointer__I_3B ( JNIEnv *env, jobject obj, @@ -7615,13 +7615,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointerv ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointerv__I_3_3B ( JNIEnv *env, jobject obj, @@ -7832,13 +7832,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElement ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElement ( JNIEnv *env, jobject obj, @@ -7852,13 +7852,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArrays ( JNIEnv *env, jobject obj, @@ -7876,13 +7876,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawElements__III_3B ( JNIEnv *env, jobject obj, @@ -8121,13 +8121,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, indices, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInterleavedArrays__II_3B ( JNIEnv *env, jobject obj, @@ -8352,13 +8352,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pointer, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glShadeModel ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShadeModel ( JNIEnv *env, jobject obj, @@ -8372,13 +8372,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightf ( JNIEnv *env, jobject obj, @@ -8396,13 +8396,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLighti ( JNIEnv *env, jobject obj, @@ -8420,13 +8420,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightfv ( JNIEnv *env, jobject obj, @@ -8459,13 +8459,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightiv ( JNIEnv *env, jobject obj, @@ -8498,13 +8498,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightfv ( JNIEnv *env, jobject obj, @@ -8537,13 +8537,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightiv ( JNIEnv *env, jobject obj, @@ -8576,13 +8576,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelf ( JNIEnv *env, jobject obj, @@ -8598,13 +8598,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeli ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeli ( JNIEnv *env, jobject obj, @@ -8620,13 +8620,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelfv ( JNIEnv *env, jobject obj, @@ -8657,13 +8657,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeliv ( JNIEnv *env, jobject obj, @@ -8694,13 +8694,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialf ( JNIEnv *env, jobject obj, @@ -8718,13 +8718,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMateriali ( JNIEnv *env, jobject obj, @@ -8742,13 +8742,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialfv ( JNIEnv *env, jobject obj, @@ -8781,13 +8781,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialiv ( JNIEnv *env, jobject obj, @@ -8820,13 +8820,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialfv ( JNIEnv *env, jobject obj, @@ -8859,13 +8859,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialiv ( JNIEnv *env, jobject obj, @@ -8898,13 +8898,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMaterial ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMaterial ( JNIEnv *env, jobject obj, @@ -8920,13 +8920,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelZoom ( JNIEnv *env, jobject obj, @@ -8942,13 +8942,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStoref ( JNIEnv *env, jobject obj, @@ -8964,13 +8964,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStorei ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStorei ( JNIEnv *env, jobject obj, @@ -8986,13 +8986,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferf ( JNIEnv *env, jobject obj, @@ -9008,13 +9008,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferi ( JNIEnv *env, jobject obj, @@ -9030,13 +9030,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapfv ( JNIEnv *env, jobject obj, @@ -9069,13 +9069,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapuiv ( JNIEnv *env, jobject obj, @@ -9108,13 +9108,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapusv ( JNIEnv *env, jobject obj, @@ -9147,13 +9147,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapfv ( JNIEnv *env, jobject obj, @@ -9184,13 +9184,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapuiv ( JNIEnv *env, jobject obj, @@ -9221,13 +9221,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapusv ( JNIEnv *env, jobject obj, @@ -9258,13 +9258,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBitmap ( JNIEnv *env, jobject obj, @@ -9305,13 +9305,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, bitmap, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadPixels__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -9592,13 +9592,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr6, (isCopiedArray6 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawPixels__IIII_3B ( JNIEnv *env, jobject obj, @@ -9851,13 +9851,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyPixels ( JNIEnv *env, jobject obj, @@ -9879,13 +9879,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilFunc ( JNIEnv *env, jobject obj, @@ -9903,13 +9903,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilMask ( JNIEnv *env, jobject obj, @@ -9923,13 +9923,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilOp ( JNIEnv *env, jobject obj, @@ -9947,13 +9947,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearStencil ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearStencil ( JNIEnv *env, jobject obj, @@ -9967,13 +9967,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGend ( JNIEnv *env, jobject obj, @@ -9991,13 +9991,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenf ( JNIEnv *env, jobject obj, @@ -10015,13 +10015,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeni ( JNIEnv *env, jobject obj, @@ -10039,13 +10039,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGendv ( JNIEnv *env, jobject obj, @@ -10078,13 +10078,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenfv ( JNIEnv *env, jobject obj, @@ -10117,13 +10117,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeniv ( JNIEnv *env, jobject obj, @@ -10156,13 +10156,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGendv ( JNIEnv *env, jobject obj, @@ -10195,13 +10195,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGenfv ( JNIEnv *env, jobject obj, @@ -10234,13 +10234,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGeniv ( JNIEnv *env, jobject obj, @@ -10273,13 +10273,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvf ( JNIEnv *env, jobject obj, @@ -10297,13 +10297,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvi ( JNIEnv *env, jobject obj, @@ -10321,13 +10321,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvfv ( JNIEnv *env, jobject obj, @@ -10360,13 +10360,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnviv ( JNIEnv *env, jobject obj, @@ -10399,13 +10399,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnvfv ( JNIEnv *env, jobject obj, @@ -10438,13 +10438,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnviv ( JNIEnv *env, jobject obj, @@ -10477,13 +10477,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterf ( JNIEnv *env, jobject obj, @@ -10501,13 +10501,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteri ( JNIEnv *env, jobject obj, @@ -10525,13 +10525,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterfv ( JNIEnv *env, jobject obj, @@ -10564,13 +10564,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteriv ( JNIEnv *env, jobject obj, @@ -10603,13 +10603,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameterfv ( JNIEnv *env, jobject obj, @@ -10642,13 +10642,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameteriv ( JNIEnv *env, jobject obj, @@ -10681,13 +10681,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameterfv ( JNIEnv *env, jobject obj, @@ -10722,13 +10722,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameteriv ( JNIEnv *env, jobject obj, @@ -10763,13 +10763,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage1D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -11064,13 +11064,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -11379,13 +11379,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexImage__IIII_3B ( JNIEnv *env, jobject obj, @@ -11638,13 +11638,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTextures ( JNIEnv *env, jobject obj, @@ -11675,13 +11675,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTextures ( JNIEnv *env, jobject obj, @@ -11712,13 +11712,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTexture ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTexture ( JNIEnv *env, jobject obj, @@ -11734,13 +11734,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTextures ( JNIEnv *env, jobject obj, @@ -11788,13 +11788,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResident ( JNIEnv *env, jobject obj, @@ -11845,13 +11845,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTexture ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTexture ( JNIEnv *env, jobject obj, @@ -11868,13 +11868,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -12155,13 +12155,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -12470,13 +12470,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage1D ( JNIEnv *env, jobject obj, @@ -12502,13 +12502,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage2D ( JNIEnv *env, jobject obj, @@ -12536,13 +12536,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage1D ( JNIEnv *env, jobject obj, @@ -12566,13 +12566,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage2D ( JNIEnv *env, jobject obj, @@ -12600,13 +12600,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1d ( JNIEnv *env, jobject obj, @@ -12645,13 +12645,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1f ( JNIEnv *env, jobject obj, @@ -12690,13 +12690,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2d ( JNIEnv *env, jobject obj, @@ -12743,13 +12743,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2f ( JNIEnv *env, jobject obj, @@ -12796,13 +12796,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapdv ( JNIEnv *env, jobject obj, @@ -12835,13 +12835,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapfv ( JNIEnv *env, jobject obj, @@ -12874,13 +12874,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapiv ( JNIEnv *env, jobject obj, @@ -12913,13 +12913,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1d ( GLdouble u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1d ( JNIEnv *env, jobject obj, @@ -12933,13 +12933,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1f ( GLfloat u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1f ( JNIEnv *env, jobject obj, @@ -12953,13 +12953,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1dv ( JNIEnv *env, jobject obj, @@ -12988,13 +12988,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1fv ( JNIEnv *env, jobject obj, @@ -13023,13 +13023,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2d ( JNIEnv *env, jobject obj, @@ -13045,13 +13045,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2f ( JNIEnv *env, jobject obj, @@ -13067,13 +13067,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2dv ( JNIEnv *env, jobject obj, @@ -13102,13 +13102,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2fv ( JNIEnv *env, jobject obj, @@ -13137,13 +13137,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1d ( JNIEnv *env, jobject obj, @@ -13161,13 +13161,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1f ( JNIEnv *env, jobject obj, @@ -13185,13 +13185,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2d ( JNIEnv *env, jobject obj, @@ -13215,13 +13215,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2f ( JNIEnv *env, jobject obj, @@ -13245,13 +13245,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint1 ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint1 ( JNIEnv *env, jobject obj, @@ -13265,13 +13265,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint2 ( GLint i , GLint j ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint2 ( JNIEnv *env, jobject obj, @@ -13287,13 +13287,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh1 ( JNIEnv *env, jobject obj, @@ -13311,13 +13311,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh2 ( JNIEnv *env, jobject obj, @@ -13339,13 +13339,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogf ( JNIEnv *env, jobject obj, @@ -13361,13 +13361,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogi ( JNIEnv *env, jobject obj, @@ -13383,13 +13383,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogfv ( JNIEnv *env, jobject obj, @@ -13420,13 +13420,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogiv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogiv ( JNIEnv *env, jobject obj, @@ -13457,13 +13457,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFeedbackBuffer ( JNIEnv *env, jobject obj, @@ -13496,13 +13496,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPassThrough ( GLfloat token ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPassThrough ( JNIEnv *env, jobject obj, @@ -13516,13 +13516,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSelectBuffer ( JNIEnv *env, jobject obj, @@ -13553,13 +13553,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInitNames ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInitNames ( JNIEnv *env, jobject obj) @@ -13571,13 +13571,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadName ( JNIEnv *env, jobject obj, @@ -13591,13 +13591,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushName ( JNIEnv *env, jobject obj, @@ -13611,13 +13611,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopName ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopName ( JNIEnv *env, jobject obj) @@ -13629,13 +13629,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawRangeElements__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13902,13 +13902,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, indices, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3D__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -14231,13 +14231,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -14574,13 +14574,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3D ( JNIEnv *env, jobject obj, @@ -14610,13 +14610,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -14883,13 +14883,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -15156,13 +15156,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -15195,13 +15195,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -15234,13 +15234,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorSubTable ( JNIEnv *env, jobject obj, @@ -15262,13 +15262,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorTable ( JNIEnv *env, jobject obj, @@ -15290,13 +15290,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTable__III_3B ( JNIEnv *env, jobject obj, @@ -15535,13 +15535,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -15574,13 +15574,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -15613,13 +15613,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquation ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquation ( JNIEnv *env, jobject obj, @@ -15633,13 +15633,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColor ( JNIEnv *env, jobject obj, @@ -15659,13 +15659,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHistogram ( JNIEnv *env, jobject obj, @@ -15685,13 +15685,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetHistogram ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetHistogram ( JNIEnv *env, jobject obj, @@ -15705,13 +15705,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogram__IZII_3B ( JNIEnv *env, jobject obj, @@ -15964,13 +15964,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterfv ( JNIEnv *env, jobject obj, @@ -16003,13 +16003,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameteriv ( JNIEnv *env, jobject obj, @@ -16042,13 +16042,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMinmax ( JNIEnv *env, jobject obj, @@ -16066,13 +16066,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetMinmax ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetMinmax ( JNIEnv *env, jobject obj, @@ -16086,13 +16086,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmax__IZII_3B ( JNIEnv *env, jobject obj, @@ -16345,13 +16345,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterfv ( JNIEnv *env, jobject obj, @@ -16384,13 +16384,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameteriv ( JNIEnv *env, jobject obj, @@ -16423,13 +16423,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter1D__IIIII_3B ( JNIEnv *env, jobject obj, @@ -16696,13 +16696,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, image, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter2D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -16983,13 +16983,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, image, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterf ( JNIEnv *env, jobject obj, @@ -17007,13 +17007,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -17046,13 +17046,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteri ( JNIEnv *env, jobject obj, @@ -17070,13 +17070,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -17109,13 +17109,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter1D ( JNIEnv *env, jobject obj, @@ -17137,13 +17137,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter2D ( JNIEnv *env, jobject obj, @@ -17167,13 +17167,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionFilter__III_3B ( JNIEnv *env, jobject obj, @@ -17412,13 +17412,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, image, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -17451,13 +17451,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -17490,13 +17490,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSeparableFilter2D__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -17896,13 +17896,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, column, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSeparableFilter__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -18379,13 +18379,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, span, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -18405,13 +18405,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -18427,13 +18427,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -18756,13 +18756,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -19099,13 +19099,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -19135,13 +19135,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -19172,13 +19172,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -19209,13 +19209,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -19231,13 +19231,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -19285,13 +19285,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -19342,13 +19342,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTextureEXT ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -19365,13 +19365,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -19624,13 +19624,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -19869,13 +19869,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -20128,13 +20128,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -20373,13 +20373,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -20632,13 +20632,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -20671,13 +20671,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -20888,13 +20888,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElementEXT ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -20908,13 +20908,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -20932,13 +20932,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquationEXT ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -20952,13 +20952,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -20974,13 +20974,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -21011,13 +21011,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -21284,13 +21284,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -21557,13 +21557,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -21802,13 +21802,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -21841,13 +21841,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -21880,13 +21880,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -21902,13 +21902,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glUnlockArraysEXT ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -21920,13 +21920,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -21940,13 +21940,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClientActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -21960,13 +21960,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -21982,13 +21982,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -22019,13 +22019,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -22041,13 +22041,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -22078,13 +22078,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -22100,13 +22100,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -22137,13 +22137,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -22159,13 +22159,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -22196,13 +22196,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -22220,13 +22220,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -22257,13 +22257,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -22281,13 +22281,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -22318,13 +22318,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -22342,13 +22342,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -22379,13 +22379,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -22403,13 +22403,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -22440,13 +22440,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -22466,13 +22466,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -22503,13 +22503,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -22529,13 +22529,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fvARB ( JNIEnv *env, jobject obj, @@ -22566,13 +22566,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -22592,13 +22592,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -22629,13 +22629,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -22655,13 +22655,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -22692,13 +22692,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -22720,13 +22720,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -22757,13 +22757,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -22785,13 +22785,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -22822,13 +22822,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -22850,13 +22850,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -22887,13 +22887,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -22915,13 +22915,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -22952,5 +22952,5 @@ (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/gl-proto-dynauto.c b/C2J/gl-proto-dynauto.c index 07df064..2fde72f 100644 --- a/C2J/gl-proto-dynauto.c +++ b/C2J/gl-proto-dynauto.c @@ -1,16 +1,16 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearIndex ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearIndex ( JNIEnv *env, jobject obj, @@ -24,13 +24,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearColor ( JNIEnv *env, jobject obj, @@ -50,13 +50,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClear ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClear ( JNIEnv *env, jobject obj, @@ -70,13 +70,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexMask ( JNIEnv *env, jobject obj, @@ -90,13 +90,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMask ( JNIEnv *env, jobject obj, @@ -116,13 +116,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFunc ( JNIEnv *env, jobject obj, @@ -138,13 +138,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFunc ( JNIEnv *env, jobject obj, @@ -160,13 +160,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLogicOp ( GLenum opcode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLogicOp ( JNIEnv *env, jobject obj, @@ -180,13 +180,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCullFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullFace ( JNIEnv *env, jobject obj, @@ -200,13 +200,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrontFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrontFace ( JNIEnv *env, jobject obj, @@ -220,13 +220,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointSize ( GLfloat size ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointSize ( JNIEnv *env, jobject obj, @@ -240,13 +240,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineWidth ( GLfloat width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineWidth ( JNIEnv *env, jobject obj, @@ -260,13 +260,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineStipple ( GLint factor , GLushort pattern ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineStipple ( JNIEnv *env, jobject obj, @@ -282,13 +282,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonMode ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonMode ( JNIEnv *env, jobject obj, @@ -304,13 +304,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffset ( JNIEnv *env, jobject obj, @@ -326,13 +326,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonStipple ( const GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonStipple ( JNIEnv *env, jobject obj, @@ -355,13 +355,13 @@ (*env)->ReleaseByteArrayElements(env, mask, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPolygonStipple ( GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPolygonStipple ( JNIEnv *env, jobject obj, @@ -385,13 +385,13 @@ (*env)->ReleaseByteArrayElements(env, mask, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlag ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlag ( JNIEnv *env, jobject obj, @@ -405,13 +405,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagv ( const GLboolean * flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagv ( JNIEnv *env, jobject obj, @@ -434,13 +434,13 @@ (*env)->ReleaseBooleanArrayElements(env, flag, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScissor ( JNIEnv *env, jobject obj, @@ -460,13 +460,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClipPlane ( JNIEnv *env, jobject obj, @@ -491,13 +491,13 @@ (*env)->ReleaseDoubleArrayElements(env, equation, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetClipPlane ( JNIEnv *env, jobject obj, @@ -523,13 +523,13 @@ (*env)->ReleaseDoubleArrayElements(env, equation, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawBuffer ( JNIEnv *env, jobject obj, @@ -543,13 +543,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadBuffer ( JNIEnv *env, jobject obj, @@ -563,13 +563,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnable ( JNIEnv *env, jobject obj, @@ -583,13 +583,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisable ( JNIEnv *env, jobject obj, @@ -603,13 +603,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsEnabled ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsEnabled ( JNIEnv *env, jobject obj, @@ -626,13 +626,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnableClientState ( JNIEnv *env, jobject obj, @@ -646,13 +646,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisableClientState ( JNIEnv *env, jobject obj, @@ -666,13 +666,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetBooleanv ( JNIEnv *env, jobject obj, @@ -698,13 +698,13 @@ (*env)->ReleaseBooleanArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetDoublev ( JNIEnv *env, jobject obj, @@ -730,13 +730,13 @@ (*env)->ReleaseDoubleArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFloatv ( JNIEnv *env, jobject obj, @@ -762,13 +762,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetIntegerv ( JNIEnv *env, jobject obj, @@ -794,13 +794,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushAttrib ( JNIEnv *env, jobject obj, @@ -814,13 +814,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopAttrib ( JNIEnv *env, jobject obj) @@ -832,13 +832,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushClientAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushClientAttrib ( JNIEnv *env, jobject obj, @@ -852,13 +852,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopClientAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopClientAttrib ( JNIEnv *env, jobject obj) @@ -870,13 +870,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint glRenderMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glRenderMode ( JNIEnv *env, jobject obj, @@ -893,13 +893,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLenum glGetError ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGetError ( JNIEnv *env, jobject obj) @@ -914,13 +914,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFinish ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinish ( JNIEnv *env, jobject obj) @@ -932,13 +932,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFlush ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlush ( JNIEnv *env, jobject obj) @@ -950,13 +950,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHint ( GLenum target , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHint ( JNIEnv *env, jobject obj, @@ -972,13 +972,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearDepth ( GLclampd depth ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearDepth ( JNIEnv *env, jobject obj, @@ -992,13 +992,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthFunc ( GLenum func ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthFunc ( JNIEnv *env, jobject obj, @@ -1012,13 +1012,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthMask ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthMask ( JNIEnv *env, jobject obj, @@ -1032,13 +1032,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthRange ( JNIEnv *env, jobject obj, @@ -1054,13 +1054,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearAccum ( JNIEnv *env, jobject obj, @@ -1080,13 +1080,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAccum ( GLenum op , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAccum ( JNIEnv *env, jobject obj, @@ -1102,13 +1102,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMatrixMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixMode ( JNIEnv *env, jobject obj, @@ -1122,13 +1122,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glOrtho ( JNIEnv *env, jobject obj, @@ -1152,13 +1152,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrustum ( JNIEnv *env, jobject obj, @@ -1182,13 +1182,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glViewport ( JNIEnv *env, jobject obj, @@ -1208,13 +1208,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushMatrix ( JNIEnv *env, jobject obj) @@ -1226,13 +1226,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopMatrix ( JNIEnv *env, jobject obj) @@ -1244,13 +1244,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadIdentity ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadIdentity ( JNIEnv *env, jobject obj) @@ -1262,13 +1262,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixd ( JNIEnv *env, jobject obj, @@ -1291,13 +1291,13 @@ (*env)->ReleaseDoubleArrayElements(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixf ( JNIEnv *env, jobject obj, @@ -1320,13 +1320,13 @@ (*env)->ReleaseFloatArrayElements(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixd ( JNIEnv *env, jobject obj, @@ -1349,13 +1349,13 @@ (*env)->ReleaseDoubleArrayElements(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixf ( JNIEnv *env, jobject obj, @@ -1378,13 +1378,13 @@ (*env)->ReleaseFloatArrayElements(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotated ( JNIEnv *env, jobject obj, @@ -1404,13 +1404,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotatef ( JNIEnv *env, jobject obj, @@ -1430,13 +1430,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScaled ( JNIEnv *env, jobject obj, @@ -1454,13 +1454,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScalef ( JNIEnv *env, jobject obj, @@ -1478,13 +1478,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslated ( JNIEnv *env, jobject obj, @@ -1502,13 +1502,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslatef ( JNIEnv *env, jobject obj, @@ -1526,13 +1526,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsList ( JNIEnv *env, jobject obj, @@ -1549,13 +1549,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteLists ( GLuint list , GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteLists ( JNIEnv *env, jobject obj, @@ -1571,13 +1571,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLuint glGenLists ( GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenLists ( JNIEnv *env, jobject obj, @@ -1594,13 +1594,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNewList ( GLuint list , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNewList ( JNIEnv *env, jobject obj, @@ -1616,13 +1616,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEndList ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndList ( JNIEnv *env, jobject obj) @@ -1634,13 +1634,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallList ( JNIEnv *env, jobject obj, @@ -1654,13 +1654,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallLists__II_3B ( JNIEnv *env, jobject obj, @@ -1843,13 +1843,13 @@ (*env)->ReleaseLongArrayElements(env, lists, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glListBase ( GLuint base ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListBase ( JNIEnv *env, jobject obj, @@ -1863,13 +1863,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBegin ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBegin ( JNIEnv *env, jobject obj, @@ -1883,13 +1883,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnd ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnd ( JNIEnv *env, jobject obj) @@ -1901,13 +1901,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2d ( JNIEnv *env, jobject obj, @@ -1923,13 +1923,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2f ( JNIEnv *env, jobject obj, @@ -1945,13 +1945,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2i ( JNIEnv *env, jobject obj, @@ -1967,13 +1967,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2s ( JNIEnv *env, jobject obj, @@ -1989,13 +1989,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3d ( JNIEnv *env, jobject obj, @@ -2013,13 +2013,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3f ( JNIEnv *env, jobject obj, @@ -2037,13 +2037,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3i ( JNIEnv *env, jobject obj, @@ -2061,13 +2061,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3s ( JNIEnv *env, jobject obj, @@ -2085,13 +2085,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4d ( JNIEnv *env, jobject obj, @@ -2111,13 +2111,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4f ( JNIEnv *env, jobject obj, @@ -2137,13 +2137,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4i ( JNIEnv *env, jobject obj, @@ -2163,13 +2163,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4s ( JNIEnv *env, jobject obj, @@ -2189,13 +2189,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2dv ( JNIEnv *env, jobject obj, @@ -2218,13 +2218,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2fv ( JNIEnv *env, jobject obj, @@ -2247,13 +2247,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2iv ( JNIEnv *env, jobject obj, @@ -2276,13 +2276,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2sv ( JNIEnv *env, jobject obj, @@ -2305,13 +2305,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3dv ( JNIEnv *env, jobject obj, @@ -2334,13 +2334,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3fv ( JNIEnv *env, jobject obj, @@ -2363,13 +2363,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3iv ( JNIEnv *env, jobject obj, @@ -2392,13 +2392,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3sv ( JNIEnv *env, jobject obj, @@ -2421,13 +2421,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4dv ( JNIEnv *env, jobject obj, @@ -2450,13 +2450,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4fv ( JNIEnv *env, jobject obj, @@ -2479,13 +2479,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4iv ( JNIEnv *env, jobject obj, @@ -2508,13 +2508,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4sv ( JNIEnv *env, jobject obj, @@ -2537,13 +2537,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3b ( JNIEnv *env, jobject obj, @@ -2561,13 +2561,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3d ( JNIEnv *env, jobject obj, @@ -2585,13 +2585,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3f ( JNIEnv *env, jobject obj, @@ -2609,13 +2609,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3i ( JNIEnv *env, jobject obj, @@ -2633,13 +2633,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3s ( JNIEnv *env, jobject obj, @@ -2657,13 +2657,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3bv ( JNIEnv *env, jobject obj, @@ -2686,13 +2686,13 @@ (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3dv ( JNIEnv *env, jobject obj, @@ -2715,13 +2715,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fv ( JNIEnv *env, jobject obj, @@ -2744,13 +2744,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3iv ( JNIEnv *env, jobject obj, @@ -2773,13 +2773,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3sv ( JNIEnv *env, jobject obj, @@ -2802,13 +2802,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexd ( GLdouble c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexd ( JNIEnv *env, jobject obj, @@ -2822,13 +2822,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexf ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexf ( JNIEnv *env, jobject obj, @@ -2842,13 +2842,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexi ( GLint c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexi ( JNIEnv *env, jobject obj, @@ -2862,13 +2862,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexs ( GLshort c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexs ( JNIEnv *env, jobject obj, @@ -2882,13 +2882,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexub ( GLubyte c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexub ( JNIEnv *env, jobject obj, @@ -2902,13 +2902,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexdv ( const GLdouble * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexdv ( JNIEnv *env, jobject obj, @@ -2931,13 +2931,13 @@ (*env)->ReleaseDoubleArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexfv ( const GLfloat * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexfv ( JNIEnv *env, jobject obj, @@ -2960,13 +2960,13 @@ (*env)->ReleaseFloatArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexiv ( const GLint * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexiv ( JNIEnv *env, jobject obj, @@ -2989,13 +2989,13 @@ (*env)->ReleaseIntArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexsv ( const GLshort * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexsv ( JNIEnv *env, jobject obj, @@ -3018,13 +3018,13 @@ (*env)->ReleaseShortArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexubv ( const GLubyte * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexubv ( JNIEnv *env, jobject obj, @@ -3047,13 +3047,13 @@ (*env)->ReleaseByteArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3b ( JNIEnv *env, jobject obj, @@ -3071,13 +3071,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3d ( JNIEnv *env, jobject obj, @@ -3095,13 +3095,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3f ( JNIEnv *env, jobject obj, @@ -3119,13 +3119,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3i ( JNIEnv *env, jobject obj, @@ -3143,13 +3143,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3s ( JNIEnv *env, jobject obj, @@ -3167,13 +3167,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ub ( JNIEnv *env, jobject obj, @@ -3191,13 +3191,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ui ( JNIEnv *env, jobject obj, @@ -3215,13 +3215,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3us ( JNIEnv *env, jobject obj, @@ -3239,13 +3239,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4b ( JNIEnv *env, jobject obj, @@ -3265,13 +3265,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4d ( JNIEnv *env, jobject obj, @@ -3291,13 +3291,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4f ( JNIEnv *env, jobject obj, @@ -3317,13 +3317,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4i ( JNIEnv *env, jobject obj, @@ -3343,13 +3343,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4s ( JNIEnv *env, jobject obj, @@ -3369,13 +3369,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ub ( JNIEnv *env, jobject obj, @@ -3395,13 +3395,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ui ( JNIEnv *env, jobject obj, @@ -3421,13 +3421,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4us ( JNIEnv *env, jobject obj, @@ -3447,13 +3447,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3bv ( JNIEnv *env, jobject obj, @@ -3476,13 +3476,13 @@ (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3dv ( JNIEnv *env, jobject obj, @@ -3505,13 +3505,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fv ( JNIEnv *env, jobject obj, @@ -3534,13 +3534,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3iv ( JNIEnv *env, jobject obj, @@ -3563,13 +3563,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3sv ( JNIEnv *env, jobject obj, @@ -3592,13 +3592,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ubv ( JNIEnv *env, jobject obj, @@ -3621,13 +3621,13 @@ (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3uiv ( JNIEnv *env, jobject obj, @@ -3650,13 +3650,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3usv ( JNIEnv *env, jobject obj, @@ -3679,13 +3679,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4bv ( JNIEnv *env, jobject obj, @@ -3708,13 +3708,13 @@ (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4dv ( JNIEnv *env, jobject obj, @@ -3737,13 +3737,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fv ( JNIEnv *env, jobject obj, @@ -3766,13 +3766,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4iv ( JNIEnv *env, jobject obj, @@ -3795,13 +3795,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4sv ( JNIEnv *env, jobject obj, @@ -3824,13 +3824,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubv ( JNIEnv *env, jobject obj, @@ -3853,13 +3853,13 @@ (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4uiv ( JNIEnv *env, jobject obj, @@ -3882,13 +3882,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4usv ( JNIEnv *env, jobject obj, @@ -3911,13 +3911,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1d ( GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1d ( JNIEnv *env, jobject obj, @@ -3931,13 +3931,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1f ( GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1f ( JNIEnv *env, jobject obj, @@ -3951,13 +3951,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1i ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1i ( JNIEnv *env, jobject obj, @@ -3971,13 +3971,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1s ( GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1s ( JNIEnv *env, jobject obj, @@ -3991,13 +3991,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2d ( JNIEnv *env, jobject obj, @@ -4013,13 +4013,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2f ( JNIEnv *env, jobject obj, @@ -4035,13 +4035,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2i ( GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2i ( JNIEnv *env, jobject obj, @@ -4057,13 +4057,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2s ( GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2s ( JNIEnv *env, jobject obj, @@ -4079,13 +4079,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3d ( JNIEnv *env, jobject obj, @@ -4103,13 +4103,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3f ( JNIEnv *env, jobject obj, @@ -4127,13 +4127,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3i ( JNIEnv *env, jobject obj, @@ -4151,13 +4151,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3s ( JNIEnv *env, jobject obj, @@ -4175,13 +4175,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4d ( JNIEnv *env, jobject obj, @@ -4201,13 +4201,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4f ( JNIEnv *env, jobject obj, @@ -4227,13 +4227,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4i ( JNIEnv *env, jobject obj, @@ -4253,13 +4253,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4s ( JNIEnv *env, jobject obj, @@ -4279,13 +4279,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1dv ( JNIEnv *env, jobject obj, @@ -4308,13 +4308,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1fv ( JNIEnv *env, jobject obj, @@ -4337,13 +4337,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1iv ( JNIEnv *env, jobject obj, @@ -4366,13 +4366,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1sv ( JNIEnv *env, jobject obj, @@ -4395,13 +4395,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2dv ( JNIEnv *env, jobject obj, @@ -4424,13 +4424,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fv ( JNIEnv *env, jobject obj, @@ -4453,13 +4453,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2iv ( JNIEnv *env, jobject obj, @@ -4482,13 +4482,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2sv ( JNIEnv *env, jobject obj, @@ -4511,13 +4511,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3dv ( JNIEnv *env, jobject obj, @@ -4540,13 +4540,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3fv ( JNIEnv *env, jobject obj, @@ -4569,13 +4569,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3iv ( JNIEnv *env, jobject obj, @@ -4598,13 +4598,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3sv ( JNIEnv *env, jobject obj, @@ -4627,13 +4627,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4dv ( JNIEnv *env, jobject obj, @@ -4656,13 +4656,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -4684,14 +4684,14 @@ { (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } - } - -/** - * Original Function-Prototype : - *
 
+	}
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4iv ( JNIEnv *env, jobject obj, @@ -4714,13 +4714,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4sv ( JNIEnv *env, jobject obj, @@ -4743,13 +4743,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2d ( JNIEnv *env, jobject obj, @@ -4765,13 +4765,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2f ( JNIEnv *env, jobject obj, @@ -4787,13 +4787,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2i ( JNIEnv *env, jobject obj, @@ -4809,13 +4809,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2s ( JNIEnv *env, jobject obj, @@ -4831,13 +4831,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3d ( JNIEnv *env, jobject obj, @@ -4855,13 +4855,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3f ( JNIEnv *env, jobject obj, @@ -4879,13 +4879,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3i ( JNIEnv *env, jobject obj, @@ -4903,13 +4903,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3s ( JNIEnv *env, jobject obj, @@ -4927,13 +4927,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4d ( JNIEnv *env, jobject obj, @@ -4953,13 +4953,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4f ( JNIEnv *env, jobject obj, @@ -4979,13 +4979,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4i ( JNIEnv *env, jobject obj, @@ -5005,13 +5005,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4s ( JNIEnv *env, jobject obj, @@ -5031,13 +5031,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2dv ( JNIEnv *env, jobject obj, @@ -5060,13 +5060,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2fv ( JNIEnv *env, jobject obj, @@ -5089,13 +5089,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2iv ( JNIEnv *env, jobject obj, @@ -5118,13 +5118,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2sv ( JNIEnv *env, jobject obj, @@ -5147,13 +5147,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3dv ( JNIEnv *env, jobject obj, @@ -5176,13 +5176,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3fv ( JNIEnv *env, jobject obj, @@ -5205,13 +5205,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3iv ( JNIEnv *env, jobject obj, @@ -5234,13 +5234,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3sv ( JNIEnv *env, jobject obj, @@ -5263,13 +5263,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4dv ( JNIEnv *env, jobject obj, @@ -5292,13 +5292,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4fv ( JNIEnv *env, jobject obj, @@ -5321,13 +5321,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4iv ( JNIEnv *env, jobject obj, @@ -5350,13 +5350,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4sv ( JNIEnv *env, jobject obj, @@ -5379,13 +5379,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectd ( JNIEnv *env, jobject obj, @@ -5405,13 +5405,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectf ( JNIEnv *env, jobject obj, @@ -5431,13 +5431,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRecti ( JNIEnv *env, jobject obj, @@ -5457,13 +5457,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRects ( JNIEnv *env, jobject obj, @@ -5483,13 +5483,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectdv ( JNIEnv *env, jobject obj, @@ -5523,13 +5523,13 @@ (*env)->ReleaseDoubleArrayElements(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectfv ( JNIEnv *env, jobject obj, @@ -5563,13 +5563,13 @@ (*env)->ReleaseFloatArrayElements(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectiv ( JNIEnv *env, jobject obj, @@ -5603,13 +5603,13 @@ (*env)->ReleaseIntArrayElements(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectsv ( JNIEnv *env, jobject obj, @@ -5643,13 +5643,13 @@ (*env)->ReleaseShortArrayElements(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointer__III_3B ( JNIEnv *env, jobject obj, @@ -5846,13 +5846,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6035,13 +6035,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6238,13 +6238,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6427,13 +6427,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6630,13 +6630,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointer__I_3B ( JNIEnv *env, jobject obj, @@ -6805,13 +6805,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointerv ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointerv__I_3_3B ( JNIEnv *env, jobject obj, @@ -6987,13 +6987,13 @@ (*env)->ReleaseLongArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElement ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElement ( JNIEnv *env, jobject obj, @@ -7007,13 +7007,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArrays ( JNIEnv *env, jobject obj, @@ -7031,13 +7031,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawElements__III_3B ( JNIEnv *env, jobject obj, @@ -7234,13 +7234,13 @@ (*env)->ReleaseLongArrayElements(env, indices, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInterleavedArrays__II_3B ( JNIEnv *env, jobject obj, @@ -7423,13 +7423,13 @@ (*env)->ReleaseLongArrayElements(env, pointer, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glShadeModel ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShadeModel ( JNIEnv *env, jobject obj, @@ -7443,13 +7443,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightf ( JNIEnv *env, jobject obj, @@ -7467,13 +7467,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLighti ( JNIEnv *env, jobject obj, @@ -7491,13 +7491,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightfv ( JNIEnv *env, jobject obj, @@ -7524,13 +7524,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightiv ( JNIEnv *env, jobject obj, @@ -7557,13 +7557,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightfv ( JNIEnv *env, jobject obj, @@ -7591,13 +7591,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightiv ( JNIEnv *env, jobject obj, @@ -7625,13 +7625,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelf ( JNIEnv *env, jobject obj, @@ -7647,13 +7647,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeli ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeli ( JNIEnv *env, jobject obj, @@ -7669,13 +7669,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelfv ( JNIEnv *env, jobject obj, @@ -7700,13 +7700,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeliv ( JNIEnv *env, jobject obj, @@ -7731,13 +7731,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialf ( JNIEnv *env, jobject obj, @@ -7755,13 +7755,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMateriali ( JNIEnv *env, jobject obj, @@ -7779,13 +7779,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialfv ( JNIEnv *env, jobject obj, @@ -7812,13 +7812,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialiv ( JNIEnv *env, jobject obj, @@ -7845,13 +7845,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialfv ( JNIEnv *env, jobject obj, @@ -7879,13 +7879,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialiv ( JNIEnv *env, jobject obj, @@ -7913,13 +7913,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMaterial ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMaterial ( JNIEnv *env, jobject obj, @@ -7935,13 +7935,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelZoom ( JNIEnv *env, jobject obj, @@ -7957,13 +7957,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStoref ( JNIEnv *env, jobject obj, @@ -7979,13 +7979,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStorei ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStorei ( JNIEnv *env, jobject obj, @@ -8001,13 +8001,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferf ( JNIEnv *env, jobject obj, @@ -8023,13 +8023,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferi ( JNIEnv *env, jobject obj, @@ -8045,13 +8045,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapfv ( JNIEnv *env, jobject obj, @@ -8078,13 +8078,13 @@ (*env)->ReleaseFloatArrayElements(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8111,13 +8111,13 @@ (*env)->ReleaseIntArrayElements(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapusv ( JNIEnv *env, jobject obj, @@ -8144,13 +8144,13 @@ (*env)->ReleaseShortArrayElements(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapfv ( JNIEnv *env, jobject obj, @@ -8176,13 +8176,13 @@ (*env)->ReleaseFloatArrayElements(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8208,13 +8208,13 @@ (*env)->ReleaseIntArrayElements(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapusv ( JNIEnv *env, jobject obj, @@ -8240,13 +8240,13 @@ (*env)->ReleaseShortArrayElements(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBitmap ( JNIEnv *env, jobject obj, @@ -8281,13 +8281,13 @@ (*env)->ReleaseByteArrayElements(env, bitmap, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadPixels__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -8533,13 +8533,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr6, (isCopiedArray6 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawPixels__IIII_3B ( JNIEnv *env, jobject obj, @@ -8750,13 +8750,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyPixels ( JNIEnv *env, jobject obj, @@ -8778,13 +8778,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilFunc ( JNIEnv *env, jobject obj, @@ -8802,13 +8802,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilMask ( JNIEnv *env, jobject obj, @@ -8822,13 +8822,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilOp ( JNIEnv *env, jobject obj, @@ -8846,13 +8846,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearStencil ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearStencil ( JNIEnv *env, jobject obj, @@ -8866,13 +8866,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGend ( JNIEnv *env, jobject obj, @@ -8890,13 +8890,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenf ( JNIEnv *env, jobject obj, @@ -8914,13 +8914,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeni ( JNIEnv *env, jobject obj, @@ -8938,13 +8938,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGendv ( JNIEnv *env, jobject obj, @@ -8971,13 +8971,13 @@ (*env)->ReleaseDoubleArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenfv ( JNIEnv *env, jobject obj, @@ -9004,13 +9004,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeniv ( JNIEnv *env, jobject obj, @@ -9037,13 +9037,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGendv ( JNIEnv *env, jobject obj, @@ -9071,13 +9071,13 @@ (*env)->ReleaseDoubleArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGenfv ( JNIEnv *env, jobject obj, @@ -9105,13 +9105,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGeniv ( JNIEnv *env, jobject obj, @@ -9139,13 +9139,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvf ( JNIEnv *env, jobject obj, @@ -9163,13 +9163,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvi ( JNIEnv *env, jobject obj, @@ -9187,13 +9187,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvfv ( JNIEnv *env, jobject obj, @@ -9220,13 +9220,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnviv ( JNIEnv *env, jobject obj, @@ -9253,13 +9253,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnvfv ( JNIEnv *env, jobject obj, @@ -9287,13 +9287,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnviv ( JNIEnv *env, jobject obj, @@ -9321,13 +9321,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterf ( JNIEnv *env, jobject obj, @@ -9345,13 +9345,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteri ( JNIEnv *env, jobject obj, @@ -9369,13 +9369,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterfv ( JNIEnv *env, jobject obj, @@ -9402,13 +9402,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteriv ( JNIEnv *env, jobject obj, @@ -9435,13 +9435,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameterfv ( JNIEnv *env, jobject obj, @@ -9469,13 +9469,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameteriv ( JNIEnv *env, jobject obj, @@ -9503,13 +9503,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameterfv ( JNIEnv *env, jobject obj, @@ -9539,13 +9539,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameteriv ( JNIEnv *env, jobject obj, @@ -9575,13 +9575,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage1D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -9834,13 +9834,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -10107,13 +10107,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexImage__IIII_3B ( JNIEnv *env, jobject obj, @@ -10331,13 +10331,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTextures ( JNIEnv *env, jobject obj, @@ -10363,13 +10363,13 @@ (*env)->ReleaseIntArrayElements(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTextures ( JNIEnv *env, jobject obj, @@ -10394,13 +10394,13 @@ (*env)->ReleaseIntArrayElements(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTexture ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTexture ( JNIEnv *env, jobject obj, @@ -10416,13 +10416,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTextures ( JNIEnv *env, jobject obj, @@ -10458,13 +10458,13 @@ (*env)->ReleaseFloatArrayElements(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResident ( JNIEnv *env, jobject obj, @@ -10504,13 +10504,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTexture ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTexture ( JNIEnv *env, jobject obj, @@ -10527,13 +10527,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -10772,13 +10772,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -11045,13 +11045,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage1D ( JNIEnv *env, jobject obj, @@ -11077,13 +11077,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage2D ( JNIEnv *env, jobject obj, @@ -11111,13 +11111,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage1D ( JNIEnv *env, jobject obj, @@ -11141,13 +11141,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage2D ( JNIEnv *env, jobject obj, @@ -11175,13 +11175,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1d ( JNIEnv *env, jobject obj, @@ -11214,13 +11214,13 @@ (*env)->ReleaseDoubleArrayElements(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1f ( JNIEnv *env, jobject obj, @@ -11253,13 +11253,13 @@ (*env)->ReleaseFloatArrayElements(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2d ( JNIEnv *env, jobject obj, @@ -11300,13 +11300,13 @@ (*env)->ReleaseDoubleArrayElements(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2f ( JNIEnv *env, jobject obj, @@ -11347,13 +11347,13 @@ (*env)->ReleaseFloatArrayElements(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapdv ( JNIEnv *env, jobject obj, @@ -11381,13 +11381,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapfv ( JNIEnv *env, jobject obj, @@ -11415,13 +11415,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapiv ( JNIEnv *env, jobject obj, @@ -11449,13 +11449,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1d ( GLdouble u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1d ( JNIEnv *env, jobject obj, @@ -11469,13 +11469,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1f ( GLfloat u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1f ( JNIEnv *env, jobject obj, @@ -11489,13 +11489,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1dv ( JNIEnv *env, jobject obj, @@ -11518,13 +11518,13 @@ (*env)->ReleaseDoubleArrayElements(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1fv ( JNIEnv *env, jobject obj, @@ -11547,13 +11547,13 @@ (*env)->ReleaseFloatArrayElements(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2d ( JNIEnv *env, jobject obj, @@ -11569,13 +11569,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2f ( JNIEnv *env, jobject obj, @@ -11591,13 +11591,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2dv ( JNIEnv *env, jobject obj, @@ -11620,13 +11620,13 @@ (*env)->ReleaseDoubleArrayElements(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2fv ( JNIEnv *env, jobject obj, @@ -11649,13 +11649,13 @@ (*env)->ReleaseFloatArrayElements(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1d ( JNIEnv *env, jobject obj, @@ -11673,13 +11673,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1f ( JNIEnv *env, jobject obj, @@ -11697,13 +11697,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2d ( JNIEnv *env, jobject obj, @@ -11727,13 +11727,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2f ( JNIEnv *env, jobject obj, @@ -11757,13 +11757,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint1 ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint1 ( JNIEnv *env, jobject obj, @@ -11777,13 +11777,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint2 ( GLint i , GLint j ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint2 ( JNIEnv *env, jobject obj, @@ -11799,13 +11799,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh1 ( JNIEnv *env, jobject obj, @@ -11823,13 +11823,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh2 ( JNIEnv *env, jobject obj, @@ -11851,13 +11851,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogf ( JNIEnv *env, jobject obj, @@ -11873,13 +11873,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogi ( JNIEnv *env, jobject obj, @@ -11895,13 +11895,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogfv ( JNIEnv *env, jobject obj, @@ -11926,13 +11926,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogiv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogiv ( JNIEnv *env, jobject obj, @@ -11957,13 +11957,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFeedbackBuffer ( JNIEnv *env, jobject obj, @@ -11991,13 +11991,13 @@ (*env)->ReleaseFloatArrayElements(env, buffer, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPassThrough ( GLfloat token ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPassThrough ( JNIEnv *env, jobject obj, @@ -12011,13 +12011,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSelectBuffer ( JNIEnv *env, jobject obj, @@ -12043,13 +12043,13 @@ (*env)->ReleaseIntArrayElements(env, buffer, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInitNames ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInitNames ( JNIEnv *env, jobject obj) @@ -12061,13 +12061,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadName ( JNIEnv *env, jobject obj, @@ -12081,13 +12081,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushName ( JNIEnv *env, jobject obj, @@ -12101,13 +12101,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopName ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopName ( JNIEnv *env, jobject obj) @@ -12119,13 +12119,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawRangeElements__IIIII_3B ( JNIEnv *env, jobject obj, @@ -12350,13 +12350,13 @@ (*env)->ReleaseLongArrayElements(env, indices, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3D__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -12637,13 +12637,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -12938,13 +12938,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3D ( JNIEnv *env, jobject obj, @@ -12974,13 +12974,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13205,13 +13205,13 @@ (*env)->ReleaseLongArrayElements(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13436,13 +13436,13 @@ (*env)->ReleaseLongArrayElements(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -13469,13 +13469,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -13502,13 +13502,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorSubTable ( JNIEnv *env, jobject obj, @@ -13530,13 +13530,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorTable ( JNIEnv *env, jobject obj, @@ -13558,13 +13558,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTable__III_3B ( JNIEnv *env, jobject obj, @@ -13768,13 +13768,13 @@ (*env)->ReleaseLongArrayElements(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -13802,13 +13802,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -13836,13 +13836,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquation ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquation ( JNIEnv *env, jobject obj, @@ -13856,13 +13856,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColor ( JNIEnv *env, jobject obj, @@ -13882,13 +13882,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHistogram ( JNIEnv *env, jobject obj, @@ -13908,13 +13908,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetHistogram ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetHistogram ( JNIEnv *env, jobject obj, @@ -13928,13 +13928,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogram__IZII_3B ( JNIEnv *env, jobject obj, @@ -14152,13 +14152,13 @@ (*env)->ReleaseLongArrayElements(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterfv ( JNIEnv *env, jobject obj, @@ -14186,13 +14186,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameteriv ( JNIEnv *env, jobject obj, @@ -14220,13 +14220,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMinmax ( JNIEnv *env, jobject obj, @@ -14244,13 +14244,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetMinmax ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetMinmax ( JNIEnv *env, jobject obj, @@ -14264,13 +14264,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmax__IZII_3B ( JNIEnv *env, jobject obj, @@ -14488,13 +14488,13 @@ (*env)->ReleaseLongArrayElements(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterfv ( JNIEnv *env, jobject obj, @@ -14522,13 +14522,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameteriv ( JNIEnv *env, jobject obj, @@ -14556,13 +14556,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter1D__IIIII_3B ( JNIEnv *env, jobject obj, @@ -14787,13 +14787,13 @@ (*env)->ReleaseLongArrayElements(env, image, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter2D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -15032,13 +15032,13 @@ (*env)->ReleaseLongArrayElements(env, image, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterf ( JNIEnv *env, jobject obj, @@ -15056,13 +15056,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -15089,13 +15089,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteri ( JNIEnv *env, jobject obj, @@ -15113,13 +15113,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -15146,13 +15146,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter1D ( JNIEnv *env, jobject obj, @@ -15174,13 +15174,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter2D ( JNIEnv *env, jobject obj, @@ -15204,13 +15204,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionFilter__III_3B ( JNIEnv *env, jobject obj, @@ -15414,13 +15414,13 @@ (*env)->ReleaseLongArrayElements(env, image, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -15448,13 +15448,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -15482,13 +15482,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSeparableFilter2D__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -15804,13 +15804,13 @@ (*env)->ReleaseLongArrayElements(env, column, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSeparableFilter__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -16182,13 +16182,13 @@ (*env)->ReleaseLongArrayElements(env, span, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -16208,13 +16208,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -16230,13 +16230,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16517,13 +16517,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16818,13 +16818,13 @@ (*env)->ReleaseLongArrayElements(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -16854,13 +16854,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -16886,13 +16886,13 @@ (*env)->ReleaseIntArrayElements(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -16917,13 +16917,13 @@ (*env)->ReleaseIntArrayElements(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -16939,13 +16939,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -16981,13 +16981,13 @@ (*env)->ReleaseFloatArrayElements(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -17027,13 +17027,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTextureEXT ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -17050,13 +17050,13 @@ return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -17267,13 +17267,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -17470,13 +17470,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -17687,13 +17687,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -17890,13 +17890,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -18107,13 +18107,13 @@ (*env)->ReleaseLongArrayElements(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -18140,13 +18140,13 @@ (*env)->ReleaseBooleanArrayElements(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -18322,13 +18322,13 @@ (*env)->ReleaseLongArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElementEXT ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -18342,13 +18342,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -18366,13 +18366,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquationEXT ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -18386,13 +18386,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -18408,13 +18408,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -18439,13 +18439,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -18670,13 +18670,13 @@ (*env)->ReleaseLongArrayElements(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -18901,13 +18901,13 @@ (*env)->ReleaseLongArrayElements(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -19111,13 +19111,13 @@ (*env)->ReleaseLongArrayElements(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -19145,13 +19145,13 @@ (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -19179,13 +19179,13 @@ (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -19201,13 +19201,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glUnlockArraysEXT ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -19219,13 +19219,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19239,13 +19239,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClientActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19259,13 +19259,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -19281,13 +19281,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -19312,13 +19312,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -19334,13 +19334,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -19365,13 +19365,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -19387,13 +19387,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -19418,13 +19418,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -19440,13 +19440,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -19471,13 +19471,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -19495,13 +19495,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -19526,13 +19526,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -19550,13 +19550,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -19581,13 +19581,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -19605,13 +19605,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -19636,13 +19636,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -19660,13 +19660,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -19691,13 +19691,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -19717,13 +19717,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -19748,13 +19748,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -19774,13 +19774,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fvARB ( JNIEnv *env, jobject obj, @@ -19805,13 +19805,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -19831,13 +19831,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -19862,13 +19862,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -19888,13 +19888,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -19919,13 +19919,13 @@ (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -19947,13 +19947,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -19978,13 +19978,13 @@ (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -20006,13 +20006,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -20037,13 +20037,13 @@ (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -20065,13 +20065,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -20096,13 +20096,13 @@ (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -20124,13 +20124,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -20155,5 +20155,5 @@ (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/gl-protoVirt-auto.java b/C2J/gl-protoVirt-auto.java index 3a652ac..1430907 100644 --- a/C2J/gl-protoVirt-auto.java +++ b/C2J/gl-protoVirt-auto.java @@ -1,5 +1,5 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! @@ -6952,4 +6952,4 @@ short[] v ) ; -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/glu-disp-fetch-auto.hc b/C2J/glu-disp-fetch-auto.hc index e13ed9c..ad9838c 100644 --- a/C2J/glu-disp-fetch-auto.hc +++ b/C2J/glu-disp-fetch-auto.hc @@ -1,128 +1,128 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - + disp__gluLookAt = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluLookAt"); - + disp__gluOrtho2D = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluOrtho2D"); - + disp__gluPerspective = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluPerspective"); - + disp__gluPickMatrix = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, GLint *)) GET_GL_PROCADDRESS ("gluPickMatrix"); - + disp__gluProject = (GLint (CALLBACK *)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)) GET_GL_PROCADDRESS ("gluProject"); - + disp__gluUnProject = (GLint (CALLBACK *)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)) GET_GL_PROCADDRESS ("gluUnProject"); - + disp__gluScaleImage = (GLint (CALLBACK *)(GLenum, GLsizei, GLsizei, GLenum, const char *, GLsizei, GLsizei, GLenum, char *)) GET_GL_PROCADDRESS ("gluScaleImage"); - + disp__gluBuild1DMipmaps = (GLint (CALLBACK *)(GLenum, GLint, GLint, GLenum, GLenum, const void *)) GET_GL_PROCADDRESS ("gluBuild1DMipmaps"); - + disp__gluBuild2DMipmaps = (GLint (CALLBACK *)(GLenum, GLint, GLint, GLint, GLenum, GLenum, const void *)) GET_GL_PROCADDRESS ("gluBuild2DMipmaps"); - + disp__gluQuadricDrawStyle = (void (CALLBACK *)(GLUquadricObj *, GLenum)) GET_GL_PROCADDRESS ("gluQuadricDrawStyle"); - + disp__gluQuadricOrientation = (void (CALLBACK *)(GLUquadricObj *, GLenum)) GET_GL_PROCADDRESS ("gluQuadricOrientation"); - + disp__gluQuadricNormals = (void (CALLBACK *)(GLUquadricObj *, GLenum)) GET_GL_PROCADDRESS ("gluQuadricNormals"); - + disp__gluQuadricTexture = (void (CALLBACK *)(GLUquadricObj *, GLboolean)) GET_GL_PROCADDRESS ("gluQuadricTexture"); - + disp__gluCylinder = (void (CALLBACK *)(GLUquadricObj *, GLdouble, GLdouble, GLdouble, GLint, GLint)) GET_GL_PROCADDRESS ("gluCylinder"); - + disp__gluSphere = (void (CALLBACK *)(GLUquadricObj *, GLdouble, GLint, GLint)) GET_GL_PROCADDRESS ("gluSphere"); - + disp__gluDisk = (void (CALLBACK *)(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint)) GET_GL_PROCADDRESS ("gluDisk"); - + disp__gluPartialDisk = (void (CALLBACK *)(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluPartialDisk"); - + disp__gluLoadSamplingMatrices = (void (CALLBACK *)(GLUnurbsObj *, const GLfloat *, const GLfloat *, const GLint *)) GET_GL_PROCADDRESS ("gluLoadSamplingMatrices"); - + disp__gluNurbsProperty = (void (CALLBACK *)(GLUnurbsObj *, GLenum, GLfloat)) GET_GL_PROCADDRESS ("gluNurbsProperty"); - + disp__gluGetNurbsProperty = (void (CALLBACK *)(GLUnurbsObj *, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("gluGetNurbsProperty"); - + disp__gluBeginCurve = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluBeginCurve"); - + disp__gluEndCurve = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluEndCurve"); - + disp__gluNurbsCurve = (void (CALLBACK *)(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLenum)) GET_GL_PROCADDRESS ("gluNurbsCurve"); - + disp__gluBeginSurface = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluBeginSurface"); - + disp__gluEndSurface = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluEndSurface"); - + disp__gluNurbsSurface = (void (CALLBACK *)(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLint, GLfloat *, GLint, GLint, GLenum)) GET_GL_PROCADDRESS ("gluNurbsSurface"); - + disp__gluBeginTrim = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluBeginTrim"); - + disp__gluEndTrim = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluEndTrim"); - + disp__gluPwlCurve = (void (CALLBACK *)(GLUnurbsObj *, GLint, GLfloat *, GLint, GLenum)) GET_GL_PROCADDRESS ("gluPwlCurve"); - + disp__gluTessBeginPolygon = (void (CALLBACK *)(GLUtesselator *, void *)) GET_GL_PROCADDRESS ("gluTessBeginPolygon"); - + disp__gluTessBeginContour = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluTessBeginContour"); - + disp__gluTessVertex = (void (CALLBACK *)(GLUtesselator *, GLdouble *, void *)) GET_GL_PROCADDRESS ("gluTessVertex"); - + disp__gluTessEndContour = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluTessEndContour"); - + disp__gluTessEndPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluTessEndPolygon"); - + disp__gluTessProperty = (void (CALLBACK *)(GLUtesselator *, GLenum, GLdouble)) GET_GL_PROCADDRESS ("gluTessProperty"); - + disp__gluTessNormal = (void (CALLBACK *)(GLUtesselator *, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluTessNormal"); - + disp__gluGetTessProperty = (void (CALLBACK *)(GLUtesselator *, GLenum, GLdouble *)) GET_GL_PROCADDRESS ("gluGetTessProperty"); - + disp__gluBeginPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluBeginPolygon"); - + disp__gluNextContour = (void (CALLBACK *)(GLUtesselator *, GLenum)) GET_GL_PROCADDRESS ("gluNextContour"); - + disp__gluEndPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluEndPolygon"); - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/glu-disp-var-auto.h b/C2J/glu-disp-var-auto.h index bd95000..2a0fda9 100644 --- a/C2J/glu-disp-var-auto.h +++ b/C2J/glu-disp-var-auto.h @@ -1,328 +1,328 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluLookAt )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluOrtho2D )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluPerspective )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluPickMatrix )(GLdouble, GLdouble, GLdouble, GLdouble, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluUnProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluScaleImage )(GLenum, GLsizei, GLsizei, GLenum, const char *, GLsizei, GLsizei, GLenum, char *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluBuild1DMipmaps )(GLenum, GLint, GLint, GLenum, GLenum, const void *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluBuild2DMipmaps )(GLenum, GLint, GLint, GLint, GLenum, GLenum, const void *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluQuadricDrawStyle )(GLUquadricObj *, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluQuadricOrientation )(GLUquadricObj *, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluQuadricNormals )(GLUquadricObj *, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluQuadricTexture )(GLUquadricObj *, GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluCylinder )(GLUquadricObj *, GLdouble, GLdouble, GLdouble, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluSphere )(GLUquadricObj *, GLdouble, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluDisk )(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluPartialDisk )(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluLoadSamplingMatrices )(GLUnurbsObj *, const GLfloat *, const GLfloat *, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluNurbsProperty )(GLUnurbsObj *, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluGetNurbsProperty )(GLUnurbsObj *, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluBeginCurve )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluEndCurve )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluNurbsCurve )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluBeginSurface )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluEndSurface )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluNurbsSurface )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLint, GLfloat *, GLint, GLint, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluBeginTrim )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluEndTrim )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluPwlCurve )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessBeginPolygon )(GLUtesselator *, void *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessBeginContour )(GLUtesselator *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessVertex )(GLUtesselator *, GLdouble *, void *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessEndContour )(GLUtesselator *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessEndPolygon )(GLUtesselator *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessProperty )(GLUtesselator *, GLenum, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessNormal )(GLUtesselator *, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluGetTessProperty )(GLUtesselator *, GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluBeginPolygon )(GLUtesselator *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluNextContour )(GLUtesselator *, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluEndPolygon )(GLUtesselator *); - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/glu-disp-var-auto.hc b/C2J/glu-disp-var-auto.hc index b2b7a85..5800865 100644 --- a/C2J/glu-disp-var-auto.hc +++ b/C2J/glu-disp-var-auto.hc @@ -1,88 +1,88 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - + void (CALLBACK * disp__gluLookAt )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluOrtho2D )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluPerspective )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluPickMatrix )(GLdouble, GLdouble, GLdouble, GLdouble, GLint *) = NULL; - + GLint (CALLBACK * disp__gluProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *) = NULL; - + GLint (CALLBACK * disp__gluUnProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *) = NULL; - + GLint (CALLBACK * disp__gluScaleImage )(GLenum, GLsizei, GLsizei, GLenum, const char *, GLsizei, GLsizei, GLenum, char *) = NULL; - + GLint (CALLBACK * disp__gluBuild1DMipmaps )(GLenum, GLint, GLint, GLenum, GLenum, const void *) = NULL; - + GLint (CALLBACK * disp__gluBuild2DMipmaps )(GLenum, GLint, GLint, GLint, GLenum, GLenum, const void *) = NULL; - + void (CALLBACK * disp__gluQuadricDrawStyle )(GLUquadricObj *, GLenum) = NULL; - + void (CALLBACK * disp__gluQuadricOrientation )(GLUquadricObj *, GLenum) = NULL; - + void (CALLBACK * disp__gluQuadricNormals )(GLUquadricObj *, GLenum) = NULL; - + void (CALLBACK * disp__gluQuadricTexture )(GLUquadricObj *, GLboolean) = NULL; - + void (CALLBACK * disp__gluCylinder )(GLUquadricObj *, GLdouble, GLdouble, GLdouble, GLint, GLint) = NULL; - + void (CALLBACK * disp__gluSphere )(GLUquadricObj *, GLdouble, GLint, GLint) = NULL; - + void (CALLBACK * disp__gluDisk )(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint) = NULL; - + void (CALLBACK * disp__gluPartialDisk )(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluLoadSamplingMatrices )(GLUnurbsObj *, const GLfloat *, const GLfloat *, const GLint *) = NULL; - + void (CALLBACK * disp__gluNurbsProperty )(GLUnurbsObj *, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__gluGetNurbsProperty )(GLUnurbsObj *, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__gluBeginCurve )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluEndCurve )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluNurbsCurve )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLenum) = NULL; - + void (CALLBACK * disp__gluBeginSurface )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluEndSurface )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluNurbsSurface )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLint, GLfloat *, GLint, GLint, GLenum) = NULL; - + void (CALLBACK * disp__gluBeginTrim )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluEndTrim )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluPwlCurve )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLenum) = NULL; - + void (CALLBACK * disp__gluTessBeginPolygon )(GLUtesselator *, void *) = NULL; - + void (CALLBACK * disp__gluTessBeginContour )(GLUtesselator *) = NULL; - + void (CALLBACK * disp__gluTessVertex )(GLUtesselator *, GLdouble *, void *) = NULL; - + void (CALLBACK * disp__gluTessEndContour )(GLUtesselator *) = NULL; - + void (CALLBACK * disp__gluTessEndPolygon )(GLUtesselator *) = NULL; - + void (CALLBACK * disp__gluTessProperty )(GLUtesselator *, GLenum, GLdouble) = NULL; - + void (CALLBACK * disp__gluTessNormal )(GLUtesselator *, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluGetTessProperty )(GLUtesselator *, GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__gluBeginPolygon )(GLUtesselator *) = NULL; - + void (CALLBACK * disp__gluNextContour )(GLUtesselator *, GLenum) = NULL; - + void (CALLBACK * disp__gluEndPolygon )(GLUtesselator *) = NULL; - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/glu-enum-auto.java b/C2J/glu-enum-auto.java index 7730295..c00e766 100644 --- a/C2J/glu-enum-auto.java +++ b/C2J/glu-enum-auto.java @@ -1,114 +1,114 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-enum-auto.orig.h . . . * Destination-Class: gl4java_GLUEnum ! */ - - public static final int GLU_AUTO_LOAD_MATRIX = 100200; - public static final int GLU_CCW = 100121; - public static final int GLU_CULLING = 100201; - public static final int GLU_CW = 100120; - public static final int GLU_DISPLAY_MODE = 100204; - public static final int GLU_DOMAIN_DISTANCE = 100217; - public static final int GLU_EXTENSIONS = 100801; - public static final int GLU_EXTERIOR = 100123; - public static final int GLU_FALSE = 0; - public static final int GLU_FILL = 100012; - public static final int GLU_FLAT = 100001; - public static final int GLU_INCOMPATIBLE_GL_VERSION = 100903; - public static final int GLU_INSIDE = 100021; - public static final int GLU_INTERIOR = 100122; - public static final int GLU_INVALID_ENUM = 100900; - public static final int GLU_INVALID_VALUE = 100901; - public static final int GLU_LINE = 100011; - public static final int GLU_MAP1_TRIM_2 = 100210; - public static final int GLU_MAP1_TRIM_3 = 100211; - public static final int GLU_NONE = 100002; - public static final int GLU_NURBS_ERROR1 = 100251; - public static final int GLU_NURBS_ERROR10 = 100260; - public static final int GLU_NURBS_ERROR11 = 100261; - public static final int GLU_NURBS_ERROR12 = 100262; - public static final int GLU_NURBS_ERROR13 = 100263; - public static final int GLU_NURBS_ERROR14 = 100264; - public static final int GLU_NURBS_ERROR15 = 100265; - public static final int GLU_NURBS_ERROR16 = 100266; - public static final int GLU_NURBS_ERROR17 = 100267; - public static final int GLU_NURBS_ERROR18 = 100268; - public static final int GLU_NURBS_ERROR19 = 100269; - public static final int GLU_NURBS_ERROR2 = 100252; - public static final int GLU_NURBS_ERROR20 = 100270; - public static final int GLU_NURBS_ERROR21 = 100271; - public static final int GLU_NURBS_ERROR22 = 100272; - public static final int GLU_NURBS_ERROR23 = 100273; - public static final int GLU_NURBS_ERROR24 = 100274; - public static final int GLU_NURBS_ERROR25 = 100275; - public static final int GLU_NURBS_ERROR26 = 100276; - public static final int GLU_NURBS_ERROR27 = 100277; - public static final int GLU_NURBS_ERROR28 = 100278; - public static final int GLU_NURBS_ERROR29 = 100279; - public static final int GLU_NURBS_ERROR3 = 100253; - public static final int GLU_NURBS_ERROR30 = 100280; - public static final int GLU_NURBS_ERROR31 = 100281; - public static final int GLU_NURBS_ERROR32 = 100282; - public static final int GLU_NURBS_ERROR33 = 100283; - public static final int GLU_NURBS_ERROR34 = 100284; - public static final int GLU_NURBS_ERROR35 = 100285; - public static final int GLU_NURBS_ERROR36 = 100286; - public static final int GLU_NURBS_ERROR37 = 100287; - public static final int GLU_NURBS_ERROR4 = 100254; - public static final int GLU_NURBS_ERROR5 = 100255; - public static final int GLU_NURBS_ERROR6 = 100256; - public static final int GLU_NURBS_ERROR7 = 100257; - public static final int GLU_NURBS_ERROR8 = 100258; - public static final int GLU_NURBS_ERROR9 = 100259; - public static final int GLU_OUTLINE_PATCH = 100241; - public static final int GLU_OUTLINE_POLYGON = 100240; - public static final int GLU_OUTSIDE = 100020; - public static final int GLU_OUT_OF_MEMORY = 100902; - public static final int GLU_PARAMETRIC_ERROR = 100216; - public static final int GLU_PARAMETRIC_TOLERANCE = 100202; - public static final int GLU_PATH_LENGTH = 100215; - public static final int GLU_POINT = 100010; - public static final int GLU_SAMPLING_METHOD = 100205; - public static final int GLU_SAMPLING_TOLERANCE = 100203; - public static final int GLU_SILHOUETTE = 100013; - public static final int GLU_SMOOTH = 100000; - public static final int GLU_TESS_BEGIN = 100100; - public static final int GLU_TESS_BEGIN_DATA = 100106; - public static final int GLU_TESS_BOUNDARY_ONLY = 100141; - public static final int GLU_TESS_COMBINE = 100105; - public static final int GLU_TESS_COMBINE_DATA = 100111; - public static final int GLU_TESS_EDGE_FLAG = 100104; - public static final int GLU_TESS_EDGE_FLAG_DATA = 100110; - public static final int GLU_TESS_END = 100102; - public static final int GLU_TESS_END_DATA = 100108; - public static final int GLU_TESS_ERROR = 100103; - public static final int GLU_TESS_ERROR1 = 100151; - public static final int GLU_TESS_ERROR2 = 100152; - public static final int GLU_TESS_ERROR3 = 100153; - public static final int GLU_TESS_ERROR4 = 100154; - public static final int GLU_TESS_ERROR5 = 100155; - public static final int GLU_TESS_ERROR6 = 100156; - public static final int GLU_TESS_ERROR7 = 100157; - public static final int GLU_TESS_ERROR8 = 100158; - public static final int GLU_TESS_ERROR_DATA = 100109; - public static final int GLU_TESS_TOLERANCE = 100142; - public static final int GLU_TESS_VERTEX = 100101; - public static final int GLU_TESS_VERTEX_DATA = 100107; - public static final int GLU_TESS_WINDING_ABS_GEQ_TWO = 100134; - public static final int GLU_TESS_WINDING_NEGATIVE = 100133; - public static final int GLU_TESS_WINDING_NONZERO = 100131; - public static final int GLU_TESS_WINDING_ODD = 100130; - public static final int GLU_TESS_WINDING_POSITIVE = 100132; - public static final int GLU_TESS_WINDING_RULE = 100140; - public static final int GLU_UNKNOWN = 100124; - public static final int GLU_U_STEP = 100206; - public static final int GLU_VERSION = 100800; - public static final int GLU_V_STEP = 100207; - public static final int GLU_VERTEX = GLU_TESS_VERTEX; - public static final int GLU_BEGIN = GLU_TESS_BEGIN; - public static final int GLU_EDGE_FLAG = GLU_TESS_EDGE_FLAG; - public static final int GLU_END = GLU_TESS_END; - public static final int GLU_ERROR = GLU_TESS_ERROR; -/* C2J Parser Version 2.1: Java program parsed successfully. */ + + public static final int GLU_AUTO_LOAD_MATRIX = 100200; + public static final int GLU_CCW = 100121; + public static final int GLU_CULLING = 100201; + public static final int GLU_CW = 100120; + public static final int GLU_DISPLAY_MODE = 100204; + public static final int GLU_DOMAIN_DISTANCE = 100217; + public static final int GLU_EXTENSIONS = 100801; + public static final int GLU_EXTERIOR = 100123; + public static final int GLU_FALSE = 0; + public static final int GLU_FILL = 100012; + public static final int GLU_FLAT = 100001; + public static final int GLU_INCOMPATIBLE_GL_VERSION = 100903; + public static final int GLU_INSIDE = 100021; + public static final int GLU_INTERIOR = 100122; + public static final int GLU_INVALID_ENUM = 100900; + public static final int GLU_INVALID_VALUE = 100901; + public static final int GLU_LINE = 100011; + public static final int GLU_MAP1_TRIM_2 = 100210; + public static final int GLU_MAP1_TRIM_3 = 100211; + public static final int GLU_NONE = 100002; + public static final int GLU_NURBS_ERROR1 = 100251; + public static final int GLU_NURBS_ERROR10 = 100260; + public static final int GLU_NURBS_ERROR11 = 100261; + public static final int GLU_NURBS_ERROR12 = 100262; + public static final int GLU_NURBS_ERROR13 = 100263; + public static final int GLU_NURBS_ERROR14 = 100264; + public static final int GLU_NURBS_ERROR15 = 100265; + public static final int GLU_NURBS_ERROR16 = 100266; + public static final int GLU_NURBS_ERROR17 = 100267; + public static final int GLU_NURBS_ERROR18 = 100268; + public static final int GLU_NURBS_ERROR19 = 100269; + public static final int GLU_NURBS_ERROR2 = 100252; + public static final int GLU_NURBS_ERROR20 = 100270; + public static final int GLU_NURBS_ERROR21 = 100271; + public static final int GLU_NURBS_ERROR22 = 100272; + public static final int GLU_NURBS_ERROR23 = 100273; + public static final int GLU_NURBS_ERROR24 = 100274; + public static final int GLU_NURBS_ERROR25 = 100275; + public static final int GLU_NURBS_ERROR26 = 100276; + public static final int GLU_NURBS_ERROR27 = 100277; + public static final int GLU_NURBS_ERROR28 = 100278; + public static final int GLU_NURBS_ERROR29 = 100279; + public static final int GLU_NURBS_ERROR3 = 100253; + public static final int GLU_NURBS_ERROR30 = 100280; + public static final int GLU_NURBS_ERROR31 = 100281; + public static final int GLU_NURBS_ERROR32 = 100282; + public static final int GLU_NURBS_ERROR33 = 100283; + public static final int GLU_NURBS_ERROR34 = 100284; + public static final int GLU_NURBS_ERROR35 = 100285; + public static final int GLU_NURBS_ERROR36 = 100286; + public static final int GLU_NURBS_ERROR37 = 100287; + public static final int GLU_NURBS_ERROR4 = 100254; + public static final int GLU_NURBS_ERROR5 = 100255; + public static final int GLU_NURBS_ERROR6 = 100256; + public static final int GLU_NURBS_ERROR7 = 100257; + public static final int GLU_NURBS_ERROR8 = 100258; + public static final int GLU_NURBS_ERROR9 = 100259; + public static final int GLU_OUTLINE_PATCH = 100241; + public static final int GLU_OUTLINE_POLYGON = 100240; + public static final int GLU_OUTSIDE = 100020; + public static final int GLU_OUT_OF_MEMORY = 100902; + public static final int GLU_PARAMETRIC_ERROR = 100216; + public static final int GLU_PARAMETRIC_TOLERANCE = 100202; + public static final int GLU_PATH_LENGTH = 100215; + public static final int GLU_POINT = 100010; + public static final int GLU_SAMPLING_METHOD = 100205; + public static final int GLU_SAMPLING_TOLERANCE = 100203; + public static final int GLU_SILHOUETTE = 100013; + public static final int GLU_SMOOTH = 100000; + public static final int GLU_TESS_BEGIN = 100100; + public static final int GLU_TESS_BEGIN_DATA = 100106; + public static final int GLU_TESS_BOUNDARY_ONLY = 100141; + public static final int GLU_TESS_COMBINE = 100105; + public static final int GLU_TESS_COMBINE_DATA = 100111; + public static final int GLU_TESS_EDGE_FLAG = 100104; + public static final int GLU_TESS_EDGE_FLAG_DATA = 100110; + public static final int GLU_TESS_END = 100102; + public static final int GLU_TESS_END_DATA = 100108; + public static final int GLU_TESS_ERROR = 100103; + public static final int GLU_TESS_ERROR1 = 100151; + public static final int GLU_TESS_ERROR2 = 100152; + public static final int GLU_TESS_ERROR3 = 100153; + public static final int GLU_TESS_ERROR4 = 100154; + public static final int GLU_TESS_ERROR5 = 100155; + public static final int GLU_TESS_ERROR6 = 100156; + public static final int GLU_TESS_ERROR7 = 100157; + public static final int GLU_TESS_ERROR8 = 100158; + public static final int GLU_TESS_ERROR_DATA = 100109; + public static final int GLU_TESS_TOLERANCE = 100142; + public static final int GLU_TESS_VERTEX = 100101; + public static final int GLU_TESS_VERTEX_DATA = 100107; + public static final int GLU_TESS_WINDING_ABS_GEQ_TWO = 100134; + public static final int GLU_TESS_WINDING_NEGATIVE = 100133; + public static final int GLU_TESS_WINDING_NONZERO = 100131; + public static final int GLU_TESS_WINDING_ODD = 100130; + public static final int GLU_TESS_WINDING_POSITIVE = 100132; + public static final int GLU_TESS_WINDING_RULE = 100140; + public static final int GLU_UNKNOWN = 100124; + public static final int GLU_U_STEP = 100206; + public static final int GLU_VERSION = 100800; + public static final int GLU_V_STEP = 100207; + public static final int GLU_VERTEX = GLU_TESS_VERTEX; + public static final int GLU_BEGIN = GLU_TESS_BEGIN; + public static final int GLU_EDGE_FLAG = GLU_TESS_EDGE_FLAG; + public static final int GLU_END = GLU_TESS_END; + public static final int GLU_ERROR = GLU_TESS_ERROR; +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/glu-proto-auto-jni12.c b/C2J/glu-proto-auto-jni12.c index eb91f42..2c79317 100644 --- a/C2J/glu-proto-auto-jni12.c +++ b/C2J/glu-proto-auto-jni12.c @@ -1,16 +1,16 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -40,13 +40,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -66,13 +66,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -92,13 +92,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -130,13 +130,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -226,13 +226,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -322,13 +322,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage ( JNIEnv *env, jobject obj, @@ -336,7 +336,7 @@ jint widthin, jint heightin, jint typein, - jbyteArray datain, + jstring datain, jint widthout, jint heightout, jint typeout, @@ -344,16 +344,13 @@ { jint ret; - jbyte *ptr4 = NULL; + char *ptr4 = NULL; jboolean isCopiedArray8 = JNI_FALSE; jbyte *ptr8 = NULL; if ( disp__gluScaleImage == NULL ) return 0; - if(datain!=NULL) - { - ptr4 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, datain, 0); - } + ptr4 = jnitoolsGetJavaString(env, datain); if(dataout!=NULL) { ptr8 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, dataout, &isCopiedArray8); @@ -370,23 +367,20 @@ (char *) ptr8 ); - if(datain!=NULL) - { - (*env)->ReleasePrimitiveArrayCritical(env, datain, ptr4, JNI_ABORT); - } + free(ptr4); if(dataout!=NULL) { (*env)->ReleasePrimitiveArrayCritical(env, dataout, ptr8, (isCopiedArray8 == JNI_TRUE)?0:JNI_ABORT); } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -632,13 +626,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -898,13 +892,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -920,13 +914,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -942,13 +936,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -964,13 +958,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -986,13 +980,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -1016,13 +1010,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -1042,13 +1036,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -1070,13 +1064,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -1102,13 +1096,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -1155,13 +1149,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -1179,13 +1173,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -1213,13 +1207,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -1233,13 +1227,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -1253,13 +1247,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -1305,13 +1299,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ctlarray, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -1325,13 +1319,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -1345,13 +1339,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -1415,13 +1409,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ctlarray, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -1435,13 +1429,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -1455,13 +1449,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -1493,13 +1487,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, array, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -1675,13 +1669,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, polygon_data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -1695,13 +1689,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -1961,13 +1955,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, vertex_data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -1981,13 +1975,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -2001,13 +1995,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -2025,13 +2019,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -2051,13 +2045,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2085,13 +2079,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -2105,13 +2099,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2127,13 +2121,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2147,5 +2141,5 @@ ); } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/glu-proto-auto-tst-jni12.c b/C2J/glu-proto-auto-tst-jni12.c index ad16fd4..fb1fb9f 100644 --- a/C2J/glu-proto-auto-tst-jni12.c +++ b/C2J/glu-proto-auto-tst-jni12.c @@ -1,16 +1,16 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -40,13 +40,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -66,13 +66,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -92,13 +92,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -135,13 +135,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -264,13 +264,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -393,13 +393,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage ( JNIEnv *env, jobject obj, @@ -407,7 +407,7 @@ jint widthin, jint heightin, jint typein, - jbyteArray datain, + jstring datain, jint widthout, jint heightout, jint typeout, @@ -415,23 +415,14 @@ { jint ret; - jboolean isCopiedArray4 = JNI_FALSE; - jbyte *ptr4 = NULL; - static int isWarned4 = 0; + char *ptr4 = NULL; jboolean isCopiedArray8 = JNI_FALSE; jbyte *ptr8 = NULL; static int isWarned8 = 0; if ( disp__gluScaleImage == NULL ) return 0; - if(datain!=NULL) - { - ptr4 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, datain, &isCopiedArray4); - if( isCopiedArray4 == JNI_TRUE && isWarned4==0 ) { - isWarned4=1; - printf("COPY by gluScaleImage arg: datain"); - } - } + ptr4 = jnitoolsGetJavaString(env, datain); if(dataout!=NULL) { ptr8 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, dataout, &isCopiedArray8); @@ -452,23 +443,20 @@ (char *) ptr8 ); - if(datain!=NULL) - { - (*env)->ReleasePrimitiveArrayCritical(env, datain, ptr4, JNI_ABORT); - } + free(ptr4); if(dataout!=NULL) { (*env)->ReleasePrimitiveArrayCritical(env, dataout, ptr8, (isCopiedArray8 == JNI_TRUE)?0:JNI_ABORT); } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -756,13 +744,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -1064,13 +1052,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -1086,13 +1074,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -1108,13 +1096,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -1130,13 +1118,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -1152,13 +1140,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -1182,13 +1170,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -1208,13 +1196,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -1236,13 +1224,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -1268,13 +1256,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -1339,13 +1327,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -1363,13 +1351,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -1402,13 +1390,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -1422,13 +1410,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -1442,13 +1430,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -1504,13 +1492,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ctlarray, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -1524,13 +1512,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -1544,13 +1532,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -1629,13 +1617,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, ctlarray, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -1649,13 +1637,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -1669,13 +1657,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -1712,13 +1700,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, array, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -1929,13 +1917,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, polygon_data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -1949,13 +1937,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -2285,13 +2273,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, vertex_data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -2305,13 +2293,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -2325,13 +2313,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -2349,13 +2337,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -2375,13 +2363,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2414,13 +2402,13 @@ (*env)->ReleasePrimitiveArrayCritical(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -2434,13 +2422,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2456,13 +2444,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2476,5 +2464,5 @@ ); } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/glu-proto-auto.c b/C2J/glu-proto-auto.c index d3cebc2..ac767b4 100644 --- a/C2J/glu-proto-auto.c +++ b/C2J/glu-proto-auto.c @@ -1,16 +1,16 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -40,13 +40,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -66,13 +66,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -92,13 +92,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -130,13 +130,13 @@ (*env)->ReleaseIntArrayElements(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -226,13 +226,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -322,13 +322,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage ( JNIEnv *env, jobject obj, @@ -336,7 +336,7 @@ jint widthin, jint heightin, jint typein, - jbyteArray datain, + jstring datain, jint widthout, jint heightout, jint typeout, @@ -344,16 +344,13 @@ { jint ret; - jbyte *ptr4 = NULL; + char *ptr4 = NULL; jboolean isCopiedArray8 = JNI_FALSE; jbyte *ptr8 = NULL; if ( disp__gluScaleImage == NULL ) return 0; - if(datain!=NULL) - { - ptr4 = (*env)->GetByteArrayElements(env, datain, 0); - } + ptr4 = jnitoolsGetJavaString(env, datain); if(dataout!=NULL) { ptr8 = (*env)->GetByteArrayElements(env, dataout, &isCopiedArray8); @@ -370,23 +367,20 @@ (char *) ptr8 ); - if(datain!=NULL) - { - (*env)->ReleaseByteArrayElements(env, datain, ptr4, JNI_ABORT); - } + free(ptr4); if(dataout!=NULL) { (*env)->ReleaseByteArrayElements(env, dataout, ptr8, (isCopiedArray8 == JNI_TRUE)?0:JNI_ABORT); } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -632,13 +626,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -898,13 +892,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -920,13 +914,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -942,13 +936,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -964,13 +958,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -986,13 +980,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -1016,13 +1010,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -1042,13 +1036,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -1070,13 +1064,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -1102,13 +1096,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -1155,13 +1149,13 @@ (*env)->ReleaseIntArrayElements(env, viewport, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -1179,13 +1173,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -1213,13 +1207,13 @@ (*env)->ReleaseFloatArrayElements(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -1233,13 +1227,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -1253,13 +1247,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -1305,13 +1299,13 @@ (*env)->ReleaseFloatArrayElements(env, ctlarray, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -1325,13 +1319,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -1345,13 +1339,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -1415,13 +1409,13 @@ (*env)->ReleaseFloatArrayElements(env, ctlarray, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -1435,13 +1429,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -1455,13 +1449,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -1493,13 +1487,13 @@ (*env)->ReleaseFloatArrayElements(env, array, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -1675,13 +1669,13 @@ (*env)->ReleaseLongArrayElements(env, polygon_data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -1695,13 +1689,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -1961,13 +1955,13 @@ (*env)->ReleaseLongArrayElements(env, vertex_data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -1981,13 +1975,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -2001,13 +1995,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -2025,13 +2019,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -2051,13 +2045,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2085,13 +2079,13 @@ (*env)->ReleaseDoubleArrayElements(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -2105,13 +2099,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2127,13 +2121,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2147,5 +2141,5 @@ ); } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/glu-proto-auto.java b/C2J/glu-proto-auto.java index 7f17e83..11f3057 100644 --- a/C2J/glu-proto-auto.java +++ b/C2J/glu-proto-auto.java @@ -1,16 +1,16 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ public final native void gluLookAt ( double eyex, double eyey, @@ -22,39 +22,39 @@ double upy, double upz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ public final native void gluOrtho2D ( double left, double right, double bottom, double top ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ public final native void gluPerspective ( double fovy, double aspect, double zNear, double zFar ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ public final native void gluPickMatrix ( double x, double y, @@ -62,13 +62,13 @@ double height, int[] viewport ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ public final native int gluProject ( double objx, double objy, @@ -80,13 +80,13 @@ double[] winy, double[] winz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ public final native int gluUnProject ( double winx, double winy, @@ -98,31 +98,31 @@ double[] objy, double[] objz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ public final native int gluScaleImage ( int format, int widthin, int heightin, int typein, - byte[] datain, + String datain, int widthout, int heightout, int typeout, byte[] dataout ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ public final native int gluBuild1DMipmaps ( int target, int components, @@ -179,13 +179,13 @@ int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ public final native int gluBuild2DMipmaps ( int target, int components, @@ -249,57 +249,57 @@ int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ public final native void gluQuadricDrawStyle ( long quadObject, int drawStyle ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ public final native void gluQuadricOrientation ( long quadObject, int orientation ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ public final native void gluQuadricNormals ( long quadObject, int normals ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ public final native void gluQuadricTexture ( long quadObject, boolean textureCoords ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ public final native void gluCylinder ( long qobj, double baseRadius, @@ -308,26 +308,26 @@ int slices, int stacks ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ public final native void gluSphere ( long qobj, double radius, int slices, int stacks ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ public final native void gluDisk ( long qobj, double innerRadius, @@ -335,13 +335,13 @@ int slices, int loops ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ public final native void gluPartialDisk ( long qobj, double innerRadius, @@ -351,70 +351,70 @@ double startAngle, double sweepAngle ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ public final native void gluLoadSamplingMatrices ( long nobj, float[] modelMatrix, float[] projMatrix, int[] viewport ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ public final native void gluNurbsProperty ( long nobj, int property, float value ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ public final native void gluGetNurbsProperty ( long nobj, int property, float[] value ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluBeginCurve ( long nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluEndCurve ( long nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ public final native void gluNurbsCurve ( long nobj, int nknots, @@ -424,33 +424,33 @@ int order, int type ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluBeginSurface ( long nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluEndSurface ( long nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ public final native void gluNurbsSurface ( long nobj, int sknot_count, @@ -464,33 +464,33 @@ int torder, int type ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluBeginTrim ( long nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluEndTrim ( long nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ public final native void gluPwlCurve ( long nobj, int count, @@ -498,13 +498,13 @@ int stride, int type ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ public final native void gluTessBeginPolygon ( long tobj, byte[] polygon_data @@ -533,23 +533,23 @@ long tobj, long[] polygon_data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluTessBeginContour ( long tobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ public final native void gluTessVertex ( long tobj, double[] coords, @@ -585,93 +585,93 @@ double[] coords, long[] vertex_data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluTessEndContour ( long tobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluTessEndPolygon ( long tobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ public final native void gluTessProperty ( long tobj, int which, double value ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ public final native void gluTessNormal ( long tobj, double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ public final native void gluGetTessProperty ( long tobj, int which, double[] value ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluBeginPolygon ( long tobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ public final native void gluNextContour ( long tobj, int type ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluEndPolygon ( long tobj ) ; - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/glu-protoVirt-auto.java b/C2J/glu-protoVirt-auto.java index e22bcd9..5b81347 100644 --- a/C2J/glu-protoVirt-auto.java +++ b/C2J/glu-protoVirt-auto.java @@ -1,5 +1,5 @@ /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! @@ -110,7 +110,7 @@ int widthin, int heightin, int typein, - byte[] datain, + String datain, int widthout, int heightout, int typeout, @@ -674,4 +674,4 @@ long tobj ) ; -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/C2J/makefile b/C2J/makefile index 5ce4d53..847524c 100755 --- a/C2J/makefile +++ b/C2J/makefile @@ -19,12 +19,14 @@ all: C2J htmldoc gl2j gl2c gl2j: \ ../gl4java/GLEnum.java \ ../gl4java/GLUEnum.java \ + ../gl4java/utils/glf/GLFEnum.java \ ../gl4java/GLFunc.java \ ../gl4java/GLFuncJauJNI.java \ ../gl4java/GLFuncJauJNInf.java \ ../gl4java/GLUFunc.java \ ../gl4java/GLUFuncJauJNI.java \ - ../gl4java/GLUFuncJauJNInf.java + ../gl4java/GLUFuncJauJNInf.java \ + ../gl4java/utils/glf/GLFFuncJNI.java gl2c: \ ../CNativeCode/gl-disp-var.h \ @@ -46,7 +48,9 @@ gl2c: \ ../CNativeCode/OpenGLU_JauJNI_funcs.c \ ../CNativeCode/OpenGLU_JauJNI12_funcs.c \ ../CNativeCode/OpenGLU_JauJNI12nf_funcs.c \ - ../CNativeCode/OpenGLU_JauJNI12tst_funcs.c + ../CNativeCode/OpenGLU_JauJNI12tst_funcs.c \ + ../CNativeCode/GLF_JNI_funcs.c \ + ../CNativeCode/GLF_JNI12_funcs.c C2J.class: C2J.java CFuncVariable.class CFuncDeclaration.class @@ -208,6 +212,21 @@ glu-enum-auto.java: glu-enum-auto.orig.h C2J.class > ../gl4java/GLUEnum.java printf "\n\n}\n\n" >> ../gl4java/GLUEnum.java +# +# for java class gl4java.GLFEnum +# +glf-enum-auto.java: glf-enum-auto.orig.h C2J.class + java C2J jnijava gl4java_GLFEnum glf-enum-auto.orig.h > glf-enum-auto.java + +../gl4java/utils/glf/GLFEnum.java: warning.skel \ + glf-enum-auto.java \ + manual/glf-enum-manualCoded.java + cat warning.skel \ + manual/glf-enum-manualCoded.java \ + glf-enum-auto.java \ + > ../gl4java/utils/glf/GLFEnum.java + printf "\n\n}\n\n" >> ../gl4java/utils/glf/GLFEnum.java + # # Common for gl4java.GLFuncJauJNI and gl4java.GLFuncJauJNInf # Here we create the final part ! @@ -316,6 +335,24 @@ glu-protoVirt-auto.java: glu-proto-auto.java > ../gl4java/GLUFuncJauJNI.java printf "\n\n}\n\n" >> ../gl4java/GLUFuncJauJNI.java +# +# for java class gl4java.utils.glf.GLFFuncJNI +# +# This class is the default implementation and is final -> security +# +glf-proto-auto.java: glf-proto-auto.orig.h C2J.class + java C2J -echo jnijavaf gl4java_utils_glf_GLF glf-proto-auto.orig.h \ + > glf-proto-auto.java + +../gl4java/utils/glf/GLFFuncJNI.java: warning.skel \ + manual/glf-manualCodedImplJNI.java \ + glf-proto-auto.java + cat warning.skel \ + manual/glf-manualCodedImplJNI.java \ + glf-proto-auto.java \ + > ../gl4java/utils/glf/GLFFuncJNI.java + printf "\n\n}\n\n" >> ../gl4java/utils/glf/GLFFuncJNI.java + # # for java class gl4java.GLUFuncJauJNInf # @@ -426,6 +463,37 @@ glu-proto-auto-tst-jni12.c: glu-proto-auto.orig.h C2J.class glu-proto-auto-tst-jni12.c \ > ../CNativeCode/OpenGLU_JauJNI12tst_funcs.c +glf-proto-auto-jni.c: glf-proto-auto.orig.h C2J.class + java C2J -echo jnic gl4java_utils_glf_GLFFuncJNI glf-proto-auto.orig.h \ + > glf-proto-auto-jni.c + +../CNativeCode/GLF_JNI_funcs.c: C2J.class \ + warning.skel \ + ../CNativeCode/GLF_funcs.c.skel \ + manual/glf-manualCodedImplJNI.c \ + glf-proto-auto-jni.c + cat warning.skel \ + ../CNativeCode/GLF_funcs.c.skel \ + manual/glf-manualCodedImplJNI.c \ + glf-proto-auto-jni.c \ + > ../CNativeCode/GLF_JNI_funcs.c + + +glf-proto-auto-jni12.c: glf-proto-auto.orig.h C2J.class + java C2J -echo -jnic-criticalarray jnic gl4java_utils_glf_GLFFuncJNI glf-proto-auto.orig.h \ + > glf-proto-auto-jni12.c + +../CNativeCode/GLF_JNI12_funcs.c: C2J.class \ + warning.skel \ + ../CNativeCode/GLF_funcs.c.skel \ + manual/glf-manualCodedImplJNI.c \ + glf-proto-auto-jni12.c + cat warning.skel \ + ../CNativeCode/GLF_funcs.c.skel \ + manual/glf-manualCodedImplJNI.c \ + glf-proto-auto-jni12.c \ + > ../CNativeCode/GLF_JNI12_funcs.c + # # for native library gl4javaJauJNInf[32] @@ -462,7 +530,10 @@ cleangl2j: clean gl-enum-auto.java \ gl-protoVirt-auto.java \ glu-enum-auto.java \ - glu-protoVirt-auto.java + glu-protoVirt-auto.java \ + glf-enum-auto.java \ + glf-proto-auto.java + cleangl2c: clean rm -f \ @@ -478,7 +549,9 @@ cleangl2c: clean glu-disp-var-auto.h \ gl-disp-var-auto.h \ glu-disp-fetch-auto.hc \ - glu-disp-var-auto.hc + glu-disp-var-auto.hc \ + glf-proto-auto-jni12.c \ + glf-proto-auto-jni.c cleangenfiles: clean rm -f \ @@ -490,6 +563,7 @@ cleangenfiles: clean ../gl4java/GLUFunc.java \ ../gl4java/GLUFuncJauJNI.java \ ../gl4java/GLUFuncJauJNInf.java \ + ../gl4java/utils/glf/GLFFuncJNI.java \ ../CNativeCode/OpenGL_JauJNI_funcs.c \ ../CNativeCode/OpenGL_JauJNI12_funcs.c \ ../CNativeCode/OpenGL_JauJNI12nf_funcs.c \ @@ -509,7 +583,9 @@ cleangenfiles: clean ../CNativeCode/glx-disp-fetch.hc \ ../CNativeCode/wgl-disp-var.h \ ../CNativeCode/wgl-disp-var.hc \ - ../CNativeCode/wgl-disp-fetch.hc + ../CNativeCode/wgl-disp-fetch.hc \ + ../CNativeCode/GLF_JNI_funcs.c \ + ../CNativeCode/GLF_JNI12_funcs.c cleanall: clean cleangl2c cleangl2j cleangenfiles cleanc2j rm -f *.c *.class *.html diff --git a/C2J/manual/gl-manualCodedImplJNI.c b/C2J/manual/gl-manualCodedImplJNI.c index 038904e..6ac1bea 100644 --- a/C2J/manual/gl-manualCodedImplJNI.c +++ b/C2J/manual/gl-manualCodedImplJNI.c @@ -21,7 +21,7 @@ Java_gl4java_GLFuncJauJNI_glGetString ( JNIEnv *env, jobject obj, } static const char * _gl_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _gl_lib_version_="2.7.1.0"; +static const char * _gl_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLFuncJauJNI_getNativeVendor ( JNIEnv *env, jobject obj ) diff --git a/C2J/manual/gl-manualCodedImplJNI2.java b/C2J/manual/gl-manualCodedImplJNI2.java index 8955eb0..1339474 100644 --- a/C2J/manual/gl-manualCodedImplJNI2.java +++ b/C2J/manual/gl-manualCodedImplJNI2.java @@ -8,7 +8,7 @@ public final String getClassVendor ( ) { return "Jausoft - Sven Goethel Software Development"; } public final String getClassVersion ( ) -{ return "2.7.1.0"; } +{ return "2.8.0.0"; } diff --git a/C2J/manual/glu-manualCodedImplJNI.c b/C2J/manual/glu-manualCodedImplJNI.c index 877a889..8b428ac 100644 --- a/C2J/manual/glu-manualCodedImplJNI.c +++ b/C2J/manual/glu-manualCodedImplJNI.c @@ -33,7 +33,7 @@ Java_gl4java_GLUFuncJauJNI_gluGetString ( JNIEnv *env, jobject obj, } static const char * _glu_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _glu_lib_version_="2.7.1.0"; +static const char * _glu_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLUFuncJauJNI_getNativeVendor ( JNIEnv *env, jobject obj ) diff --git a/C2J/manual/glu-manualCodedImplJNI2.java b/C2J/manual/glu-manualCodedImplJNI2.java index c5d40b3..b236c3e 100644 --- a/C2J/manual/glu-manualCodedImplJNI2.java +++ b/C2J/manual/glu-manualCodedImplJNI2.java @@ -9,7 +9,7 @@ public final String getClassVendor ( ) { return "Jausoft - Sven Goethel Software Development"; } public final String getClassVersion ( ) -{ return "2.7.1.0"; } +{ return "2.8.0.0"; } /** diff --git a/CHANGES.txt b/CHANGES.txt index 030929d..00f272f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ \begin{verbatim} -Last Changes: 10th April 2001 (Version 2.7.1 - Release 0 ) +Last Changes: 19th June 2001 (Version 2.8.0 - PRE-Release 0 (CVS only) ) Started: July 1997 (Version 0) ----------------- @@ -8,6 +8,22 @@ TOP = NEW DOWN = OLD ----------------- +19th June 2001 (Version 2.8.0 - PRE-Release 0 (CVS only) ) + o Added temporary native file access (secure, no filename passing) + to gl4java.utils.Tool + + o Added C2J: "const char *" -> "jstring" + + o Added native integration of Roman Podobedov's GLF-Library: + package: gl4java.utils.glf + main class: gl4java.utils.glf.GLF + demos: demos/GLFDemos + + Now, a better font support is avaiable with this package ! + + o Fixed JDK 1.4 (beta) compatibility + + 10th April 2001 (Version 2.7.2 - Release 0 ) o Added setup the glClearColor within GLCanvas/GLJPanel to the Components background color. diff --git a/CNativeCode/GLCallbackHelperJNI.c b/CNativeCode/GLCallbackHelperJNI.c index ec40372..28f6c68 100644 --- a/CNativeCode/GLCallbackHelperJNI.c +++ b/CNativeCode/GLCallbackHelperJNI.c @@ -232,7 +232,7 @@ jlong LIBAPIENTRY GetCurrentGLContext() #ifdef _MAC_OS9_ return (jlong) aglGetCurrentContext(); #else - return (jlong) disp__glXGetCurrentContext(); + return (jlong) ((PointerHolder)disp__glXGetCurrentContext()); #endif #endif } diff --git a/CNativeCode/GLDrawableFactory_X11_SunJDK13.c b/CNativeCode/GLDrawableFactory_X11_SunJDK13.c index 5d41051..a15e132 100644 --- a/CNativeCode/GLDrawableFactory_X11_SunJDK13.c +++ b/CNativeCode/GLDrawableFactory_X11_SunJDK13.c @@ -5,11 +5,10 @@ JNIEXPORT jlong JNICALL Java_gl4java_drawable_X11SunJDK13GLDrawableFactory_glXChooseVisualID (JNIEnv *env, jclass unused, - jint screen, - jlong display, jobject capsObj, jboolean verbose) { - Display *disp = (Display *) ( (PointerHolder)display ); + Display *disp = NULL; + int screen = 0; XVisualInfo * visual=NULL; int visualAttribList[32]; @@ -34,6 +33,8 @@ Java_gl4java_drawable_X11SunJDK13GLDrawableFactory_glXChooseVisualID If running without this ugly thing, the derived SimpleGLAnimApplet1 get's an X11 async reply if the thing is initialized by the applet's init method ! + + jdk 1.4 does not support the getDisplay() method anyway .. */ disp = XOpenDisplay( NULL ); screen = DefaultScreen( disp ); diff --git a/CNativeCode/OpenGLU_JauJNI12_funcs.c b/CNativeCode/OpenGLU_JauJNI12_funcs.c index d008ee3..1041f71 100644 --- a/CNativeCode/OpenGLU_JauJNI12_funcs.c +++ b/CNativeCode/OpenGLU_JauJNI12_funcs.c @@ -68,7 +68,7 @@ Java_gl4java_GLUFuncJauJNI_gluGetString ( JNIEnv *env, jobject obj, } static const char * _glu_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _glu_lib_version_="2.7.1.0"; +static const char * _glu_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLUFuncJauJNI_getNativeVendor ( JNIEnv *env, jobject obj ) @@ -301,18 +301,18 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -342,13 +342,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -368,13 +368,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -394,13 +394,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -432,13 +432,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -528,13 +528,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -624,13 +624,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage ( JNIEnv *env, jobject obj, @@ -638,7 +638,7 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) jint widthin, jint heightin, jint typein, - jbyteArray datain, + jstring datain, jint widthout, jint heightout, jint typeout, @@ -646,16 +646,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) { jint ret; - jbyte *ptr4 = NULL; + char *ptr4 = NULL; jboolean isCopiedArray8 = JNI_FALSE; jbyte *ptr8 = NULL; if ( disp__gluScaleImage == NULL ) return 0; - if(datain!=NULL) - { - ptr4 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, datain, 0); - } + ptr4 = jnitoolsGetJavaString(env, datain); if(dataout!=NULL) { ptr8 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, dataout, &isCopiedArray8); @@ -672,23 +669,20 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (char *) ptr8 ); - if(datain!=NULL) - { - (*env)->ReleasePrimitiveArrayCritical(env, datain, ptr4, JNI_ABORT); - } + free(ptr4); if(dataout!=NULL) { (*env)->ReleasePrimitiveArrayCritical(env, dataout, ptr8, (isCopiedArray8 == JNI_TRUE)?0:JNI_ABORT); } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -934,13 +928,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -1200,13 +1194,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -1222,13 +1216,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -1244,13 +1238,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -1266,13 +1260,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -1288,13 +1282,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -1318,13 +1312,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -1344,13 +1338,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -1372,13 +1366,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -1404,13 +1398,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -1457,13 +1451,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -1481,13 +1475,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -1515,13 +1509,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -1535,13 +1529,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -1555,13 +1549,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -1607,13 +1601,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, ctlarray, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -1627,13 +1621,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -1647,13 +1641,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -1717,13 +1711,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, ctlarray, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -1737,13 +1731,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -1757,13 +1751,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -1795,13 +1789,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, array, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -1977,13 +1971,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, polygon_data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -1997,13 +1991,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -2263,13 +2257,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, vertex_data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -2283,13 +2277,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -2303,13 +2297,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -2327,13 +2321,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -2353,13 +2347,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2387,13 +2381,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -2407,13 +2401,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2429,13 +2423,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2449,5 +2443,5 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGLU_JauJNI12nf_funcs.c b/CNativeCode/OpenGLU_JauJNI12nf_funcs.c index 91eff2f..d97b173 100755 --- a/CNativeCode/OpenGLU_JauJNI12nf_funcs.c +++ b/CNativeCode/OpenGLU_JauJNI12nf_funcs.c @@ -4,35 +4,35 @@ */ -/* - * Leo Chan -- 1995 - * - * This C file takes care of all the native implementation for the - * OpenGL utility commands - * --------------- - * - * Sven Goethel - * - * September 1997 - */ - - -/*-------------------------------------------------------------------------- - * here on in is just regular apple pie C - */ - -#include "OpenGL_misc.h" - -#include "gl4java_GLUFuncJauJNInf.h" - -#include "GLCallbackHelperJNI.h" -#include "GLUCallbackJNI.h" -#include "jnitools.h" - -/** - * herein lies the native JAVA methods for the OpenGL functions. - */ - +/* + * Leo Chan -- 1995 + * + * This C file takes care of all the native implementation for the + * OpenGL utility commands + * --------------- + * + * Sven Goethel + * + * September 1997 + */ + + +/*-------------------------------------------------------------------------- + * here on in is just regular apple pie C + */ + +#include "OpenGL_misc.h" + +#include "gl4java_GLUFuncJauJNInf.h" + +#include "GLCallbackHelperJNI.h" +#include "GLUCallbackJNI.h" +#include "jnitools.h" + +/** + * herein lies the native JAVA methods for the OpenGL functions. + */ + static const char _glu_n_a_string[] = "GLU-String not avaiable !"; JNIEXPORT jstring JNICALL @@ -68,7 +68,7 @@ Java_gl4java_GLUFuncJauJNInf_gluGetString ( JNIEnv *env, jobject obj, } static const char * _glu_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _glu_lib_version_="2.7.1.0"; +static const char * _glu_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLUFuncJauJNInf_getNativeVendor ( JNIEnv *env, jobject obj ) @@ -301,7 +301,7 @@ Java_gl4java_GLUFuncJauJNInf_gluNewTess( JNIEnv *env, jobject obj) } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNInf ! @@ -638,7 +638,7 @@ Java_gl4java_GLUFuncJauJNInf_gluNewTess( JNIEnv *env, jobject obj) jint widthin, jint heightin, jint typein, - jbyteArray datain, + jstring datain, jint widthout, jint heightout, jint typeout, @@ -646,16 +646,13 @@ Java_gl4java_GLUFuncJauJNInf_gluNewTess( JNIEnv *env, jobject obj) { jint ret; - jbyte *ptr4 = NULL; + char *ptr4 = NULL; jboolean isCopiedArray8 = JNI_FALSE; jbyte *ptr8 = NULL; if ( disp__gluScaleImage == NULL ) return 0; - if(datain!=NULL) - { - ptr4 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, datain, 0); - } + ptr4 = jnitoolsGetJavaString(env, datain); if(dataout!=NULL) { ptr8 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, dataout, &isCopiedArray8); @@ -672,10 +669,7 @@ Java_gl4java_GLUFuncJauJNInf_gluNewTess( JNIEnv *env, jobject obj) (char *) ptr8 ); - if(datain!=NULL) - { - (*env)->ReleasePrimitiveArrayCritical(env, datain, ptr4, JNI_ABORT); - } + free(ptr4); if(dataout!=NULL) { (*env)->ReleasePrimitiveArrayCritical(env, dataout, ptr8, (isCopiedArray8 == JNI_TRUE)?0:JNI_ABORT); @@ -2450,4 +2444,4 @@ Java_gl4java_GLUFuncJauJNInf_gluNewTess( JNIEnv *env, jobject obj) } -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGLU_JauJNI12tst_funcs.c b/CNativeCode/OpenGLU_JauJNI12tst_funcs.c index bb2165a..6d3c236 100644 --- a/CNativeCode/OpenGLU_JauJNI12tst_funcs.c +++ b/CNativeCode/OpenGLU_JauJNI12tst_funcs.c @@ -68,7 +68,7 @@ Java_gl4java_GLUFuncJauJNI_gluGetString ( JNIEnv *env, jobject obj, } static const char * _glu_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _glu_lib_version_="2.7.1.0"; +static const char * _glu_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLUFuncJauJNI_getNativeVendor ( JNIEnv *env, jobject obj ) @@ -301,18 +301,18 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -342,13 +342,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -368,13 +368,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -394,13 +394,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -437,13 +437,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -566,13 +566,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -695,13 +695,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage ( JNIEnv *env, jobject obj, @@ -709,7 +709,7 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) jint widthin, jint heightin, jint typein, - jbyteArray datain, + jstring datain, jint widthout, jint heightout, jint typeout, @@ -717,23 +717,14 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) { jint ret; - jboolean isCopiedArray4 = JNI_FALSE; - jbyte *ptr4 = NULL; - static int isWarned4 = 0; + char *ptr4 = NULL; jboolean isCopiedArray8 = JNI_FALSE; jbyte *ptr8 = NULL; static int isWarned8 = 0; if ( disp__gluScaleImage == NULL ) return 0; - if(datain!=NULL) - { - ptr4 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, datain, &isCopiedArray4); - if( isCopiedArray4 == JNI_TRUE && isWarned4==0 ) { - isWarned4=1; - printf("COPY by gluScaleImage arg: datain"); - } - } + ptr4 = jnitoolsGetJavaString(env, datain); if(dataout!=NULL) { ptr8 = (jbyte *) (*env)->GetPrimitiveArrayCritical(env, dataout, &isCopiedArray8); @@ -754,23 +745,20 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (char *) ptr8 ); - if(datain!=NULL) - { - (*env)->ReleasePrimitiveArrayCritical(env, datain, ptr4, JNI_ABORT); - } + free(ptr4); if(dataout!=NULL) { (*env)->ReleasePrimitiveArrayCritical(env, dataout, ptr8, (isCopiedArray8 == JNI_TRUE)?0:JNI_ABORT); } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -1058,13 +1046,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -1366,13 +1354,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -1388,13 +1376,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -1410,13 +1398,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -1432,13 +1420,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -1454,13 +1442,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -1484,13 +1472,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -1510,13 +1498,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -1538,13 +1526,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -1570,13 +1558,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -1641,13 +1629,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -1665,13 +1653,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -1704,13 +1692,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -1724,13 +1712,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -1744,13 +1732,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -1806,13 +1794,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, ctlarray, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -1826,13 +1814,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -1846,13 +1834,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -1931,13 +1919,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, ctlarray, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -1951,13 +1939,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -1971,13 +1959,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -2014,13 +2002,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, array, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -2231,13 +2219,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, polygon_data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -2251,13 +2239,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -2587,13 +2575,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, vertex_data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -2607,13 +2595,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -2627,13 +2615,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -2651,13 +2639,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -2677,13 +2665,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2716,13 +2704,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -2736,13 +2724,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2758,13 +2746,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2778,5 +2766,5 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGLU_JauJNI_funcs.c b/CNativeCode/OpenGLU_JauJNI_funcs.c index 2b3614e..433a45c 100644 --- a/CNativeCode/OpenGLU_JauJNI_funcs.c +++ b/CNativeCode/OpenGLU_JauJNI_funcs.c @@ -68,7 +68,7 @@ Java_gl4java_GLUFuncJauJNI_gluGetString ( JNIEnv *env, jobject obj, } static const char * _glu_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _glu_lib_version_="2.7.1.0"; +static const char * _glu_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLUFuncJauJNI_getNativeVendor ( JNIEnv *env, jobject obj ) @@ -301,18 +301,18 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -342,13 +342,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -368,13 +368,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -394,13 +394,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -432,13 +432,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseIntArrayElements(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -528,13 +528,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -624,13 +624,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage ( JNIEnv *env, jobject obj, @@ -638,7 +638,7 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) jint widthin, jint heightin, jint typein, - jbyteArray datain, + jstring datain, jint widthout, jint heightout, jint typeout, @@ -646,16 +646,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) { jint ret; - jbyte *ptr4 = NULL; + char *ptr4 = NULL; jboolean isCopiedArray8 = JNI_FALSE; jbyte *ptr8 = NULL; if ( disp__gluScaleImage == NULL ) return 0; - if(datain!=NULL) - { - ptr4 = (*env)->GetByteArrayElements(env, datain, 0); - } + ptr4 = jnitoolsGetJavaString(env, datain); if(dataout!=NULL) { ptr8 = (*env)->GetByteArrayElements(env, dataout, &isCopiedArray8); @@ -672,23 +669,20 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (char *) ptr8 ); - if(datain!=NULL) - { - (*env)->ReleaseByteArrayElements(env, datain, ptr4, JNI_ABORT); - } + free(ptr4); if(dataout!=NULL) { (*env)->ReleaseByteArrayElements(env, dataout, ptr8, (isCopiedArray8 == JNI_TRUE)?0:JNI_ABORT); } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -934,13 +928,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -1200,13 +1194,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -1222,13 +1216,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -1244,13 +1238,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -1266,13 +1260,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -1288,13 +1282,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -1318,13 +1312,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -1344,13 +1338,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -1372,13 +1366,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -1404,13 +1398,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -1457,13 +1451,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseIntArrayElements(env, viewport, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -1481,13 +1475,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -1515,13 +1509,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseFloatArrayElements(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -1535,13 +1529,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -1555,13 +1549,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -1607,13 +1601,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseFloatArrayElements(env, ctlarray, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -1627,13 +1621,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -1647,13 +1641,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -1717,13 +1711,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseFloatArrayElements(env, ctlarray, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -1737,13 +1731,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -1757,13 +1751,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -1795,13 +1789,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseFloatArrayElements(env, array, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -1977,13 +1971,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseLongArrayElements(env, polygon_data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -1997,13 +1991,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -2263,13 +2257,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseLongArrayElements(env, vertex_data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -2283,13 +2277,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -2303,13 +2297,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -2327,13 +2321,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -2353,13 +2347,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2387,13 +2381,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseDoubleArrayElements(env, value, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -2407,13 +2401,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2429,13 +2423,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2449,5 +2443,5 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGL_JauJNI12_funcs.c b/CNativeCode/OpenGL_JauJNI12_funcs.c index 462d633..f4a6e6f 100755 --- a/CNativeCode/OpenGL_JauJNI12_funcs.c +++ b/CNativeCode/OpenGL_JauJNI12_funcs.c @@ -71,7 +71,7 @@ Java_gl4java_GLFuncJauJNI_glGetString ( JNIEnv *env, jobject obj, } static const char * _gl_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _gl_lib_version_="2.7.1.0"; +static const char * _gl_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLFuncJauJNI_getNativeVendor ( JNIEnv *env, jobject obj ) @@ -86,18 +86,18 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearIndex ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearIndex ( JNIEnv *env, jobject obj, @@ -111,13 +111,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearColor ( JNIEnv *env, jobject obj, @@ -137,13 +137,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClear ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClear ( JNIEnv *env, jobject obj, @@ -157,13 +157,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexMask ( JNIEnv *env, jobject obj, @@ -177,13 +177,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMask ( JNIEnv *env, jobject obj, @@ -203,13 +203,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFunc ( JNIEnv *env, jobject obj, @@ -225,13 +225,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFunc ( JNIEnv *env, jobject obj, @@ -247,13 +247,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLogicOp ( GLenum opcode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLogicOp ( JNIEnv *env, jobject obj, @@ -267,13 +267,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCullFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullFace ( JNIEnv *env, jobject obj, @@ -287,13 +287,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrontFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrontFace ( JNIEnv *env, jobject obj, @@ -307,13 +307,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointSize ( GLfloat size ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointSize ( JNIEnv *env, jobject obj, @@ -327,13 +327,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineWidth ( GLfloat width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineWidth ( JNIEnv *env, jobject obj, @@ -347,13 +347,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineStipple ( GLint factor , GLushort pattern ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineStipple ( JNIEnv *env, jobject obj, @@ -369,13 +369,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonMode ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonMode ( JNIEnv *env, jobject obj, @@ -391,13 +391,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffset ( JNIEnv *env, jobject obj, @@ -413,13 +413,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonStipple ( const GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonStipple ( JNIEnv *env, jobject obj, @@ -442,13 +442,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPolygonStipple ( GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPolygonStipple ( JNIEnv *env, jobject obj, @@ -472,13 +472,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlag ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlag ( JNIEnv *env, jobject obj, @@ -492,13 +492,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagv ( const GLboolean * flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagv ( JNIEnv *env, jobject obj, @@ -521,13 +521,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, flag, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScissor ( JNIEnv *env, jobject obj, @@ -547,13 +547,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClipPlane ( JNIEnv *env, jobject obj, @@ -578,13 +578,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetClipPlane ( JNIEnv *env, jobject obj, @@ -610,13 +610,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawBuffer ( JNIEnv *env, jobject obj, @@ -630,13 +630,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadBuffer ( JNIEnv *env, jobject obj, @@ -650,13 +650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnable ( JNIEnv *env, jobject obj, @@ -670,13 +670,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisable ( JNIEnv *env, jobject obj, @@ -690,13 +690,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsEnabled ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsEnabled ( JNIEnv *env, jobject obj, @@ -713,13 +713,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnableClientState ( JNIEnv *env, jobject obj, @@ -733,13 +733,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisableClientState ( JNIEnv *env, jobject obj, @@ -753,13 +753,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetBooleanv ( JNIEnv *env, jobject obj, @@ -785,13 +785,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetDoublev ( JNIEnv *env, jobject obj, @@ -817,13 +817,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFloatv ( JNIEnv *env, jobject obj, @@ -849,13 +849,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetIntegerv ( JNIEnv *env, jobject obj, @@ -881,13 +881,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushAttrib ( JNIEnv *env, jobject obj, @@ -901,13 +901,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopAttrib ( JNIEnv *env, jobject obj) @@ -919,13 +919,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushClientAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushClientAttrib ( JNIEnv *env, jobject obj, @@ -939,13 +939,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopClientAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopClientAttrib ( JNIEnv *env, jobject obj) @@ -957,13 +957,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint glRenderMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glRenderMode ( JNIEnv *env, jobject obj, @@ -980,13 +980,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLenum glGetError ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGetError ( JNIEnv *env, jobject obj) @@ -1001,13 +1001,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFinish ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinish ( JNIEnv *env, jobject obj) @@ -1019,13 +1019,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFlush ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlush ( JNIEnv *env, jobject obj) @@ -1037,13 +1037,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHint ( GLenum target , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHint ( JNIEnv *env, jobject obj, @@ -1059,13 +1059,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearDepth ( GLclampd depth ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearDepth ( JNIEnv *env, jobject obj, @@ -1079,13 +1079,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthFunc ( GLenum func ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthFunc ( JNIEnv *env, jobject obj, @@ -1099,13 +1099,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthMask ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthMask ( JNIEnv *env, jobject obj, @@ -1119,13 +1119,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthRange ( JNIEnv *env, jobject obj, @@ -1141,13 +1141,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearAccum ( JNIEnv *env, jobject obj, @@ -1167,13 +1167,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAccum ( GLenum op , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAccum ( JNIEnv *env, jobject obj, @@ -1189,13 +1189,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMatrixMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixMode ( JNIEnv *env, jobject obj, @@ -1209,13 +1209,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glOrtho ( JNIEnv *env, jobject obj, @@ -1239,13 +1239,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrustum ( JNIEnv *env, jobject obj, @@ -1269,13 +1269,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glViewport ( JNIEnv *env, jobject obj, @@ -1295,13 +1295,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushMatrix ( JNIEnv *env, jobject obj) @@ -1313,13 +1313,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopMatrix ( JNIEnv *env, jobject obj) @@ -1331,13 +1331,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadIdentity ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadIdentity ( JNIEnv *env, jobject obj) @@ -1349,13 +1349,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixd ( JNIEnv *env, jobject obj, @@ -1378,13 +1378,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixf ( JNIEnv *env, jobject obj, @@ -1407,13 +1407,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixd ( JNIEnv *env, jobject obj, @@ -1436,13 +1436,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixf ( JNIEnv *env, jobject obj, @@ -1465,13 +1465,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotated ( JNIEnv *env, jobject obj, @@ -1491,13 +1491,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotatef ( JNIEnv *env, jobject obj, @@ -1517,13 +1517,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScaled ( JNIEnv *env, jobject obj, @@ -1541,13 +1541,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScalef ( JNIEnv *env, jobject obj, @@ -1565,13 +1565,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslated ( JNIEnv *env, jobject obj, @@ -1589,13 +1589,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslatef ( JNIEnv *env, jobject obj, @@ -1613,13 +1613,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsList ( JNIEnv *env, jobject obj, @@ -1636,13 +1636,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteLists ( GLuint list , GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteLists ( JNIEnv *env, jobject obj, @@ -1658,13 +1658,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLuint glGenLists ( GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenLists ( JNIEnv *env, jobject obj, @@ -1681,13 +1681,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNewList ( GLuint list , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNewList ( JNIEnv *env, jobject obj, @@ -1703,13 +1703,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEndList ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndList ( JNIEnv *env, jobject obj) @@ -1721,13 +1721,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallList ( JNIEnv *env, jobject obj, @@ -1741,13 +1741,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallLists__II_3B ( JNIEnv *env, jobject obj, @@ -1930,13 +1930,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, lists, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glListBase ( GLuint base ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListBase ( JNIEnv *env, jobject obj, @@ -1950,13 +1950,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBegin ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBegin ( JNIEnv *env, jobject obj, @@ -1970,13 +1970,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnd ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnd ( JNIEnv *env, jobject obj) @@ -1988,13 +1988,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2d ( JNIEnv *env, jobject obj, @@ -2010,13 +2010,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2f ( JNIEnv *env, jobject obj, @@ -2032,13 +2032,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2i ( JNIEnv *env, jobject obj, @@ -2054,13 +2054,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2s ( JNIEnv *env, jobject obj, @@ -2076,13 +2076,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3d ( JNIEnv *env, jobject obj, @@ -2100,13 +2100,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3f ( JNIEnv *env, jobject obj, @@ -2124,13 +2124,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3i ( JNIEnv *env, jobject obj, @@ -2148,13 +2148,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3s ( JNIEnv *env, jobject obj, @@ -2172,13 +2172,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4d ( JNIEnv *env, jobject obj, @@ -2198,13 +2198,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4f ( JNIEnv *env, jobject obj, @@ -2224,13 +2224,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4i ( JNIEnv *env, jobject obj, @@ -2250,13 +2250,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4s ( JNIEnv *env, jobject obj, @@ -2276,13 +2276,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2dv ( JNIEnv *env, jobject obj, @@ -2305,13 +2305,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2fv ( JNIEnv *env, jobject obj, @@ -2334,13 +2334,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2iv ( JNIEnv *env, jobject obj, @@ -2363,13 +2363,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2sv ( JNIEnv *env, jobject obj, @@ -2392,13 +2392,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3dv ( JNIEnv *env, jobject obj, @@ -2421,13 +2421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3fv ( JNIEnv *env, jobject obj, @@ -2450,13 +2450,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3iv ( JNIEnv *env, jobject obj, @@ -2479,13 +2479,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3sv ( JNIEnv *env, jobject obj, @@ -2508,13 +2508,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4dv ( JNIEnv *env, jobject obj, @@ -2537,13 +2537,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4fv ( JNIEnv *env, jobject obj, @@ -2566,13 +2566,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4iv ( JNIEnv *env, jobject obj, @@ -2595,13 +2595,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4sv ( JNIEnv *env, jobject obj, @@ -2624,13 +2624,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3b ( JNIEnv *env, jobject obj, @@ -2648,13 +2648,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3d ( JNIEnv *env, jobject obj, @@ -2672,13 +2672,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3f ( JNIEnv *env, jobject obj, @@ -2696,13 +2696,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3i ( JNIEnv *env, jobject obj, @@ -2720,13 +2720,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3s ( JNIEnv *env, jobject obj, @@ -2744,13 +2744,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3bv ( JNIEnv *env, jobject obj, @@ -2773,13 +2773,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3dv ( JNIEnv *env, jobject obj, @@ -2802,13 +2802,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fv ( JNIEnv *env, jobject obj, @@ -2831,13 +2831,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3iv ( JNIEnv *env, jobject obj, @@ -2860,13 +2860,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3sv ( JNIEnv *env, jobject obj, @@ -2889,13 +2889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexd ( GLdouble c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexd ( JNIEnv *env, jobject obj, @@ -2909,13 +2909,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexf ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexf ( JNIEnv *env, jobject obj, @@ -2929,13 +2929,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexi ( GLint c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexi ( JNIEnv *env, jobject obj, @@ -2949,13 +2949,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexs ( GLshort c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexs ( JNIEnv *env, jobject obj, @@ -2969,13 +2969,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexub ( GLubyte c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexub ( JNIEnv *env, jobject obj, @@ -2989,13 +2989,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexdv ( const GLdouble * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexdv ( JNIEnv *env, jobject obj, @@ -3018,13 +3018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexfv ( const GLfloat * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexfv ( JNIEnv *env, jobject obj, @@ -3047,13 +3047,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexiv ( const GLint * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexiv ( JNIEnv *env, jobject obj, @@ -3076,13 +3076,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexsv ( const GLshort * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexsv ( JNIEnv *env, jobject obj, @@ -3105,13 +3105,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexubv ( const GLubyte * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexubv ( JNIEnv *env, jobject obj, @@ -3134,13 +3134,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3b ( JNIEnv *env, jobject obj, @@ -3158,13 +3158,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3d ( JNIEnv *env, jobject obj, @@ -3182,13 +3182,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3f ( JNIEnv *env, jobject obj, @@ -3206,13 +3206,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3i ( JNIEnv *env, jobject obj, @@ -3230,13 +3230,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3s ( JNIEnv *env, jobject obj, @@ -3254,13 +3254,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ub ( JNIEnv *env, jobject obj, @@ -3278,13 +3278,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ui ( JNIEnv *env, jobject obj, @@ -3302,13 +3302,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3us ( JNIEnv *env, jobject obj, @@ -3326,13 +3326,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4b ( JNIEnv *env, jobject obj, @@ -3352,13 +3352,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4d ( JNIEnv *env, jobject obj, @@ -3378,13 +3378,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4f ( JNIEnv *env, jobject obj, @@ -3404,13 +3404,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4i ( JNIEnv *env, jobject obj, @@ -3430,13 +3430,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4s ( JNIEnv *env, jobject obj, @@ -3456,13 +3456,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ub ( JNIEnv *env, jobject obj, @@ -3482,13 +3482,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ui ( JNIEnv *env, jobject obj, @@ -3508,13 +3508,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4us ( JNIEnv *env, jobject obj, @@ -3534,13 +3534,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3bv ( JNIEnv *env, jobject obj, @@ -3563,13 +3563,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3dv ( JNIEnv *env, jobject obj, @@ -3592,13 +3592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fv ( JNIEnv *env, jobject obj, @@ -3621,13 +3621,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3iv ( JNIEnv *env, jobject obj, @@ -3650,13 +3650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3sv ( JNIEnv *env, jobject obj, @@ -3679,13 +3679,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ubv ( JNIEnv *env, jobject obj, @@ -3708,13 +3708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3uiv ( JNIEnv *env, jobject obj, @@ -3737,13 +3737,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3usv ( JNIEnv *env, jobject obj, @@ -3766,13 +3766,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4bv ( JNIEnv *env, jobject obj, @@ -3795,13 +3795,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4dv ( JNIEnv *env, jobject obj, @@ -3824,13 +3824,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fv ( JNIEnv *env, jobject obj, @@ -3853,13 +3853,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4iv ( JNIEnv *env, jobject obj, @@ -3882,13 +3882,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4sv ( JNIEnv *env, jobject obj, @@ -3911,13 +3911,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubv ( JNIEnv *env, jobject obj, @@ -3940,13 +3940,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4uiv ( JNIEnv *env, jobject obj, @@ -3969,13 +3969,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4usv ( JNIEnv *env, jobject obj, @@ -3998,13 +3998,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1d ( GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1d ( JNIEnv *env, jobject obj, @@ -4018,13 +4018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1f ( GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1f ( JNIEnv *env, jobject obj, @@ -4038,13 +4038,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1i ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1i ( JNIEnv *env, jobject obj, @@ -4058,13 +4058,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1s ( GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1s ( JNIEnv *env, jobject obj, @@ -4078,13 +4078,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2d ( JNIEnv *env, jobject obj, @@ -4100,13 +4100,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2f ( JNIEnv *env, jobject obj, @@ -4122,13 +4122,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2i ( GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2i ( JNIEnv *env, jobject obj, @@ -4144,13 +4144,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2s ( GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2s ( JNIEnv *env, jobject obj, @@ -4166,13 +4166,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3d ( JNIEnv *env, jobject obj, @@ -4190,13 +4190,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3f ( JNIEnv *env, jobject obj, @@ -4214,13 +4214,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3i ( JNIEnv *env, jobject obj, @@ -4238,13 +4238,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3s ( JNIEnv *env, jobject obj, @@ -4262,13 +4262,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4d ( JNIEnv *env, jobject obj, @@ -4288,13 +4288,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4f ( JNIEnv *env, jobject obj, @@ -4314,13 +4314,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4i ( JNIEnv *env, jobject obj, @@ -4340,13 +4340,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4s ( JNIEnv *env, jobject obj, @@ -4366,13 +4366,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1dv ( JNIEnv *env, jobject obj, @@ -4395,13 +4395,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1fv ( JNIEnv *env, jobject obj, @@ -4424,13 +4424,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1iv ( JNIEnv *env, jobject obj, @@ -4453,13 +4453,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1sv ( JNIEnv *env, jobject obj, @@ -4482,13 +4482,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2dv ( JNIEnv *env, jobject obj, @@ -4511,13 +4511,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fv ( JNIEnv *env, jobject obj, @@ -4540,13 +4540,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2iv ( JNIEnv *env, jobject obj, @@ -4569,13 +4569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2sv ( JNIEnv *env, jobject obj, @@ -4598,13 +4598,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3dv ( JNIEnv *env, jobject obj, @@ -4627,13 +4627,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3fv ( JNIEnv *env, jobject obj, @@ -4656,13 +4656,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3iv ( JNIEnv *env, jobject obj, @@ -4685,13 +4685,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3sv ( JNIEnv *env, jobject obj, @@ -4714,13 +4714,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4dv ( JNIEnv *env, jobject obj, @@ -4743,13 +4743,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -4771,14 +4771,14 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) { (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } - } - -/** - * Original Function-Prototype : - *
 
+	}
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4iv ( JNIEnv *env, jobject obj, @@ -4801,13 +4801,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4sv ( JNIEnv *env, jobject obj, @@ -4830,13 +4830,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2d ( JNIEnv *env, jobject obj, @@ -4852,13 +4852,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2f ( JNIEnv *env, jobject obj, @@ -4874,13 +4874,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2i ( JNIEnv *env, jobject obj, @@ -4896,13 +4896,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2s ( JNIEnv *env, jobject obj, @@ -4918,13 +4918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3d ( JNIEnv *env, jobject obj, @@ -4942,13 +4942,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3f ( JNIEnv *env, jobject obj, @@ -4966,13 +4966,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3i ( JNIEnv *env, jobject obj, @@ -4990,13 +4990,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3s ( JNIEnv *env, jobject obj, @@ -5014,13 +5014,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4d ( JNIEnv *env, jobject obj, @@ -5040,13 +5040,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4f ( JNIEnv *env, jobject obj, @@ -5066,13 +5066,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4i ( JNIEnv *env, jobject obj, @@ -5092,13 +5092,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4s ( JNIEnv *env, jobject obj, @@ -5118,13 +5118,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2dv ( JNIEnv *env, jobject obj, @@ -5147,13 +5147,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2fv ( JNIEnv *env, jobject obj, @@ -5176,13 +5176,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2iv ( JNIEnv *env, jobject obj, @@ -5205,13 +5205,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2sv ( JNIEnv *env, jobject obj, @@ -5234,13 +5234,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3dv ( JNIEnv *env, jobject obj, @@ -5263,13 +5263,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3fv ( JNIEnv *env, jobject obj, @@ -5292,13 +5292,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3iv ( JNIEnv *env, jobject obj, @@ -5321,13 +5321,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3sv ( JNIEnv *env, jobject obj, @@ -5350,13 +5350,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4dv ( JNIEnv *env, jobject obj, @@ -5379,13 +5379,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4fv ( JNIEnv *env, jobject obj, @@ -5408,13 +5408,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4iv ( JNIEnv *env, jobject obj, @@ -5437,13 +5437,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4sv ( JNIEnv *env, jobject obj, @@ -5466,13 +5466,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectd ( JNIEnv *env, jobject obj, @@ -5492,13 +5492,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectf ( JNIEnv *env, jobject obj, @@ -5518,13 +5518,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRecti ( JNIEnv *env, jobject obj, @@ -5544,13 +5544,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRects ( JNIEnv *env, jobject obj, @@ -5570,13 +5570,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectdv ( JNIEnv *env, jobject obj, @@ -5610,13 +5610,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectfv ( JNIEnv *env, jobject obj, @@ -5650,13 +5650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectiv ( JNIEnv *env, jobject obj, @@ -5690,13 +5690,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectsv ( JNIEnv *env, jobject obj, @@ -5730,13 +5730,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointer__III_3B ( JNIEnv *env, jobject obj, @@ -5933,13 +5933,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6122,13 +6122,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6325,13 +6325,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6514,13 +6514,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6717,13 +6717,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointer__I_3B ( JNIEnv *env, jobject obj, @@ -6892,13 +6892,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointerv ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointerv__I_3_3B ( JNIEnv *env, jobject obj, @@ -7074,13 +7074,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElement ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElement ( JNIEnv *env, jobject obj, @@ -7094,13 +7094,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArrays ( JNIEnv *env, jobject obj, @@ -7118,13 +7118,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawElements__III_3B ( JNIEnv *env, jobject obj, @@ -7321,13 +7321,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, indices, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInterleavedArrays__II_3B ( JNIEnv *env, jobject obj, @@ -7510,13 +7510,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pointer, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glShadeModel ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShadeModel ( JNIEnv *env, jobject obj, @@ -7530,13 +7530,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightf ( JNIEnv *env, jobject obj, @@ -7554,13 +7554,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLighti ( JNIEnv *env, jobject obj, @@ -7578,13 +7578,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightfv ( JNIEnv *env, jobject obj, @@ -7611,13 +7611,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightiv ( JNIEnv *env, jobject obj, @@ -7644,13 +7644,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightfv ( JNIEnv *env, jobject obj, @@ -7678,13 +7678,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightiv ( JNIEnv *env, jobject obj, @@ -7712,13 +7712,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelf ( JNIEnv *env, jobject obj, @@ -7734,13 +7734,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeli ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeli ( JNIEnv *env, jobject obj, @@ -7756,13 +7756,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelfv ( JNIEnv *env, jobject obj, @@ -7787,13 +7787,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeliv ( JNIEnv *env, jobject obj, @@ -7818,13 +7818,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialf ( JNIEnv *env, jobject obj, @@ -7842,13 +7842,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMateriali ( JNIEnv *env, jobject obj, @@ -7866,13 +7866,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialfv ( JNIEnv *env, jobject obj, @@ -7899,13 +7899,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialiv ( JNIEnv *env, jobject obj, @@ -7932,13 +7932,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialfv ( JNIEnv *env, jobject obj, @@ -7966,13 +7966,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialiv ( JNIEnv *env, jobject obj, @@ -8000,13 +8000,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMaterial ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMaterial ( JNIEnv *env, jobject obj, @@ -8022,13 +8022,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelZoom ( JNIEnv *env, jobject obj, @@ -8044,13 +8044,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStoref ( JNIEnv *env, jobject obj, @@ -8066,13 +8066,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStorei ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStorei ( JNIEnv *env, jobject obj, @@ -8088,13 +8088,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferf ( JNIEnv *env, jobject obj, @@ -8110,13 +8110,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferi ( JNIEnv *env, jobject obj, @@ -8132,13 +8132,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapfv ( JNIEnv *env, jobject obj, @@ -8165,13 +8165,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8198,13 +8198,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapusv ( JNIEnv *env, jobject obj, @@ -8231,13 +8231,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapfv ( JNIEnv *env, jobject obj, @@ -8263,13 +8263,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8295,13 +8295,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapusv ( JNIEnv *env, jobject obj, @@ -8327,13 +8327,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBitmap ( JNIEnv *env, jobject obj, @@ -8368,13 +8368,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, bitmap, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadPixels__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -8620,13 +8620,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr6, (isCopiedArray6 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawPixels__IIII_3B ( JNIEnv *env, jobject obj, @@ -8837,13 +8837,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyPixels ( JNIEnv *env, jobject obj, @@ -8865,13 +8865,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilFunc ( JNIEnv *env, jobject obj, @@ -8889,13 +8889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilMask ( JNIEnv *env, jobject obj, @@ -8909,13 +8909,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilOp ( JNIEnv *env, jobject obj, @@ -8933,13 +8933,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearStencil ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearStencil ( JNIEnv *env, jobject obj, @@ -8953,13 +8953,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGend ( JNIEnv *env, jobject obj, @@ -8977,13 +8977,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenf ( JNIEnv *env, jobject obj, @@ -9001,13 +9001,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeni ( JNIEnv *env, jobject obj, @@ -9025,13 +9025,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGendv ( JNIEnv *env, jobject obj, @@ -9058,13 +9058,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenfv ( JNIEnv *env, jobject obj, @@ -9091,13 +9091,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeniv ( JNIEnv *env, jobject obj, @@ -9124,13 +9124,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGendv ( JNIEnv *env, jobject obj, @@ -9158,13 +9158,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGenfv ( JNIEnv *env, jobject obj, @@ -9192,13 +9192,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGeniv ( JNIEnv *env, jobject obj, @@ -9226,13 +9226,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvf ( JNIEnv *env, jobject obj, @@ -9250,13 +9250,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvi ( JNIEnv *env, jobject obj, @@ -9274,13 +9274,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvfv ( JNIEnv *env, jobject obj, @@ -9307,13 +9307,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnviv ( JNIEnv *env, jobject obj, @@ -9340,13 +9340,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnvfv ( JNIEnv *env, jobject obj, @@ -9374,13 +9374,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnviv ( JNIEnv *env, jobject obj, @@ -9408,13 +9408,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterf ( JNIEnv *env, jobject obj, @@ -9432,13 +9432,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteri ( JNIEnv *env, jobject obj, @@ -9456,13 +9456,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterfv ( JNIEnv *env, jobject obj, @@ -9489,13 +9489,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteriv ( JNIEnv *env, jobject obj, @@ -9522,13 +9522,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameterfv ( JNIEnv *env, jobject obj, @@ -9556,13 +9556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameteriv ( JNIEnv *env, jobject obj, @@ -9590,13 +9590,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameterfv ( JNIEnv *env, jobject obj, @@ -9626,13 +9626,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameteriv ( JNIEnv *env, jobject obj, @@ -9662,13 +9662,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage1D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -9921,13 +9921,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -10194,13 +10194,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexImage__IIII_3B ( JNIEnv *env, jobject obj, @@ -10418,13 +10418,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTextures ( JNIEnv *env, jobject obj, @@ -10450,13 +10450,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTextures ( JNIEnv *env, jobject obj, @@ -10481,13 +10481,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTexture ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTexture ( JNIEnv *env, jobject obj, @@ -10503,13 +10503,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTextures ( JNIEnv *env, jobject obj, @@ -10545,13 +10545,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResident ( JNIEnv *env, jobject obj, @@ -10591,13 +10591,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTexture ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTexture ( JNIEnv *env, jobject obj, @@ -10614,13 +10614,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -10859,13 +10859,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -11132,13 +11132,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage1D ( JNIEnv *env, jobject obj, @@ -11164,13 +11164,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage2D ( JNIEnv *env, jobject obj, @@ -11198,13 +11198,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage1D ( JNIEnv *env, jobject obj, @@ -11228,13 +11228,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage2D ( JNIEnv *env, jobject obj, @@ -11262,13 +11262,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1d ( JNIEnv *env, jobject obj, @@ -11301,13 +11301,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1f ( JNIEnv *env, jobject obj, @@ -11340,13 +11340,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2d ( JNIEnv *env, jobject obj, @@ -11387,13 +11387,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2f ( JNIEnv *env, jobject obj, @@ -11434,13 +11434,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapdv ( JNIEnv *env, jobject obj, @@ -11468,13 +11468,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapfv ( JNIEnv *env, jobject obj, @@ -11502,13 +11502,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapiv ( JNIEnv *env, jobject obj, @@ -11536,13 +11536,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1d ( GLdouble u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1d ( JNIEnv *env, jobject obj, @@ -11556,13 +11556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1f ( GLfloat u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1f ( JNIEnv *env, jobject obj, @@ -11576,13 +11576,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1dv ( JNIEnv *env, jobject obj, @@ -11605,13 +11605,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1fv ( JNIEnv *env, jobject obj, @@ -11634,13 +11634,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2d ( JNIEnv *env, jobject obj, @@ -11656,13 +11656,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2f ( JNIEnv *env, jobject obj, @@ -11678,13 +11678,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2dv ( JNIEnv *env, jobject obj, @@ -11707,13 +11707,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2fv ( JNIEnv *env, jobject obj, @@ -11736,13 +11736,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1d ( JNIEnv *env, jobject obj, @@ -11760,13 +11760,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1f ( JNIEnv *env, jobject obj, @@ -11784,13 +11784,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2d ( JNIEnv *env, jobject obj, @@ -11814,13 +11814,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2f ( JNIEnv *env, jobject obj, @@ -11844,13 +11844,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint1 ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint1 ( JNIEnv *env, jobject obj, @@ -11864,13 +11864,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint2 ( GLint i , GLint j ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint2 ( JNIEnv *env, jobject obj, @@ -11886,13 +11886,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh1 ( JNIEnv *env, jobject obj, @@ -11910,13 +11910,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh2 ( JNIEnv *env, jobject obj, @@ -11938,13 +11938,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogf ( JNIEnv *env, jobject obj, @@ -11960,13 +11960,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogi ( JNIEnv *env, jobject obj, @@ -11982,13 +11982,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogfv ( JNIEnv *env, jobject obj, @@ -12013,13 +12013,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogiv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogiv ( JNIEnv *env, jobject obj, @@ -12044,13 +12044,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFeedbackBuffer ( JNIEnv *env, jobject obj, @@ -12078,13 +12078,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPassThrough ( GLfloat token ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPassThrough ( JNIEnv *env, jobject obj, @@ -12098,13 +12098,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSelectBuffer ( JNIEnv *env, jobject obj, @@ -12130,13 +12130,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInitNames ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInitNames ( JNIEnv *env, jobject obj) @@ -12148,13 +12148,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadName ( JNIEnv *env, jobject obj, @@ -12168,13 +12168,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushName ( JNIEnv *env, jobject obj, @@ -12188,13 +12188,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopName ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopName ( JNIEnv *env, jobject obj) @@ -12206,13 +12206,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawRangeElements__IIIII_3B ( JNIEnv *env, jobject obj, @@ -12437,13 +12437,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, indices, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3D__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -12724,13 +12724,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -13025,13 +13025,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3D ( JNIEnv *env, jobject obj, @@ -13061,13 +13061,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13292,13 +13292,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13523,13 +13523,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -13556,13 +13556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -13589,13 +13589,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorSubTable ( JNIEnv *env, jobject obj, @@ -13617,13 +13617,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorTable ( JNIEnv *env, jobject obj, @@ -13645,13 +13645,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTable__III_3B ( JNIEnv *env, jobject obj, @@ -13855,13 +13855,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -13889,13 +13889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -13923,13 +13923,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquation ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquation ( JNIEnv *env, jobject obj, @@ -13943,13 +13943,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColor ( JNIEnv *env, jobject obj, @@ -13969,13 +13969,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHistogram ( JNIEnv *env, jobject obj, @@ -13995,13 +13995,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetHistogram ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetHistogram ( JNIEnv *env, jobject obj, @@ -14015,13 +14015,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogram__IZII_3B ( JNIEnv *env, jobject obj, @@ -14239,13 +14239,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterfv ( JNIEnv *env, jobject obj, @@ -14273,13 +14273,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameteriv ( JNIEnv *env, jobject obj, @@ -14307,13 +14307,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMinmax ( JNIEnv *env, jobject obj, @@ -14331,13 +14331,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetMinmax ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetMinmax ( JNIEnv *env, jobject obj, @@ -14351,13 +14351,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmax__IZII_3B ( JNIEnv *env, jobject obj, @@ -14575,13 +14575,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterfv ( JNIEnv *env, jobject obj, @@ -14609,13 +14609,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameteriv ( JNIEnv *env, jobject obj, @@ -14643,13 +14643,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter1D__IIIII_3B ( JNIEnv *env, jobject obj, @@ -14874,13 +14874,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, image, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter2D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -15119,13 +15119,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, image, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterf ( JNIEnv *env, jobject obj, @@ -15143,13 +15143,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -15176,13 +15176,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteri ( JNIEnv *env, jobject obj, @@ -15200,13 +15200,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -15233,13 +15233,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter1D ( JNIEnv *env, jobject obj, @@ -15261,13 +15261,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter2D ( JNIEnv *env, jobject obj, @@ -15291,13 +15291,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionFilter__III_3B ( JNIEnv *env, jobject obj, @@ -15501,13 +15501,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, image, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -15535,13 +15535,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -15569,13 +15569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSeparableFilter2D__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -15891,13 +15891,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, column, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSeparableFilter__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -16269,13 +16269,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, span, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -16295,13 +16295,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -16317,13 +16317,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16604,13 +16604,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16905,13 +16905,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -16941,13 +16941,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -16973,13 +16973,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -17004,13 +17004,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -17026,13 +17026,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -17068,13 +17068,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -17114,13 +17114,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTextureEXT ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -17137,13 +17137,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -17354,13 +17354,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -17557,13 +17557,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -17774,13 +17774,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -17977,13 +17977,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -18194,13 +18194,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -18227,13 +18227,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -18409,13 +18409,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElementEXT ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -18429,13 +18429,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -18453,13 +18453,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquationEXT ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -18473,13 +18473,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -18495,13 +18495,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -18526,13 +18526,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -18757,13 +18757,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -18988,13 +18988,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -19198,13 +19198,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -19232,13 +19232,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -19266,13 +19266,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -19288,13 +19288,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glUnlockArraysEXT ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -19306,13 +19306,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19326,13 +19326,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClientActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19346,13 +19346,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -19368,13 +19368,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -19399,13 +19399,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -19421,13 +19421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -19452,13 +19452,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -19474,13 +19474,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -19505,13 +19505,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -19527,13 +19527,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -19558,13 +19558,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -19582,13 +19582,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -19613,13 +19613,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -19637,13 +19637,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -19668,13 +19668,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -19692,13 +19692,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -19723,13 +19723,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -19747,13 +19747,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -19778,13 +19778,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -19804,13 +19804,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -19835,13 +19835,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -19861,13 +19861,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fvARB ( JNIEnv *env, jobject obj, @@ -19892,13 +19892,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -19918,13 +19918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -19949,13 +19949,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -19975,13 +19975,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -20006,13 +20006,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -20034,13 +20034,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -20065,13 +20065,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -20093,13 +20093,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -20124,13 +20124,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -20152,13 +20152,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -20183,13 +20183,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -20211,13 +20211,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -20242,5 +20242,5 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGL_JauJNI12nf_funcs.c b/CNativeCode/OpenGL_JauJNI12nf_funcs.c index fb6b1dc..c14a2df 100755 --- a/CNativeCode/OpenGL_JauJNI12nf_funcs.c +++ b/CNativeCode/OpenGL_JauJNI12nf_funcs.c @@ -71,7 +71,7 @@ Java_gl4java_GLFuncJauJNInf_glGetString ( JNIEnv *env, jobject obj, } static const char * _gl_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _gl_lib_version_="2.7.1.0"; +static const char * _gl_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLFuncJauJNInf_getNativeVendor ( JNIEnv *env, jobject obj ) @@ -86,7 +86,7 @@ Java_gl4java_GLFuncJauJNInf_getNativeVersion ( JNIEnv *env, jobject obj ) } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNInf ! @@ -20243,4 +20243,4 @@ Java_gl4java_GLFuncJauJNInf_getNativeVersion ( JNIEnv *env, jobject obj ) } } -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGL_JauJNI12tst_funcs.c b/CNativeCode/OpenGL_JauJNI12tst_funcs.c index 07d07f2..43b6753 100755 --- a/CNativeCode/OpenGL_JauJNI12tst_funcs.c +++ b/CNativeCode/OpenGL_JauJNI12tst_funcs.c @@ -71,7 +71,7 @@ Java_gl4java_GLFuncJauJNI_glGetString ( JNIEnv *env, jobject obj, } static const char * _gl_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _gl_lib_version_="2.7.1.0"; +static const char * _gl_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLFuncJauJNI_getNativeVendor ( JNIEnv *env, jobject obj ) @@ -86,18 +86,18 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearIndex ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearIndex ( JNIEnv *env, jobject obj, @@ -111,13 +111,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearColor ( JNIEnv *env, jobject obj, @@ -137,13 +137,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClear ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClear ( JNIEnv *env, jobject obj, @@ -157,13 +157,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexMask ( JNIEnv *env, jobject obj, @@ -177,13 +177,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMask ( JNIEnv *env, jobject obj, @@ -203,13 +203,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFunc ( JNIEnv *env, jobject obj, @@ -225,13 +225,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFunc ( JNIEnv *env, jobject obj, @@ -247,13 +247,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLogicOp ( GLenum opcode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLogicOp ( JNIEnv *env, jobject obj, @@ -267,13 +267,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCullFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullFace ( JNIEnv *env, jobject obj, @@ -287,13 +287,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrontFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrontFace ( JNIEnv *env, jobject obj, @@ -307,13 +307,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointSize ( GLfloat size ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointSize ( JNIEnv *env, jobject obj, @@ -327,13 +327,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineWidth ( GLfloat width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineWidth ( JNIEnv *env, jobject obj, @@ -347,13 +347,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineStipple ( GLint factor , GLushort pattern ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineStipple ( JNIEnv *env, jobject obj, @@ -369,13 +369,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonMode ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonMode ( JNIEnv *env, jobject obj, @@ -391,13 +391,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffset ( JNIEnv *env, jobject obj, @@ -413,13 +413,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonStipple ( const GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonStipple ( JNIEnv *env, jobject obj, @@ -448,13 +448,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPolygonStipple ( GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPolygonStipple ( JNIEnv *env, jobject obj, @@ -483,13 +483,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlag ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlag ( JNIEnv *env, jobject obj, @@ -503,13 +503,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagv ( const GLboolean * flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagv ( JNIEnv *env, jobject obj, @@ -538,13 +538,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, flag, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScissor ( JNIEnv *env, jobject obj, @@ -564,13 +564,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClipPlane ( JNIEnv *env, jobject obj, @@ -601,13 +601,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetClipPlane ( JNIEnv *env, jobject obj, @@ -638,13 +638,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawBuffer ( JNIEnv *env, jobject obj, @@ -658,13 +658,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadBuffer ( JNIEnv *env, jobject obj, @@ -678,13 +678,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnable ( JNIEnv *env, jobject obj, @@ -698,13 +698,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisable ( JNIEnv *env, jobject obj, @@ -718,13 +718,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsEnabled ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsEnabled ( JNIEnv *env, jobject obj, @@ -741,13 +741,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnableClientState ( JNIEnv *env, jobject obj, @@ -761,13 +761,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisableClientState ( JNIEnv *env, jobject obj, @@ -781,13 +781,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetBooleanv ( JNIEnv *env, jobject obj, @@ -818,13 +818,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetDoublev ( JNIEnv *env, jobject obj, @@ -855,13 +855,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFloatv ( JNIEnv *env, jobject obj, @@ -892,13 +892,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetIntegerv ( JNIEnv *env, jobject obj, @@ -929,13 +929,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushAttrib ( JNIEnv *env, jobject obj, @@ -949,13 +949,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopAttrib ( JNIEnv *env, jobject obj) @@ -967,13 +967,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushClientAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushClientAttrib ( JNIEnv *env, jobject obj, @@ -987,13 +987,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopClientAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopClientAttrib ( JNIEnv *env, jobject obj) @@ -1005,13 +1005,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint glRenderMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glRenderMode ( JNIEnv *env, jobject obj, @@ -1028,13 +1028,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLenum glGetError ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGetError ( JNIEnv *env, jobject obj) @@ -1049,13 +1049,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFinish ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinish ( JNIEnv *env, jobject obj) @@ -1067,13 +1067,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFlush ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlush ( JNIEnv *env, jobject obj) @@ -1085,13 +1085,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHint ( GLenum target , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHint ( JNIEnv *env, jobject obj, @@ -1107,13 +1107,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearDepth ( GLclampd depth ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearDepth ( JNIEnv *env, jobject obj, @@ -1127,13 +1127,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthFunc ( GLenum func ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthFunc ( JNIEnv *env, jobject obj, @@ -1147,13 +1147,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthMask ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthMask ( JNIEnv *env, jobject obj, @@ -1167,13 +1167,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthRange ( JNIEnv *env, jobject obj, @@ -1189,13 +1189,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearAccum ( JNIEnv *env, jobject obj, @@ -1215,13 +1215,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAccum ( GLenum op , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAccum ( JNIEnv *env, jobject obj, @@ -1237,13 +1237,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMatrixMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixMode ( JNIEnv *env, jobject obj, @@ -1257,13 +1257,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glOrtho ( JNIEnv *env, jobject obj, @@ -1287,13 +1287,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrustum ( JNIEnv *env, jobject obj, @@ -1317,13 +1317,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glViewport ( JNIEnv *env, jobject obj, @@ -1343,13 +1343,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushMatrix ( JNIEnv *env, jobject obj) @@ -1361,13 +1361,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopMatrix ( JNIEnv *env, jobject obj) @@ -1379,13 +1379,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadIdentity ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadIdentity ( JNIEnv *env, jobject obj) @@ -1397,13 +1397,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixd ( JNIEnv *env, jobject obj, @@ -1432,13 +1432,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixf ( JNIEnv *env, jobject obj, @@ -1467,13 +1467,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixd ( JNIEnv *env, jobject obj, @@ -1502,13 +1502,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixf ( JNIEnv *env, jobject obj, @@ -1537,13 +1537,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotated ( JNIEnv *env, jobject obj, @@ -1563,13 +1563,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotatef ( JNIEnv *env, jobject obj, @@ -1589,13 +1589,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScaled ( JNIEnv *env, jobject obj, @@ -1613,13 +1613,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScalef ( JNIEnv *env, jobject obj, @@ -1637,13 +1637,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslated ( JNIEnv *env, jobject obj, @@ -1661,13 +1661,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslatef ( JNIEnv *env, jobject obj, @@ -1685,13 +1685,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsList ( JNIEnv *env, jobject obj, @@ -1708,13 +1708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteLists ( GLuint list , GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteLists ( JNIEnv *env, jobject obj, @@ -1730,13 +1730,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLuint glGenLists ( GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenLists ( JNIEnv *env, jobject obj, @@ -1753,13 +1753,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNewList ( GLuint list , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNewList ( JNIEnv *env, jobject obj, @@ -1775,13 +1775,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEndList ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndList ( JNIEnv *env, jobject obj) @@ -1793,13 +1793,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallList ( JNIEnv *env, jobject obj, @@ -1813,13 +1813,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallLists__II_3B ( JNIEnv *env, jobject obj, @@ -2044,13 +2044,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, lists, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glListBase ( GLuint base ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListBase ( JNIEnv *env, jobject obj, @@ -2064,13 +2064,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBegin ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBegin ( JNIEnv *env, jobject obj, @@ -2084,13 +2084,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnd ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnd ( JNIEnv *env, jobject obj) @@ -2102,13 +2102,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2d ( JNIEnv *env, jobject obj, @@ -2124,13 +2124,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2f ( JNIEnv *env, jobject obj, @@ -2146,13 +2146,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2i ( JNIEnv *env, jobject obj, @@ -2168,13 +2168,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2s ( JNIEnv *env, jobject obj, @@ -2190,13 +2190,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3d ( JNIEnv *env, jobject obj, @@ -2214,13 +2214,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3f ( JNIEnv *env, jobject obj, @@ -2238,13 +2238,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3i ( JNIEnv *env, jobject obj, @@ -2262,13 +2262,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3s ( JNIEnv *env, jobject obj, @@ -2286,13 +2286,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4d ( JNIEnv *env, jobject obj, @@ -2312,13 +2312,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4f ( JNIEnv *env, jobject obj, @@ -2338,13 +2338,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4i ( JNIEnv *env, jobject obj, @@ -2364,13 +2364,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4s ( JNIEnv *env, jobject obj, @@ -2390,13 +2390,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2dv ( JNIEnv *env, jobject obj, @@ -2425,13 +2425,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2fv ( JNIEnv *env, jobject obj, @@ -2460,13 +2460,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2iv ( JNIEnv *env, jobject obj, @@ -2495,13 +2495,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2sv ( JNIEnv *env, jobject obj, @@ -2530,13 +2530,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3dv ( JNIEnv *env, jobject obj, @@ -2565,13 +2565,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3fv ( JNIEnv *env, jobject obj, @@ -2600,13 +2600,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3iv ( JNIEnv *env, jobject obj, @@ -2635,13 +2635,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3sv ( JNIEnv *env, jobject obj, @@ -2670,13 +2670,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4dv ( JNIEnv *env, jobject obj, @@ -2705,13 +2705,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4fv ( JNIEnv *env, jobject obj, @@ -2740,13 +2740,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4iv ( JNIEnv *env, jobject obj, @@ -2775,13 +2775,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4sv ( JNIEnv *env, jobject obj, @@ -2810,13 +2810,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3b ( JNIEnv *env, jobject obj, @@ -2834,13 +2834,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3d ( JNIEnv *env, jobject obj, @@ -2858,13 +2858,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3f ( JNIEnv *env, jobject obj, @@ -2882,13 +2882,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3i ( JNIEnv *env, jobject obj, @@ -2906,13 +2906,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3s ( JNIEnv *env, jobject obj, @@ -2930,13 +2930,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3bv ( JNIEnv *env, jobject obj, @@ -2965,13 +2965,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3dv ( JNIEnv *env, jobject obj, @@ -3000,13 +3000,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fv ( JNIEnv *env, jobject obj, @@ -3035,13 +3035,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3iv ( JNIEnv *env, jobject obj, @@ -3070,13 +3070,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3sv ( JNIEnv *env, jobject obj, @@ -3105,13 +3105,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexd ( GLdouble c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexd ( JNIEnv *env, jobject obj, @@ -3125,13 +3125,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexf ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexf ( JNIEnv *env, jobject obj, @@ -3145,13 +3145,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexi ( GLint c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexi ( JNIEnv *env, jobject obj, @@ -3165,13 +3165,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexs ( GLshort c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexs ( JNIEnv *env, jobject obj, @@ -3185,13 +3185,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexub ( GLubyte c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexub ( JNIEnv *env, jobject obj, @@ -3205,13 +3205,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexdv ( const GLdouble * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexdv ( JNIEnv *env, jobject obj, @@ -3240,13 +3240,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexfv ( const GLfloat * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexfv ( JNIEnv *env, jobject obj, @@ -3275,13 +3275,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexiv ( const GLint * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexiv ( JNIEnv *env, jobject obj, @@ -3310,13 +3310,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexsv ( const GLshort * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexsv ( JNIEnv *env, jobject obj, @@ -3345,13 +3345,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexubv ( const GLubyte * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexubv ( JNIEnv *env, jobject obj, @@ -3380,13 +3380,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3b ( JNIEnv *env, jobject obj, @@ -3404,13 +3404,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3d ( JNIEnv *env, jobject obj, @@ -3428,13 +3428,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3f ( JNIEnv *env, jobject obj, @@ -3452,13 +3452,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3i ( JNIEnv *env, jobject obj, @@ -3476,13 +3476,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3s ( JNIEnv *env, jobject obj, @@ -3500,13 +3500,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ub ( JNIEnv *env, jobject obj, @@ -3524,13 +3524,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ui ( JNIEnv *env, jobject obj, @@ -3548,13 +3548,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3us ( JNIEnv *env, jobject obj, @@ -3572,13 +3572,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4b ( JNIEnv *env, jobject obj, @@ -3598,13 +3598,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4d ( JNIEnv *env, jobject obj, @@ -3624,13 +3624,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4f ( JNIEnv *env, jobject obj, @@ -3650,13 +3650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4i ( JNIEnv *env, jobject obj, @@ -3676,13 +3676,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4s ( JNIEnv *env, jobject obj, @@ -3702,13 +3702,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ub ( JNIEnv *env, jobject obj, @@ -3728,13 +3728,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ui ( JNIEnv *env, jobject obj, @@ -3754,13 +3754,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4us ( JNIEnv *env, jobject obj, @@ -3780,13 +3780,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3bv ( JNIEnv *env, jobject obj, @@ -3815,13 +3815,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3dv ( JNIEnv *env, jobject obj, @@ -3850,13 +3850,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fv ( JNIEnv *env, jobject obj, @@ -3885,13 +3885,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3iv ( JNIEnv *env, jobject obj, @@ -3920,13 +3920,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3sv ( JNIEnv *env, jobject obj, @@ -3955,13 +3955,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ubv ( JNIEnv *env, jobject obj, @@ -3990,13 +3990,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3uiv ( JNIEnv *env, jobject obj, @@ -4025,13 +4025,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3usv ( JNIEnv *env, jobject obj, @@ -4060,13 +4060,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4bv ( JNIEnv *env, jobject obj, @@ -4095,13 +4095,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4dv ( JNIEnv *env, jobject obj, @@ -4130,13 +4130,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fv ( JNIEnv *env, jobject obj, @@ -4165,13 +4165,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4iv ( JNIEnv *env, jobject obj, @@ -4200,13 +4200,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4sv ( JNIEnv *env, jobject obj, @@ -4235,13 +4235,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubv ( JNIEnv *env, jobject obj, @@ -4270,13 +4270,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4uiv ( JNIEnv *env, jobject obj, @@ -4305,13 +4305,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4usv ( JNIEnv *env, jobject obj, @@ -4340,13 +4340,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1d ( GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1d ( JNIEnv *env, jobject obj, @@ -4360,13 +4360,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1f ( GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1f ( JNIEnv *env, jobject obj, @@ -4380,13 +4380,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1i ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1i ( JNIEnv *env, jobject obj, @@ -4400,13 +4400,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1s ( GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1s ( JNIEnv *env, jobject obj, @@ -4420,13 +4420,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2d ( JNIEnv *env, jobject obj, @@ -4442,13 +4442,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2f ( JNIEnv *env, jobject obj, @@ -4464,13 +4464,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2i ( GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2i ( JNIEnv *env, jobject obj, @@ -4486,13 +4486,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2s ( GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2s ( JNIEnv *env, jobject obj, @@ -4508,13 +4508,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3d ( JNIEnv *env, jobject obj, @@ -4532,13 +4532,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3f ( JNIEnv *env, jobject obj, @@ -4556,13 +4556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3i ( JNIEnv *env, jobject obj, @@ -4580,13 +4580,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3s ( JNIEnv *env, jobject obj, @@ -4604,13 +4604,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4d ( JNIEnv *env, jobject obj, @@ -4630,13 +4630,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4f ( JNIEnv *env, jobject obj, @@ -4656,13 +4656,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4i ( JNIEnv *env, jobject obj, @@ -4682,13 +4682,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4s ( JNIEnv *env, jobject obj, @@ -4708,13 +4708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1dv ( JNIEnv *env, jobject obj, @@ -4743,13 +4743,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1fv ( JNIEnv *env, jobject obj, @@ -4778,13 +4778,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1iv ( JNIEnv *env, jobject obj, @@ -4813,13 +4813,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1sv ( JNIEnv *env, jobject obj, @@ -4848,13 +4848,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2dv ( JNIEnv *env, jobject obj, @@ -4883,13 +4883,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fv ( JNIEnv *env, jobject obj, @@ -4918,13 +4918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2iv ( JNIEnv *env, jobject obj, @@ -4953,13 +4953,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2sv ( JNIEnv *env, jobject obj, @@ -4988,13 +4988,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3dv ( JNIEnv *env, jobject obj, @@ -5023,13 +5023,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3fv ( JNIEnv *env, jobject obj, @@ -5058,13 +5058,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3iv ( JNIEnv *env, jobject obj, @@ -5093,13 +5093,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3sv ( JNIEnv *env, jobject obj, @@ -5128,13 +5128,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4dv ( JNIEnv *env, jobject obj, @@ -5163,13 +5163,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -5197,14 +5197,14 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) { (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } - } - -/** - * Original Function-Prototype : - *
 
+	}
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4iv ( JNIEnv *env, jobject obj, @@ -5233,13 +5233,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4sv ( JNIEnv *env, jobject obj, @@ -5268,13 +5268,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2d ( JNIEnv *env, jobject obj, @@ -5290,13 +5290,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2f ( JNIEnv *env, jobject obj, @@ -5312,13 +5312,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2i ( JNIEnv *env, jobject obj, @@ -5334,13 +5334,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2s ( JNIEnv *env, jobject obj, @@ -5356,13 +5356,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3d ( JNIEnv *env, jobject obj, @@ -5380,13 +5380,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3f ( JNIEnv *env, jobject obj, @@ -5404,13 +5404,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3i ( JNIEnv *env, jobject obj, @@ -5428,13 +5428,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3s ( JNIEnv *env, jobject obj, @@ -5452,13 +5452,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4d ( JNIEnv *env, jobject obj, @@ -5478,13 +5478,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4f ( JNIEnv *env, jobject obj, @@ -5504,13 +5504,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4i ( JNIEnv *env, jobject obj, @@ -5530,13 +5530,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4s ( JNIEnv *env, jobject obj, @@ -5556,13 +5556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2dv ( JNIEnv *env, jobject obj, @@ -5591,13 +5591,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2fv ( JNIEnv *env, jobject obj, @@ -5626,13 +5626,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2iv ( JNIEnv *env, jobject obj, @@ -5661,13 +5661,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2sv ( JNIEnv *env, jobject obj, @@ -5696,13 +5696,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3dv ( JNIEnv *env, jobject obj, @@ -5731,13 +5731,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3fv ( JNIEnv *env, jobject obj, @@ -5766,13 +5766,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3iv ( JNIEnv *env, jobject obj, @@ -5801,13 +5801,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3sv ( JNIEnv *env, jobject obj, @@ -5836,13 +5836,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4dv ( JNIEnv *env, jobject obj, @@ -5871,13 +5871,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4fv ( JNIEnv *env, jobject obj, @@ -5906,13 +5906,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4iv ( JNIEnv *env, jobject obj, @@ -5941,13 +5941,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4sv ( JNIEnv *env, jobject obj, @@ -5976,13 +5976,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectd ( JNIEnv *env, jobject obj, @@ -6002,13 +6002,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectf ( JNIEnv *env, jobject obj, @@ -6028,13 +6028,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRecti ( JNIEnv *env, jobject obj, @@ -6054,13 +6054,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRects ( JNIEnv *env, jobject obj, @@ -6080,13 +6080,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectdv ( JNIEnv *env, jobject obj, @@ -6132,13 +6132,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectfv ( JNIEnv *env, jobject obj, @@ -6184,13 +6184,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectiv ( JNIEnv *env, jobject obj, @@ -6236,13 +6236,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectsv ( JNIEnv *env, jobject obj, @@ -6288,13 +6288,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6533,13 +6533,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6764,13 +6764,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointer__III_3B ( JNIEnv *env, jobject obj, @@ -7009,13 +7009,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointer__II_3B ( JNIEnv *env, jobject obj, @@ -7240,13 +7240,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointer__III_3B ( JNIEnv *env, jobject obj, @@ -7485,13 +7485,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointer__I_3B ( JNIEnv *env, jobject obj, @@ -7702,13 +7702,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointerv ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointerv__I_3_3B ( JNIEnv *env, jobject obj, @@ -7919,13 +7919,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElement ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElement ( JNIEnv *env, jobject obj, @@ -7939,13 +7939,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArrays ( JNIEnv *env, jobject obj, @@ -7963,13 +7963,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawElements__III_3B ( JNIEnv *env, jobject obj, @@ -8208,13 +8208,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, indices, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInterleavedArrays__II_3B ( JNIEnv *env, jobject obj, @@ -8439,13 +8439,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pointer, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glShadeModel ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShadeModel ( JNIEnv *env, jobject obj, @@ -8459,13 +8459,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightf ( JNIEnv *env, jobject obj, @@ -8483,13 +8483,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLighti ( JNIEnv *env, jobject obj, @@ -8507,13 +8507,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightfv ( JNIEnv *env, jobject obj, @@ -8546,13 +8546,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightiv ( JNIEnv *env, jobject obj, @@ -8585,13 +8585,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightfv ( JNIEnv *env, jobject obj, @@ -8624,13 +8624,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightiv ( JNIEnv *env, jobject obj, @@ -8663,13 +8663,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelf ( JNIEnv *env, jobject obj, @@ -8685,13 +8685,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeli ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeli ( JNIEnv *env, jobject obj, @@ -8707,13 +8707,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelfv ( JNIEnv *env, jobject obj, @@ -8744,13 +8744,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeliv ( JNIEnv *env, jobject obj, @@ -8781,13 +8781,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialf ( JNIEnv *env, jobject obj, @@ -8805,13 +8805,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMateriali ( JNIEnv *env, jobject obj, @@ -8829,13 +8829,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialfv ( JNIEnv *env, jobject obj, @@ -8868,13 +8868,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialiv ( JNIEnv *env, jobject obj, @@ -8907,13 +8907,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialfv ( JNIEnv *env, jobject obj, @@ -8946,13 +8946,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialiv ( JNIEnv *env, jobject obj, @@ -8985,13 +8985,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMaterial ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMaterial ( JNIEnv *env, jobject obj, @@ -9007,13 +9007,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelZoom ( JNIEnv *env, jobject obj, @@ -9029,13 +9029,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStoref ( JNIEnv *env, jobject obj, @@ -9051,13 +9051,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStorei ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStorei ( JNIEnv *env, jobject obj, @@ -9073,13 +9073,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferf ( JNIEnv *env, jobject obj, @@ -9095,13 +9095,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferi ( JNIEnv *env, jobject obj, @@ -9117,13 +9117,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapfv ( JNIEnv *env, jobject obj, @@ -9156,13 +9156,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapuiv ( JNIEnv *env, jobject obj, @@ -9195,13 +9195,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapusv ( JNIEnv *env, jobject obj, @@ -9234,13 +9234,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapfv ( JNIEnv *env, jobject obj, @@ -9271,13 +9271,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapuiv ( JNIEnv *env, jobject obj, @@ -9308,13 +9308,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapusv ( JNIEnv *env, jobject obj, @@ -9345,13 +9345,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBitmap ( JNIEnv *env, jobject obj, @@ -9392,13 +9392,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, bitmap, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadPixels__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -9679,13 +9679,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr6, (isCopiedArray6 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawPixels__IIII_3B ( JNIEnv *env, jobject obj, @@ -9938,13 +9938,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyPixels ( JNIEnv *env, jobject obj, @@ -9966,13 +9966,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilFunc ( JNIEnv *env, jobject obj, @@ -9990,13 +9990,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilMask ( JNIEnv *env, jobject obj, @@ -10010,13 +10010,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilOp ( JNIEnv *env, jobject obj, @@ -10034,13 +10034,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearStencil ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearStencil ( JNIEnv *env, jobject obj, @@ -10054,13 +10054,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGend ( JNIEnv *env, jobject obj, @@ -10078,13 +10078,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenf ( JNIEnv *env, jobject obj, @@ -10102,13 +10102,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeni ( JNIEnv *env, jobject obj, @@ -10126,13 +10126,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGendv ( JNIEnv *env, jobject obj, @@ -10165,13 +10165,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenfv ( JNIEnv *env, jobject obj, @@ -10204,13 +10204,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeniv ( JNIEnv *env, jobject obj, @@ -10243,13 +10243,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGendv ( JNIEnv *env, jobject obj, @@ -10282,13 +10282,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGenfv ( JNIEnv *env, jobject obj, @@ -10321,13 +10321,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGeniv ( JNIEnv *env, jobject obj, @@ -10360,13 +10360,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvf ( JNIEnv *env, jobject obj, @@ -10384,13 +10384,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvi ( JNIEnv *env, jobject obj, @@ -10408,13 +10408,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvfv ( JNIEnv *env, jobject obj, @@ -10447,13 +10447,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnviv ( JNIEnv *env, jobject obj, @@ -10486,13 +10486,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnvfv ( JNIEnv *env, jobject obj, @@ -10525,13 +10525,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnviv ( JNIEnv *env, jobject obj, @@ -10564,13 +10564,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterf ( JNIEnv *env, jobject obj, @@ -10588,13 +10588,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteri ( JNIEnv *env, jobject obj, @@ -10612,13 +10612,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterfv ( JNIEnv *env, jobject obj, @@ -10651,13 +10651,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteriv ( JNIEnv *env, jobject obj, @@ -10690,13 +10690,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameterfv ( JNIEnv *env, jobject obj, @@ -10729,13 +10729,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameteriv ( JNIEnv *env, jobject obj, @@ -10768,13 +10768,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameterfv ( JNIEnv *env, jobject obj, @@ -10809,13 +10809,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameteriv ( JNIEnv *env, jobject obj, @@ -10850,13 +10850,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage1D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -11151,13 +11151,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -11466,13 +11466,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexImage__IIII_3B ( JNIEnv *env, jobject obj, @@ -11725,13 +11725,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTextures ( JNIEnv *env, jobject obj, @@ -11762,13 +11762,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTextures ( JNIEnv *env, jobject obj, @@ -11799,13 +11799,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTexture ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTexture ( JNIEnv *env, jobject obj, @@ -11821,13 +11821,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTextures ( JNIEnv *env, jobject obj, @@ -11875,13 +11875,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResident ( JNIEnv *env, jobject obj, @@ -11932,13 +11932,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTexture ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTexture ( JNIEnv *env, jobject obj, @@ -11955,13 +11955,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -12242,13 +12242,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -12557,13 +12557,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage1D ( JNIEnv *env, jobject obj, @@ -12589,13 +12589,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage2D ( JNIEnv *env, jobject obj, @@ -12623,13 +12623,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage1D ( JNIEnv *env, jobject obj, @@ -12653,13 +12653,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage2D ( JNIEnv *env, jobject obj, @@ -12687,13 +12687,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1d ( JNIEnv *env, jobject obj, @@ -12732,13 +12732,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1f ( JNIEnv *env, jobject obj, @@ -12777,13 +12777,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2d ( JNIEnv *env, jobject obj, @@ -12830,13 +12830,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2f ( JNIEnv *env, jobject obj, @@ -12883,13 +12883,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapdv ( JNIEnv *env, jobject obj, @@ -12922,13 +12922,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapfv ( JNIEnv *env, jobject obj, @@ -12961,13 +12961,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapiv ( JNIEnv *env, jobject obj, @@ -13000,13 +13000,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1d ( GLdouble u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1d ( JNIEnv *env, jobject obj, @@ -13020,13 +13020,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1f ( GLfloat u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1f ( JNIEnv *env, jobject obj, @@ -13040,13 +13040,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1dv ( JNIEnv *env, jobject obj, @@ -13075,13 +13075,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1fv ( JNIEnv *env, jobject obj, @@ -13110,13 +13110,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2d ( JNIEnv *env, jobject obj, @@ -13132,13 +13132,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2f ( JNIEnv *env, jobject obj, @@ -13154,13 +13154,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2dv ( JNIEnv *env, jobject obj, @@ -13189,13 +13189,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2fv ( JNIEnv *env, jobject obj, @@ -13224,13 +13224,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1d ( JNIEnv *env, jobject obj, @@ -13248,13 +13248,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1f ( JNIEnv *env, jobject obj, @@ -13272,13 +13272,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2d ( JNIEnv *env, jobject obj, @@ -13302,13 +13302,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2f ( JNIEnv *env, jobject obj, @@ -13332,13 +13332,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint1 ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint1 ( JNIEnv *env, jobject obj, @@ -13352,13 +13352,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint2 ( GLint i , GLint j ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint2 ( JNIEnv *env, jobject obj, @@ -13374,13 +13374,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh1 ( JNIEnv *env, jobject obj, @@ -13398,13 +13398,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh2 ( JNIEnv *env, jobject obj, @@ -13426,13 +13426,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogf ( JNIEnv *env, jobject obj, @@ -13448,13 +13448,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogi ( JNIEnv *env, jobject obj, @@ -13470,13 +13470,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogfv ( JNIEnv *env, jobject obj, @@ -13507,13 +13507,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogiv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogiv ( JNIEnv *env, jobject obj, @@ -13544,13 +13544,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFeedbackBuffer ( JNIEnv *env, jobject obj, @@ -13583,13 +13583,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPassThrough ( GLfloat token ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPassThrough ( JNIEnv *env, jobject obj, @@ -13603,13 +13603,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSelectBuffer ( JNIEnv *env, jobject obj, @@ -13640,13 +13640,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInitNames ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInitNames ( JNIEnv *env, jobject obj) @@ -13658,13 +13658,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadName ( JNIEnv *env, jobject obj, @@ -13678,13 +13678,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushName ( JNIEnv *env, jobject obj, @@ -13698,13 +13698,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopName ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopName ( JNIEnv *env, jobject obj) @@ -13716,13 +13716,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawRangeElements__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13989,13 +13989,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, indices, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3D__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -14318,13 +14318,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -14661,13 +14661,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3D ( JNIEnv *env, jobject obj, @@ -14697,13 +14697,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -14970,13 +14970,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -15243,13 +15243,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -15282,13 +15282,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -15321,13 +15321,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorSubTable ( JNIEnv *env, jobject obj, @@ -15349,13 +15349,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorTable ( JNIEnv *env, jobject obj, @@ -15377,13 +15377,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTable__III_3B ( JNIEnv *env, jobject obj, @@ -15622,13 +15622,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -15661,13 +15661,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -15700,13 +15700,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquation ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquation ( JNIEnv *env, jobject obj, @@ -15720,13 +15720,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColor ( JNIEnv *env, jobject obj, @@ -15746,13 +15746,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHistogram ( JNIEnv *env, jobject obj, @@ -15772,13 +15772,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetHistogram ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetHistogram ( JNIEnv *env, jobject obj, @@ -15792,13 +15792,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogram__IZII_3B ( JNIEnv *env, jobject obj, @@ -16051,13 +16051,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterfv ( JNIEnv *env, jobject obj, @@ -16090,13 +16090,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameteriv ( JNIEnv *env, jobject obj, @@ -16129,13 +16129,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMinmax ( JNIEnv *env, jobject obj, @@ -16153,13 +16153,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetMinmax ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetMinmax ( JNIEnv *env, jobject obj, @@ -16173,13 +16173,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmax__IZII_3B ( JNIEnv *env, jobject obj, @@ -16432,13 +16432,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterfv ( JNIEnv *env, jobject obj, @@ -16471,13 +16471,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameteriv ( JNIEnv *env, jobject obj, @@ -16510,13 +16510,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter1D__IIIII_3B ( JNIEnv *env, jobject obj, @@ -16783,13 +16783,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, image, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter2D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -17070,13 +17070,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, image, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterf ( JNIEnv *env, jobject obj, @@ -17094,13 +17094,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -17133,13 +17133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteri ( JNIEnv *env, jobject obj, @@ -17157,13 +17157,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -17196,13 +17196,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter1D ( JNIEnv *env, jobject obj, @@ -17224,13 +17224,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter2D ( JNIEnv *env, jobject obj, @@ -17254,13 +17254,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionFilter__III_3B ( JNIEnv *env, jobject obj, @@ -17499,13 +17499,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, image, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -17538,13 +17538,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -17577,13 +17577,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSeparableFilter2D__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -17983,13 +17983,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, column, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSeparableFilter__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -18466,13 +18466,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, span, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -18492,13 +18492,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -18514,13 +18514,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -18843,13 +18843,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -19186,13 +19186,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -19222,13 +19222,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -19259,13 +19259,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -19296,13 +19296,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -19318,13 +19318,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -19372,13 +19372,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -19429,13 +19429,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTextureEXT ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -19452,13 +19452,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -19711,13 +19711,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -19956,13 +19956,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -20215,13 +20215,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -20460,13 +20460,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -20719,13 +20719,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -20758,13 +20758,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -20975,13 +20975,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElementEXT ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -20995,13 +20995,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -21019,13 +21019,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquationEXT ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -21039,13 +21039,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -21061,13 +21061,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -21098,13 +21098,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -21371,13 +21371,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -21644,13 +21644,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -21889,13 +21889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -21928,13 +21928,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -21967,13 +21967,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -21989,13 +21989,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glUnlockArraysEXT ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -22007,13 +22007,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -22027,13 +22027,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClientActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -22047,13 +22047,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -22069,13 +22069,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -22106,13 +22106,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -22128,13 +22128,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -22165,13 +22165,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -22187,13 +22187,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -22224,13 +22224,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -22246,13 +22246,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -22283,13 +22283,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -22307,13 +22307,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -22344,13 +22344,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -22368,13 +22368,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -22405,13 +22405,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -22429,13 +22429,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -22466,13 +22466,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -22490,13 +22490,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -22527,13 +22527,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -22553,13 +22553,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -22590,13 +22590,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -22616,13 +22616,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fvARB ( JNIEnv *env, jobject obj, @@ -22653,13 +22653,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -22679,13 +22679,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -22716,13 +22716,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -22742,13 +22742,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -22779,13 +22779,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -22807,13 +22807,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -22844,13 +22844,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -22872,13 +22872,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -22909,13 +22909,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -22937,13 +22937,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -22974,13 +22974,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -23002,13 +23002,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -23039,5 +23039,5 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGL_JauJNI_funcs.c b/CNativeCode/OpenGL_JauJNI_funcs.c index f91f9d9..7aae1b9 100755 --- a/CNativeCode/OpenGL_JauJNI_funcs.c +++ b/CNativeCode/OpenGL_JauJNI_funcs.c @@ -71,7 +71,7 @@ Java_gl4java_GLFuncJauJNI_glGetString ( JNIEnv *env, jobject obj, } static const char * _gl_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _gl_lib_version_="2.7.1.0"; +static const char * _gl_lib_version_="2.8.0.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLFuncJauJNI_getNativeVendor ( JNIEnv *env, jobject obj ) @@ -86,18 +86,18 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearIndex ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearIndex ( JNIEnv *env, jobject obj, @@ -111,13 +111,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearColor ( JNIEnv *env, jobject obj, @@ -137,13 +137,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClear ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClear ( JNIEnv *env, jobject obj, @@ -157,13 +157,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexMask ( JNIEnv *env, jobject obj, @@ -177,13 +177,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMask ( JNIEnv *env, jobject obj, @@ -203,13 +203,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFunc ( JNIEnv *env, jobject obj, @@ -225,13 +225,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFunc ( JNIEnv *env, jobject obj, @@ -247,13 +247,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLogicOp ( GLenum opcode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLogicOp ( JNIEnv *env, jobject obj, @@ -267,13 +267,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCullFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullFace ( JNIEnv *env, jobject obj, @@ -287,13 +287,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrontFace ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrontFace ( JNIEnv *env, jobject obj, @@ -307,13 +307,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointSize ( GLfloat size ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointSize ( JNIEnv *env, jobject obj, @@ -327,13 +327,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineWidth ( GLfloat width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineWidth ( JNIEnv *env, jobject obj, @@ -347,13 +347,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineStipple ( GLint factor , GLushort pattern ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLineStipple ( JNIEnv *env, jobject obj, @@ -369,13 +369,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonMode ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonMode ( JNIEnv *env, jobject obj, @@ -391,13 +391,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffset ( JNIEnv *env, jobject obj, @@ -413,13 +413,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonStipple ( const GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonStipple ( JNIEnv *env, jobject obj, @@ -442,13 +442,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, mask, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPolygonStipple ( GLubyte * mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPolygonStipple ( JNIEnv *env, jobject obj, @@ -472,13 +472,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, mask, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlag ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlag ( JNIEnv *env, jobject obj, @@ -492,13 +492,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagv ( const GLboolean * flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagv ( JNIEnv *env, jobject obj, @@ -521,13 +521,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseBooleanArrayElements(env, flag, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScissor ( JNIEnv *env, jobject obj, @@ -547,13 +547,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClipPlane ( JNIEnv *env, jobject obj, @@ -578,13 +578,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, equation, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetClipPlane ( JNIEnv *env, jobject obj, @@ -610,13 +610,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, equation, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawBuffer ( JNIEnv *env, jobject obj, @@ -630,13 +630,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadBuffer ( JNIEnv *env, jobject obj, @@ -650,13 +650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnable ( JNIEnv *env, jobject obj, @@ -670,13 +670,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisable ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisable ( JNIEnv *env, jobject obj, @@ -690,13 +690,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsEnabled ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsEnabled ( JNIEnv *env, jobject obj, @@ -713,13 +713,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnableClientState ( JNIEnv *env, jobject obj, @@ -733,13 +733,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisableClientState ( JNIEnv *env, jobject obj, @@ -753,13 +753,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetBooleanv ( JNIEnv *env, jobject obj, @@ -785,13 +785,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseBooleanArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetDoublev ( JNIEnv *env, jobject obj, @@ -817,13 +817,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFloatv ( JNIEnv *env, jobject obj, @@ -849,13 +849,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetIntegerv ( JNIEnv *env, jobject obj, @@ -881,13 +881,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushAttrib ( JNIEnv *env, jobject obj, @@ -901,13 +901,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopAttrib ( JNIEnv *env, jobject obj) @@ -919,13 +919,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushClientAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushClientAttrib ( JNIEnv *env, jobject obj, @@ -939,13 +939,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopClientAttrib ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopClientAttrib ( JNIEnv *env, jobject obj) @@ -957,13 +957,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint glRenderMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glRenderMode ( JNIEnv *env, jobject obj, @@ -980,13 +980,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLenum glGetError ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGetError ( JNIEnv *env, jobject obj) @@ -1001,13 +1001,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFinish ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinish ( JNIEnv *env, jobject obj) @@ -1019,13 +1019,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFlush ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlush ( JNIEnv *env, jobject obj) @@ -1037,13 +1037,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHint ( GLenum target , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHint ( JNIEnv *env, jobject obj, @@ -1059,13 +1059,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearDepth ( GLclampd depth ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearDepth ( JNIEnv *env, jobject obj, @@ -1079,13 +1079,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthFunc ( GLenum func ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthFunc ( JNIEnv *env, jobject obj, @@ -1099,13 +1099,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthMask ( GLboolean flag ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthMask ( JNIEnv *env, jobject obj, @@ -1119,13 +1119,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDepthRange ( JNIEnv *env, jobject obj, @@ -1141,13 +1141,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearAccum ( JNIEnv *env, jobject obj, @@ -1167,13 +1167,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAccum ( GLenum op , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAccum ( JNIEnv *env, jobject obj, @@ -1189,13 +1189,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMatrixMode ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixMode ( JNIEnv *env, jobject obj, @@ -1209,13 +1209,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glOrtho ( JNIEnv *env, jobject obj, @@ -1239,13 +1239,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrustum ( JNIEnv *env, jobject obj, @@ -1269,13 +1269,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glViewport ( JNIEnv *env, jobject obj, @@ -1295,13 +1295,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushMatrix ( JNIEnv *env, jobject obj) @@ -1313,13 +1313,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopMatrix ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopMatrix ( JNIEnv *env, jobject obj) @@ -1331,13 +1331,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadIdentity ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadIdentity ( JNIEnv *env, jobject obj) @@ -1349,13 +1349,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixd ( JNIEnv *env, jobject obj, @@ -1378,13 +1378,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadMatrixf ( JNIEnv *env, jobject obj, @@ -1407,13 +1407,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixd ( JNIEnv *env, jobject obj, @@ -1436,13 +1436,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultMatrixf ( JNIEnv *env, jobject obj, @@ -1465,13 +1465,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, m, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotated ( JNIEnv *env, jobject obj, @@ -1491,13 +1491,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRotatef ( JNIEnv *env, jobject obj, @@ -1517,13 +1517,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScaled ( JNIEnv *env, jobject obj, @@ -1541,13 +1541,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glScalef ( JNIEnv *env, jobject obj, @@ -1565,13 +1565,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslated ( JNIEnv *env, jobject obj, @@ -1589,13 +1589,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTranslatef ( JNIEnv *env, jobject obj, @@ -1613,13 +1613,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsList ( JNIEnv *env, jobject obj, @@ -1636,13 +1636,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteLists ( GLuint list , GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteLists ( JNIEnv *env, jobject obj, @@ -1658,13 +1658,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLuint glGenLists ( GLsizei range ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenLists ( JNIEnv *env, jobject obj, @@ -1681,13 +1681,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNewList ( GLuint list , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNewList ( JNIEnv *env, jobject obj, @@ -1703,13 +1703,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEndList ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndList ( JNIEnv *env, jobject obj) @@ -1721,13 +1721,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallList ( GLuint list ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallList ( JNIEnv *env, jobject obj, @@ -1741,13 +1741,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCallLists__II_3B ( JNIEnv *env, jobject obj, @@ -1930,13 +1930,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, lists, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glListBase ( GLuint base ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListBase ( JNIEnv *env, jobject obj, @@ -1950,13 +1950,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBegin ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBegin ( JNIEnv *env, jobject obj, @@ -1970,13 +1970,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnd ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnd ( JNIEnv *env, jobject obj) @@ -1988,13 +1988,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2d ( JNIEnv *env, jobject obj, @@ -2010,13 +2010,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2f ( JNIEnv *env, jobject obj, @@ -2032,13 +2032,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2i ( JNIEnv *env, jobject obj, @@ -2054,13 +2054,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2s ( JNIEnv *env, jobject obj, @@ -2076,13 +2076,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3d ( JNIEnv *env, jobject obj, @@ -2100,13 +2100,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3f ( JNIEnv *env, jobject obj, @@ -2124,13 +2124,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3i ( JNIEnv *env, jobject obj, @@ -2148,13 +2148,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3s ( JNIEnv *env, jobject obj, @@ -2172,13 +2172,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4d ( JNIEnv *env, jobject obj, @@ -2198,13 +2198,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4f ( JNIEnv *env, jobject obj, @@ -2224,13 +2224,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4i ( JNIEnv *env, jobject obj, @@ -2250,13 +2250,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4s ( JNIEnv *env, jobject obj, @@ -2276,13 +2276,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2dv ( JNIEnv *env, jobject obj, @@ -2305,13 +2305,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2fv ( JNIEnv *env, jobject obj, @@ -2334,13 +2334,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2iv ( JNIEnv *env, jobject obj, @@ -2363,13 +2363,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex2sv ( JNIEnv *env, jobject obj, @@ -2392,13 +2392,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3dv ( JNIEnv *env, jobject obj, @@ -2421,13 +2421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3fv ( JNIEnv *env, jobject obj, @@ -2450,13 +2450,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3iv ( JNIEnv *env, jobject obj, @@ -2479,13 +2479,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex3sv ( JNIEnv *env, jobject obj, @@ -2508,13 +2508,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4dv ( JNIEnv *env, jobject obj, @@ -2537,13 +2537,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4fv ( JNIEnv *env, jobject obj, @@ -2566,13 +2566,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4iv ( JNIEnv *env, jobject obj, @@ -2595,13 +2595,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertex4sv ( JNIEnv *env, jobject obj, @@ -2624,13 +2624,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3b ( JNIEnv *env, jobject obj, @@ -2648,13 +2648,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3d ( JNIEnv *env, jobject obj, @@ -2672,13 +2672,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3f ( JNIEnv *env, jobject obj, @@ -2696,13 +2696,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3i ( JNIEnv *env, jobject obj, @@ -2720,13 +2720,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3s ( JNIEnv *env, jobject obj, @@ -2744,13 +2744,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3bv ( JNIEnv *env, jobject obj, @@ -2773,13 +2773,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3dv ( JNIEnv *env, jobject obj, @@ -2802,13 +2802,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fv ( JNIEnv *env, jobject obj, @@ -2831,13 +2831,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3iv ( JNIEnv *env, jobject obj, @@ -2860,13 +2860,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3sv ( JNIEnv *env, jobject obj, @@ -2889,13 +2889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexd ( GLdouble c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexd ( JNIEnv *env, jobject obj, @@ -2909,13 +2909,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexf ( GLfloat c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexf ( JNIEnv *env, jobject obj, @@ -2929,13 +2929,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexi ( GLint c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexi ( JNIEnv *env, jobject obj, @@ -2949,13 +2949,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexs ( GLshort c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexs ( JNIEnv *env, jobject obj, @@ -2969,13 +2969,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexub ( GLubyte c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexub ( JNIEnv *env, jobject obj, @@ -2989,13 +2989,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexdv ( const GLdouble * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexdv ( JNIEnv *env, jobject obj, @@ -3018,13 +3018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexfv ( const GLfloat * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexfv ( JNIEnv *env, jobject obj, @@ -3047,13 +3047,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexiv ( const GLint * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexiv ( JNIEnv *env, jobject obj, @@ -3076,13 +3076,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexsv ( const GLshort * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexsv ( JNIEnv *env, jobject obj, @@ -3105,13 +3105,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexubv ( const GLubyte * c ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexubv ( JNIEnv *env, jobject obj, @@ -3134,13 +3134,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, c, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3b ( JNIEnv *env, jobject obj, @@ -3158,13 +3158,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3d ( JNIEnv *env, jobject obj, @@ -3182,13 +3182,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3f ( JNIEnv *env, jobject obj, @@ -3206,13 +3206,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3i ( JNIEnv *env, jobject obj, @@ -3230,13 +3230,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3s ( JNIEnv *env, jobject obj, @@ -3254,13 +3254,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ub ( JNIEnv *env, jobject obj, @@ -3278,13 +3278,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ui ( JNIEnv *env, jobject obj, @@ -3302,13 +3302,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3us ( JNIEnv *env, jobject obj, @@ -3326,13 +3326,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4b ( JNIEnv *env, jobject obj, @@ -3352,13 +3352,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4d ( JNIEnv *env, jobject obj, @@ -3378,13 +3378,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4f ( JNIEnv *env, jobject obj, @@ -3404,13 +3404,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4i ( JNIEnv *env, jobject obj, @@ -3430,13 +3430,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4s ( JNIEnv *env, jobject obj, @@ -3456,13 +3456,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ub ( JNIEnv *env, jobject obj, @@ -3482,13 +3482,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ui ( JNIEnv *env, jobject obj, @@ -3508,13 +3508,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4us ( JNIEnv *env, jobject obj, @@ -3534,13 +3534,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3bv ( JNIEnv *env, jobject obj, @@ -3563,13 +3563,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3dv ( JNIEnv *env, jobject obj, @@ -3592,13 +3592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fv ( JNIEnv *env, jobject obj, @@ -3621,13 +3621,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3iv ( JNIEnv *env, jobject obj, @@ -3650,13 +3650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3sv ( JNIEnv *env, jobject obj, @@ -3679,13 +3679,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3ubv ( JNIEnv *env, jobject obj, @@ -3708,13 +3708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3uiv ( JNIEnv *env, jobject obj, @@ -3737,13 +3737,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3usv ( JNIEnv *env, jobject obj, @@ -3766,13 +3766,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4bv ( JNIEnv *env, jobject obj, @@ -3795,13 +3795,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4dv ( JNIEnv *env, jobject obj, @@ -3824,13 +3824,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fv ( JNIEnv *env, jobject obj, @@ -3853,13 +3853,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4iv ( JNIEnv *env, jobject obj, @@ -3882,13 +3882,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4sv ( JNIEnv *env, jobject obj, @@ -3911,13 +3911,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubv ( JNIEnv *env, jobject obj, @@ -3940,13 +3940,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4uiv ( JNIEnv *env, jobject obj, @@ -3969,13 +3969,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4usv ( JNIEnv *env, jobject obj, @@ -3998,13 +3998,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1d ( GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1d ( JNIEnv *env, jobject obj, @@ -4018,13 +4018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1f ( GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1f ( JNIEnv *env, jobject obj, @@ -4038,13 +4038,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1i ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1i ( JNIEnv *env, jobject obj, @@ -4058,13 +4058,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1s ( GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1s ( JNIEnv *env, jobject obj, @@ -4078,13 +4078,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2d ( JNIEnv *env, jobject obj, @@ -4100,13 +4100,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2f ( JNIEnv *env, jobject obj, @@ -4122,13 +4122,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2i ( GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2i ( JNIEnv *env, jobject obj, @@ -4144,13 +4144,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2s ( GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2s ( JNIEnv *env, jobject obj, @@ -4166,13 +4166,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3d ( JNIEnv *env, jobject obj, @@ -4190,13 +4190,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3f ( JNIEnv *env, jobject obj, @@ -4214,13 +4214,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3i ( JNIEnv *env, jobject obj, @@ -4238,13 +4238,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3s ( JNIEnv *env, jobject obj, @@ -4262,13 +4262,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4d ( JNIEnv *env, jobject obj, @@ -4288,13 +4288,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4f ( JNIEnv *env, jobject obj, @@ -4314,13 +4314,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4i ( JNIEnv *env, jobject obj, @@ -4340,13 +4340,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4s ( JNIEnv *env, jobject obj, @@ -4366,13 +4366,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1dv ( JNIEnv *env, jobject obj, @@ -4395,13 +4395,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1fv ( JNIEnv *env, jobject obj, @@ -4424,13 +4424,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1iv ( JNIEnv *env, jobject obj, @@ -4453,13 +4453,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord1sv ( JNIEnv *env, jobject obj, @@ -4482,13 +4482,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2dv ( JNIEnv *env, jobject obj, @@ -4511,13 +4511,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fv ( JNIEnv *env, jobject obj, @@ -4540,13 +4540,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2iv ( JNIEnv *env, jobject obj, @@ -4569,13 +4569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2sv ( JNIEnv *env, jobject obj, @@ -4598,13 +4598,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3dv ( JNIEnv *env, jobject obj, @@ -4627,13 +4627,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3fv ( JNIEnv *env, jobject obj, @@ -4656,13 +4656,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3iv ( JNIEnv *env, jobject obj, @@ -4685,13 +4685,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord3sv ( JNIEnv *env, jobject obj, @@ -4714,13 +4714,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4dv ( JNIEnv *env, jobject obj, @@ -4743,13 +4743,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -4771,14 +4771,14 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) { (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } - } - -/** - * Original Function-Prototype : - *
 
+	}
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4iv ( JNIEnv *env, jobject obj, @@ -4801,13 +4801,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4sv ( JNIEnv *env, jobject obj, @@ -4830,13 +4830,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2d ( JNIEnv *env, jobject obj, @@ -4852,13 +4852,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2f ( JNIEnv *env, jobject obj, @@ -4874,13 +4874,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2i ( JNIEnv *env, jobject obj, @@ -4896,13 +4896,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2s ( JNIEnv *env, jobject obj, @@ -4918,13 +4918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3d ( JNIEnv *env, jobject obj, @@ -4942,13 +4942,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3f ( JNIEnv *env, jobject obj, @@ -4966,13 +4966,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3i ( JNIEnv *env, jobject obj, @@ -4990,13 +4990,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3s ( JNIEnv *env, jobject obj, @@ -5014,13 +5014,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4d ( JNIEnv *env, jobject obj, @@ -5040,13 +5040,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4f ( JNIEnv *env, jobject obj, @@ -5066,13 +5066,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4i ( JNIEnv *env, jobject obj, @@ -5092,13 +5092,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4s ( JNIEnv *env, jobject obj, @@ -5118,13 +5118,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2dv ( JNIEnv *env, jobject obj, @@ -5147,13 +5147,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2fv ( JNIEnv *env, jobject obj, @@ -5176,13 +5176,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2iv ( JNIEnv *env, jobject obj, @@ -5205,13 +5205,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos2sv ( JNIEnv *env, jobject obj, @@ -5234,13 +5234,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3dv ( JNIEnv *env, jobject obj, @@ -5263,13 +5263,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3fv ( JNIEnv *env, jobject obj, @@ -5292,13 +5292,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3iv ( JNIEnv *env, jobject obj, @@ -5321,13 +5321,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos3sv ( JNIEnv *env, jobject obj, @@ -5350,13 +5350,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4dv ( JNIEnv *env, jobject obj, @@ -5379,13 +5379,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4fv ( JNIEnv *env, jobject obj, @@ -5408,13 +5408,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4iv ( JNIEnv *env, jobject obj, @@ -5437,13 +5437,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRasterPos4sv ( JNIEnv *env, jobject obj, @@ -5466,13 +5466,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectd ( JNIEnv *env, jobject obj, @@ -5492,13 +5492,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectf ( JNIEnv *env, jobject obj, @@ -5518,13 +5518,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRecti ( JNIEnv *env, jobject obj, @@ -5544,13 +5544,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRects ( JNIEnv *env, jobject obj, @@ -5570,13 +5570,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectdv ( JNIEnv *env, jobject obj, @@ -5610,13 +5610,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectfv ( JNIEnv *env, jobject obj, @@ -5650,13 +5650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectiv ( JNIEnv *env, jobject obj, @@ -5690,13 +5690,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRectsv ( JNIEnv *env, jobject obj, @@ -5730,13 +5730,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v2, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointer__III_3B ( JNIEnv *env, jobject obj, @@ -5933,13 +5933,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6122,13 +6122,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6325,13 +6325,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6514,13 +6514,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6717,13 +6717,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointer__I_3B ( JNIEnv *env, jobject obj, @@ -6892,13 +6892,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointerv ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointerv__I_3_3B ( JNIEnv *env, jobject obj, @@ -7074,13 +7074,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElement ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElement ( JNIEnv *env, jobject obj, @@ -7094,13 +7094,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArrays ( JNIEnv *env, jobject obj, @@ -7118,13 +7118,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawElements__III_3B ( JNIEnv *env, jobject obj, @@ -7321,13 +7321,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, indices, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInterleavedArrays__II_3B ( JNIEnv *env, jobject obj, @@ -7510,13 +7510,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pointer, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glShadeModel ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShadeModel ( JNIEnv *env, jobject obj, @@ -7530,13 +7530,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightf ( JNIEnv *env, jobject obj, @@ -7554,13 +7554,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLighti ( JNIEnv *env, jobject obj, @@ -7578,13 +7578,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightfv ( JNIEnv *env, jobject obj, @@ -7611,13 +7611,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightiv ( JNIEnv *env, jobject obj, @@ -7644,13 +7644,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightfv ( JNIEnv *env, jobject obj, @@ -7678,13 +7678,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLightiv ( JNIEnv *env, jobject obj, @@ -7712,13 +7712,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelf ( JNIEnv *env, jobject obj, @@ -7734,13 +7734,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeli ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeli ( JNIEnv *env, jobject obj, @@ -7756,13 +7756,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModelfv ( JNIEnv *env, jobject obj, @@ -7787,13 +7787,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightModeliv ( JNIEnv *env, jobject obj, @@ -7818,13 +7818,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialf ( JNIEnv *env, jobject obj, @@ -7842,13 +7842,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMateriali ( JNIEnv *env, jobject obj, @@ -7866,13 +7866,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialfv ( JNIEnv *env, jobject obj, @@ -7899,13 +7899,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMaterialiv ( JNIEnv *env, jobject obj, @@ -7932,13 +7932,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialfv ( JNIEnv *env, jobject obj, @@ -7966,13 +7966,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMaterialiv ( JNIEnv *env, jobject obj, @@ -8000,13 +8000,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMaterial ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorMaterial ( JNIEnv *env, jobject obj, @@ -8022,13 +8022,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelZoom ( JNIEnv *env, jobject obj, @@ -8044,13 +8044,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStoref ( JNIEnv *env, jobject obj, @@ -8066,13 +8066,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStorei ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelStorei ( JNIEnv *env, jobject obj, @@ -8088,13 +8088,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferf ( JNIEnv *env, jobject obj, @@ -8110,13 +8110,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransferi ( JNIEnv *env, jobject obj, @@ -8132,13 +8132,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapfv ( JNIEnv *env, jobject obj, @@ -8165,13 +8165,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8198,13 +8198,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelMapusv ( JNIEnv *env, jobject obj, @@ -8231,13 +8231,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, values, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapfv ( JNIEnv *env, jobject obj, @@ -8263,13 +8263,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8295,13 +8295,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelMapusv ( JNIEnv *env, jobject obj, @@ -8327,13 +8327,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBitmap ( JNIEnv *env, jobject obj, @@ -8368,13 +8368,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, bitmap, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadPixels__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -8620,13 +8620,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr6, (isCopiedArray6 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawPixels__IIII_3B ( JNIEnv *env, jobject obj, @@ -8837,13 +8837,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyPixels ( JNIEnv *env, jobject obj, @@ -8865,13 +8865,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilFunc ( JNIEnv *env, jobject obj, @@ -8889,13 +8889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilMask ( GLuint mask ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilMask ( JNIEnv *env, jobject obj, @@ -8909,13 +8909,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStencilOp ( JNIEnv *env, jobject obj, @@ -8933,13 +8933,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearStencil ( GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClearStencil ( JNIEnv *env, jobject obj, @@ -8953,13 +8953,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGend ( JNIEnv *env, jobject obj, @@ -8977,13 +8977,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenf ( JNIEnv *env, jobject obj, @@ -9001,13 +9001,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeni ( JNIEnv *env, jobject obj, @@ -9025,13 +9025,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGendv ( JNIEnv *env, jobject obj, @@ -9058,13 +9058,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGenfv ( JNIEnv *env, jobject obj, @@ -9091,13 +9091,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexGeniv ( JNIEnv *env, jobject obj, @@ -9124,13 +9124,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGendv ( JNIEnv *env, jobject obj, @@ -9158,13 +9158,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGenfv ( JNIEnv *env, jobject obj, @@ -9192,13 +9192,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexGeniv ( JNIEnv *env, jobject obj, @@ -9226,13 +9226,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvf ( JNIEnv *env, jobject obj, @@ -9250,13 +9250,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvi ( JNIEnv *env, jobject obj, @@ -9274,13 +9274,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnvfv ( JNIEnv *env, jobject obj, @@ -9307,13 +9307,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexEnviv ( JNIEnv *env, jobject obj, @@ -9340,13 +9340,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnvfv ( JNIEnv *env, jobject obj, @@ -9374,13 +9374,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexEnviv ( JNIEnv *env, jobject obj, @@ -9408,13 +9408,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterf ( JNIEnv *env, jobject obj, @@ -9432,13 +9432,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteri ( JNIEnv *env, jobject obj, @@ -9456,13 +9456,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameterfv ( JNIEnv *env, jobject obj, @@ -9489,13 +9489,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexParameteriv ( JNIEnv *env, jobject obj, @@ -9522,13 +9522,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameterfv ( JNIEnv *env, jobject obj, @@ -9556,13 +9556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexParameteriv ( JNIEnv *env, jobject obj, @@ -9590,13 +9590,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameterfv ( JNIEnv *env, jobject obj, @@ -9626,13 +9626,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexLevelParameteriv ( JNIEnv *env, jobject obj, @@ -9662,13 +9662,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage1D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -9921,13 +9921,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -10194,13 +10194,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexImage__IIII_3B ( JNIEnv *env, jobject obj, @@ -10418,13 +10418,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTextures ( JNIEnv *env, jobject obj, @@ -10450,13 +10450,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTextures ( JNIEnv *env, jobject obj, @@ -10481,13 +10481,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTexture ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTexture ( JNIEnv *env, jobject obj, @@ -10503,13 +10503,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTextures ( JNIEnv *env, jobject obj, @@ -10545,13 +10545,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResident ( JNIEnv *env, jobject obj, @@ -10591,13 +10591,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTexture ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTexture ( JNIEnv *env, jobject obj, @@ -10614,13 +10614,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -10859,13 +10859,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -11132,13 +11132,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr8, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage1D ( JNIEnv *env, jobject obj, @@ -11164,13 +11164,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage2D ( JNIEnv *env, jobject obj, @@ -11198,13 +11198,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage1D ( JNIEnv *env, jobject obj, @@ -11228,13 +11228,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage2D ( JNIEnv *env, jobject obj, @@ -11262,13 +11262,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1d ( JNIEnv *env, jobject obj, @@ -11301,13 +11301,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap1f ( JNIEnv *env, jobject obj, @@ -11340,13 +11340,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, points, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2d ( JNIEnv *env, jobject obj, @@ -11387,13 +11387,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMap2f ( JNIEnv *env, jobject obj, @@ -11434,13 +11434,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, points, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapdv ( JNIEnv *env, jobject obj, @@ -11468,13 +11468,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapfv ( JNIEnv *env, jobject obj, @@ -11502,13 +11502,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapiv ( JNIEnv *env, jobject obj, @@ -11536,13 +11536,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1d ( GLdouble u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1d ( JNIEnv *env, jobject obj, @@ -11556,13 +11556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1f ( GLfloat u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1f ( JNIEnv *env, jobject obj, @@ -11576,13 +11576,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1dv ( JNIEnv *env, jobject obj, @@ -11605,13 +11605,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord1fv ( JNIEnv *env, jobject obj, @@ -11634,13 +11634,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2d ( JNIEnv *env, jobject obj, @@ -11656,13 +11656,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2f ( JNIEnv *env, jobject obj, @@ -11678,13 +11678,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2dv ( JNIEnv *env, jobject obj, @@ -11707,13 +11707,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalCoord2fv ( JNIEnv *env, jobject obj, @@ -11736,13 +11736,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, u, ptr0, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1d ( JNIEnv *env, jobject obj, @@ -11760,13 +11760,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid1f ( JNIEnv *env, jobject obj, @@ -11784,13 +11784,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2d ( JNIEnv *env, jobject obj, @@ -11814,13 +11814,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapGrid2f ( JNIEnv *env, jobject obj, @@ -11844,13 +11844,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint1 ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint1 ( JNIEnv *env, jobject obj, @@ -11864,13 +11864,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint2 ( GLint i , GLint j ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalPoint2 ( JNIEnv *env, jobject obj, @@ -11886,13 +11886,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh1 ( JNIEnv *env, jobject obj, @@ -11910,13 +11910,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMesh2 ( JNIEnv *env, jobject obj, @@ -11938,13 +11938,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogf ( JNIEnv *env, jobject obj, @@ -11960,13 +11960,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogi ( JNIEnv *env, jobject obj, @@ -11982,13 +11982,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogfv ( JNIEnv *env, jobject obj, @@ -12013,13 +12013,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogiv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogiv ( JNIEnv *env, jobject obj, @@ -12044,13 +12044,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFeedbackBuffer ( JNIEnv *env, jobject obj, @@ -12078,13 +12078,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, buffer, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPassThrough ( GLfloat token ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPassThrough ( JNIEnv *env, jobject obj, @@ -12098,13 +12098,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSelectBuffer ( JNIEnv *env, jobject obj, @@ -12130,13 +12130,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, buffer, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInitNames ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInitNames ( JNIEnv *env, jobject obj) @@ -12148,13 +12148,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadName ( JNIEnv *env, jobject obj, @@ -12168,13 +12168,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushName ( GLuint name ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPushName ( JNIEnv *env, jobject obj, @@ -12188,13 +12188,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopName ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPopName ( JNIEnv *env, jobject obj) @@ -12206,13 +12206,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawRangeElements__IIIII_3B ( JNIEnv *env, jobject obj, @@ -12437,13 +12437,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, indices, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3D__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -12724,13 +12724,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -13025,13 +13025,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3D ( JNIEnv *env, jobject obj, @@ -13061,13 +13061,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13292,13 +13292,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13523,13 +13523,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -13556,13 +13556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -13589,13 +13589,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorSubTable ( JNIEnv *env, jobject obj, @@ -13617,13 +13617,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorTable ( JNIEnv *env, jobject obj, @@ -13645,13 +13645,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTable__III_3B ( JNIEnv *env, jobject obj, @@ -13855,13 +13855,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -13889,13 +13889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -13923,13 +13923,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquation ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquation ( JNIEnv *env, jobject obj, @@ -13943,13 +13943,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColor ( JNIEnv *env, jobject obj, @@ -13969,13 +13969,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHistogram ( JNIEnv *env, jobject obj, @@ -13995,13 +13995,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetHistogram ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetHistogram ( JNIEnv *env, jobject obj, @@ -14015,13 +14015,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogram__IZII_3B ( JNIEnv *env, jobject obj, @@ -14239,13 +14239,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterfv ( JNIEnv *env, jobject obj, @@ -14273,13 +14273,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameteriv ( JNIEnv *env, jobject obj, @@ -14307,13 +14307,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMinmax ( JNIEnv *env, jobject obj, @@ -14331,13 +14331,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetMinmax ( GLenum target ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetMinmax ( JNIEnv *env, jobject obj, @@ -14351,13 +14351,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmax__IZII_3B ( JNIEnv *env, jobject obj, @@ -14575,13 +14575,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, values, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterfv ( JNIEnv *env, jobject obj, @@ -14609,13 +14609,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameteriv ( JNIEnv *env, jobject obj, @@ -14643,13 +14643,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter1D__IIIII_3B ( JNIEnv *env, jobject obj, @@ -14874,13 +14874,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, image, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter2D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -15119,13 +15119,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, image, ptr6, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterf ( JNIEnv *env, jobject obj, @@ -15143,13 +15143,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -15176,13 +15176,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteri ( JNIEnv *env, jobject obj, @@ -15200,13 +15200,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -15233,13 +15233,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter1D ( JNIEnv *env, jobject obj, @@ -15261,13 +15261,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter2D ( JNIEnv *env, jobject obj, @@ -15291,13 +15291,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionFilter__III_3B ( JNIEnv *env, jobject obj, @@ -15501,13 +15501,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, image, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -15535,13 +15535,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -15569,13 +15569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSeparableFilter2D__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -15891,13 +15891,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, column, ptr7, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSeparableFilter__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -16269,13 +16269,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, span, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -16295,13 +16295,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -16317,13 +16317,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16604,13 +16604,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr9, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16905,13 +16905,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr10, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -16941,13 +16941,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -16973,13 +16973,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -17004,13 +17004,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, textures, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -17026,13 +17026,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -17068,13 +17068,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, priorities, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -17114,13 +17114,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTextureEXT ( GLuint texture ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -17137,13 +17137,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -17354,13 +17354,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -17557,13 +17557,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -17774,13 +17774,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -17977,13 +17977,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -18194,13 +18194,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr4, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -18227,13 +18227,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseBooleanArrayElements(env, ptr, ptr2, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -18409,13 +18409,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElementEXT ( GLint i ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -18429,13 +18429,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -18453,13 +18453,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquationEXT ( GLenum mode ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -18473,13 +18473,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -18495,13 +18495,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -18526,13 +18526,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -18757,13 +18757,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, table, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -18988,13 +18988,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, data, ptr5, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -19198,13 +19198,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -19232,13 +19232,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -19266,13 +19266,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -19288,13 +19288,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glUnlockArraysEXT ( void ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -19306,13 +19306,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19326,13 +19326,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClientActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19346,13 +19346,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -19368,13 +19368,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -19399,13 +19399,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -19421,13 +19421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -19452,13 +19452,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -19474,13 +19474,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -19505,13 +19505,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -19527,13 +19527,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -19558,13 +19558,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -19582,13 +19582,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -19613,13 +19613,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -19637,13 +19637,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -19668,13 +19668,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -19692,13 +19692,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -19723,13 +19723,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -19747,13 +19747,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -19778,13 +19778,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -19804,13 +19804,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -19835,13 +19835,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -19861,13 +19861,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fvARB ( JNIEnv *env, jobject obj, @@ -19892,13 +19892,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -19918,13 +19918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -19949,13 +19949,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -19975,13 +19975,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -20006,13 +20006,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -20034,13 +20034,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -20065,13 +20065,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -20093,13 +20093,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -20124,13 +20124,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -20152,13 +20152,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -20183,13 +20183,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -20211,13 +20211,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -20242,5 +20242,5 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGL_misc.h b/CNativeCode/OpenGL_misc.h index 8f307c4..5781fc2 100644 --- a/CNativeCode/OpenGL_misc.h +++ b/CNativeCode/OpenGL_misc.h @@ -12,6 +12,7 @@ #include + #include "jnitools.h" #include "gltool.h" #ifndef LIBAPIENTRY @@ -21,8 +22,8 @@ #define LIBAPI extern #endif - LIBAPI char libGLName[/*800*/]; - LIBAPI char libGLUName[/*800*/]; + LIBAPI char libGLName[800]; + LIBAPI char libGLUName[800]; /** * gets the capabilities outta java's GLCapabilities object 'capsObj' diff --git a/CNativeCode/gl-disp-fetch.hc b/CNativeCode/gl-disp-fetch.hc index 6d6e51e..2795bd4 100755 --- a/CNativeCode/gl-disp-fetch.hc +++ b/CNativeCode/gl-disp-fetch.hc @@ -8,1321 +8,1321 @@ GET_GL_PROCADDRESS ("glGetString"); /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - + disp__glClearIndex = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glClearIndex"); - + disp__glClearColor = (void (CALLBACK *)(GLclampf, GLclampf, GLclampf, GLclampf)) GET_GL_PROCADDRESS ("glClearColor"); - + disp__glClear = (void (CALLBACK *)(GLbitfield)) GET_GL_PROCADDRESS ("glClear"); - + disp__glIndexMask = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIndexMask"); - + disp__glColorMask = (void (CALLBACK *)(GLboolean, GLboolean, GLboolean, GLboolean)) GET_GL_PROCADDRESS ("glColorMask"); - + disp__glAlphaFunc = (void (CALLBACK *)(GLenum, GLclampf)) GET_GL_PROCADDRESS ("glAlphaFunc"); - + disp__glBlendFunc = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glBlendFunc"); - + disp__glLogicOp = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glLogicOp"); - + disp__glCullFace = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glCullFace"); - + disp__glFrontFace = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glFrontFace"); - + disp__glPointSize = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glPointSize"); - + disp__glLineWidth = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glLineWidth"); - + disp__glLineStipple = (void (CALLBACK *)(GLint, GLushort)) GET_GL_PROCADDRESS ("glLineStipple"); - + disp__glPolygonMode = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glPolygonMode"); - + disp__glPolygonOffset = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glPolygonOffset"); - + disp__glPolygonStipple = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glPolygonStipple"); - + disp__glGetPolygonStipple = (void (CALLBACK *)(GLubyte *)) GET_GL_PROCADDRESS ("glGetPolygonStipple"); - + disp__glEdgeFlag = (void (CALLBACK *)(GLboolean)) GET_GL_PROCADDRESS ("glEdgeFlag"); - + disp__glEdgeFlagv = (void (CALLBACK *)(const GLboolean *)) GET_GL_PROCADDRESS ("glEdgeFlagv"); - + disp__glScissor = (void (CALLBACK *)(GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glScissor"); - + disp__glClipPlane = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glClipPlane"); - + disp__glGetClipPlane = (void (CALLBACK *)(GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetClipPlane"); - + disp__glDrawBuffer = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glDrawBuffer"); - + disp__glReadBuffer = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glReadBuffer"); - + disp__glEnable = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glEnable"); - + disp__glDisable = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glDisable"); - + disp__glIsEnabled = (GLboolean (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glIsEnabled"); - + disp__glEnableClientState = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glEnableClientState"); - + disp__glDisableClientState = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glDisableClientState"); - + disp__glGetBooleanv = (void (CALLBACK *)(GLenum, GLboolean *)) GET_GL_PROCADDRESS ("glGetBooleanv"); - + disp__glGetDoublev = (void (CALLBACK *)(GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetDoublev"); - + disp__glGetFloatv = (void (CALLBACK *)(GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetFloatv"); - + disp__glGetIntegerv = (void (CALLBACK *)(GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetIntegerv"); - + disp__glPushAttrib = (void (CALLBACK *)(GLbitfield)) GET_GL_PROCADDRESS ("glPushAttrib"); - + disp__glPopAttrib = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPopAttrib"); - + disp__glPushClientAttrib = (void (CALLBACK *)(GLbitfield)) GET_GL_PROCADDRESS ("glPushClientAttrib"); - + disp__glPopClientAttrib = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPopClientAttrib"); - + disp__glRenderMode = (GLint (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glRenderMode"); - + disp__glGetError = (GLenum (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glGetError"); - + disp__glFinish = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glFinish"); - + disp__glFlush = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glFlush"); - + disp__glHint = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glHint"); - + disp__glClearDepth = (void (CALLBACK *)(GLclampd)) GET_GL_PROCADDRESS ("glClearDepth"); - + disp__glDepthFunc = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glDepthFunc"); - + disp__glDepthMask = (void (CALLBACK *)(GLboolean)) GET_GL_PROCADDRESS ("glDepthMask"); - + disp__glDepthRange = (void (CALLBACK *)(GLclampd, GLclampd)) GET_GL_PROCADDRESS ("glDepthRange"); - + disp__glClearAccum = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glClearAccum"); - + disp__glAccum = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glAccum"); - + disp__glMatrixMode = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glMatrixMode"); - + disp__glOrtho = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glOrtho"); - + disp__glFrustum = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glFrustum"); - + disp__glViewport = (void (CALLBACK *)(GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glViewport"); - + disp__glPushMatrix = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPushMatrix"); - + disp__glPopMatrix = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPopMatrix"); - + disp__glLoadIdentity = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glLoadIdentity"); - + disp__glLoadMatrixd = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glLoadMatrixd"); - + disp__glLoadMatrixf = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glLoadMatrixf"); - + disp__glMultMatrixd = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glMultMatrixd"); - + disp__glMultMatrixf = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glMultMatrixf"); - + disp__glRotated = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRotated"); - + disp__glRotatef = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRotatef"); - + disp__glScaled = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glScaled"); - + disp__glScalef = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glScalef"); - + disp__glTranslated = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glTranslated"); - + disp__glTranslatef = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTranslatef"); - + disp__glIsList = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsList"); - + disp__glDeleteLists = (void (CALLBACK *)(GLuint, GLsizei)) GET_GL_PROCADDRESS ("glDeleteLists"); - + disp__glGenLists = (GLuint (CALLBACK *)(GLsizei)) GET_GL_PROCADDRESS ("glGenLists"); - + disp__glNewList = (void (CALLBACK *)(GLuint, GLenum)) GET_GL_PROCADDRESS ("glNewList"); - + disp__glEndList = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glEndList"); - + disp__glCallList = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glCallList"); - + disp__glCallLists = (void (CALLBACK *)(GLsizei, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glCallLists"); - + disp__glListBase = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glListBase"); - + disp__glBegin = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glBegin"); - + disp__glEnd = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glEnd"); - + disp__glVertex2d = (void (CALLBACK *)(GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertex2d"); - + disp__glVertex2f = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertex2f"); - + disp__glVertex2i = (void (CALLBACK *)(GLint, GLint)) GET_GL_PROCADDRESS ("glVertex2i"); - + disp__glVertex2s = (void (CALLBACK *)(GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertex2s"); - + disp__glVertex3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertex3d"); - + disp__glVertex3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertex3f"); - + disp__glVertex3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glVertex3i"); - + disp__glVertex3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertex3s"); - + disp__glVertex4d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertex4d"); - + disp__glVertex4f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertex4f"); - + disp__glVertex4i = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glVertex4i"); - + disp__glVertex4s = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertex4s"); - + disp__glVertex2dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glVertex2dv"); - + disp__glVertex2fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glVertex2fv"); - + disp__glVertex2iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glVertex2iv"); - + disp__glVertex2sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glVertex2sv"); - + disp__glVertex3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glVertex3dv"); - + disp__glVertex3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glVertex3fv"); - + disp__glVertex3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glVertex3iv"); - + disp__glVertex3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glVertex3sv"); - + disp__glVertex4dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glVertex4dv"); - + disp__glVertex4fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glVertex4fv"); - + disp__glVertex4iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glVertex4iv"); - + disp__glVertex4sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glVertex4sv"); - + disp__glNormal3b = (void (CALLBACK *)(GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glNormal3b"); - + disp__glNormal3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glNormal3d"); - + disp__glNormal3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glNormal3f"); - + disp__glNormal3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glNormal3i"); - + disp__glNormal3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glNormal3s"); - + disp__glNormal3bv = (void (CALLBACK *)(const GLbyte *)) GET_GL_PROCADDRESS ("glNormal3bv"); - + disp__glNormal3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glNormal3dv"); - + disp__glNormal3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glNormal3fv"); - + disp__glNormal3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glNormal3iv"); - + disp__glNormal3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glNormal3sv"); - + disp__glIndexd = (void (CALLBACK *)(GLdouble)) GET_GL_PROCADDRESS ("glIndexd"); - + disp__glIndexf = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glIndexf"); - + disp__glIndexi = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glIndexi"); - + disp__glIndexs = (void (CALLBACK *)(GLshort)) GET_GL_PROCADDRESS ("glIndexs"); - + disp__glIndexub = (void (CALLBACK *)(GLubyte)) GET_GL_PROCADDRESS ("glIndexub"); - + disp__glIndexdv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glIndexdv"); - + disp__glIndexfv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glIndexfv"); - + disp__glIndexiv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glIndexiv"); - + disp__glIndexsv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glIndexsv"); - + disp__glIndexubv = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glIndexubv"); - + disp__glColor3b = (void (CALLBACK *)(GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glColor3b"); - + disp__glColor3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glColor3d"); - + disp__glColor3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glColor3f"); - + disp__glColor3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glColor3i"); - + disp__glColor3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glColor3s"); - + disp__glColor3ub = (void (CALLBACK *)(GLubyte, GLubyte, GLubyte)) GET_GL_PROCADDRESS ("glColor3ub"); - + disp__glColor3ui = (void (CALLBACK *)(GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glColor3ui"); - + disp__glColor3us = (void (CALLBACK *)(GLushort, GLushort, GLushort)) GET_GL_PROCADDRESS ("glColor3us"); - + disp__glColor4b = (void (CALLBACK *)(GLbyte, GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glColor4b"); - + disp__glColor4d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glColor4d"); - + disp__glColor4f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glColor4f"); - + disp__glColor4i = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glColor4i"); - + disp__glColor4s = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glColor4s"); - + disp__glColor4ub = (void (CALLBACK *)(GLubyte, GLubyte, GLubyte, GLubyte)) GET_GL_PROCADDRESS ("glColor4ub"); - + disp__glColor4ui = (void (CALLBACK *)(GLuint, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glColor4ui"); - + disp__glColor4us = (void (CALLBACK *)(GLushort, GLushort, GLushort, GLushort)) GET_GL_PROCADDRESS ("glColor4us"); - + disp__glColor3bv = (void (CALLBACK *)(const GLbyte *)) GET_GL_PROCADDRESS ("glColor3bv"); - + disp__glColor3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glColor3dv"); - + disp__glColor3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glColor3fv"); - + disp__glColor3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glColor3iv"); - + disp__glColor3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glColor3sv"); - + disp__glColor3ubv = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glColor3ubv"); - + disp__glColor3uiv = (void (CALLBACK *)(const GLuint *)) GET_GL_PROCADDRESS ("glColor3uiv"); - + disp__glColor3usv = (void (CALLBACK *)(const GLushort *)) GET_GL_PROCADDRESS ("glColor3usv"); - + disp__glColor4bv = (void (CALLBACK *)(const GLbyte *)) GET_GL_PROCADDRESS ("glColor4bv"); - + disp__glColor4dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glColor4dv"); - + disp__glColor4fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glColor4fv"); - + disp__glColor4iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glColor4iv"); - + disp__glColor4sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glColor4sv"); - + disp__glColor4ubv = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glColor4ubv"); - + disp__glColor4uiv = (void (CALLBACK *)(const GLuint *)) GET_GL_PROCADDRESS ("glColor4uiv"); - + disp__glColor4usv = (void (CALLBACK *)(const GLushort *)) GET_GL_PROCADDRESS ("glColor4usv"); - + disp__glTexCoord1d = (void (CALLBACK *)(GLdouble)) GET_GL_PROCADDRESS ("glTexCoord1d"); - + disp__glTexCoord1f = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glTexCoord1f"); - + disp__glTexCoord1i = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glTexCoord1i"); - + disp__glTexCoord1s = (void (CALLBACK *)(GLshort)) GET_GL_PROCADDRESS ("glTexCoord1s"); - + disp__glTexCoord2d = (void (CALLBACK *)(GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glTexCoord2d"); - + disp__glTexCoord2f = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord2f"); - + disp__glTexCoord2i = (void (CALLBACK *)(GLint, GLint)) GET_GL_PROCADDRESS ("glTexCoord2i"); - + disp__glTexCoord2s = (void (CALLBACK *)(GLshort, GLshort)) GET_GL_PROCADDRESS ("glTexCoord2s"); - + disp__glTexCoord3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glTexCoord3d"); - + disp__glTexCoord3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord3f"); - + disp__glTexCoord3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glTexCoord3i"); - + disp__glTexCoord3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glTexCoord3s"); - + disp__glTexCoord4d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glTexCoord4d"); - + disp__glTexCoord4f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord4f"); - + disp__glTexCoord4i = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glTexCoord4i"); - + disp__glTexCoord4s = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glTexCoord4s"); - + disp__glTexCoord1dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glTexCoord1dv"); - + disp__glTexCoord1fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord1fv"); - + disp__glTexCoord1iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glTexCoord1iv"); - + disp__glTexCoord1sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glTexCoord1sv"); - + disp__glTexCoord2dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glTexCoord2dv"); - + disp__glTexCoord2fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord2fv"); - + disp__glTexCoord2iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glTexCoord2iv"); - + disp__glTexCoord2sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glTexCoord2sv"); - + disp__glTexCoord3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glTexCoord3dv"); - + disp__glTexCoord3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord3fv"); - + disp__glTexCoord3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glTexCoord3iv"); - + disp__glTexCoord3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glTexCoord3sv"); - + disp__glTexCoord4dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glTexCoord4dv"); - + disp__glTexCoord4fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord4fv"); - + disp__glTexCoord4iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glTexCoord4iv"); - + disp__glTexCoord4sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glTexCoord4sv"); - + disp__glRasterPos2d = (void (CALLBACK *)(GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRasterPos2d"); - + disp__glRasterPos2f = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRasterPos2f"); - + disp__glRasterPos2i = (void (CALLBACK *)(GLint, GLint)) GET_GL_PROCADDRESS ("glRasterPos2i"); - + disp__glRasterPos2s = (void (CALLBACK *)(GLshort, GLshort)) GET_GL_PROCADDRESS ("glRasterPos2s"); - + disp__glRasterPos3d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRasterPos3d"); - + disp__glRasterPos3f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRasterPos3f"); - + disp__glRasterPos3i = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glRasterPos3i"); - + disp__glRasterPos3s = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glRasterPos3s"); - + disp__glRasterPos4d = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRasterPos4d"); - + disp__glRasterPos4f = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRasterPos4f"); - + disp__glRasterPos4i = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glRasterPos4i"); - + disp__glRasterPos4s = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glRasterPos4s"); - + disp__glRasterPos2dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glRasterPos2dv"); - + disp__glRasterPos2fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glRasterPos2fv"); - + disp__glRasterPos2iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glRasterPos2iv"); - + disp__glRasterPos2sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glRasterPos2sv"); - + disp__glRasterPos3dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glRasterPos3dv"); - + disp__glRasterPos3fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glRasterPos3fv"); - + disp__glRasterPos3iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glRasterPos3iv"); - + disp__glRasterPos3sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glRasterPos3sv"); - + disp__glRasterPos4dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glRasterPos4dv"); - + disp__glRasterPos4fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glRasterPos4fv"); - + disp__glRasterPos4iv = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glRasterPos4iv"); - + disp__glRasterPos4sv = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glRasterPos4sv"); - + disp__glRectd = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glRectd"); - + disp__glRectf = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glRectf"); - + disp__glRecti = (void (CALLBACK *)(GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glRecti"); - + disp__glRects = (void (CALLBACK *)(GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glRects"); - + disp__glRectdv = (void (CALLBACK *)(const GLdouble *, const GLdouble *)) GET_GL_PROCADDRESS ("glRectdv"); - + disp__glRectfv = (void (CALLBACK *)(const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glRectfv"); - + disp__glRectiv = (void (CALLBACK *)(const GLint *, const GLint *)) GET_GL_PROCADDRESS ("glRectiv"); - + disp__glRectsv = (void (CALLBACK *)(const GLshort *, const GLshort *)) GET_GL_PROCADDRESS ("glRectsv"); - + disp__glVertexPointer = (void (CALLBACK *)(GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glVertexPointer"); - + disp__glNormalPointer = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glNormalPointer"); - + disp__glColorPointer = (void (CALLBACK *)(GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glColorPointer"); - + disp__glIndexPointer = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glIndexPointer"); - + disp__glTexCoordPointer = (void (CALLBACK *)(GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glTexCoordPointer"); - + disp__glEdgeFlagPointer = (void (CALLBACK *)(GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glEdgeFlagPointer"); - + disp__glGetPointerv = (void (CALLBACK *)(GLenum, void **)) GET_GL_PROCADDRESS ("glGetPointerv"); - + disp__glArrayElement = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glArrayElement"); - + disp__glDrawArrays = (void (CALLBACK *)(GLenum, GLint, GLsizei)) GET_GL_PROCADDRESS ("glDrawArrays"); - + disp__glDrawElements = (void (CALLBACK *)(GLenum, GLsizei, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glDrawElements"); - + disp__glInterleavedArrays = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glInterleavedArrays"); - + disp__glShadeModel = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glShadeModel"); - + disp__glLightf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glLightf"); - + disp__glLighti = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glLighti"); - + disp__glLightfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glLightfv"); - + disp__glLightiv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glLightiv"); - + disp__glGetLightfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetLightfv"); - + disp__glGetLightiv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetLightiv"); - + disp__glLightModelf = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glLightModelf"); - + disp__glLightModeli = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glLightModeli"); - + disp__glLightModelfv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glLightModelfv"); - + disp__glLightModeliv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glLightModeliv"); - + disp__glMaterialf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glMaterialf"); - + disp__glMateriali = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glMateriali"); - + disp__glMaterialfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMaterialfv"); - + disp__glMaterialiv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMaterialiv"); - + disp__glGetMaterialfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetMaterialfv"); - + disp__glGetMaterialiv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetMaterialiv"); - + disp__glColorMaterial = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glColorMaterial"); - + disp__glPixelZoom = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glPixelZoom"); - + disp__glPixelStoref = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPixelStoref"); - + disp__glPixelStorei = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glPixelStorei"); - + disp__glPixelTransferf = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPixelTransferf"); - + disp__glPixelTransferi = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glPixelTransferi"); - + disp__glPixelMapfv = (void (CALLBACK *)(GLenum, GLint, const GLfloat *)) GET_GL_PROCADDRESS ("glPixelMapfv"); - + disp__glPixelMapuiv = (void (CALLBACK *)(GLenum, GLint, const GLuint *)) GET_GL_PROCADDRESS ("glPixelMapuiv"); - + disp__glPixelMapusv = (void (CALLBACK *)(GLenum, GLint, const GLushort *)) GET_GL_PROCADDRESS ("glPixelMapusv"); - + disp__glGetPixelMapfv = (void (CALLBACK *)(GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetPixelMapfv"); - + disp__glGetPixelMapuiv = (void (CALLBACK *)(GLenum, GLuint *)) GET_GL_PROCADDRESS ("glGetPixelMapuiv"); - + disp__glGetPixelMapusv = (void (CALLBACK *)(GLenum, GLushort *)) GET_GL_PROCADDRESS ("glGetPixelMapusv"); - + disp__glBitmap = (void (CALLBACK *)(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *)) GET_GL_PROCADDRESS ("glBitmap"); - + disp__glReadPixels = (void (CALLBACK *)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glReadPixels"); - + disp__glDrawPixels = (void (CALLBACK *)(GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glDrawPixels"); - + disp__glCopyPixels = (void (CALLBACK *)(GLint, GLint, GLsizei, GLsizei, GLenum)) GET_GL_PROCADDRESS ("glCopyPixels"); - + disp__glStencilFunc = (void (CALLBACK *)(GLenum, GLint, GLuint)) GET_GL_PROCADDRESS ("glStencilFunc"); - + disp__glStencilMask = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glStencilMask"); - + disp__glStencilOp = (void (CALLBACK *)(GLenum, GLenum, GLenum)) GET_GL_PROCADDRESS ("glStencilOp"); - + disp__glClearStencil = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glClearStencil"); - + disp__glTexGend = (void (CALLBACK *)(GLenum, GLenum, GLdouble)) GET_GL_PROCADDRESS ("glTexGend"); - + disp__glTexGenf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glTexGenf"); - + disp__glTexGeni = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glTexGeni"); - + disp__glTexGendv = (void (CALLBACK *)(GLenum, GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glTexGendv"); - + disp__glTexGenfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glTexGenfv"); - + disp__glTexGeniv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glTexGeniv"); - + disp__glGetTexGendv = (void (CALLBACK *)(GLenum, GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetTexGendv"); - + disp__glGetTexGenfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexGenfv"); - + disp__glGetTexGeniv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTexGeniv"); - + disp__glTexEnvf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glTexEnvf"); - + disp__glTexEnvi = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glTexEnvi"); - + disp__glTexEnvfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glTexEnvfv"); - + disp__glTexEnviv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glTexEnviv"); - + disp__glGetTexEnvfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexEnvfv"); - + disp__glGetTexEnviv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTexEnviv"); - + disp__glTexParameterf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glTexParameterf"); - + disp__glTexParameteri = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glTexParameteri"); - + disp__glTexParameterfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glTexParameterfv"); - + disp__glTexParameteriv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glTexParameteriv"); - + disp__glGetTexParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexParameterfv"); - + disp__glGetTexParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTexParameteriv"); - + disp__glGetTexLevelParameterfv = (void (CALLBACK *)(GLenum, GLint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexLevelParameterfv"); - + disp__glGetTexLevelParameteriv = (void (CALLBACK *)(GLenum, GLint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTexLevelParameteriv"); - + disp__glTexImage1D = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexImage1D"); - + disp__glTexImage2D = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexImage2D"); - + disp__glGetTexImage = (void (CALLBACK *)(GLenum, GLint, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetTexImage"); - + disp__glGenTextures = (void (CALLBACK *)(GLsizei, GLuint *)) GET_GL_PROCADDRESS ("glGenTextures"); - + disp__glDeleteTextures = (void (CALLBACK *)(GLsizei, const GLuint *)) GET_GL_PROCADDRESS ("glDeleteTextures"); - + disp__glBindTexture = (void (CALLBACK *)(GLenum, GLuint)) GET_GL_PROCADDRESS ("glBindTexture"); - + disp__glPrioritizeTextures = (void (CALLBACK *)(GLsizei, const GLuint *, const GLclampf *)) GET_GL_PROCADDRESS ("glPrioritizeTextures"); - + disp__glAreTexturesResident = (GLboolean (CALLBACK *)(GLsizei, const GLuint *, GLboolean *)) GET_GL_PROCADDRESS ("glAreTexturesResident"); - + disp__glIsTexture = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsTexture"); - + disp__glTexSubImage1D = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage1D"); - + disp__glTexSubImage2D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage2D"); - + disp__glCopyTexImage1D = (void (CALLBACK *)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint)) GET_GL_PROCADDRESS ("glCopyTexImage1D"); - + disp__glCopyTexImage2D = (void (CALLBACK *)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint)) GET_GL_PROCADDRESS ("glCopyTexImage2D"); - + disp__glCopyTexSubImage1D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage1D"); - + disp__glCopyTexSubImage2D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage2D"); - + disp__glMap1d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *)) GET_GL_PROCADDRESS ("glMap1d"); - + disp__glMap1f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *)) GET_GL_PROCADDRESS ("glMap1f"); - + disp__glMap2d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *)) GET_GL_PROCADDRESS ("glMap2d"); - + disp__glMap2f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *)) GET_GL_PROCADDRESS ("glMap2f"); - + disp__glGetMapdv = (void (CALLBACK *)(GLenum, GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetMapdv"); - + disp__glGetMapfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetMapfv"); - + disp__glGetMapiv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetMapiv"); - + disp__glEvalCoord1d = (void (CALLBACK *)(GLdouble)) GET_GL_PROCADDRESS ("glEvalCoord1d"); - + disp__glEvalCoord1f = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glEvalCoord1f"); - + disp__glEvalCoord1dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glEvalCoord1dv"); - + disp__glEvalCoord1fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glEvalCoord1fv"); - + disp__glEvalCoord2d = (void (CALLBACK *)(GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glEvalCoord2d"); - + disp__glEvalCoord2f = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glEvalCoord2f"); - + disp__glEvalCoord2dv = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glEvalCoord2dv"); - + disp__glEvalCoord2fv = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glEvalCoord2fv"); - + disp__glMapGrid1d = (void (CALLBACK *)(GLint, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMapGrid1d"); - + disp__glMapGrid1f = (void (CALLBACK *)(GLint, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMapGrid1f"); - + disp__glMapGrid2d = (void (CALLBACK *)(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMapGrid2d"); - + disp__glMapGrid2f = (void (CALLBACK *)(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMapGrid2f"); - + disp__glEvalPoint1 = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glEvalPoint1"); - + disp__glEvalPoint2 = (void (CALLBACK *)(GLint, GLint)) GET_GL_PROCADDRESS ("glEvalPoint2"); - + disp__glEvalMesh1 = (void (CALLBACK *)(GLenum, GLint, GLint)) GET_GL_PROCADDRESS ("glEvalMesh1"); - + disp__glEvalMesh2 = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glEvalMesh2"); - + disp__glFogf = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glFogf"); - + disp__glFogi = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glFogi"); - + disp__glFogfv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glFogfv"); - + disp__glFogiv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glFogiv"); - + disp__glFeedbackBuffer = (void (CALLBACK *)(GLsizei, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glFeedbackBuffer"); - + disp__glPassThrough = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glPassThrough"); - + disp__glSelectBuffer = (void (CALLBACK *)(GLsizei, GLuint *)) GET_GL_PROCADDRESS ("glSelectBuffer"); - + disp__glInitNames = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glInitNames"); - + disp__glLoadName = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glLoadName"); - + disp__glPushName = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glPushName"); - + disp__glPopName = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glPopName"); - + disp__glDrawRangeElements = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glDrawRangeElements"); - + disp__glTexImage3D = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexImage3D"); - + disp__glTexSubImage3D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage3D"); - + disp__glCopyTexSubImage3D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage3D"); - + disp__glColorTable = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glColorTable"); - + disp__glColorSubTable = (void (CALLBACK *)(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glColorSubTable"); - + disp__glColorTableParameteriv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glColorTableParameteriv"); - + disp__glColorTableParameterfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glColorTableParameterfv"); - + disp__glCopyColorSubTable = (void (CALLBACK *)(GLenum, GLsizei, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyColorSubTable"); - + disp__glCopyColorTable = (void (CALLBACK *)(GLenum, GLenum, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyColorTable"); - + disp__glGetColorTable = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetColorTable"); - + disp__glGetColorTableParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetColorTableParameterfv"); - + disp__glGetColorTableParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetColorTableParameteriv"); - + disp__glBlendEquation = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glBlendEquation"); - + disp__glBlendColor = (void (CALLBACK *)(GLclampf, GLclampf, GLclampf, GLclampf)) GET_GL_PROCADDRESS ("glBlendColor"); - + disp__glHistogram = (void (CALLBACK *)(GLenum, GLsizei, GLenum, GLboolean)) GET_GL_PROCADDRESS ("glHistogram"); - + disp__glResetHistogram = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glResetHistogram"); - + disp__glGetHistogram = (void (CALLBACK *)(GLenum, GLboolean, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetHistogram"); - + disp__glGetHistogramParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetHistogramParameterfv"); - + disp__glGetHistogramParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetHistogramParameteriv"); - + disp__glMinmax = (void (CALLBACK *)(GLenum, GLenum, GLboolean)) GET_GL_PROCADDRESS ("glMinmax"); - + disp__glResetMinmax = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glResetMinmax"); - + disp__glGetMinmax = (void (CALLBACK *)(GLenum, GLboolean, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetMinmax"); - + disp__glGetMinmaxParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetMinmaxParameterfv"); - + disp__glGetMinmaxParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetMinmaxParameteriv"); - + disp__glConvolutionFilter1D = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glConvolutionFilter1D"); - + disp__glConvolutionFilter2D = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glConvolutionFilter2D"); - + disp__glConvolutionParameterf = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glConvolutionParameterf"); - + disp__glConvolutionParameterfv = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glConvolutionParameterfv"); - + disp__glConvolutionParameteri = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glConvolutionParameteri"); - + disp__glConvolutionParameteriv = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glConvolutionParameteriv"); - + disp__glCopyConvolutionFilter1D = (void (CALLBACK *)(GLenum, GLenum, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyConvolutionFilter1D"); - + disp__glCopyConvolutionFilter2D = (void (CALLBACK *)(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyConvolutionFilter2D"); - + disp__glGetConvolutionFilter = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetConvolutionFilter"); - + disp__glGetConvolutionParameterfv = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetConvolutionParameterfv"); - + disp__glGetConvolutionParameteriv = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetConvolutionParameteriv"); - + disp__glSeparableFilter2D = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *)) GET_GL_PROCADDRESS ("glSeparableFilter2D"); - + disp__glGetSeparableFilter = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *)) GET_GL_PROCADDRESS ("glGetSeparableFilter"); - + disp__glBlendColorEXT = (void (CALLBACK *)(GLclampf, GLclampf, GLclampf, GLclampf)) GET_GL_PROCADDRESS ("glBlendColorEXT"); - + disp__glPolygonOffsetEXT = (void (CALLBACK *)(GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glPolygonOffsetEXT"); - + disp__glTexImage3DEXT = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexImage3DEXT"); - + disp__glTexSubImage3DEXT = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage3DEXT"); - + disp__glCopyTexSubImage3DEXT = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage3DEXT"); - + disp__glGenTexturesEXT = (void (CALLBACK *)(GLsizei, GLuint *)) GET_GL_PROCADDRESS ("glGenTexturesEXT"); - + disp__glDeleteTexturesEXT = (void (CALLBACK *)(GLsizei, const GLuint *)) GET_GL_PROCADDRESS ("glDeleteTexturesEXT"); - + disp__glBindTextureEXT = (void (CALLBACK *)(GLenum, GLuint)) GET_GL_PROCADDRESS ("glBindTextureEXT"); - + disp__glPrioritizeTexturesEXT = (void (CALLBACK *)(GLsizei, const GLuint *, const GLclampf *)) GET_GL_PROCADDRESS ("glPrioritizeTexturesEXT"); - + disp__glAreTexturesResidentEXT = (GLboolean (CALLBACK *)(GLsizei, const GLuint *, GLboolean *)) GET_GL_PROCADDRESS ("glAreTexturesResidentEXT"); - + disp__glIsTextureEXT = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsTextureEXT"); - + disp__glVertexPointerEXT = (void (CALLBACK *)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glVertexPointerEXT"); - + disp__glNormalPointerEXT = (void (CALLBACK *)(GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glNormalPointerEXT"); - + disp__glColorPointerEXT = (void (CALLBACK *)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glColorPointerEXT"); - + disp__glIndexPointerEXT = (void (CALLBACK *)(GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glIndexPointerEXT"); - + disp__glTexCoordPointerEXT = (void (CALLBACK *)(GLint, GLenum, GLsizei, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glTexCoordPointerEXT"); - + disp__glEdgeFlagPointerEXT = (void (CALLBACK *)(GLsizei, GLsizei, const GLboolean *)) GET_GL_PROCADDRESS ("glEdgeFlagPointerEXT"); - + disp__glGetPointervEXT = (void (CALLBACK *)(GLenum, void **)) GET_GL_PROCADDRESS ("glGetPointervEXT"); - + disp__glArrayElementEXT = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glArrayElementEXT"); - + disp__glDrawArraysEXT = (void (CALLBACK *)(GLenum, GLint, GLsizei)) GET_GL_PROCADDRESS ("glDrawArraysEXT"); - + disp__glBlendEquationEXT = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glBlendEquationEXT"); - + disp__glPointParameterfEXT = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPointParameterfEXT"); - + disp__glPointParameterfvEXT = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glPointParameterfvEXT"); - + disp__glColorTableEXT = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glColorTableEXT"); - + disp__glColorSubTableEXT = (void (CALLBACK *)(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glColorSubTableEXT"); - + disp__glGetColorTableEXT = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetColorTableEXT"); - + disp__glGetColorTableParameterfvEXT = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetColorTableParameterfvEXT"); - + disp__glGetColorTableParameterivEXT = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetColorTableParameterivEXT"); - + disp__glLockArraysEXT = (void (CALLBACK *)(GLint, GLsizei)) GET_GL_PROCADDRESS ("glLockArraysEXT"); - + disp__glUnlockArraysEXT = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glUnlockArraysEXT"); - + disp__glActiveTextureARB = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glActiveTextureARB"); - + disp__glClientActiveTextureARB = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glClientActiveTextureARB"); - + disp__glMultiTexCoord1dARB = (void (CALLBACK *)(GLenum, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord1dARB"); - + disp__glMultiTexCoord1dvARB = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord1dvARB"); - + disp__glMultiTexCoord1fARB = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord1fARB"); - + disp__glMultiTexCoord1fvARB = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord1fvARB"); - + disp__glMultiTexCoord1iARB = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord1iARB"); - + disp__glMultiTexCoord1ivARB = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord1ivARB"); - + disp__glMultiTexCoord1sARB = (void (CALLBACK *)(GLenum, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord1sARB"); - + disp__glMultiTexCoord1svARB = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord1svARB"); - + disp__glMultiTexCoord2dARB = (void (CALLBACK *)(GLenum, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord2dARB"); - + disp__glMultiTexCoord2dvARB = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord2dvARB"); - + disp__glMultiTexCoord2fARB = (void (CALLBACK *)(GLenum, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord2fARB"); - + disp__glMultiTexCoord2fvARB = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord2fvARB"); - + disp__glMultiTexCoord2iARB = (void (CALLBACK *)(GLenum, GLint, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord2iARB"); - + disp__glMultiTexCoord2ivARB = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord2ivARB"); - + disp__glMultiTexCoord2sARB = (void (CALLBACK *)(GLenum, GLshort, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord2sARB"); - + disp__glMultiTexCoord2svARB = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord2svARB"); - + disp__glMultiTexCoord3dARB = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord3dARB"); - + disp__glMultiTexCoord3dvARB = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord3dvARB"); - + disp__glMultiTexCoord3fARB = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord3fARB"); - + disp__glMultiTexCoord3fvARB = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord3fvARB"); - + disp__glMultiTexCoord3iARB = (void (CALLBACK *)(GLenum, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord3iARB"); - + disp__glMultiTexCoord3ivARB = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord3ivARB"); - + disp__glMultiTexCoord3sARB = (void (CALLBACK *)(GLenum, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord3sARB"); - + disp__glMultiTexCoord3svARB = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord3svARB"); - + disp__glMultiTexCoord4dARB = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord4dARB"); - + disp__glMultiTexCoord4dvARB = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord4dvARB"); - + disp__glMultiTexCoord4fARB = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord4fARB"); - + disp__glMultiTexCoord4fvARB = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord4fvARB"); - + disp__glMultiTexCoord4iARB = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord4iARB"); - + disp__glMultiTexCoord4ivARB = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord4ivARB"); - + disp__glMultiTexCoord4sARB = (void (CALLBACK *)(GLenum, GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord4sARB"); - + disp__glMultiTexCoord4svARB = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord4svARB"); - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/gl-disp-var.h b/CNativeCode/gl-disp-var.h index 1652317..cfdf20e 100755 --- a/CNativeCode/gl-disp-var.h +++ b/CNativeCode/gl-disp-var.h @@ -6,3506 +6,3506 @@ LIBAPI const GLubyte *(CALLBACK * disp__glGetString )( GLenum name ); /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearIndex ( GLfloat c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearIndex )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearColor )(GLclampf, GLclampf, GLclampf, GLclampf); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClear ( GLbitfield mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClear )(GLbitfield); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexMask ( GLuint mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexMask )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorMask )(GLboolean, GLboolean, GLboolean, GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glAlphaFunc )(GLenum, GLclampf); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendFunc )(GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLogicOp ( GLenum opcode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLogicOp )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCullFace ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCullFace )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrontFace ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFrontFace )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointSize ( GLfloat size ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPointSize )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineWidth ( GLfloat width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLineWidth )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLineStipple ( GLint factor , GLushort pattern ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLineStipple )(GLint, GLushort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonMode ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPolygonMode )(GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPolygonOffset )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonStipple ( const GLubyte * mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPolygonStipple )(const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPolygonStipple ( GLubyte * mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPolygonStipple )(GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlag ( GLboolean flag ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEdgeFlag )(GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagv ( const GLboolean * flag ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEdgeFlagv )(const GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glScissor )(GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClipPlane )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetClipPlane )(GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawBuffer )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadBuffer ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glReadBuffer )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnable ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEnable )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisable ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDisable )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsEnabled ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glIsEnabled )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEnableClientState )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDisableClientState ( GLenum cap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDisableClientState )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetBooleanv )(GLenum, GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetDoublev )(GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetFloatv )(GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetIntegerv )(GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPushAttrib )(GLbitfield); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopAttrib ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPopAttrib )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushClientAttrib ( GLbitfield mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPushClientAttrib )(GLbitfield); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopClientAttrib ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPopClientAttrib )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint glRenderMode ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__glRenderMode )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLenum glGetError ( void ) ;
- * 
- */ + *
+ */ LIBAPI GLenum (CALLBACK * disp__glGetError )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFinish ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFinish )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFlush ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFlush )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHint ( GLenum target , GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glHint )(GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearDepth ( GLclampd depth ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearDepth )(GLclampd); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthFunc ( GLenum func ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDepthFunc )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthMask ( GLboolean flag ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDepthMask )(GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDepthRange )(GLclampd, GLclampd); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearAccum )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glAccum ( GLenum op , GLfloat value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glAccum )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMatrixMode ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMatrixMode )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glOrtho )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFrustum )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glViewport )(GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushMatrix ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPushMatrix )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopMatrix ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPopMatrix )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadIdentity ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLoadIdentity )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLoadMatrixd )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLoadMatrixf )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixd ( const GLdouble * m ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultMatrixd )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultMatrixf ( const GLfloat * m ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultMatrixf )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRotated )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRotatef )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glScaled )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glScalef )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTranslated )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTranslatef )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsList ( GLuint list ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glIsList )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteLists ( GLuint list , GLsizei range ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDeleteLists )(GLuint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLuint glGenLists ( GLsizei range ) ;
- * 
- */ + *
+ */ LIBAPI GLuint (CALLBACK * disp__glGenLists )(GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNewList ( GLuint list , GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNewList )(GLuint, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEndList ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEndList )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallList ( GLuint list ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCallList )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCallLists )(GLsizei, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glListBase ( GLuint base ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glListBase )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBegin ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBegin )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEnd ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEnd )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2d )(GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2f )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2i )(GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2s )(GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4d )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4f )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4i )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4s )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex2sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertex4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertex4sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3b )(GLbyte, GLbyte, GLbyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3bv )(const GLbyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormal3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormal3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexd ( GLdouble c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexd )(GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexf ( GLfloat c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexf )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexi ( GLint c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexi )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexs ( GLshort c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexs )(GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexub ( GLubyte c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexub )(GLubyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexdv ( const GLdouble * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexdv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexfv ( const GLfloat * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexfv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexiv ( const GLint * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexiv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexsv ( const GLshort * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexsv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexubv ( const GLubyte * c ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexubv )(const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3b )(GLbyte, GLbyte, GLbyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3ub )(GLubyte, GLubyte, GLubyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3ui )(GLuint, GLuint, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3us )(GLushort, GLushort, GLushort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4b )(GLbyte, GLbyte, GLbyte, GLbyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4d )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4f )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4i )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4s )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4ub )(GLubyte, GLubyte, GLubyte, GLubyte); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4ui )(GLuint, GLuint, GLuint, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4us )(GLushort, GLushort, GLushort, GLushort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3bv )(const GLbyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3ubv )(const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3uiv )(const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor3usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor3usv )(const GLushort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4bv ( const GLbyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4bv )(const GLbyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4ubv ( const GLubyte * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4ubv )(const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4uiv ( const GLuint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4uiv )(const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColor4usv ( const GLushort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColor4usv )(const GLushort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1d ( GLdouble s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1d )(GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1f ( GLfloat s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1f )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1i ( GLint s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1i )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1s ( GLshort s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1s )(GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2d )(GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2f )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2i ( GLint s , GLint t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2i )(GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2s ( GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2s )(GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4d )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4f )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4i )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4s )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord1sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord1sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord2sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4fv ( const GLfloat * v ) ;
- * 
- */ - LIBAPI void (CALLBACK * disp__glTexCoord4fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+ * 
+ */ + LIBAPI void (CALLBACK * disp__glTexCoord4fv )(const GLfloat *); + +/** + * Original Function-Prototype : + *
 
    extern void glTexCoord4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoord4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoord4sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2d )(GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2f )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2i ( GLint x , GLint y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2i )(GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2s ( GLshort x , GLshort y ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2s )(GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3d )(GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3f )(GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3i )(GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3s )(GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4d )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4f )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4i )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4s )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos2sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos2sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos3sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos3sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4dv ( const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4fv ( const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4iv ( const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4iv )(const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRasterPos4sv ( const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRasterPos4sv )(const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectd )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectf )(GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRecti )(GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRects )(GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectdv )(const GLdouble *, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectfv )(const GLfloat *, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectiv )(const GLint *, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glRectsv )(const GLshort *, const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertexPointer )(GLint, GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormalPointer )(GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorPointer )(GLint, GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexPointer )(GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoordPointer )(GLint, GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEdgeFlagPointer )(GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointerv ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPointerv )(GLenum, void **); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElement ( GLint i ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glArrayElement )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawArrays )(GLenum, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawElements )(GLenum, GLsizei, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glInterleavedArrays )(GLenum, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glShadeModel ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glShadeModel )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLighti )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightiv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetLightfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetLightiv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightModelf )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeli ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightModeli )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightModelfv )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLightModeliv )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMaterialf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMateriali )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMaterialfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMaterialiv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMaterialfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMaterialiv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorMaterial ( GLenum face , GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorMaterial )(GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelZoom )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelStoref )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelStorei ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelStorei )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelTransferf )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelTransferi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelTransferi )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelMapfv )(GLenum, GLint, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelMapuiv )(GLenum, GLint, const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPixelMapusv )(GLenum, GLint, const GLushort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPixelMapfv )(GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPixelMapuiv )(GLenum, GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPixelMapusv )(GLenum, GLushort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBitmap )(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glReadPixels )(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawPixels )(GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyPixels )(GLint, GLint, GLsizei, GLsizei, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glStencilFunc )(GLenum, GLint, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilMask ( GLuint mask ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glStencilMask )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glStencilOp )(GLenum, GLenum, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClearStencil ( GLint s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClearStencil )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGend )(GLenum, GLenum, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGenf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGeni )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGendv )(GLenum, GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGenfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexGeniv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexGendv )(GLenum, GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexGenfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexGeniv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexEnvf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexEnvi )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexEnvfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexEnviv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexEnvfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexEnviv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexParameterf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexParameteri )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexParameterfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexParameteriv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexLevelParameterfv )(GLenum, GLint, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexLevelParameteriv )(GLenum, GLint, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexImage1D )(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexImage2D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetTexImage )(GLenum, GLint, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGenTextures )(GLsizei, GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDeleteTextures )(GLsizei, const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTexture ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBindTexture )(GLenum, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPrioritizeTextures )(GLsizei, const GLuint *, const GLclampf *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glAreTexturesResident )(GLsizei, const GLuint *, GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTexture ( GLuint texture ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glIsTexture )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexSubImage1D )(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexSubImage2D )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexImage1D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexImage2D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage1D )(GLenum, GLint, GLint, GLint, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage2D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMap1d )(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMap1f )(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMap2d )(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMap2f )(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMapdv )(GLenum, GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMapfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMapiv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1d ( GLdouble u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord1d )(GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1f ( GLfloat u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord1f )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord1dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord1fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord1fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord2d )(GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord2f )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2dv ( const GLdouble * u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord2dv )(const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalCoord2fv ( const GLfloat * u ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalCoord2fv )(const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMapGrid1d )(GLint, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMapGrid1f )(GLint, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMapGrid2d )(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMapGrid2f )(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint1 ( GLint i ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalPoint1 )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalPoint2 ( GLint i , GLint j ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalPoint2 )(GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalMesh1 )(GLenum, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEvalMesh2 )(GLenum, GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogf ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFogf )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogi ( GLenum pname , GLint param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFogi )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFogfv )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFogiv ( GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFogiv )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glFeedbackBuffer )(GLsizei, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPassThrough ( GLfloat token ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPassThrough )(GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glSelectBuffer )(GLsizei, GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glInitNames ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glInitNames )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLoadName ( GLuint name ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLoadName )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPushName ( GLuint name ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPushName )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPopName ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPopName )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawRangeElements )(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexImage3D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorTable )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorSubTable )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorTableParameteriv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorTableParameterfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyColorSubTable )(GLenum, GLsizei, GLint, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyColorTable )(GLenum, GLenum, GLint, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTable )(GLenum, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquation ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendEquation )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendColor )(GLclampf, GLclampf, GLclampf, GLclampf); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glHistogram )(GLenum, GLsizei, GLenum, GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetHistogram ( GLenum target ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glResetHistogram )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetHistogram )(GLenum, GLboolean, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetHistogramParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetHistogramParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMinmax )(GLenum, GLenum, GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glResetMinmax ( GLenum target ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glResetMinmax )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMinmax )(GLenum, GLboolean, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMinmaxParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetMinmaxParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionFilter1D )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionParameterf )(GLenum, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionParameterfv )(GLenum, GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionParameteri )(GLenum, GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glConvolutionParameteriv )(GLenum, GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyConvolutionFilter1D )(GLenum, GLenum, GLint, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyConvolutionFilter2D )(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetConvolutionFilter )(GLenum, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetConvolutionParameterfv )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetConvolutionParameteriv )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glSeparableFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetSeparableFilter )(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendColorEXT )(GLclampf, GLclampf, GLclampf, GLclampf); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPolygonOffsetEXT )(GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexImage3DEXT )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGenTexturesEXT )(GLsizei, GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDeleteTexturesEXT )(GLsizei, const GLuint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBindTextureEXT )(GLenum, GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPrioritizeTexturesEXT )(GLsizei, const GLuint *, const GLclampf *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glAreTexturesResidentEXT )(GLsizei, const GLuint *, GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean glIsTextureEXT ( GLuint texture ) ;
- * 
- */ + *
+ */ LIBAPI GLboolean (CALLBACK * disp__glIsTextureEXT )(GLuint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glVertexPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glNormalPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glIndexPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glTexCoordPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glEdgeFlagPointerEXT )(GLsizei, GLsizei, const GLboolean *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetPointervEXT )(GLenum, void **); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glArrayElementEXT ( GLint i ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glArrayElementEXT )(GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glDrawArraysEXT )(GLenum, GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glBlendEquationEXT ( GLenum mode ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glBlendEquationEXT )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPointParameterfEXT )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glPointParameterfvEXT )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorTableEXT )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glColorSubTableEXT )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableEXT )(GLenum, GLenum, GLenum, GLvoid *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterfvEXT )(GLenum, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterivEXT )(GLenum, GLenum, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glLockArraysEXT )(GLint, GLsizei); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glUnlockArraysEXT ( void ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glUnlockArraysEXT )(void); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glActiveTextureARB )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glClientActiveTextureARB ( GLenum texture ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glClientActiveTextureARB )(GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1dARB )(GLenum, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1dvARB )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1fARB )(GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1fvARB )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1iARB )(GLenum, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1ivARB )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1sARB )(GLenum, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1svARB )(GLenum, const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2dARB )(GLenum, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2dvARB )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2fARB )(GLenum, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2fvARB )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2iARB )(GLenum, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2ivARB )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2sARB )(GLenum, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2svARB )(GLenum, const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3dARB )(GLenum, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3dvARB )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3fARB )(GLenum, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3fvARB )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3iARB )(GLenum, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3ivARB )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3sARB )(GLenum, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3svARB )(GLenum, const GLshort *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4dARB )(GLenum, GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4dvARB )(GLenum, const GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4fARB )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4fvARB )(GLenum, const GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4iARB )(GLenum, GLint, GLint, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4ivARB )(GLenum, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4sARB )(GLenum, GLshort, GLshort, GLshort, GLshort); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4svARB )(GLenum, const GLshort *); - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/gl-disp-var.hc b/CNativeCode/gl-disp-var.hc index 2c60bf2..f5d8ae3 100755 --- a/CNativeCode/gl-disp-var.hc +++ b/CNativeCode/gl-disp-var.hc @@ -6,884 +6,884 @@ const GLubyte *(CALLBACK * disp__glGetString )( GLenum name ) = NULL; /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - + void (CALLBACK * disp__glClearIndex )(GLfloat) = NULL; - + void (CALLBACK * disp__glClearColor )(GLclampf, GLclampf, GLclampf, GLclampf) = NULL; - + void (CALLBACK * disp__glClear )(GLbitfield) = NULL; - + void (CALLBACK * disp__glIndexMask )(GLuint) = NULL; - + void (CALLBACK * disp__glColorMask )(GLboolean, GLboolean, GLboolean, GLboolean) = NULL; - + void (CALLBACK * disp__glAlphaFunc )(GLenum, GLclampf) = NULL; - + void (CALLBACK * disp__glBlendFunc )(GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glLogicOp )(GLenum) = NULL; - + void (CALLBACK * disp__glCullFace )(GLenum) = NULL; - + void (CALLBACK * disp__glFrontFace )(GLenum) = NULL; - + void (CALLBACK * disp__glPointSize )(GLfloat) = NULL; - + void (CALLBACK * disp__glLineWidth )(GLfloat) = NULL; - + void (CALLBACK * disp__glLineStipple )(GLint, GLushort) = NULL; - + void (CALLBACK * disp__glPolygonMode )(GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glPolygonOffset )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glPolygonStipple )(const GLubyte *) = NULL; - + void (CALLBACK * disp__glGetPolygonStipple )(GLubyte *) = NULL; - + void (CALLBACK * disp__glEdgeFlag )(GLboolean) = NULL; - + void (CALLBACK * disp__glEdgeFlagv )(const GLboolean *) = NULL; - + void (CALLBACK * disp__glScissor )(GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glClipPlane )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glGetClipPlane )(GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__glDrawBuffer )(GLenum) = NULL; - + void (CALLBACK * disp__glReadBuffer )(GLenum) = NULL; - + void (CALLBACK * disp__glEnable )(GLenum) = NULL; - + void (CALLBACK * disp__glDisable )(GLenum) = NULL; - + GLboolean (CALLBACK * disp__glIsEnabled )(GLenum) = NULL; - + void (CALLBACK * disp__glEnableClientState )(GLenum) = NULL; - + void (CALLBACK * disp__glDisableClientState )(GLenum) = NULL; - + void (CALLBACK * disp__glGetBooleanv )(GLenum, GLboolean *) = NULL; - + void (CALLBACK * disp__glGetDoublev )(GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__glGetFloatv )(GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetIntegerv )(GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glPushAttrib )(GLbitfield) = NULL; - + void (CALLBACK * disp__glPopAttrib )(void) = NULL; - + void (CALLBACK * disp__glPushClientAttrib )(GLbitfield) = NULL; - + void (CALLBACK * disp__glPopClientAttrib )(void) = NULL; - + GLint (CALLBACK * disp__glRenderMode )(GLenum) = NULL; - + GLenum (CALLBACK * disp__glGetError )(void) = NULL; - + void (CALLBACK * disp__glFinish )(void) = NULL; - + void (CALLBACK * disp__glFlush )(void) = NULL; - + void (CALLBACK * disp__glHint )(GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glClearDepth )(GLclampd) = NULL; - + void (CALLBACK * disp__glDepthFunc )(GLenum) = NULL; - + void (CALLBACK * disp__glDepthMask )(GLboolean) = NULL; - + void (CALLBACK * disp__glDepthRange )(GLclampd, GLclampd) = NULL; - + void (CALLBACK * disp__glClearAccum )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glAccum )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glMatrixMode )(GLenum) = NULL; - + void (CALLBACK * disp__glOrtho )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glFrustum )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glViewport )(GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glPushMatrix )(void) = NULL; - + void (CALLBACK * disp__glPopMatrix )(void) = NULL; - + void (CALLBACK * disp__glLoadIdentity )(void) = NULL; - + void (CALLBACK * disp__glLoadMatrixd )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glLoadMatrixf )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultMatrixd )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultMatrixf )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glRotated )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRotatef )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glScaled )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glScalef )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTranslated )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glTranslatef )(GLfloat, GLfloat, GLfloat) = NULL; - + GLboolean (CALLBACK * disp__glIsList )(GLuint) = NULL; - + void (CALLBACK * disp__glDeleteLists )(GLuint, GLsizei) = NULL; - + GLuint (CALLBACK * disp__glGenLists )(GLsizei) = NULL; - + void (CALLBACK * disp__glNewList )(GLuint, GLenum) = NULL; - + void (CALLBACK * disp__glEndList )(void) = NULL; - + void (CALLBACK * disp__glCallList )(GLuint) = NULL; - + void (CALLBACK * disp__glCallLists )(GLsizei, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glListBase )(GLuint) = NULL; - + void (CALLBACK * disp__glBegin )(GLenum) = NULL; - + void (CALLBACK * disp__glEnd )(void) = NULL; - + void (CALLBACK * disp__glVertex2d )(GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glVertex2f )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glVertex2i )(GLint, GLint) = NULL; - + void (CALLBACK * disp__glVertex2s )(GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glVertex3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glVertex3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glVertex3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glVertex3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glVertex4d )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glVertex4f )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glVertex4i )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glVertex4s )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glVertex2dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glVertex2fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glVertex2iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glVertex2sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glVertex3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glVertex3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glVertex3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glVertex3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glVertex4dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glVertex4fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glVertex4iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glVertex4sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glNormal3b )(GLbyte, GLbyte, GLbyte) = NULL; - + void (CALLBACK * disp__glNormal3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glNormal3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glNormal3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glNormal3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glNormal3bv )(const GLbyte *) = NULL; - + void (CALLBACK * disp__glNormal3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glNormal3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glNormal3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glNormal3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glIndexd )(GLdouble) = NULL; - + void (CALLBACK * disp__glIndexf )(GLfloat) = NULL; - + void (CALLBACK * disp__glIndexi )(GLint) = NULL; - + void (CALLBACK * disp__glIndexs )(GLshort) = NULL; - + void (CALLBACK * disp__glIndexub )(GLubyte) = NULL; - + void (CALLBACK * disp__glIndexdv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glIndexfv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glIndexiv )(const GLint *) = NULL; - + void (CALLBACK * disp__glIndexsv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glIndexubv )(const GLubyte *) = NULL; - + void (CALLBACK * disp__glColor3b )(GLbyte, GLbyte, GLbyte) = NULL; - + void (CALLBACK * disp__glColor3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glColor3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glColor3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glColor3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glColor3ub )(GLubyte, GLubyte, GLubyte) = NULL; - + void (CALLBACK * disp__glColor3ui )(GLuint, GLuint, GLuint) = NULL; - + void (CALLBACK * disp__glColor3us )(GLushort, GLushort, GLushort) = NULL; - + void (CALLBACK * disp__glColor4b )(GLbyte, GLbyte, GLbyte, GLbyte) = NULL; - + void (CALLBACK * disp__glColor4d )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glColor4f )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glColor4i )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glColor4s )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glColor4ub )(GLubyte, GLubyte, GLubyte, GLubyte) = NULL; - + void (CALLBACK * disp__glColor4ui )(GLuint, GLuint, GLuint, GLuint) = NULL; - + void (CALLBACK * disp__glColor4us )(GLushort, GLushort, GLushort, GLushort) = NULL; - + void (CALLBACK * disp__glColor3bv )(const GLbyte *) = NULL; - + void (CALLBACK * disp__glColor3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glColor3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glColor3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glColor3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glColor3ubv )(const GLubyte *) = NULL; - + void (CALLBACK * disp__glColor3uiv )(const GLuint *) = NULL; - + void (CALLBACK * disp__glColor3usv )(const GLushort *) = NULL; - + void (CALLBACK * disp__glColor4bv )(const GLbyte *) = NULL; - + void (CALLBACK * disp__glColor4dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glColor4fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glColor4iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glColor4sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glColor4ubv )(const GLubyte *) = NULL; - + void (CALLBACK * disp__glColor4uiv )(const GLuint *) = NULL; - + void (CALLBACK * disp__glColor4usv )(const GLushort *) = NULL; - + void (CALLBACK * disp__glTexCoord1d )(GLdouble) = NULL; - + void (CALLBACK * disp__glTexCoord1f )(GLfloat) = NULL; - + void (CALLBACK * disp__glTexCoord1i )(GLint) = NULL; - + void (CALLBACK * disp__glTexCoord1s )(GLshort) = NULL; - + void (CALLBACK * disp__glTexCoord2d )(GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glTexCoord2f )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTexCoord2i )(GLint, GLint) = NULL; - + void (CALLBACK * disp__glTexCoord2s )(GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glTexCoord3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glTexCoord3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTexCoord3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glTexCoord3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glTexCoord4d )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glTexCoord4f )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTexCoord4i )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glTexCoord4s )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glTexCoord1dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexCoord1fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexCoord1iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glTexCoord1sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glTexCoord2dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexCoord2fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexCoord2iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glTexCoord2sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glTexCoord3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexCoord3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexCoord3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glTexCoord3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glTexCoord4dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexCoord4fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexCoord4iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glTexCoord4sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glRasterPos2d )(GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRasterPos2f )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glRasterPos2i )(GLint, GLint) = NULL; - + void (CALLBACK * disp__glRasterPos2s )(GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glRasterPos3d )(GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRasterPos3f )(GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glRasterPos3i )(GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glRasterPos3s )(GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glRasterPos4d )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRasterPos4f )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glRasterPos4i )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glRasterPos4s )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glRasterPos2dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glRasterPos2fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glRasterPos2iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glRasterPos2sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glRasterPos3dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glRasterPos3fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glRasterPos3iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glRasterPos3sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glRasterPos4dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glRasterPos4fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glRasterPos4iv )(const GLint *) = NULL; - + void (CALLBACK * disp__glRasterPos4sv )(const GLshort *) = NULL; - + void (CALLBACK * disp__glRectd )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glRectf )(GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glRecti )(GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glRects )(GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glRectdv )(const GLdouble *, const GLdouble *) = NULL; - + void (CALLBACK * disp__glRectfv )(const GLfloat *, const GLfloat *) = NULL; - + void (CALLBACK * disp__glRectiv )(const GLint *, const GLint *) = NULL; - + void (CALLBACK * disp__glRectsv )(const GLshort *, const GLshort *) = NULL; - + void (CALLBACK * disp__glVertexPointer )(GLint, GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glNormalPointer )(GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorPointer )(GLint, GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glIndexPointer )(GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexCoordPointer )(GLint, GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glEdgeFlagPointer )(GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glGetPointerv )(GLenum, void **) = NULL; - + void (CALLBACK * disp__glArrayElement )(GLint) = NULL; - + void (CALLBACK * disp__glDrawArrays )(GLenum, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glDrawElements )(GLenum, GLsizei, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glInterleavedArrays )(GLenum, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glShadeModel )(GLenum) = NULL; - + void (CALLBACK * disp__glLightf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glLighti )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glLightfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glLightiv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetLightfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetLightiv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glLightModelf )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glLightModeli )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glLightModelfv )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glLightModeliv )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMaterialf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glMateriali )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glMaterialfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMaterialiv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetMaterialfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetMaterialiv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glColorMaterial )(GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glPixelZoom )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glPixelStoref )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glPixelStorei )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glPixelTransferf )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glPixelTransferi )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glPixelMapfv )(GLenum, GLint, const GLfloat *) = NULL; - + void (CALLBACK * disp__glPixelMapuiv )(GLenum, GLint, const GLuint *) = NULL; - + void (CALLBACK * disp__glPixelMapusv )(GLenum, GLint, const GLushort *) = NULL; - + void (CALLBACK * disp__glGetPixelMapfv )(GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetPixelMapuiv )(GLenum, GLuint *) = NULL; - + void (CALLBACK * disp__glGetPixelMapusv )(GLenum, GLushort *) = NULL; - + void (CALLBACK * disp__glBitmap )(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *) = NULL; - + void (CALLBACK * disp__glReadPixels )(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glDrawPixels )(GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glCopyPixels )(GLint, GLint, GLsizei, GLsizei, GLenum) = NULL; - + void (CALLBACK * disp__glStencilFunc )(GLenum, GLint, GLuint) = NULL; - + void (CALLBACK * disp__glStencilMask )(GLuint) = NULL; - + void (CALLBACK * disp__glStencilOp )(GLenum, GLenum, GLenum) = NULL; - + void (CALLBACK * disp__glClearStencil )(GLint) = NULL; - + void (CALLBACK * disp__glTexGend )(GLenum, GLenum, GLdouble) = NULL; - + void (CALLBACK * disp__glTexGenf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glTexGeni )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glTexGendv )(GLenum, GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glTexGenfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexGeniv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetTexGendv )(GLenum, GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__glGetTexGenfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetTexGeniv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glTexEnvf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glTexEnvi )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glTexEnvfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexEnviv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetTexEnvfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetTexEnviv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glTexParameterf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glTexParameteri )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glTexParameterfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glTexParameteriv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glGetTexParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetTexParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glGetTexLevelParameterfv )(GLenum, GLint, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetTexLevelParameteriv )(GLenum, GLint, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glTexImage1D )(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexImage2D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glGetTexImage )(GLenum, GLint, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGenTextures )(GLsizei, GLuint *) = NULL; - + void (CALLBACK * disp__glDeleteTextures )(GLsizei, const GLuint *) = NULL; - + void (CALLBACK * disp__glBindTexture )(GLenum, GLuint) = NULL; - + void (CALLBACK * disp__glPrioritizeTextures )(GLsizei, const GLuint *, const GLclampf *) = NULL; - + GLboolean (CALLBACK * disp__glAreTexturesResident )(GLsizei, const GLuint *, GLboolean *) = NULL; - + GLboolean (CALLBACK * disp__glIsTexture )(GLuint) = NULL; - + void (CALLBACK * disp__glTexSubImage1D )(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexSubImage2D )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glCopyTexImage1D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint) = NULL; - + void (CALLBACK * disp__glCopyTexImage2D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint) = NULL; - + void (CALLBACK * disp__glCopyTexSubImage1D )(GLenum, GLint, GLint, GLint, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glCopyTexSubImage2D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glMap1d )(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMap1f )(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMap2d )(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMap2f )(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *) = NULL; - + void (CALLBACK * disp__glGetMapdv )(GLenum, GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__glGetMapfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetMapiv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glEvalCoord1d )(GLdouble) = NULL; - + void (CALLBACK * disp__glEvalCoord1f )(GLfloat) = NULL; - + void (CALLBACK * disp__glEvalCoord1dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glEvalCoord1fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glEvalCoord2d )(GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glEvalCoord2f )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glEvalCoord2dv )(const GLdouble *) = NULL; - + void (CALLBACK * disp__glEvalCoord2fv )(const GLfloat *) = NULL; - + void (CALLBACK * disp__glMapGrid1d )(GLint, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMapGrid1f )(GLint, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glMapGrid2d )(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMapGrid2f )(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glEvalPoint1 )(GLint) = NULL; - + void (CALLBACK * disp__glEvalPoint2 )(GLint, GLint) = NULL; - + void (CALLBACK * disp__glEvalMesh1 )(GLenum, GLint, GLint) = NULL; - + void (CALLBACK * disp__glEvalMesh2 )(GLenum, GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glFogf )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glFogi )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glFogfv )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glFogiv )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glFeedbackBuffer )(GLsizei, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glPassThrough )(GLfloat) = NULL; - + void (CALLBACK * disp__glSelectBuffer )(GLsizei, GLuint *) = NULL; - + void (CALLBACK * disp__glInitNames )(void) = NULL; - + void (CALLBACK * disp__glLoadName )(GLuint) = NULL; - + void (CALLBACK * disp__glPushName )(GLuint) = NULL; - + void (CALLBACK * disp__glPopName )(void) = NULL; - + void (CALLBACK * disp__glDrawRangeElements )(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexImage3D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glCopyTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glColorTable )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorSubTable )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorTableParameteriv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glColorTableParameterfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glCopyColorSubTable )(GLenum, GLsizei, GLint, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glCopyColorTable )(GLenum, GLenum, GLint, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glGetColorTable )(GLenum, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetColorTableParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetColorTableParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glBlendEquation )(GLenum) = NULL; - + void (CALLBACK * disp__glBlendColor )(GLclampf, GLclampf, GLclampf, GLclampf) = NULL; - + void (CALLBACK * disp__glHistogram )(GLenum, GLsizei, GLenum, GLboolean) = NULL; - + void (CALLBACK * disp__glResetHistogram )(GLenum) = NULL; - + void (CALLBACK * disp__glGetHistogram )(GLenum, GLboolean, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetHistogramParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetHistogramParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glMinmax )(GLenum, GLenum, GLboolean) = NULL; - + void (CALLBACK * disp__glResetMinmax )(GLenum) = NULL; - + void (CALLBACK * disp__glGetMinmax )(GLenum, GLboolean, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetMinmaxParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetMinmaxParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glConvolutionFilter1D )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glConvolutionFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glConvolutionParameterf )(GLenum, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glConvolutionParameterfv )(GLenum, GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glConvolutionParameteri )(GLenum, GLenum, GLint) = NULL; - + void (CALLBACK * disp__glConvolutionParameteriv )(GLenum, GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glCopyConvolutionFilter1D )(GLenum, GLenum, GLint, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glCopyConvolutionFilter2D )(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glGetConvolutionFilter )(GLenum, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetConvolutionParameterfv )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetConvolutionParameteriv )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glSeparableFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *) = NULL; - + void (CALLBACK * disp__glGetSeparableFilter )(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *) = NULL; - + void (CALLBACK * disp__glBlendColorEXT )(GLclampf, GLclampf, GLclampf, GLclampf) = NULL; - + void (CALLBACK * disp__glPolygonOffsetEXT )(GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glTexImage3DEXT )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glCopyTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei) = NULL; - + void (CALLBACK * disp__glGenTexturesEXT )(GLsizei, GLuint *) = NULL; - + void (CALLBACK * disp__glDeleteTexturesEXT )(GLsizei, const GLuint *) = NULL; - + void (CALLBACK * disp__glBindTextureEXT )(GLenum, GLuint) = NULL; - + void (CALLBACK * disp__glPrioritizeTexturesEXT )(GLsizei, const GLuint *, const GLclampf *) = NULL; - + GLboolean (CALLBACK * disp__glAreTexturesResidentEXT )(GLsizei, const GLuint *, GLboolean *) = NULL; - + GLboolean (CALLBACK * disp__glIsTextureEXT )(GLuint) = NULL; - + void (CALLBACK * disp__glVertexPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glNormalPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glIndexPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glTexCoordPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *) = NULL; - + void (CALLBACK * disp__glEdgeFlagPointerEXT )(GLsizei, GLsizei, const GLboolean *) = NULL; - + void (CALLBACK * disp__glGetPointervEXT )(GLenum, void **) = NULL; - + void (CALLBACK * disp__glArrayElementEXT )(GLint) = NULL; - + void (CALLBACK * disp__glDrawArraysEXT )(GLenum, GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glBlendEquationEXT )(GLenum) = NULL; - + void (CALLBACK * disp__glPointParameterfEXT )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glPointParameterfvEXT )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glColorTableEXT )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glColorSubTableEXT )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; - + void (CALLBACK * disp__glGetColorTableEXT )(GLenum, GLenum, GLenum, GLvoid *) = NULL; - + void (CALLBACK * disp__glGetColorTableParameterfvEXT )(GLenum, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__glGetColorTableParameterivEXT )(GLenum, GLenum, GLint *) = NULL; - + void (CALLBACK * disp__glLockArraysEXT )(GLint, GLsizei) = NULL; - + void (CALLBACK * disp__glUnlockArraysEXT )(void) = NULL; - + void (CALLBACK * disp__glActiveTextureARB )(GLenum) = NULL; - + void (CALLBACK * disp__glClientActiveTextureARB )(GLenum) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1dARB )(GLenum, GLdouble) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1dvARB )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1fARB )(GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1fvARB )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1iARB )(GLenum, GLint) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1ivARB )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1sARB )(GLenum, GLshort) = NULL; - + void (CALLBACK * disp__glMultiTexCoord1svARB )(GLenum, const GLshort *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2dARB )(GLenum, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2dvARB )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2fARB )(GLenum, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2fvARB )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2iARB )(GLenum, GLint, GLint) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2ivARB )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2sARB )(GLenum, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glMultiTexCoord2svARB )(GLenum, const GLshort *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3dARB )(GLenum, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3dvARB )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3fARB )(GLenum, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3fvARB )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3iARB )(GLenum, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3ivARB )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3sARB )(GLenum, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glMultiTexCoord3svARB )(GLenum, const GLshort *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4dARB )(GLenum, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4dvARB )(GLenum, const GLdouble *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4fARB )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4fvARB )(GLenum, const GLfloat *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4iARB )(GLenum, GLint, GLint, GLint, GLint) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4ivARB )(GLenum, const GLint *) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4sARB )(GLenum, GLshort, GLshort, GLshort, GLshort) = NULL; - + void (CALLBACK * disp__glMultiTexCoord4svARB )(GLenum, const GLshort *) = NULL; - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/gltool.h b/CNativeCode/gltool.h index 2f1358b..6939e03 100755 --- a/CNativeCode/gltool.h +++ b/CNativeCode/gltool.h @@ -91,12 +91,6 @@ #endif #endif - #ifndef USE_64BIT_POINTER - typedef int PointerHolder; - #else - typedef long PointerHolder; - #endif - #ifdef _WIN32_ #ifndef NDEBUG #define CHECK_WGL_ERROR(a,b,c) check_wgl_error(a,b,c) diff --git a/CNativeCode/glu-disp-fetch.hc b/CNativeCode/glu-disp-fetch.hc index 80784fb..0cd2b16 100755 --- a/CNativeCode/glu-disp-fetch.hc +++ b/CNativeCode/glu-disp-fetch.hc @@ -39,130 +39,130 @@ GET_GL_PROCADDRESS("gluNewTess"); /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - + disp__gluLookAt = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluLookAt"); - + disp__gluOrtho2D = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluOrtho2D"); - + disp__gluPerspective = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluPerspective"); - + disp__gluPickMatrix = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, GLint *)) GET_GL_PROCADDRESS ("gluPickMatrix"); - + disp__gluProject = (GLint (CALLBACK *)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)) GET_GL_PROCADDRESS ("gluProject"); - + disp__gluUnProject = (GLint (CALLBACK *)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)) GET_GL_PROCADDRESS ("gluUnProject"); - + disp__gluScaleImage = (GLint (CALLBACK *)(GLenum, GLsizei, GLsizei, GLenum, const char *, GLsizei, GLsizei, GLenum, char *)) GET_GL_PROCADDRESS ("gluScaleImage"); - + disp__gluBuild1DMipmaps = (GLint (CALLBACK *)(GLenum, GLint, GLint, GLenum, GLenum, const void *)) GET_GL_PROCADDRESS ("gluBuild1DMipmaps"); - + disp__gluBuild2DMipmaps = (GLint (CALLBACK *)(GLenum, GLint, GLint, GLint, GLenum, GLenum, const void *)) GET_GL_PROCADDRESS ("gluBuild2DMipmaps"); - + disp__gluQuadricDrawStyle = (void (CALLBACK *)(GLUquadricObj *, GLenum)) GET_GL_PROCADDRESS ("gluQuadricDrawStyle"); - + disp__gluQuadricOrientation = (void (CALLBACK *)(GLUquadricObj *, GLenum)) GET_GL_PROCADDRESS ("gluQuadricOrientation"); - + disp__gluQuadricNormals = (void (CALLBACK *)(GLUquadricObj *, GLenum)) GET_GL_PROCADDRESS ("gluQuadricNormals"); - + disp__gluQuadricTexture = (void (CALLBACK *)(GLUquadricObj *, GLboolean)) GET_GL_PROCADDRESS ("gluQuadricTexture"); - + disp__gluCylinder = (void (CALLBACK *)(GLUquadricObj *, GLdouble, GLdouble, GLdouble, GLint, GLint)) GET_GL_PROCADDRESS ("gluCylinder"); - + disp__gluSphere = (void (CALLBACK *)(GLUquadricObj *, GLdouble, GLint, GLint)) GET_GL_PROCADDRESS ("gluSphere"); - + disp__gluDisk = (void (CALLBACK *)(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint)) GET_GL_PROCADDRESS ("gluDisk"); - + disp__gluPartialDisk = (void (CALLBACK *)(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluPartialDisk"); - + disp__gluLoadSamplingMatrices = (void (CALLBACK *)(GLUnurbsObj *, const GLfloat *, const GLfloat *, const GLint *)) GET_GL_PROCADDRESS ("gluLoadSamplingMatrices"); - + disp__gluNurbsProperty = (void (CALLBACK *)(GLUnurbsObj *, GLenum, GLfloat)) GET_GL_PROCADDRESS ("gluNurbsProperty"); - + disp__gluGetNurbsProperty = (void (CALLBACK *)(GLUnurbsObj *, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("gluGetNurbsProperty"); - + disp__gluBeginCurve = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluBeginCurve"); - + disp__gluEndCurve = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluEndCurve"); - + disp__gluNurbsCurve = (void (CALLBACK *)(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLenum)) GET_GL_PROCADDRESS ("gluNurbsCurve"); - + disp__gluBeginSurface = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluBeginSurface"); - + disp__gluEndSurface = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluEndSurface"); - + disp__gluNurbsSurface = (void (CALLBACK *)(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLint, GLfloat *, GLint, GLint, GLenum)) GET_GL_PROCADDRESS ("gluNurbsSurface"); - + disp__gluBeginTrim = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluBeginTrim"); - + disp__gluEndTrim = (void (CALLBACK *)(GLUnurbsObj *)) GET_GL_PROCADDRESS ("gluEndTrim"); - + disp__gluPwlCurve = (void (CALLBACK *)(GLUnurbsObj *, GLint, GLfloat *, GLint, GLenum)) GET_GL_PROCADDRESS ("gluPwlCurve"); - + disp__gluTessBeginPolygon = (void (CALLBACK *)(GLUtesselator *, void *)) GET_GL_PROCADDRESS ("gluTessBeginPolygon"); - + disp__gluTessBeginContour = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluTessBeginContour"); - + disp__gluTessVertex = (void (CALLBACK *)(GLUtesselator *, GLdouble *, void *)) GET_GL_PROCADDRESS ("gluTessVertex"); - + disp__gluTessEndContour = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluTessEndContour"); - + disp__gluTessEndPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluTessEndPolygon"); - + disp__gluTessProperty = (void (CALLBACK *)(GLUtesselator *, GLenum, GLdouble)) GET_GL_PROCADDRESS ("gluTessProperty"); - + disp__gluTessNormal = (void (CALLBACK *)(GLUtesselator *, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluTessNormal"); - + disp__gluGetTessProperty = (void (CALLBACK *)(GLUtesselator *, GLenum, GLdouble *)) GET_GL_PROCADDRESS ("gluGetTessProperty"); - + disp__gluBeginPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluBeginPolygon"); - + disp__gluNextContour = (void (CALLBACK *)(GLUtesselator *, GLenum)) GET_GL_PROCADDRESS ("gluNextContour"); - + disp__gluEndPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluEndPolygon"); - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/glu-disp-var.h b/CNativeCode/glu-disp-var.h index 5000f65..510791d 100755 --- a/CNativeCode/glu-disp-var.h +++ b/CNativeCode/glu-disp-var.h @@ -26,330 +26,330 @@ LIBAPI GLUnurbsObj* (CALLBACK * disp__gluNewNurbsRenderer) ( void ); LIBAPI GLUtesselator* (CALLBACK * disp__gluNewTess) ( void ); /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluLookAt )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluOrtho2D )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluPerspective )(GLdouble, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluPickMatrix )(GLdouble, GLdouble, GLdouble, GLdouble, GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluUnProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluScaleImage )(GLenum, GLsizei, GLsizei, GLenum, const char *, GLsizei, GLsizei, GLenum, char *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluBuild1DMipmaps )(GLenum, GLint, GLint, GLenum, GLenum, const void *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ LIBAPI GLint (CALLBACK * disp__gluBuild2DMipmaps )(GLenum, GLint, GLint, GLint, GLenum, GLenum, const void *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluQuadricDrawStyle )(GLUquadricObj *, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluQuadricOrientation )(GLUquadricObj *, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluQuadricNormals )(GLUquadricObj *, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluQuadricTexture )(GLUquadricObj *, GLboolean); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluCylinder )(GLUquadricObj *, GLdouble, GLdouble, GLdouble, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluSphere )(GLUquadricObj *, GLdouble, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluDisk )(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluPartialDisk )(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluLoadSamplingMatrices )(GLUnurbsObj *, const GLfloat *, const GLfloat *, const GLint *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluNurbsProperty )(GLUnurbsObj *, GLenum, GLfloat); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluGetNurbsProperty )(GLUnurbsObj *, GLenum, GLfloat *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluBeginCurve )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluEndCurve )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluNurbsCurve )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluBeginSurface )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluEndSurface )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluNurbsSurface )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLint, GLfloat *, GLint, GLint, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluBeginTrim )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluEndTrim )(GLUnurbsObj *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluPwlCurve )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessBeginPolygon )(GLUtesselator *, void *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessBeginContour )(GLUtesselator *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessVertex )(GLUtesselator *, GLdouble *, void *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessEndContour )(GLUtesselator *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessEndPolygon )(GLUtesselator *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessProperty )(GLUtesselator *, GLenum, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluTessNormal )(GLUtesselator *, GLdouble, GLdouble, GLdouble); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluGetTessProperty )(GLUtesselator *, GLenum, GLdouble *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluBeginPolygon )(GLUtesselator *); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluNextContour )(GLUtesselator *, GLenum); - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ LIBAPI void (CALLBACK * disp__gluEndPolygon )(GLUtesselator *); - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/glu-disp-var.hc b/CNativeCode/glu-disp-var.hc index 7bcd913..9ac74f5 100755 --- a/CNativeCode/glu-disp-var.hc +++ b/CNativeCode/glu-disp-var.hc @@ -27,90 +27,90 @@ GLUnurbsObj* (CALLBACK * disp__gluNewNurbsRenderer) ( void ) = NULL; GLUtesselator* (CALLBACK * disp__gluNewTess) ( void ) = NULL; /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - + void (CALLBACK * disp__gluLookAt )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluOrtho2D )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluPerspective )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluPickMatrix )(GLdouble, GLdouble, GLdouble, GLdouble, GLint *) = NULL; - + GLint (CALLBACK * disp__gluProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *) = NULL; - + GLint (CALLBACK * disp__gluUnProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *) = NULL; - + GLint (CALLBACK * disp__gluScaleImage )(GLenum, GLsizei, GLsizei, GLenum, const char *, GLsizei, GLsizei, GLenum, char *) = NULL; - + GLint (CALLBACK * disp__gluBuild1DMipmaps )(GLenum, GLint, GLint, GLenum, GLenum, const void *) = NULL; - + GLint (CALLBACK * disp__gluBuild2DMipmaps )(GLenum, GLint, GLint, GLint, GLenum, GLenum, const void *) = NULL; - + void (CALLBACK * disp__gluQuadricDrawStyle )(GLUquadricObj *, GLenum) = NULL; - + void (CALLBACK * disp__gluQuadricOrientation )(GLUquadricObj *, GLenum) = NULL; - + void (CALLBACK * disp__gluQuadricNormals )(GLUquadricObj *, GLenum) = NULL; - + void (CALLBACK * disp__gluQuadricTexture )(GLUquadricObj *, GLboolean) = NULL; - + void (CALLBACK * disp__gluCylinder )(GLUquadricObj *, GLdouble, GLdouble, GLdouble, GLint, GLint) = NULL; - + void (CALLBACK * disp__gluSphere )(GLUquadricObj *, GLdouble, GLint, GLint) = NULL; - + void (CALLBACK * disp__gluDisk )(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint) = NULL; - + void (CALLBACK * disp__gluPartialDisk )(GLUquadricObj *, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluLoadSamplingMatrices )(GLUnurbsObj *, const GLfloat *, const GLfloat *, const GLint *) = NULL; - + void (CALLBACK * disp__gluNurbsProperty )(GLUnurbsObj *, GLenum, GLfloat) = NULL; - + void (CALLBACK * disp__gluGetNurbsProperty )(GLUnurbsObj *, GLenum, GLfloat *) = NULL; - + void (CALLBACK * disp__gluBeginCurve )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluEndCurve )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluNurbsCurve )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLenum) = NULL; - + void (CALLBACK * disp__gluBeginSurface )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluEndSurface )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluNurbsSurface )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLint, GLfloat *, GLint, GLint, GLenum) = NULL; - + void (CALLBACK * disp__gluBeginTrim )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluEndTrim )(GLUnurbsObj *) = NULL; - + void (CALLBACK * disp__gluPwlCurve )(GLUnurbsObj *, GLint, GLfloat *, GLint, GLenum) = NULL; - + void (CALLBACK * disp__gluTessBeginPolygon )(GLUtesselator *, void *) = NULL; - + void (CALLBACK * disp__gluTessBeginContour )(GLUtesselator *) = NULL; - + void (CALLBACK * disp__gluTessVertex )(GLUtesselator *, GLdouble *, void *) = NULL; - + void (CALLBACK * disp__gluTessEndContour )(GLUtesselator *) = NULL; - + void (CALLBACK * disp__gluTessEndPolygon )(GLUtesselator *) = NULL; - + void (CALLBACK * disp__gluTessProperty )(GLUtesselator *, GLenum, GLdouble) = NULL; - + void (CALLBACK * disp__gluTessNormal )(GLUtesselator *, GLdouble, GLdouble, GLdouble) = NULL; - + void (CALLBACK * disp__gluGetTessProperty )(GLUtesselator *, GLenum, GLdouble *) = NULL; - + void (CALLBACK * disp__gluBeginPolygon )(GLUtesselator *) = NULL; - + void (CALLBACK * disp__gluNextContour )(GLUtesselator *, GLenum) = NULL; - + void (CALLBACK * disp__gluEndPolygon )(GLUtesselator *) = NULL; - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ diff --git a/CNativeCode/jnitools.c b/CNativeCode/jnitools.c index 2e6f282..3c2141e 100644 --- a/CNativeCode/jnitools.c +++ b/CNativeCode/jnitools.c @@ -64,6 +64,8 @@ char * LIBAPIENTRY jnitoolsGetJavaString(JNIEnv *env, jstring jstr) jthrowable exc; char *result = 0; + if(jstr == NULL) return NULL; + if(!isinit && init(env)) isinit=1; hab = (*env)->CallObjectMethod(env, jstr, String_getBytes_ID); diff --git a/CNativeCode/jnitools.h b/CNativeCode/jnitools.h index d4eb716..1af8722 100644 --- a/CNativeCode/jnitools.h +++ b/CNativeCode/jnitools.h @@ -19,6 +19,12 @@ #define LIBAPI #endif + #ifndef USE_64BIT_POINTER + typedef int PointerHolder; + #else + typedef long PointerHolder; + #endif + typedef enum { T_NOPE = 0, T_VOID, diff --git a/Java2.txt b/Java2.txt index f242a98..2617c01 100644 --- a/Java2.txt +++ b/Java2.txt @@ -88,9 +88,17 @@ Be sure to have: call as root ! +Java2 Command-Line JDK (1.3-1.4.X, sun) on Win32: +================================================= + Well, you have to start the java.exe from the + /jre/bin/java.exe + Otherwise, the jawt.dll is not found !! BUG in JDK !! + + + Java2-Plug-In, Appletviewer, Security: ====================================== - Since GL4Java 2.7.1, the gl4java.jar file must resides within + Since GL4Java 2.7.1, the gl4java*.jar files must resides within the jre/lib/ext directory. In this case no special policy is needed for use GL4Java and you can skip this chapter !! diff --git a/README-Version-2-5-2.txt b/README-Version-2-5-2.txt index 2d9865a..cdb74d8 100644 --- a/README-Version-2-5-2.txt +++ b/README-Version-2-5-2.txt @@ -68,7 +68,9 @@ Experience: Win98/WinNT4.0(*): - Command-Line JDK (1.1-1.3, sun): OK ! + Command-Line JDK (1.1-1.2.X, sun): OK ! + + Command-Line JDK (1.3-1.4.X, sun): OK ! Well, you have to start the java.exe from the /jre/bin/java.exe Otherwise, the jawt.dll is not found !! BUG in JDK !! diff --git a/Win32VC6/GL4JavaJauGljJNI/GL4JavaJauGljJNI.dsp b/Win32VC6/GL4JavaJauGljJNI/GL4JavaJauGljJNI.dsp index 62ce5d8..66807a6 100755 --- a/Win32VC6/GL4JavaJauGljJNI/GL4JavaJauGljJNI.dsp +++ b/Win32VC6/GL4JavaJauGljJNI/GL4JavaJauGljJNI.dsp @@ -39,7 +39,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\java2\include" /I "d:\java2\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\jdk1.4\include" /I "d:\jdk1.4\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD BASE RSC /l 0x407 /d "NDEBUG" @@ -64,6 +64,14 @@ SOURCE=..\..\CNativeCode\glcaps.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\glf.c +# End Source File +# Begin Source File + +SOURCE=..\..\CNativeCode\GLF_JNI_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\gltool.c # End Source File # Begin Source File @@ -100,6 +108,10 @@ SOURCE=..\..\CNativeCode\OpenGLU_JauJNI_funcs.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\Tool_JNI_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\wgltool.c # End Source File # End Target diff --git a/Win32VC6/GL4JavaJauGljJNI12/GL4JavaJauGljJNI12.dsp b/Win32VC6/GL4JavaJauGljJNI12/GL4JavaJauGljJNI12.dsp index 7a398aa..d400c94 100755 --- a/Win32VC6/GL4JavaJauGljJNI12/GL4JavaJauGljJNI12.dsp +++ b/Win32VC6/GL4JavaJauGljJNI12/GL4JavaJauGljJNI12.dsp @@ -39,7 +39,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\java2\include" /I "d:\java2\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\jdk1.4\include" /I "d:\jdk1.4\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD BASE RSC /l 0x407 /d "NDEBUG" @@ -64,6 +64,14 @@ SOURCE=..\..\CNativeCode\glcaps.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\glf.c +# End Source File +# Begin Source File + +SOURCE=..\..\CNativeCode\GLF_JNI12_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\gltool.c # End Source File # Begin Source File @@ -96,6 +104,10 @@ SOURCE=..\..\CNativeCode\OpenGLU_JauJNI12_funcs.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\Tool_JNI12_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\wgltool.c # End Source File # End Target diff --git a/Win32VC6/GL4JavaJauGljJNI13/GL4JavaJauGljJNI13.dsp b/Win32VC6/GL4JavaJauGljJNI13/GL4JavaJauGljJNI13.dsp index ea407ca..bbcd9f8 100755 --- a/Win32VC6/GL4JavaJauGljJNI13/GL4JavaJauGljJNI13.dsp +++ b/Win32VC6/GL4JavaJauGljJNI13/GL4JavaJauGljJNI13.dsp @@ -39,7 +39,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\java2\include" /I "d:\java2\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\jdk1.4\include" /I "d:\jdk1.4\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD BASE RSC /l 0x407 /d "NDEBUG" @@ -68,6 +68,14 @@ SOURCE=..\..\CNativeCode\GLDrawableFactory_Win32_SunJDK13.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\glf.c +# End Source File +# Begin Source File + +SOURCE=..\..\CNativeCode\GLF_JNI12_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\gltool.c # End Source File # Begin Source File @@ -104,6 +112,10 @@ SOURCE=..\..\CNativeCode\OpenGLU_JauJNI12_funcs.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\Tool_JNI12_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\wgltool.c # End Source File # End Target diff --git a/Win32VC6/GL4JavaJauGljJNI13nf/GL4JavaJauGljJNI13nf.dsp b/Win32VC6/GL4JavaJauGljJNI13nf/GL4JavaJauGljJNI13nf.dsp index 5013f47..ed9d5f0 100755 --- a/Win32VC6/GL4JavaJauGljJNI13nf/GL4JavaJauGljJNI13nf.dsp +++ b/Win32VC6/GL4JavaJauGljJNI13nf/GL4JavaJauGljJNI13nf.dsp @@ -39,7 +39,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\java2\include" /I "d:\java2\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\jdk1.4\include" /I "d:\jdk1.4\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c # SUBTRACT CPP /YX # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 @@ -69,6 +69,14 @@ SOURCE=..\..\CNativeCode\GLDrawableFactory_Win32_SunJDK13.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\glf.c +# End Source File +# Begin Source File + +SOURCE=..\..\CNativeCode\GLF_JNI12_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\gltool.c # End Source File # Begin Source File @@ -105,6 +113,10 @@ SOURCE=..\..\CNativeCode\OpenGLU_JauJNI12nf_funcs.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\Tool_JNI12_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\wgltool.c # End Source File # End Target diff --git a/Win32VC6/GL4JavaJauGljJNI13tst/GL4JavaJauGljJNI13tst.dsp b/Win32VC6/GL4JavaJauGljJNI13tst/GL4JavaJauGljJNI13tst.dsp index d903031..19206dd 100755 --- a/Win32VC6/GL4JavaJauGljJNI13tst/GL4JavaJauGljJNI13tst.dsp +++ b/Win32VC6/GL4JavaJauGljJNI13tst/GL4JavaJauGljJNI13tst.dsp @@ -39,7 +39,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\java2\include" /I "d:\java2\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\jdk1.4\include" /I "d:\jdk1.4\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c # SUBTRACT CPP /YX # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 @@ -69,6 +69,14 @@ SOURCE=..\..\CNativeCode\GLDrawableFactory_Win32_SunJDK13.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\glf.c +# End Source File +# Begin Source File + +SOURCE=..\..\CNativeCode\GLF_JNI12_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\gltool.c # End Source File # Begin Source File @@ -105,6 +113,10 @@ SOURCE=..\..\CNativeCode\OpenGLU_JauJNI12tst_funcs.c # End Source File # Begin Source File +SOURCE=..\..\CNativeCode\Tool_JNI12_funcs.c +# End Source File +# Begin Source File + SOURCE=..\..\CNativeCode\wgltool.c # End Source File # End Target diff --git a/Win32VC6/GL4JavaMSJDirect/GL4JavaMSJDirect.dsp b/Win32VC6/GL4JavaMSJDirect/GL4JavaMSJDirect.dsp index 172725a..008bc3a 100755 --- a/Win32VC6/GL4JavaMSJDirect/GL4JavaMSJDirect.dsp +++ b/Win32VC6/GL4JavaMSJDirect/GL4JavaMSJDirect.dsp @@ -39,7 +39,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\java2\include" /I "d:\java2\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "d:\jdk1.4\include" /I "d:\jdk1.4\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "NO_VSNPRINTF" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WIN32_" /D "_MSVC_" /D "_MT" /D "_GL_DYNAMIC_BINDING_" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD BASE RSC /l 0x407 /d "NDEBUG" @@ -49,7 +49,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ../libs/GL4JavaJauGljJNI.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../libs/GL4JavaGljMSJDirect.dll" +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ../libs/GL4JavaJauGljJNI.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../libs/GL4JavaGljMSJDirect.dll" # SUBTRACT LINK32 /pdb:none /incremental:yes /map /debug # Begin Target diff --git a/Win32VC6/invokejvm/invokejvm.dsp b/Win32VC6/invokejvm/invokejvm.dsp index 8025062..b231170 100755 --- a/Win32VC6/invokejvm/invokejvm.dsp +++ b/Win32VC6/invokejvm/invokejvm.dsp @@ -38,7 +38,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "d:\java2\include" /I "d:\java2\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WIN32_" /D "_AFXDLL" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "d:\jdk1.4\include" /I "d:\jdk1.4\include\win32" /I "..\..\CCLassHeaders" /I "..\..\CNativeCode" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WIN32_" /D "_AFXDLL" /YX /FD /GZ /c # ADD BASE RSC /l 0x407 /d "_DEBUG" # ADD RSC /l 0x407 /d "_DEBUG" /d "_AFXDLL" BSC32=bscmake.exe @@ -46,7 +46,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 jvm.lib ../libs/GL4JavaJauGljJNI13.lib ../libs/GL4JavaJauGLJNI13.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"d:\java2\lib" +# ADD LINK32 jvm.lib ../libs/GL4JavaJauGljJNI13.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"d:\java2\lib" # Begin Target # Name "invokejvm - Win32 Debug" diff --git a/demos/MiscDemos/gears.java b/demos/MiscDemos/gears.java index 3626a6b..b80e3e1 100644 --- a/demos/MiscDemos/gears.java +++ b/demos/MiscDemos/gears.java @@ -30,6 +30,9 @@ public class gears extends SimpleGLAnimApplet1 public void init(boolean showGL) { super.init(); + GLContext.gljNativeDebug = false; + GLContext.gljClassDebug = false; + Dimension d = getSize(); GLCapabilities caps = new GLCapabilities(); diff --git a/demos/MiscDemos/index.html b/demos/MiscDemos/index.html index 8228f87..bae1f0c 100644 --- a/demos/MiscDemos/index.html +++ b/demos/MiscDemos/index.html @@ -27,6 +27,8 @@ : morph3d at 400x400

 gears : gears at 400x400 +

 GearsVS +: GearsVS at 400x400
 

 accanti diff --git a/demos/MiscDemos/index_plugin13.html b/demos/MiscDemos/index_plugin13.html index 7636d55..9190be1 100644 --- a/demos/MiscDemos/index_plugin13.html +++ b/demos/MiscDemos/index_plugin13.html @@ -29,6 +29,8 @@ : morph3d at 400x400

 gears : gears at 400x400 +

 GearsVS +: GearsVS at 400x400
 

 accanti diff --git a/demos/index.html b/demos/index.html index 5799cdc..6590948 100755 --- a/demos/index.html +++ b/demos/index.html @@ -39,6 +39,9 @@

  • Hodglim's NeHe Demos : Here are the NeHe OpenGL Tutorial Demos originally ported by Hodglim

    +
  • GLF Demos + : Demos for the new GLF Library (new font support) +


    For use with diff --git a/gl4java/GLContext.java.skel b/gl4java/GLContext.java.skel index 0996c23..f5518a1 100644 --- a/gl4java/GLContext.java.skel +++ b/gl4java/GLContext.java.skel @@ -2648,6 +2648,8 @@ public class GLContext extends Object " ("+getJVMVersionMajor()+"."+getJVMVersionMinor()+")"+ ", Vendor: "+ getJVMVendor() + "\n" ; + gl4java.utils.glf.GLF glf = new gl4java.utils.glf.GLF(); + String info1= "GL4Java - LGPL-Version" + "\n" + "-------------------------------------------------\n" + "-------------------------------------------------\n" + @@ -2672,6 +2674,13 @@ public class GLContext extends Object " Version: "+glu.getNativeVersion() + "\n" + " Vendor : "+glu.getNativeVendor() + "\n" + "-------------------------------------------------\n" + + "Java-Class : GL4Java.utils.glf.GLFFuncJNI \n" + + " : Version: "+glf.getClassVersion() + "\n" + + " Vendor : "+glf.getClassVendor() + "\n" + + "Native-Library : GL4Javautils.glf..GLFFuncJNI \n" + + " Version: "+glf.getNativeVersion() + "\n" + + " Vendor : "+glf.getNativeVendor() + "\n" + + "-------------------------------------------------\n" + "\n"+ jvmstr + "\n" ; diff --git a/gl4java/GLEnum.java b/gl4java/GLEnum.java index be81015..4e751f1 100644 --- a/gl4java/GLEnum.java +++ b/gl4java/GLEnum.java @@ -25,1322 +25,1322 @@ public interface GLEnum public static final boolean GL_TRUE = true; /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-enum-auto.orig.h . . . * Destination-Class: gl4java_GLEnum ! */ - - public static final int GL_1PASS_ARB = 0x80A1; - public static final int GL_1PASS_SGIS = 0x80A1; - public static final int GL_2D = 0x0600; - public static final int GL_2PASS_0_ARB = 0x80A2; - public static final int GL_2PASS_0_SGIS = 0x80A2; - public static final int GL_2PASS_1_ARB = 0x80A3; - public static final int GL_2PASS_1_SGIS = 0x80A3; - public static final int GL_2_BYTES = 0x1407; - public static final int GL_3D = 0x0601; - public static final int GL_3D_COLOR = 0x0602; - public static final int GL_3D_COLOR_TEXTURE = 0x0603; - public static final int GL_3_BYTES = 0x1408; - public static final int GL_422_AVERAGE_EXT = 0x80CE; - public static final int GL_422_EXT = 0x80CC; - public static final int GL_422_REV_AVERAGE_EXT = 0x80CF; - public static final int GL_422_REV_EXT = 0x80CD; - public static final int GL_4D_COLOR_TEXTURE = 0x0604; - public static final int GL_4PASS_0_ARB = 0x80A4; - public static final int GL_4PASS_0_SGIS = 0x80A4; - public static final int GL_4PASS_1_ARB = 0x80A5; - public static final int GL_4PASS_1_SGIS = 0x80A5; - public static final int GL_4PASS_2_ARB = 0x80A6; - public static final int GL_4PASS_2_SGIS = 0x80A6; - public static final int GL_4PASS_3_ARB = 0x80A7; - public static final int GL_4PASS_3_SGIS = 0x80A7; - public static final int GL_4_BYTES = 0x1409; - public static final int GL_ABGR_EXT = 0x8000; - public static final int GL_ACCUM = 0x0100; - public static final int GL_ACCUM_ALPHA_BITS = 0x0D5B; - public static final int GL_ACCUM_BLUE_BITS = 0x0D5A; - public static final int GL_ACCUM_BUFFER_BIT = 0x00000200; - public static final int GL_ACCUM_CLEAR_VALUE = 0x0B80; - public static final int GL_ACCUM_GREEN_BITS = 0x0D59; - public static final int GL_ACCUM_RED_BITS = 0x0D58; - public static final int GL_ACTIVE_TEXTURE_ARB = 0x84E0; - public static final int GL_ADD = 0x0104; - public static final int GL_ADD_SIGNED_EXT = 0x8574; - public static final int GL_ALIASED_LINE_WIDTH_RANGE = 0x846E; - public static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846D; - public static final int GL_ALLOW_DRAW_FRG_HINT_PGI = 107024; - public static final int GL_ALLOW_DRAW_MEM_HINT_PGI = 107025; - public static final int GL_ALLOW_DRAW_OBJ_HINT_PGI = 107022; - public static final int GL_ALLOW_DRAW_WIN_HINT_PGI = 107023; - public static final int GL_ALL_ATTRIB_BITS = 0x000FFFFF; - public static final int GL_ALL_STATIC_DATA_IBM = 0x19294; - public static final int GL_ALPHA = 0x1906; - public static final int GL_ALPHA12 = 0x803D; - public static final int GL_ALPHA12_EXT = 0x803D; - public static final int GL_ALPHA16 = 0x803E; - public static final int GL_ALPHA16_EXT = 0x803E; - public static final int GL_ALPHA4 = 0x803B; - public static final int GL_ALPHA4_EXT = 0x803B; - public static final int GL_ALPHA8 = 0x803C; - public static final int GL_ALPHA8_EXT = 0x803C; - public static final int GL_ALPHA_BIAS = 0x0D1D; - public static final int GL_ALPHA_BITS = 0x0D55; - public static final int GL_ALPHA_MAX_CLAMP_INGR = 0x8567; - public static final int GL_ALPHA_MIN_CLAMP_INGR = 0x8563; - public static final int GL_ALPHA_SCALE = 0x0D1C; - public static final int GL_ALPHA_TEST = 0x0BC0; - public static final int GL_ALPHA_TEST_FUNC = 0x0BC1; - public static final int GL_ALPHA_TEST_REF = 0x0BC2; - public static final int GL_ALWAYS = 0x0207; - public static final int GL_ALWAYS_FAST_HINT_PGI = 107020; - public static final int GL_ALWAYS_SOFT_HINT_PGI = 107021; - public static final int GL_AMBIENT = 0x1200; - public static final int GL_AMBIENT_AND_DIFFUSE = 0x1602; - public static final int GL_AND = 0x1501; - public static final int GL_AND_INVERTED = 0x1504; - public static final int GL_AND_REVERSE = 0x1502; - public static final int GL_ARRAY_ELEMENT_LOCK_COUNT_EXT = 0x81A9; - public static final int GL_ARRAY_ELEMENT_LOCK_FIRST_EXT = 0x81A8; - public static final int GL_ATTENUATION_EXT = 0x834D; - public static final int GL_ATTRIB_STACK_DEPTH = 0x0BB0; - public static final int GL_AUTO_NORMAL = 0x0D80; - public static final int GL_AUX0 = 0x0409; - public static final int GL_AUX1 = 0x040A; - public static final int GL_AUX2 = 0x040B; - public static final int GL_AUX3 = 0x040C; - public static final int GL_AUX_BUFFERS = 0x0C00; - public static final int GL_AVERAGE_EXT = 0x8335; - public static final int GL_BACK = 0x0405; - public static final int GL_BACK_LEFT = 0x0402; - public static final int GL_BACK_NORMALS_HINT_PGI = 107043; - public static final int GL_BACK_RIGHT = 0x0403; - public static final int GL_BGR = 0x80E0; - public static final int GL_BGRA = 0x80E1; - public static final int GL_BGRA_EXT = 0x80E1; - public static final int GL_BGR_EXT = 0x80E0; - public static final int GL_BIAS_BY_NEGATIVE_ONE_HALF_NV = 0x8541; - public static final int GL_BINORMAL_ARRAY_EXT = 0x843A; - public static final int GL_BINORMAL_ARRAY_POINTER_EXT = 0x8443; - public static final int GL_BINORMAL_ARRAY_STRIDE_EXT = 0x8441; - public static final int GL_BINORMAL_ARRAY_TYPE_EXT = 0x8440; - public static final int GL_BITMAP = 0x1A00; - public static final int GL_BITMAP_TOKEN = 0x0704; - public static final int GL_BLEND = 0x0BE2; - public static final int GL_BLEND_COLOR_EXT = 0x8005; - public static final int GL_BLEND_DST = 0x0BE0; - public static final int GL_BLEND_DST_ALPHA_EXT = 0x80CA; - public static final int GL_BLEND_DST_ALPHA_INGR = 0x80CA; - public static final int GL_BLEND_DST_RGB_EXT = 0x80C8; - public static final int GL_BLEND_DST_RGB_INGR = 0x80C8; - public static final int GL_BLEND_EQUATION = 0x8009; - public static final int GL_BLEND_EQUATION_EXT = 0x8009; - public static final int GL_BLEND_SRC = 0x0BE1; - public static final int GL_BLEND_SRC_ALPHA_EXT = 0x80CB; - public static final int GL_BLEND_SRC_ALPHA_INGR = 0x80CB; - public static final int GL_BLEND_SRC_RGB_EXT = 0x80C9; - public static final int GL_BLEND_SRC_RGB_INGR = 0x80C9; - public static final int GL_BLUE = 0x1905; - public static final int GL_BLUE_BIAS = 0x0D1B; - public static final int GL_BLUE_BITS = 0x0D54; - public static final int GL_BLUE_MAX_CLAMP_INGR = 0x8566; - public static final int GL_BLUE_MIN_CLAMP_INGR = 0x8562; - public static final int GL_BLUE_SCALE = 0x0D1A; - public static final int GL_BYTE = 0x1400; - public static final int GL_C3F_V3F = 0x2A24; - public static final int GL_C4F_N3F_V3F = 0x2A26; - public static final int GL_C4UB_V2F = 0x2A22; - public static final int GL_C4UB_V3F = 0x2A23; - public static final int GL_CCW = 0x0901; - public static final int GL_CLAMP = 0x2900; - public static final int GL_CLAMP_TO_BORDER_SGIS = 0x812D; - public static final int GL_CLAMP_TO_EDGE = 0x812F; - public static final int GL_CLAMP_TO_EDGE_SGIS = 0x812F; - public static final int GL_CLEAR = 0x1500; - public static final int GL_CLIENT_ACTIVE_TEXTURE_ARB = 0x84E1; - public static final int GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF; - public static final int GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1; - public static final int GL_CLIENT_PIXEL_STORE_BIT = 0x00000001; - public static final int GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002; - public static final int GL_CLIP_FAR_HINT_PGI = 107041; - public static final int GL_CLIP_NEAR_HINT_PGI = 107040; - public static final int GL_CLIP_PLANE0 = 0x3000; - public static final int GL_CLIP_PLANE1 = 0x3001; - public static final int GL_CLIP_PLANE2 = 0x3002; - public static final int GL_CLIP_PLANE3 = 0x3003; - public static final int GL_CLIP_PLANE4 = 0x3004; - public static final int GL_CLIP_PLANE5 = 0x3005; - public static final int GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F; - public static final int GL_CMYKA_EXT = 0x800D; - public static final int GL_CMYK_EXT = 0x800C; - public static final int GL_COEFF = 0x0A00; - public static final int GL_COLOR = 0x1800; - public static final int GL_COLOR_ARRAY = 0x8076; - public static final int GL_COLOR_ARRAY_COUNT_EXT = 0x8084; - public static final int GL_COLOR_ARRAY_EXT = 0x8076; - public static final int GL_COLOR_ARRAY_POINTER = 0x8090; - public static final int GL_COLOR_ARRAY_POINTER_EXT = 0x8090; - public static final int GL_COLOR_ARRAY_SIZE = 0x8081; - public static final int GL_COLOR_ARRAY_SIZE_EXT = 0x8081; - public static final int GL_COLOR_ARRAY_STRIDE = 0x8083; - public static final int GL_COLOR_ARRAY_STRIDE_EXT = 0x8083; - public static final int GL_COLOR_ARRAY_TYPE = 0x8082; - public static final int GL_COLOR_ARRAY_TYPE_EXT = 0x8082; - public static final int GL_COLOR_BUFFER_BIT = 0x00004000; - public static final int GL_COLOR_CLEAR_VALUE = 0x0C22; - public static final int GL_COLOR_INDEX = 0x1900; - public static final int GL_COLOR_INDEX12_EXT = 0x80E6; - public static final int GL_COLOR_INDEX16_EXT = 0x80E7; - public static final int GL_COLOR_INDEX1_EXT = 0x80E2; - public static final int GL_COLOR_INDEX2_EXT = 0x80E3; - public static final int GL_COLOR_INDEX4_EXT = 0x80E4; - public static final int GL_COLOR_INDEX8_EXT = 0x80E5; - public static final int GL_COLOR_INDEXES = 0x1603; - public static final int GL_COLOR_LOGIC_OP = 0x0BF2; - public static final int GL_COLOR_MATERIAL = 0x0B57; - public static final int GL_COLOR_MATERIAL_FACE = 0x0B55; - public static final int GL_COLOR_MATERIAL_PARAMETER = 0x0B56; - public static final int GL_COLOR_MATRIX = 0x80B1; - public static final int GL_COLOR_MATRIX_SGI = 0x80B1; - public static final int GL_COLOR_MATRIX_STACK_DEPTH = 0x80B2; - public static final int GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2; - public static final int GL_COLOR_SUM_CLAMP_NV = 0x854F; - public static final int GL_COLOR_SUM_EXT = 0x8458; - public static final int GL_COLOR_TABLE = 0x80D0; - public static final int GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD; - public static final int GL_COLOR_TABLE_ALPHA_SIZE_EXT = 0x80DD; - public static final int GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD; - public static final int GL_COLOR_TABLE_BIAS = 0x80D7; - public static final int GL_COLOR_TABLE_BIAS_SGI = 0x80D7; - public static final int GL_COLOR_TABLE_BLUE_SIZE = 0x80DC; - public static final int GL_COLOR_TABLE_BLUE_SIZE_EXT = 0x80DC; - public static final int GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC; - public static final int GL_COLOR_TABLE_FORMAT = 0x80D8; - public static final int GL_COLOR_TABLE_FORMAT_EXT = 0x80D8; - public static final int GL_COLOR_TABLE_FORMAT_SGI = 0x80D8; - public static final int GL_COLOR_TABLE_GREEN_SIZE = 0x80DB; - public static final int GL_COLOR_TABLE_GREEN_SIZE_EXT = 0x80DB; - public static final int GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB; - public static final int GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF; - public static final int GL_COLOR_TABLE_INTENSITY_SIZE_EXT = 0x80DF; - public static final int GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF; - public static final int GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE; - public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_EXT = 0x80DE; - public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE; - public static final int GL_COLOR_TABLE_RED_SIZE = 0x80DA; - public static final int GL_COLOR_TABLE_RED_SIZE_EXT = 0x80DA; - public static final int GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA; - public static final int GL_COLOR_TABLE_SCALE = 0x80D6; - public static final int GL_COLOR_TABLE_SCALE_SGI = 0x80D6; - public static final int GL_COLOR_TABLE_SGI = 0x80D0; - public static final int GL_COLOR_TABLE_SGI_80BC = 0x80BC; - public static final int GL_COLOR_TABLE_WIDTH = 0x80D9; - public static final int GL_COLOR_TABLE_WIDTH_EXT = 0x80D9; - public static final int GL_COLOR_TABLE_WIDTH_SGI = 0x80D9; - public static final int GL_COLOR_WRITEMASK = 0x0C23; - public static final int GL_COMBINE4_NV = 0x8503; - public static final int GL_COMBINER0_NV = 0x8550; - public static final int GL_COMBINER1_NV = 0x8551; - public static final int GL_COMBINER2_NV = 0x8552; - public static final int GL_COMBINER3_NV = 0x8553; - public static final int GL_COMBINER4_NV = 0x8554; - public static final int GL_COMBINER5_NV = 0x8555; - public static final int GL_COMBINER6_NV = 0x8556; - public static final int GL_COMBINER7_NV = 0x8557; - public static final int GL_COMBINER_AB_DOT_PRODUCT_NV = 0x8545; - public static final int GL_COMBINER_AB_OUTPUT_NV = 0x854A; - public static final int GL_COMBINER_BIAS_NV = 0x8549; - public static final int GL_COMBINER_CD_DOT_PRODUCT_NV = 0x8546; - public static final int GL_COMBINER_CD_OUTPUT_NV = 0x854B; - public static final int GL_COMBINER_COMPONENT_USAGE_NV = 0x8544; - public static final int GL_COMBINER_INPUT_NV = 0x8542; - public static final int GL_COMBINER_MAPPING_NV = 0x8543; - public static final int GL_COMBINER_MUX_SUM_NV = 0x8547; - public static final int GL_COMBINER_SCALE_NV = 0x8548; - public static final int GL_COMBINER_SUM_OUTPUT_NV = 0x854C; - public static final int GL_COMBINE_ALPHA_EXT = 0x8572; - public static final int GL_COMBINE_EXT = 0x8570; - public static final int GL_COMBINE_RGB_EXT = 0x8571; - public static final int GL_COMPILE = 0x1300; - public static final int GL_COMPILE_AND_EXECUTE = 0x1301; - public static final int GL_COMPRESSED_ALPHA_ARB = 0x84E9; - public static final int GL_COMPRESSED_INTENSITY_ARB = 0x84EC; - public static final int GL_COMPRESSED_LUMINANCE_ALPHA_ARB = 0x84EB; - public static final int GL_COMPRESSED_LUMINANCE_ARB = 0x84EA; - public static final int GL_COMPRESSED_RGBA_ARB = 0x84EE; - public static final int GL_COMPRESSED_RGB_ARB = 0x84ED; - public static final int GL_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A3; - public static final int GL_CONSERVE_MEMORY_HINT_PGI = 107005; - public static final int GL_CONSTANT_ALPHA = 0x8003; - public static final int GL_CONSTANT_ALPHA_EXT = 0x8003; - public static final int GL_CONSTANT_ATTENUATION = 0x1207; - public static final int GL_CONSTANT_BORDER = 0x8151; - public static final int GL_CONSTANT_COLOR = 0x8001; - public static final int GL_CONSTANT_COLOR0_NV = 0x852A; - public static final int GL_CONSTANT_COLOR1_NV = 0x852B; - public static final int GL_CONSTANT_COLOR_EXT = 0x8001; - public static final int GL_CONSTANT_EXT = 0x8576; - public static final int GL_CONVOLUTION_1D = 0x8010; - public static final int GL_CONVOLUTION_1D_EXT = 0x8010; - public static final int GL_CONVOLUTION_2D = 0x8011; - public static final int GL_CONVOLUTION_2D_EXT = 0x8011; - public static final int GL_CONVOLUTION_BORDER_COLOR = 0x8154; - public static final int GL_CONVOLUTION_BORDER_MODE = 0x8013; - public static final int GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013; - public static final int GL_CONVOLUTION_FILTER_BIAS = 0x8015; - public static final int GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015; - public static final int GL_CONVOLUTION_FILTER_SCALE = 0x8014; - public static final int GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014; - public static final int GL_CONVOLUTION_FORMAT = 0x8017; - public static final int GL_CONVOLUTION_FORMAT_EXT = 0x8017; - public static final int GL_CONVOLUTION_HEIGHT = 0x8019; - public static final int GL_CONVOLUTION_HEIGHT_EXT = 0x8019; - public static final int GL_CONVOLUTION_WIDTH = 0x8018; - public static final int GL_CONVOLUTION_WIDTH_EXT = 0x8018; - public static final int GL_COPY = 0x1503; - public static final int GL_COPY_INVERTED = 0x150C; - public static final int GL_COPY_PIXEL_TOKEN = 0x0706; - public static final int GL_CUBIC_EXT = 0x8334; - public static final int GL_CULL_FACE = 0x0B44; - public static final int GL_CULL_FACE_MODE = 0x0B45; - public static final int GL_CULL_VERTEX_EXT = 0x81AA; - public static final int GL_CULL_VERTEX_EYE_POSITION_EXT = 0x81AB; - public static final int GL_CULL_VERTEX_IBM = 0x1928A; - public static final int GL_CULL_VERTEX_OBJECT_POSITION_EXT = 0x81AC; - public static final int GL_CURRENT_BINORMAL_EXT = 0x843C; - public static final int GL_CURRENT_BIT = 0x00000001; - public static final int GL_CURRENT_COLOR = 0x0B00; - public static final int GL_CURRENT_FOG_COORDINATE_EXT = 0x8453; - public static final int GL_CURRENT_INDEX = 0x0B01; - public static final int GL_CURRENT_NORMAL = 0x0B02; - public static final int GL_CURRENT_RASTER_COLOR = 0x0B04; - public static final int GL_CURRENT_RASTER_DISTANCE = 0x0B09; - public static final int GL_CURRENT_RASTER_INDEX = 0x0B05; - public static final int GL_CURRENT_RASTER_POSITION = 0x0B07; - public static final int GL_CURRENT_RASTER_POSITION_VALID = 0x0B08; - public static final int GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06; - public static final int GL_CURRENT_SECONDARY_COLOR_EXT = 0x8459; - public static final int GL_CURRENT_TANGENT_EXT = 0x843B; - public static final int GL_CURRENT_TEXTURE_COORDS = 0x0B03; - public static final int GL_CURRENT_VERTEX_WEIGHT_EXT = 0x850B; - public static final int GL_CW = 0x0900; - public static final int GL_DECAL = 0x2101; - public static final int GL_DECR = 0x1E03; - public static final int GL_DECR_WRAP_EXT = 0x8508; - public static final int GL_DEPTH = 0x1801; - public static final int GL_DEPTH_BIAS = 0x0D1F; - public static final int GL_DEPTH_BITS = 0x0D56; - public static final int GL_DEPTH_BUFFER_BIT = 0x00000100; - public static final int GL_DEPTH_CLEAR_VALUE = 0x0B73; - public static final int GL_DEPTH_COMPONENT = 0x1902; - public static final int GL_DEPTH_COMPONENT16_SGIX = 0x81A5; - public static final int GL_DEPTH_COMPONENT24_SGIX = 0x81A6; - public static final int GL_DEPTH_COMPONENT32_SGIX = 0x81A7; - public static final int GL_DEPTH_FUNC = 0x0B74; - public static final int GL_DEPTH_RANGE = 0x0B70; - public static final int GL_DEPTH_SCALE = 0x0D1E; - public static final int GL_DEPTH_TEST = 0x0B71; - public static final int GL_DEPTH_WRITEMASK = 0x0B72; - public static final int GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096; - public static final int GL_DETAIL_TEXTURE_2D_SGIS = 0x8095; - public static final int GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A; - public static final int GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B; - public static final int GL_DIFFUSE = 0x1201; - public static final int GL_DISCARD_NV = 0x8530; - public static final int GL_DISTANCE_ATTENUATION_EXT = 0x8129; - public static final int GL_DITHER = 0x0BD0; - public static final int GL_DOMAIN = 0x0A02; - public static final int GL_DONT_CARE = 0x1100; - public static final int GL_DOUBLE = 0x140A; - public static final int GL_DOUBLEBUFFER = 0x0C32; - public static final int GL_DRAW_BUFFER = 0x0C01; - public static final int GL_DRAW_PIXEL_TOKEN = 0x0705; - public static final int GL_DST_ALPHA = 0x0304; - public static final int GL_DST_COLOR = 0x0306; - public static final int GL_DUAL_ALPHA12_SGIS = 0x8112; - public static final int GL_DUAL_ALPHA16_SGIS = 0x8113; - public static final int GL_DUAL_ALPHA4_SGIS = 0x8110; - public static final int GL_DUAL_ALPHA8_SGIS = 0x8111; - public static final int GL_DUAL_INTENSITY12_SGIS = 0x811A; - public static final int GL_DUAL_INTENSITY16_SGIS = 0x811B; - public static final int GL_DUAL_INTENSITY4_SGIS = 0x8118; - public static final int GL_DUAL_INTENSITY8_SGIS = 0x8119; - public static final int GL_DUAL_LUMINANCE12_SGIS = 0x8116; - public static final int GL_DUAL_LUMINANCE16_SGIS = 0x8117; - public static final int GL_DUAL_LUMINANCE4_SGIS = 0x8114; - public static final int GL_DUAL_LUMINANCE8_SGIS = 0x8115; - public static final int GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C; - public static final int GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D; - public static final int GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124; - public static final int GL_EDGE_FLAG = 0x0B43; - public static final int GL_EDGE_FLAG_ARRAY = 0x8079; - public static final int GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D; - public static final int GL_EDGE_FLAG_ARRAY_EXT = 0x8079; - public static final int GL_EDGE_FLAG_ARRAY_POINTER = 0x8093; - public static final int GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093; - public static final int GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C; - public static final int GL_EDGE_FLAG_ARRAY_STRIDE_EXT = 0x808C; - public static final int GL_EMBOSS_CONSTANT_NV = 0x855E; - public static final int GL_EMBOSS_LIGHT_NV = 0x855D; - public static final int GL_EMBOSS_MAP_NV = 0x855F; - public static final int GL_EMISSION = 0x1600; - public static final int GL_ENABLE_BIT = 0x00002000; - public static final int GL_EQUAL = 0x0202; - public static final int GL_EQUIV = 0x1509; - public static final int GL_EVAL_BIT = 0x00010000; - public static final int GL_EXP = 0x0800; - public static final int GL_EXP2 = 0x0801; - public static final int GL_EXPAND_NEGATE_NV = 0x8539; - public static final int GL_EXPAND_NORMAL_NV = 0x8538; - public static final int GL_EXTENSIONS = 0x1F03; - public static final int GL_EYE_LINEAR = 0x2400; - public static final int GL_EYE_PLANE = 0x2502; - public static final int GL_EYE_PLANE_ABSOLUTE_NV = 0x855C; - public static final int GL_EYE_RADIAL_NV = 0x855B; - public static final int GL_E_TIMES_F_NV = 0x8531; - public static final int GL_FASTEST = 0x1101; - public static final int GL_FEEDBACK = 0x1C01; - public static final int GL_FEEDBACK_BUFFER_POINTER = 0x0DF0; - public static final int GL_FEEDBACK_BUFFER_SIZE = 0x0DF1; - public static final int GL_FEEDBACK_BUFFER_TYPE = 0x0DF2; - public static final int GL_FILL = 0x1B02; - public static final int GL_FILTER4_SGIS = 0x8146; - public static final int GL_FLAT = 0x1D00; - public static final int GL_FLOAT = 0x1406; - public static final int GL_FOG = 0x0B60; - public static final int GL_FOG_BIT = 0x00000080; - public static final int GL_FOG_COLOR = 0x0B66; - public static final int GL_FOG_COORDINATE_ARRAY_EXT = 0x8457; - public static final int GL_FOG_COORDINATE_ARRAY_POINTER_EXT = 0x8456; - public static final int GL_FOG_COORDINATE_ARRAY_STRIDE_EXT = 0x8455; - public static final int GL_FOG_COORDINATE_ARRAY_TYPE_EXT = 0x8454; - public static final int GL_FOG_COORDINATE_EXT = 0x8451; - public static final int GL_FOG_COORDINATE_SOURCE_EXT = 0x8450; - public static final int GL_FOG_DENSITY = 0x0B62; - public static final int GL_FOG_DISTANCE_MODE_NV = 0x855A; - public static final int GL_FOG_END = 0x0B64; - public static final int GL_FOG_FUNC_POINTS_SGIS = 0x812B; - public static final int GL_FOG_FUNC_SGIS = 0x812A; - public static final int GL_FOG_HINT = 0x0C54; - public static final int GL_FOG_INDEX = 0x0B61; - public static final int GL_FOG_MODE = 0x0B65; - public static final int GL_FOG_OFFSET_SGIX = 0x8198; - public static final int GL_FOG_OFFSET_VALUE_SGIX = 0x8199; - public static final int GL_FOG_SPECULAR_TEXTURE_WIN = 0x80EC; - public static final int GL_FOG_START = 0x0B63; - public static final int GL_FRAGMENT_COLOR_EXT = 0x834C; - public static final int GL_FRAGMENT_DEPTH_EXT = 0x8452; - public static final int GL_FRAGMENT_DEPTH_EXT_834B = 0x834B; - public static final int GL_FRAGMENT_MATERIAL_EXT = 0x8349; - public static final int GL_FRAGMENT_NORMAL_EXT = 0x834A; - public static final int GL_FRAMEZOOM_FACTOR_SGIX = 0x818C; - public static final int GL_FRAMEZOOM_SGIX = 0x818B; - public static final int GL_FRONT = 0x0404; - public static final int GL_FRONT_AND_BACK = 0x0408; - public static final int GL_FRONT_FACE = 0x0B46; - public static final int GL_FRONT_LEFT = 0x0400; - public static final int GL_FRONT_RIGHT = 0x0401; - public static final int GL_FULL_STIPPLE_HINT_PGI = 107033; - public static final int GL_FUNC_ADD = 0x8006; - public static final int GL_FUNC_ADD_EXT = 0x8006; - public static final int GL_FUNC_REVERSE_SUBTRACT = 0x800B; - public static final int GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B; - public static final int GL_FUNC_SUBTRACT = 0x800A; - public static final int GL_FUNC_SUBTRACT_EXT = 0x800A; - public static final int GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192; - public static final int GL_GENERATE_MIPMAP_SGIS = 0x8191; - public static final int GL_GEQUAL = 0x0206; - public static final int GL_GLEXT_VERSION_EXT = 8; - public static final int GL_GLOBAL_ALPHA_FACTOR_SUN = 0x81DA; - public static final int GL_GLOBAL_ALPHA_SUN = 0x81D9; - public static final int GL_GREATER = 0x0204; - public static final int GL_GREEN = 0x1904; - public static final int GL_GREEN_BIAS = 0x0D19; - public static final int GL_GREEN_BITS = 0x0D53; - public static final int GL_GREEN_MAX_CLAMP_INGR = 0x8565; - public static final int GL_GREEN_MIN_CLAMP_INGR = 0x8561; - public static final int GL_GREEN_SCALE = 0x0D18; - public static final int GL_HALF_BIAS_NEGATE_NV = 0x853B; - public static final int GL_HALF_BIAS_NORMAL_NV = 0x853A; - public static final int GL_HINT_BIT = 0x00008000; - public static final int GL_HISTOGRAM = 0x8024; - public static final int GL_HISTOGRAM_ALPHA_SIZE = 0x802B; - public static final int GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B; - public static final int GL_HISTOGRAM_BLUE_SIZE = 0x802A; - public static final int GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A; - public static final int GL_HISTOGRAM_EXT = 0x8024; - public static final int GL_HISTOGRAM_FORMAT = 0x8027; - public static final int GL_HISTOGRAM_FORMAT_EXT = 0x8027; - public static final int GL_HISTOGRAM_GREEN_SIZE = 0x8029; - public static final int GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029; - public static final int GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C; - public static final int GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C; - public static final int GL_HISTOGRAM_RED_SIZE = 0x8028; - public static final int GL_HISTOGRAM_RED_SIZE_EXT = 0x8028; - public static final int GL_HISTOGRAM_SINK = 0x802D; - public static final int GL_HISTOGRAM_SINK_EXT = 0x802D; - public static final int GL_HISTOGRAM_WIDTH = 0x8026; - public static final int GL_HISTOGRAM_WIDTH_EXT = 0x8026; - public static final int GL_INCR = 0x1E02; - public static final int GL_INCR_WRAP_EXT = 0x8507; - public static final int GL_INDEX_ARRAY = 0x8077; - public static final int GL_INDEX_ARRAY_COUNT_EXT = 0x8087; - public static final int GL_INDEX_ARRAY_EXT = 0x8077; - public static final int GL_INDEX_ARRAY_POINTER = 0x8091; - public static final int GL_INDEX_ARRAY_POINTER_EXT = 0x8091; - public static final int GL_INDEX_ARRAY_STRIDE = 0x8086; - public static final int GL_INDEX_ARRAY_STRIDE_EXT = 0x8086; - public static final int GL_INDEX_ARRAY_TYPE = 0x8085; - public static final int GL_INDEX_ARRAY_TYPE_EXT = 0x8085; - public static final int GL_INDEX_BITS = 0x0D51; - public static final int GL_INDEX_CLEAR_VALUE = 0x0C20; - public static final int GL_INDEX_LOGIC_OP = 0x0BF1; - public static final int GL_INDEX_MODE = 0x0C30; - public static final int GL_INDEX_OFFSET = 0x0D13; - public static final int GL_INDEX_SHIFT = 0x0D12; - public static final int GL_INDEX_WRITEMASK = 0x0C21; - public static final int GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180; - public static final int GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181; - public static final int GL_INT = 0x1404; - public static final int GL_INTENSITY = 0x8049; - public static final int GL_INTENSITY12 = 0x804C; - public static final int GL_INTENSITY12_EXT = 0x804C; - public static final int GL_INTENSITY16 = 0x804D; - public static final int GL_INTENSITY16_EXT = 0x804D; - public static final int GL_INTENSITY4 = 0x804A; - public static final int GL_INTENSITY4_EXT = 0x804A; - public static final int GL_INTENSITY8 = 0x804B; - public static final int GL_INTENSITY8_EXT = 0x804B; - public static final int GL_INTENSITY_EXT = 0x8049; - public static final int GL_INTERLACE_READ_INGR = 0x8568; - public static final int GL_INTERLACE_SGIX = 0x8094; - public static final int GL_INTERPOLATE_EXT = 0x8575; - public static final int GL_INVALID_ENUM = 0x0500; - public static final int GL_INVALID_OPERATION = 0x0502; - public static final int GL_INVALID_VALUE = 0x0501; - public static final int GL_INVERT = 0x150A; - public static final int GL_INVERTED_SCREEN_W_REND = 0x8491; - public static final int GL_IR_INSTRUMENT1_SGIX = 0x817F; - public static final int GL_KEEP = 0x1E00; - public static final int GL_LEFT = 0x0406; - public static final int GL_LEQUAL = 0x0203; - public static final int GL_LESS = 0x0201; - public static final int GL_LIGHT0 = 0x4000; - public static final int GL_LIGHT1 = 0x4001; - public static final int GL_LIGHT2 = 0x4002; - public static final int GL_LIGHT3 = 0x4003; - public static final int GL_LIGHT4 = 0x4004; - public static final int GL_LIGHT5 = 0x4005; - public static final int GL_LIGHT6 = 0x4006; - public static final int GL_LIGHT7 = 0x4007; - public static final int GL_LIGHTING = 0x0B50; - public static final int GL_LIGHTING_BIT = 0x00000040; - public static final int GL_LIGHT_MODEL_AMBIENT = 0x0B53; - public static final int GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8; - public static final int GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8; - public static final int GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51; - public static final int GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE = 0x85B0; - public static final int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52; - public static final int GL_LINE = 0x1B01; - public static final int GL_LINEAR = 0x2601; - public static final int GL_LINEAR_ATTENUATION = 0x1208; - public static final int GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170; - public static final int GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098; - public static final int GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099; - public static final int GL_LINEAR_DETAIL_SGIS = 0x8097; - public static final int GL_LINEAR_MIPMAP_LINEAR = 0x2703; - public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701; - public static final int GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE; - public static final int GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF; - public static final int GL_LINEAR_SHARPEN_SGIS = 0x80AD; - public static final int GL_LINES = 0x0001; - public static final int GL_LINE_BIT = 0x00000004; - public static final int GL_LINE_LOOP = 0x0002; - public static final int GL_LINE_RESET_TOKEN = 0x0707; - public static final int GL_LINE_SMOOTH = 0x0B20; - public static final int GL_LINE_SMOOTH_HINT = 0x0C52; - public static final int GL_LINE_STIPPLE = 0x0B24; - public static final int GL_LINE_STIPPLE_PATTERN = 0x0B25; - public static final int GL_LINE_STIPPLE_REPEAT = 0x0B26; - public static final int GL_LINE_STRIP = 0x0003; - public static final int GL_LINE_TOKEN = 0x0702; - public static final int GL_LINE_WIDTH = 0x0B21; - public static final int GL_LINE_WIDTH_GRANULARITY = 0x0B23; - public static final int GL_LINE_WIDTH_RANGE = 0x0B22; - public static final int GL_LIST_BASE = 0x0B32; - public static final int GL_LIST_BIT = 0x00020000; - public static final int GL_LIST_INDEX = 0x0B33; - public static final int GL_LIST_MODE = 0x0B30; - public static final int GL_LIST_PRIORITY_SGIX = 0x8182; - public static final int GL_LOAD = 0x0101; - public static final int GL_LOGIC_OP = 0x0BF1; - public static final int GL_LOGIC_OP_MODE = 0x0BF0; - public static final int GL_LUMINANCE = 0x1909; - public static final int GL_LUMINANCE12 = 0x8041; - public static final int GL_LUMINANCE12_ALPHA12 = 0x8047; - public static final int GL_LUMINANCE12_ALPHA12_EXT = 0x8047; - public static final int GL_LUMINANCE12_ALPHA4 = 0x8046; - public static final int GL_LUMINANCE12_ALPHA4_EXT = 0x8046; - public static final int GL_LUMINANCE12_EXT = 0x8041; - public static final int GL_LUMINANCE16 = 0x8042; - public static final int GL_LUMINANCE16_ALPHA16 = 0x8048; - public static final int GL_LUMINANCE16_ALPHA16_EXT = 0x8048; - public static final int GL_LUMINANCE16_EXT = 0x8042; - public static final int GL_LUMINANCE4 = 0x803F; - public static final int GL_LUMINANCE4_ALPHA4 = 0x8043; - public static final int GL_LUMINANCE4_ALPHA4_EXT = 0x8043; - public static final int GL_LUMINANCE4_EXT = 0x803F; - public static final int GL_LUMINANCE6_ALPHA2 = 0x8044; - public static final int GL_LUMINANCE6_ALPHA2_EXT = 0x8044; - public static final int GL_LUMINANCE8 = 0x8040; - public static final int GL_LUMINANCE8_ALPHA8 = 0x8045; - public static final int GL_LUMINANCE8_ALPHA8_EXT = 0x8045; - public static final int GL_LUMINANCE8_EXT = 0x8040; - public static final int GL_LUMINANCE_ALPHA = 0x190A; - public static final int GL_MAP1_BINORMAL_EXT = 0x8446; - public static final int GL_MAP1_COLOR_4 = 0x0D90; - public static final int GL_MAP1_GRID_DOMAIN = 0x0DD0; - public static final int GL_MAP1_GRID_SEGMENTS = 0x0DD1; - public static final int GL_MAP1_INDEX = 0x0D91; - public static final int GL_MAP1_NORMAL = 0x0D92; - public static final int GL_MAP1_TANGENT_EXT = 0x8444; - public static final int GL_MAP1_TEXTURE_COORD_1 = 0x0D93; - public static final int GL_MAP1_TEXTURE_COORD_2 = 0x0D94; - public static final int GL_MAP1_TEXTURE_COORD_3 = 0x0D95; - public static final int GL_MAP1_TEXTURE_COORD_4 = 0x0D96; - public static final int GL_MAP1_VERTEX_3 = 0x0D97; - public static final int GL_MAP1_VERTEX_4 = 0x0D98; - public static final int GL_MAP2_BINORMAL_EXT = 0x8447; - public static final int GL_MAP2_COLOR_4 = 0x0DB0; - public static final int GL_MAP2_GRID_DOMAIN = 0x0DD2; - public static final int GL_MAP2_GRID_SEGMENTS = 0x0DD3; - public static final int GL_MAP2_INDEX = 0x0DB1; - public static final int GL_MAP2_NORMAL = 0x0DB2; - public static final int GL_MAP2_TANGENT_EXT = 0x8445; - public static final int GL_MAP2_TEXTURE_COORD_1 = 0x0DB3; - public static final int GL_MAP2_TEXTURE_COORD_2 = 0x0DB4; - public static final int GL_MAP2_TEXTURE_COORD_3 = 0x0DB5; - public static final int GL_MAP2_TEXTURE_COORD_4 = 0x0DB6; - public static final int GL_MAP2_VERTEX_3 = 0x0DB7; - public static final int GL_MAP2_VERTEX_4 = 0x0DB8; - public static final int GL_MAP_COLOR = 0x0D10; - public static final int GL_MAP_STENCIL = 0x0D11; - public static final int GL_MATRIX_MODE = 0x0BA0; - public static final int GL_MAX = 0x8008; - public static final int GL_MAX_3D_TEXTURE_SIZE = 0x8073; - public static final int GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073; - public static final int GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138; - public static final int GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35; - public static final int GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B; - public static final int GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177; - public static final int GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178; - public static final int GL_MAX_CLIP_PLANES = 0x0D32; - public static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80B3; - public static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3; - public static final int GL_MAX_CONVOLUTION_HEIGHT = 0x801B; - public static final int GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B; - public static final int GL_MAX_CONVOLUTION_WIDTH = 0x801A; - public static final int GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A; - public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT = 0x851C; - public static final int GL_MAX_ELEMENTS_INDICES = 0x80E9; - public static final int GL_MAX_ELEMENTS_INDICES_EXT = 0x80E9; - public static final int GL_MAX_ELEMENTS_VERTICES = 0x80E8; - public static final int GL_MAX_ELEMENTS_VERTICES_EXT = 0x80E8; - public static final int GL_MAX_EVAL_ORDER = 0x0D30; - public static final int GL_MAX_EXT = 0x8008; - public static final int GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C; - public static final int GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D; - public static final int GL_MAX_GENERAL_COMBINERS_NV = 0x854D; - public static final int GL_MAX_LIGHTS = 0x0D31; - public static final int GL_MAX_LIST_NESTING = 0x0B31; - public static final int GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36; - public static final int GL_MAX_NAME_STACK_DEPTH = 0x0D37; - public static final int GL_MAX_PIXEL_MAP_TABLE = 0x0D34; - public static final int GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8337; - public static final int GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38; - public static final int GL_MAX_SHININESS_NV = 0x8507; - public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8508; - public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; - public static final int GL_MAX_TEXTURE_SIZE = 0x0D33; - public static final int GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39; - public static final int GL_MAX_TEXTURE_UNITS_ARB = 0x84E2; - public static final int GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV = 0x8520; - public static final int GL_MAX_VIEWPORT_DIMS = 0x0D3A; - public static final int GL_MIN = 0x8007; - public static final int GL_MINMAX = 0x802E; - public static final int GL_MINMAX_FORMAT = 0x802F; - public static final int GL_MINMAX_SINK = 0x8030; - public static final int GL_MIN_EXT = 0x8007; - public static final int GL_MIRRORED_REPEAT_IBM = 0x8370; - public static final int GL_MODELVIEW = 0x1700; - public static final int GL_MODELVIEW0_EXT = 0x1700; - public static final int GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3; - public static final int GL_MODELVIEW1_EXT = 0x850A; - public static final int GL_MODELVIEW1_STACK_DEPTH_EXT = 0x8502; - public static final int GL_MODELVIEW_MATRIX = 0x0BA6; - public static final int GL_MODELVIEW_STACK_DEPTH = 0x0BA3; - public static final int GL_MODULATE = 0x2100; - public static final int GL_MULT = 0x0103; - public static final int GL_MULTISAMPLE_ARBfunda = 0x809D; - public static final int GL_MULTISAMPLE_BIT_ARB = 0x20000000; - public static final int GL_MULTISAMPLE_BIT_EXT = 0x20000000; - public static final int GL_MULTISAMPLE_SGIS = 0x809D; - public static final int GL_N3F_V3F = 0x2A25; - public static final int GL_NAME_STACK_DEPTH = 0x0D70; - public static final int GL_NAND = 0x150E; - public static final int GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 107011; - public static final int GL_NATIVE_GRAPHICS_END_HINT_PGI = 107012; - public static final int GL_NATIVE_GRAPHICS_HANDLE_PGI = 107010; - public static final int GL_NEAREST = 0x2600; - public static final int GL_NEAREST_MIPMAP_LINEAR = 0x2702; - public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700; - public static final int GL_NEVER = 0x0200; - public static final int GL_NICEST = 0x1102; - public static final int GL_NONE = 0x0; - public static final int GL_NOOP = 0x1505; - public static final int GL_NOR = 0x1508; - public static final int GL_NORMALIZE = 0x0BA1; - public static final int GL_NORMAL_ARRAY = 0x8075; - public static final int GL_NORMAL_ARRAY_COUNT_EXT = 0x8080; - public static final int GL_NORMAL_ARRAY_EXT = 0x8075; - public static final int GL_NORMAL_ARRAY_POINTER = 0x808F; - public static final int GL_NORMAL_ARRAY_POINTER_EXT = 0x808F; - public static final int GL_NORMAL_ARRAY_STRIDE = 0x807F; - public static final int GL_NORMAL_ARRAY_STRIDE_EXT = 0x807F; - public static final int GL_NORMAL_ARRAY_TYPE = 0x807E; - public static final int GL_NORMAL_ARRAY_TYPE_EXT = 0x807E; - public static final int GL_NORMAL_MAP_EXT = 0x8511; - public static final int GL_NORMAL_MAP_NV = 0x8511; - public static final int GL_NOTEQUAL = 0x0205; - public static final int GL_NO_ERROR = 0x0; - public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A2; - public static final int GL_NUM_GENERAL_COMBINERS_NV = 0x854E; - public static final int GL_OBJECT_LINEAR = 0x2401; - public static final int GL_OBJECT_PLANE = 0x2501; - public static final int GL_OCCLUSION_TEST_HP = 0x8165; - public static final int GL_OCCLUSION_TEST_RESULT_HP = 0x8166; - public static final int GL_ONE = 0x1; - public static final int GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004; - public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004; - public static final int GL_ONE_MINUS_CONSTANT_COLOR = 0x8002; - public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002; - public static final int GL_ONE_MINUS_DST_ALPHA = 0x0305; - public static final int GL_ONE_MINUS_DST_COLOR = 0x0307; - public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303; - public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301; - public static final int GL_OPERAND0_ALPHA_EXT = 0x8598; - public static final int GL_OPERAND0_RGB_EXT = 0x8590; - public static final int GL_OPERAND1_ALPHA_EXT = 0x8599; - public static final int GL_OPERAND1_RGB_EXT = 0x8591; - public static final int GL_OPERAND2_ALPHA_EXT = 0x859A; - public static final int GL_OPERAND2_RGB_EXT = 0x8592; - public static final int GL_OPERAND3_ALPHA_NV = 0x859B; - public static final int GL_OPERAND3_RGB_NV = 0x8593; - public static final int GL_OR = 0x1507; - public static final int GL_ORDER = 0x0A01; - public static final int GL_OR_INVERTED = 0x150D; - public static final int GL_OR_REVERSE = 0x150B; - public static final int GL_OUT_OF_MEMORY = 0x0505; - public static final int GL_PACK_ALIGNMENT = 0x0D05; - public static final int GL_PACK_CMYK_HINT_EXT = 0x800E; - public static final int GL_PACK_IMAGE_DEPTH_SGIS = 0x8131; - public static final int GL_PACK_IMAGE_HEIGHT = 0x806C; - public static final int GL_PACK_IMAGE_HEIGHT_EXT = 0x806C; - public static final int GL_PACK_LSB_FIRST = 0x0D01; - public static final int GL_PACK_ROW_LENGTH = 0x0D02; - public static final int GL_PACK_SKIP_IMAGES = 0x806B; - public static final int GL_PACK_SKIP_IMAGES_EXT = 0x806B; - public static final int GL_PACK_SKIP_PIXELS = 0x0D04; - public static final int GL_PACK_SKIP_ROWS = 0x0D03; - public static final int GL_PACK_SKIP_VOLUMES_SGIS = 0x8130; - public static final int GL_PACK_SWAP_BYTES = 0x0D00; - public static final int GL_PASS_THROUGH_TOKEN = 0x0700; - public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; - public static final int GL_PERTURB_EXT = 0x85AE; - public static final int GL_PHONG_HINT_WIN = 0x80EB; - public static final int GL_PHONG_WIN = 0x80EA; - public static final int GL_PIXEL_CUBIC_WEIGHT_EXT = 0x8333; - public static final int GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x1002; - public static final int GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x1001; - public static final int GL_PIXEL_GROUP_COLOR_SGIS = 0x1003; - public static final int GL_PIXEL_MAG_FILTER_EXT = 0x8331; - public static final int GL_PIXEL_MAP_A_TO_A = 0x0C79; - public static final int GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9; - public static final int GL_PIXEL_MAP_B_TO_B = 0x0C78; - public static final int GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8; - public static final int GL_PIXEL_MAP_G_TO_G = 0x0C77; - public static final int GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7; - public static final int GL_PIXEL_MAP_I_TO_A = 0x0C75; - public static final int GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5; - public static final int GL_PIXEL_MAP_I_TO_B = 0x0C74; - public static final int GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4; - public static final int GL_PIXEL_MAP_I_TO_G = 0x0C73; - public static final int GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3; - public static final int GL_PIXEL_MAP_I_TO_I = 0x0C70; - public static final int GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0; - public static final int GL_PIXEL_MAP_I_TO_R = 0x0C72; - public static final int GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2; - public static final int GL_PIXEL_MAP_R_TO_R = 0x0C76; - public static final int GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6; - public static final int GL_PIXEL_MAP_S_TO_S = 0x0C71; - public static final int GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1; - public static final int GL_PIXEL_MIN_FILTER_EXT = 0x8332; - public static final int GL_PIXEL_MODE_BIT = 0x00000020; - public static final int GL_PIXEL_TEXTURE_SGIS = 0x1000; - public static final int GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B; - public static final int GL_PIXEL_TEX_GEN_SGIX = 0x8139; - public static final int GL_PIXEL_TRANSFORM_2D_EXT = 0x8330; - public static final int GL_PIXEL_TRANSFORM_2D_MATRIX_EXT = 0x8338; - public static final int GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8336; - public static final int GL_POINT = 0x1B00; - public static final int GL_POINTS = 0x0000; - public static final int GL_POINT_BIT = 0x00000002; - public static final int GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128; - public static final int GL_POINT_SIZE = 0x0B11; - public static final int GL_POINT_SIZE_GRANULARITY = 0x0B13; - public static final int GL_POINT_SIZE_MAX_EXT = 0x8127; - public static final int GL_POINT_SIZE_MIN_EXT = 0x8126; - public static final int GL_POINT_SIZE_RANGE = 0x0B12; - public static final int GL_POINT_SMOOTH = 0x0B10; - public static final int GL_POINT_SMOOTH_HINT = 0x0C51; - public static final int GL_POINT_TOKEN = 0x0701; - public static final int GL_POLYGON = 0x0009; - public static final int GL_POLYGON_BIT = 0x00000008; - public static final int GL_POLYGON_MODE = 0x0B40; - public static final int GL_POLYGON_OFFSET_BIAS_EXT = 0x8039; - public static final int GL_POLYGON_OFFSET_EXT = 0x8037; - public static final int GL_POLYGON_OFFSET_FACTOR = 0x8038; - public static final int GL_POLYGON_OFFSET_FACTOR_EXT = 0x8038; - public static final int GL_POLYGON_OFFSET_FILL = 0x8037; - public static final int GL_POLYGON_OFFSET_LINE = 0x2A02; - public static final int GL_POLYGON_OFFSET_POINT = 0x2A01; - public static final int GL_POLYGON_OFFSET_UNITS = 0x2A00; - public static final int GL_POLYGON_SMOOTH = 0x0B41; - public static final int GL_POLYGON_SMOOTH_HINT = 0x0C53; - public static final int GL_POLYGON_STIPPLE = 0x0B42; - public static final int GL_POLYGON_STIPPLE_BIT = 0x00000010; - public static final int GL_POLYGON_TOKEN = 0x0703; - public static final int GL_POSITION = 0x1203; - public static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB; - public static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB; - public static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7; - public static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7; - public static final int GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA; - public static final int GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA; - public static final int GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6; - public static final int GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6; - public static final int GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2; - public static final int GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2; - public static final int GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9; - public static final int GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9; - public static final int GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5; - public static final int GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5; - public static final int GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8; - public static final int GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8; - public static final int GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4; - public static final int GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4; - public static final int GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023; - public static final int GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023; - public static final int GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F; - public static final int GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F; - public static final int GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022; - public static final int GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022; - public static final int GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E; - public static final int GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E; - public static final int GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1; - public static final int GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1; - public static final int GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021; - public static final int GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021; - public static final int GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D; - public static final int GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D; - public static final int GL_POST_CONVOLUTION_RED_BIAS = 0x8020; - public static final int GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020; - public static final int GL_POST_CONVOLUTION_RED_SCALE = 0x801C; - public static final int GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C; - public static final int GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B; - public static final int GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179; - public static final int GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C; - public static final int GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A; - public static final int GL_PREFER_DOUBLEBUFFER_HINT_PGI = 107000; - public static final int GL_PREVIOUS_EXT = 0x8578; - public static final int GL_PRIMARY_COLOR_EXT = 0x8577; - public static final int GL_PRIMARY_COLOR_NV = 0x852C; - public static final int GL_PROJECTION = 0x1701; - public static final int GL_PROJECTION_MATRIX = 0x0BA7; - public static final int GL_PROJECTION_STACK_DEPTH = 0x0BA4; - public static final int GL_PROXY_COLOR_TABLE = 0x80D3; - public static final int GL_PROXY_COLOR_TABLE_SGI = 0x80D3; - public static final int GL_PROXY_HISTOGRAM = 0x8025; - public static final int GL_PROXY_HISTOGRAM_EXT = 0x8025; - public static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5; - public static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5; - public static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4; - public static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4; - public static final int GL_PROXY_TEXTURE_1D = 0x8063; - public static final int GL_PROXY_TEXTURE_1D_EXT = 0x8063; - public static final int GL_PROXY_TEXTURE_2D = 0x8064; - public static final int GL_PROXY_TEXTURE_2D_EXT = 0x8064; - public static final int GL_PROXY_TEXTURE_3D = 0x8070; - public static final int GL_PROXY_TEXTURE_3D_EXT = 0x8070; - public static final int GL_PROXY_TEXTURE_4D_SGIS = 0x8135; - public static final int GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD; - public static final int GL_PROXY_TEXTURE_CUBE_MAP_EXT = 0x851B; - public static final int GL_Q = 0x2003; - public static final int GL_QUADRATIC_ATTENUATION = 0x1209; - public static final int GL_QUADS = 0x0007; - public static final int GL_QUAD_ALPHA4_SGIS = 0x811E; - public static final int GL_QUAD_ALPHA8_SGIS = 0x811F; - public static final int GL_QUAD_INTENSITY4_SGIS = 0x8122; - public static final int GL_QUAD_INTENSITY8_SGIS = 0x8123; - public static final int GL_QUAD_LUMINANCE4_SGIS0 = 0x8120; - public static final int GL_QUAD_LUMINANCE8_SGIS = 0x8121; - public static final int GL_QUAD_STRIP = 0x0008; - public static final int GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125; - public static final int GL_R = 0x2002; - public static final int GL_R1UI_C3F_V3F_SUN = 0x85C6; - public static final int GL_R1UI_C4F_N3F_V3F_SUN = 0x85C8; - public static final int GL_R1UI_C4UB_V3F_SUN = 0x85C5; - public static final int GL_R1UI_N3F_V3F_SUN = 0x85C7; - public static final int GL_R1UI_T2F_C4F_N3F_V3F_SUN = 0x85CB; - public static final int GL_R1UI_T2F_N3F_V3F_SUN = 0x85CA; - public static final int GL_R1UI_T2F_V3F_SUN = 0x85C9; - public static final int GL_R1UI_V3F_SUN = 0x85C4; - public static final int GL_R3_G3_B2 = 0x2A10; - public static final int GL_READ_BUFFER = 0x0C02; - public static final int GL_RECLAIM_MEMORY_HINT_PGI = 107006; - public static final int GL_RED = 0x1903; - public static final int GL_REDUCE = 0x8016; - public static final int GL_REDUCE_EXT = 0x8016; - public static final int GL_RED_BIAS = 0x0D15; - public static final int GL_RED_BITS = 0x0D52; - public static final int GL_RED_MAX_CLAMP_INGR = 0x8564; - public static final int GL_RED_MIN_CLAMP_INGR = 0x8560; - public static final int GL_RED_SCALE = 0x0D14; - public static final int GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E; - public static final int GL_REFERENCE_PLANE_SGIX = 0x817D; - public static final int GL_REFLECTION_MAP_EXT = 0x8512; - public static final int GL_REFLECTION_MAP_NV = 0x8512; - public static final int GL_REGISTER_COMBINERS_NV = 0x8522; - public static final int GL_RENDER = 0x1C00; - public static final int GL_RENDERER = 0x1F01; - public static final int GL_RENDER_MODE = 0x0C40; - public static final int GL_REPEAT = 0x2901; - public static final int GL_REPLACE = 0x1E01; - public static final int GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN = 0x85C3; - public static final int GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN = 0x85C2; - public static final int GL_REPLACEMENT_CODE_ARRAY_SUN = 0x85C0; - public static final int GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN = 0x85C1; - public static final int GL_REPLACEMENT_CODE_SUN = 0x81D8; - public static final int GL_REPLACE_EXT = 0x8062; - public static final int GL_REPLACE_MIDDLE_SUN = 0x02; - public static final int GL_REPLACE_OLDEST_SUN = 0x03; - public static final int GL_REPLICATE_BORDER = 0x8153; - public static final int GL_RESCALE_NORMAL = 0x803A; - public static final int GL_RESCALE_NORMAL_EXT = 0x803A; - public static final int GL_RESTART_SUN = 0x01; - public static final int GL_RETURN = 0x0102; - public static final int GL_RGB = 0x1907; - public static final int GL_RGB10 = 0x8052; - public static final int GL_RGB10_A2 = 0x8059; - public static final int GL_RGB10_A2_EXT = 0x8059; - public static final int GL_RGB10_EXT = 0x8052; - public static final int GL_RGB12 = 0x8053; - public static final int GL_RGB12_EXT = 0x8053; - public static final int GL_RGB16 = 0x8054; - public static final int GL_RGB16_EXT = 0x8054; - public static final int GL_RGB2_EXT = 0x804E; - public static final int GL_RGB4 = 0x804F; - public static final int GL_RGB4_EXT = 0x804F; - public static final int GL_RGB5 = 0x8050; - public static final int GL_RGB5_A1 = 0x8057; - public static final int GL_RGB5_A1_EXT = 0x8057; - public static final int GL_RGB5_EXT = 0x8050; - public static final int GL_RGB8 = 0x8051; - public static final int GL_RGB8_EXT = 0x8051; - public static final int GL_RGBA = 0x1908; - public static final int GL_RGBA12 = 0x805A; - public static final int GL_RGBA12_EXT = 0x805A; - public static final int GL_RGBA16 = 0x805B; - public static final int GL_RGBA16_EXT = 0x805B; - public static final int GL_RGBA2 = 0x8055; - public static final int GL_RGBA2_EXT = 0x8055; - public static final int GL_RGBA4 = 0x8056; - public static final int GL_RGBA4_EXT = 0x8056; - public static final int GL_RGBA8 = 0x8058; - public static final int GL_RGBA8_EXT = 0x8058; - public static final int GL_RGBA_MODE = 0x0C31; - public static final int GL_RGB_SCALE_EXT = 0x8573; - public static final int GL_RIGHT = 0x0407; - public static final int GL_S = 0x2000; - public static final int GL_SAMPLES_ARB = 0x80A9; - public static final int GL_SAMPLES_SGIS = 0x80A9; - public static final int GL_SAMPLE_ALPHA_TO_COVERAGE_ARB = 0x809E; - public static final int GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E; - public static final int GL_SAMPLE_ALPHA_TO_ONE_ARB = 0x809F; - public static final int GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F; - public static final int GL_SAMPLE_BUFFERS_ARB = 0x80A8; - public static final int GL_SAMPLE_BUFFERS_SGIS = 0x80A8; - public static final int GL_SAMPLE_COVERAGE_ARB = 0x80A0; - public static final int GL_SAMPLE_COVERAGE_INVERT_ARB = 0x80AB; - public static final int GL_SAMPLE_COVERAGE_VALUE_ARB = 0x80AA; - public static final int GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB; - public static final int GL_SAMPLE_MASK_SGIS = 0x80A0; - public static final int GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA; - public static final int GL_SAMPLE_MAX_PASSES_ARB = 0x84E7; - public static final int GL_SAMPLE_PASS_ARB = 0x84E8; - public static final int GL_SAMPLE_PATTERN_SGIS = 0x80AC; - public static final int GL_SCALE_BY_FOUR_NV = 0x853F; - public static final int GL_SCALE_BY_ONE_HALF_NV = 0x8540; - public static final int GL_SCALE_BY_TWO_NV = 0x853E; - public static final int GL_SCISSOR_BIT = 0x00080000; - public static final int GL_SCISSOR_BOX = 0x0C10; - public static final int GL_SCISSOR_TEST = 0x0C11; - public static final int GL_SCREEN_COORDINATES_REND = 0x8490; - public static final int GL_SECONDARY_COLOR_ARRAY_EXT = 0x845E; - public static final int GL_SECONDARY_COLOR_ARRAY_POINTER_EXT = 0x845D; - public static final int GL_SECONDARY_COLOR_ARRAY_SIZE_EXT = 0x845A; - public static final int GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT = 0x845C; - public static final int GL_SECONDARY_COLOR_ARRAY_TYPE_EXT = 0x845B; - public static final int GL_SECONDARY_COLOR_NV = 0x852D; - public static final int GL_SELECT = 0x1C02; - public static final int GL_SELECTION_BUFFER_POINTER = 0x0DF3; - public static final int GL_SELECTION_BUFFER_SIZE = 0x0DF4; - public static final int GL_SEPARABLE_2D = 0x8012; - public static final int GL_SEPARABLE_2D_EXT = 0x8012; - public static final int GL_SEPARATE_SPECULAR_COLOR = 0x81FA; - public static final int GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA; - public static final int GL_SET = 0x150F; - public static final int GL_SHADE_MODEL = 0x0B54; - public static final int GL_SHADOW_ATTENUATION_EXT = 0x834E; - public static final int GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB; - public static final int GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0; - public static final int GL_SHININESS = 0x1601; - public static final int GL_SHORT = 0x1402; - public static final int GL_SIGNED_IDENTITY_NV = 0x853C; - public static final int GL_SIGNED_NEGATE_NV = 0x853D; - public static final int GL_SINGLE_COLOR = 0x81F9; - public static final int GL_SINGLE_COLOR_EXT = 0x81F9; - public static final int GL_SMOOTH = 0x1D01; - public static final int GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23; - public static final int GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22; - public static final int GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13; - public static final int GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12; - public static final int GL_SOURCE0_ALPHA_EXT = 0x8588; - public static final int GL_SOURCE0_RGB_EXT = 0x8580; - public static final int GL_SOURCE1_ALPHA_EXT = 0x8589; - public static final int GL_SOURCE1_RGB_EXT = 0x8581; - public static final int GL_SOURCE2_ALPHA_EXT = 0x858A; - public static final int GL_SOURCE2_RGB_EXT = 0x8582; - public static final int GL_SOURCE3_ALPHA_NV = 0x858B; - public static final int GL_SOURCE3_RGB_NV = 0x8583; - public static final int GL_SPARE0_NV = 0x852E; - public static final int GL_SPARE0_PLUS_SECONDARY_COLOR_NV = 0x8532; - public static final int GL_SPARE1_NV = 0x852F; - public static final int GL_SPECULAR = 0x1202; - public static final int GL_SPHERE_MAP = 0x2402; - public static final int GL_SPOT_CUTOFF = 0x1206; - public static final int GL_SPOT_DIRECTION = 0x1204; - public static final int GL_SPOT_EXPONENT = 0x1205; - public static final int GL_SPRITE_AXIAL_SGIX = 0x814C; - public static final int GL_SPRITE_AXIS_SGIX = 0x814A; - public static final int GL_SPRITE_EYE_ALIGNED_SGIX = 0x814E; - public static final int GL_SPRITE_MODE_SGIX = 0x8149; - public static final int GL_SPRITE_OBJECT_ALIGNED_SGIX = 0x814D; - public static final int GL_SPRITE_SGIX = 0x8148; - public static final int GL_SPRITE_TRANSLATION_SGIX = 0x814B; - public static final int GL_SRC_ALPHA = 0x0302; - public static final int GL_SRC_ALPHA_SATURATE = 0x0308; - public static final int GL_SRC_COLOR = 0x0300; - public static final int GL_STACK_OVERFLOW = 0x0503; - public static final int GL_STACK_UNDERFLOW = 0x0504; - public static final int GL_STATIC_VERTEX_ARRAY_IBM = 0x19295; - public static final int GL_STENCIL = 0x1802; - public static final int GL_STENCIL_BITS = 0x0D57; - public static final int GL_STENCIL_BUFFER_BIT = 0x00000400; - public static final int GL_STENCIL_CLEAR_VALUE = 0x0B91; - public static final int GL_STENCIL_FAIL = 0x0B94; - public static final int GL_STENCIL_FUNC = 0x0B92; - public static final int GL_STENCIL_INDEX = 0x1901; - public static final int GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95; - public static final int GL_STENCIL_PASS_DEPTH_PASS = 0x0B96; - public static final int GL_STENCIL_REF = 0x0B97; - public static final int GL_STENCIL_TEST = 0x0B90; - public static final int GL_STENCIL_VALUE_MASK = 0x0B93; - public static final int GL_STENCIL_WRITEMASK = 0x0B98; - public static final int GL_STEREO = 0x0C33; - public static final int GL_STRICT_DEPTHFUNC_HINT_PGI = 107030; - public static final int GL_STRICT_LIGHTING_HINT_PGI = 107031; - public static final int GL_STRICT_SCISSOR_HINT_PGI = 107032; - public static final int GL_SUBPIXEL_BITS = 0x0D50; - public static final int GL_T = 0x2001; - public static final int GL_T2F_C3F_V3F = 0x2A2A; - public static final int GL_T2F_C4F_N3F_V3F = 0x2A2C; - public static final int GL_T2F_C4UB_V3F = 0x2A29; - public static final int GL_T2F_N3F_V3F = 0x2A2B; - public static final int GL_T2F_V3F = 0x2A27; - public static final int GL_T4F_C4F_N3F_V4F = 0x2A2D; - public static final int GL_T4F_V4F = 0x2A28; - public static final int GL_TABLE_TOO_LARGE = 0x8031; - public static final int GL_TABLE_TOO_LARGE_EXT = 0x8031; - public static final int GL_TANGENT_ARRAY_EXT = 0x8439; - public static final int GL_TANGENT_ARRAY_POINTER_EXT = 0x8442; - public static final int GL_TANGENT_ARRAY_STRIDE_EXT = 0x843F; - public static final int GL_TANGENT_ARRAY_TYPE_EXT = 0x843E; - public static final int GL_TEXTURE = 0x1702; - public static final int GL_TEXTURE0_ARB = 0x84C0; - public static final int GL_TEXTURE10_ARB = 0x84CA; - public static final int GL_TEXTURE11_ARB = 0x84CB; - public static final int GL_TEXTURE12_ARB = 0x84CC; - public static final int GL_TEXTURE13_ARB = 0x84CD; - public static final int GL_TEXTURE14_ARB = 0x84CE; - public static final int GL_TEXTURE15_ARB = 0x84CF; - public static final int GL_TEXTURE16_ARB = 0x84D0; - public static final int GL_TEXTURE17_ARB = 0x84D1; - public static final int GL_TEXTURE18_ARB = 0x84D2; - public static final int GL_TEXTURE19_ARB = 0x84D3; - public static final int GL_TEXTURE1_ARB = 0x84C1; - public static final int GL_TEXTURE20_ARB = 0x84D4; - public static final int GL_TEXTURE21_ARB = 0x84D5; - public static final int GL_TEXTURE22_ARB = 0x84D6; - public static final int GL_TEXTURE23_ARB = 0x84D7; - public static final int GL_TEXTURE24_ARB = 0x84D8; - public static final int GL_TEXTURE25_ARB = 0x84D9; - public static final int GL_TEXTURE26_ARB = 0x84DA; - public static final int GL_TEXTURE27_ARB = 0x84DB; - public static final int GL_TEXTURE28_ARB = 0x84DC; - public static final int GL_TEXTURE29_ARB = 0x84DD; - public static final int GL_TEXTURE2_ARB = 0x84C2; - public static final int GL_TEXTURE30_ARB = 0x84DE; - public static final int GL_TEXTURE31_ARB = 0x84DF; - public static final int GL_TEXTURE3_ARB = 0x84C3; - public static final int GL_TEXTURE4_ARB = 0x84C4; - public static final int GL_TEXTURE5_ARB = 0x84C5; - public static final int GL_TEXTURE6_ARB = 0x84C6; - public static final int GL_TEXTURE7_ARB = 0x84C7; - public static final int GL_TEXTURE8_ARB = 0x84C8; - public static final int GL_TEXTURE9_ARB = 0x84C9; - public static final int GL_TEXTURE_1D = 0x0DE0; - public static final int GL_TEXTURE_1D_BINDING_EXT = 0x8068; - public static final int GL_TEXTURE_2D = 0x0DE1; - public static final int GL_TEXTURE_2D_BINDING_EXT = 0x8069; - public static final int GL_TEXTURE_3D = 0x806F; - public static final int GL_TEXTURE_3D_BINDING_EXT = 0x806A; - public static final int GL_TEXTURE_3D_EXT = 0x806F; - public static final int GL_TEXTURE_4DSIZE_SGIS = 0x8136; - public static final int GL_TEXTURE_4D_BINDING_SGIS = 0x814F; - public static final int GL_TEXTURE_4D_SGIS = 0x8134; - public static final int GL_TEXTURE_ALPHA_SIZE = 0x805F; - public static final int GL_TEXTURE_ALPHA_SIZE_EXT = 0x805F; - public static final int GL_TEXTURE_APPLICATION_MODE_EXT = 0x834F; - public static final int GL_TEXTURE_BASE_LEVEL = 0x813C; - public static final int GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C; - public static final int GL_TEXTURE_BINDING_1D = 0x8068; - public static final int GL_TEXTURE_BINDING_2D = 0x8069; - public static final int GL_TEXTURE_BINDING_3D = 0x806A; - public static final int GL_TEXTURE_BINDING_CUBE_MAP_EXT = 0x8514; - public static final int GL_TEXTURE_BIT = 0x00040000; - public static final int GL_TEXTURE_BLUE_SIZE = 0x805E; - public static final int GL_TEXTURE_BLUE_SIZE_EXT = 0x805E; - public static final int GL_TEXTURE_BORDER = 0x1005; - public static final int GL_TEXTURE_BORDER_COLOR = 0x1004; - public static final int GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171; - public static final int GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176; - public static final int GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172; - public static final int GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175; - public static final int GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173; - public static final int GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174; - public static final int GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B; - public static final int GL_TEXTURE_COMPARE_SGIX = 0x819A; - public static final int GL_TEXTURE_COMPONENTS = 0x1003; - public static final int GL_TEXTURE_COMPRESSED_ARB = 0x86A1; - public static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB = 0x86A0; - public static final int GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF; - public static final int GL_TEXTURE_CONSTANT_DATA_SUNX = 0x81D6; - public static final int GL_TEXTURE_COORD_ARRAY = 0x8078; - public static final int GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B; - public static final int GL_TEXTURE_COORD_ARRAY_EXT = 0x8078; - public static final int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092; - public static final int GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092; - public static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088; - public static final int GL_TEXTURE_COORD_ARRAY_SIZE_EXT = 0x8088; - public static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A; - public static final int GL_TEXTURE_COORD_ARRAY_STRIDE_EXT = 0x808A; - public static final int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089; - public static final int GL_TEXTURE_COORD_ARRAY_TYPE_EXT = 0x8089; - public static final int GL_TEXTURE_CUBE_MAP_EXT = 0x8513; - public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT = 0x8516; - public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT = 0x8518; - public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT = 0x851A; - public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT = 0x8515; - public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT = 0x8517; - public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT = 0x8519; - public static final int GL_TEXTURE_DEPTH = 0x8071; - public static final int GL_TEXTURE_DEPTH_EXT = 0x8071; - public static final int GL_TEXTURE_ENV = 0x2300; - public static final int GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE; - public static final int GL_TEXTURE_ENV_COLOR = 0x2201; - public static final int GL_TEXTURE_ENV_MODE = 0x2200; - public static final int GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147; - public static final int GL_TEXTURE_FILTER_CONTROL_EXT = 0x8500; - public static final int GL_TEXTURE_GEN_MODE = 0x2500; - public static final int GL_TEXTURE_GEN_Q = 0x0C63; - public static final int GL_TEXTURE_GEN_R = 0x0C62; - public static final int GL_TEXTURE_GEN_S = 0x0C60; - public static final int GL_TEXTURE_GEN_T = 0x0C61; - public static final int GL_TEXTURE_GEQUAL_R_SGIX = 0x819D; - public static final int GL_TEXTURE_GREEN_SIZE = 0x805D; - public static final int GL_TEXTURE_GREEN_SIZE_EXT = 0x805D; - public static final int GL_TEXTURE_HEIGHT = 0x1001; - public static final int GL_TEXTURE_INDEX_SIZE_EXT = 0x80ED; - public static final int GL_TEXTURE_INTENSITY_SIZE = 0x8061; - public static final int GL_TEXTURE_INTENSITY_SIZE_EXT = 0x8061; - public static final int GL_TEXTURE_INTERNAL_FORMAT = 0x1003; - public static final int GL_TEXTURE_LEQUAL_R_SGIX = 0x819C; - public static final int GL_TEXTURE_LIGHT_EXT = 0x8350; - public static final int GL_TEXTURE_LOD_BIAS_EXT = 0x8501; - public static final int GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190; - public static final int GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E; - public static final int GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F; - public static final int GL_TEXTURE_LUMINANCE_SIZE = 0x8060; - public static final int GL_TEXTURE_LUMINANCE_SIZE_EXT = 0x8060; - public static final int GL_TEXTURE_MAG_FILTER = 0x2800; - public static final int GL_TEXTURE_MATERIAL_FACE_EXT = 0x8351; - public static final int GL_TEXTURE_MATERIAL_PARAMETER_EXT = 0x8352; - public static final int GL_TEXTURE_MATRIX = 0x0BA8; - public static final int GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; - public static final int GL_TEXTURE_MAX_LEVEL = 0x813D; - public static final int GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D; - public static final int GL_TEXTURE_MAX_LOD = 0x813B; - public static final int GL_TEXTURE_MAX_LOD_SGIS = 0x813B; - public static final int GL_TEXTURE_MIN_FILTER = 0x2801; - public static final int GL_TEXTURE_MIN_LOD = 0x813A; - public static final int GL_TEXTURE_MIN_LOD_SGIS = 0x813A; - public static final int GL_TEXTURE_NORMAL_EXT = 0x85AF; - public static final int GL_TEXTURE_PRIORITY = 0x8066; - public static final int GL_TEXTURE_PRIORITY_EXT = 0x8066; - public static final int GL_TEXTURE_RED_SIZE = 0x805C; - public static final int GL_TEXTURE_RED_SIZE_EXT = 0x805C; - public static final int GL_TEXTURE_RESIDENT = 0x8067; - public static final int GL_TEXTURE_RESIDENT_EXT = 0x8067; - public static final int GL_TEXTURE_STACK_DEPTH = 0x0BA5; - public static final int GL_TEXTURE_WIDTH = 0x1000; - public static final int GL_TEXTURE_WRAP_Q_SGIS = 0x8137; - public static final int GL_TEXTURE_WRAP_R = 0x8072; - public static final int GL_TEXTURE_WRAP_R_EXT = 0x8072; - public static final int GL_TEXTURE_WRAP_S = 0x2802; - public static final int GL_TEXTURE_WRAP_T = 0x2803; - public static final int GL_TRANSFORM_BIT = 0x00001000; - public static final int GL_TRANSFORM_HINT_APPLE = 0x85B1; - public static final int GL_TRANSPOSE_COLOR_MATRIX_ARB = 0x84E6; - public static final int GL_TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3; - public static final int GL_TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4; - public static final int GL_TRANSPOSE_TEXTURE_MATRIX_ARB = 0x84E5; - public static final int GL_TRIANGLES = 0x0004; - public static final int GL_TRIANGLE_FAN = 0x0006; - public static final int GL_TRIANGLE_LIST_SUN = 0x81D7; - public static final int GL_TRIANGLE_STRIP = 0x0005; - public static final int GL_UNPACK_ALIGNMENT = 0x0CF5; - public static final int GL_UNPACK_CMYK_HINT_EXT = 0x800F; - public static final int GL_UNPACK_CONSTANT_DATA_SUNX = 0x81D5; - public static final int GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133; - public static final int GL_UNPACK_IMAGE_HEIGHT = 0x806E; - public static final int GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E; - public static final int GL_UNPACK_LSB_FIRST = 0x0CF1; - public static final int GL_UNPACK_ROW_LENGTH = 0x0CF2; - public static final int GL_UNPACK_SKIP_IMAGES = 0x806D; - public static final int GL_UNPACK_SKIP_IMAGES_EXT = 0x806D; - public static final int GL_UNPACK_SKIP_PIXELS = 0x0CF4; - public static final int GL_UNPACK_SKIP_ROWS = 0x0CF3; - public static final int GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132; - public static final int GL_UNPACK_SWAP_BYTES = 0x0CF0; - public static final int GL_UNSIGNED_BYTE = 0x1401; - public static final int GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362; - public static final int GL_UNSIGNED_BYTE_3_3_2 = 0x8032; - public static final int GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032; - public static final int GL_UNSIGNED_IDENTITY_NV = 0x8536; - public static final int GL_UNSIGNED_INT = 0x1405; - public static final int GL_UNSIGNED_INT_10_10_10_2 = 0x8036; - public static final int GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036; - public static final int GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368; - public static final int GL_UNSIGNED_INT_8_8_8_8 = 0x8035; - public static final int GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035; - public static final int GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367; - public static final int GL_UNSIGNED_INVERT_NV = 0x8537; - public static final int GL_UNSIGNED_SHORT = 0x1403; - public static final int GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366; - public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; - public static final int GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033; - public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365; - public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034; - public static final int GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034; - public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; - public static final int GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364; - public static final int GL_V2F = 0x2A20; - public static final int GL_V3F = 0x2A21; - public static final int GL_VARIABLE_A_NV = 0x8523; - public static final int GL_VARIABLE_B_NV = 0x8524; - public static final int GL_VARIABLE_C_NV = 0x8525; - public static final int GL_VARIABLE_D_NV = 0x8526; - public static final int GL_VARIABLE_E_NV = 0x8527; - public static final int GL_VARIABLE_F_NV = 0x8528; - public static final int GL_VARIABLE_G_NV = 0x8529; - public static final int GL_VATERIAL_SIDE_HINT_PGI = 107052; - public static final int GL_VAT_AMBIENT_AND_DIFFUSE_BIT_PGI = 0x00200000; - public static final int GL_VAT_AMBIENT_BIT_PGI = 0x00100000; - public static final int GL_VAT_COLOR_INDEXES_BIT_PGI = 0x01000000; - public static final int GL_VAT_DIFFUSE_BIT_PGI = 0x00400000; - public static final int GL_VAT_EMISSION_BIT_PGI = 0x00800000; - public static final int GL_VAT_SHININESS_BIT_PGI = 0x02000000; - public static final int GL_VAT_SPECULAR_BIT_PGI = 0x04000000; - public static final int GL_VAX_VERTEX_HINT_PGI = 107053; - public static final int GL_VDGEFLAG_BIT_PGI = 0x00040000; - public static final int GL_VENDOR = 0x1F00; - public static final int GL_VERSION = 0x1F02; - public static final int GL_VERTEX23_BIT_PGI = 0x00000004; - public static final int GL_VERTEX4_BIT_PGI = 0x00000008; - public static final int GL_VERTEX_ARRAY = 0x8074; - public static final int GL_VERTEX_ARRAY_COUNT_EXT = 0x807D; - public static final int GL_VERTEX_ARRAY_EXT = 0x8074; - public static final int GL_VERTEX_ARRAY_POINTER = 0x808E; - public static final int GL_VERTEX_ARRAY_POINTER_EXT = 0x808E; - public static final int GL_VERTEX_ARRAY_RANGE_LENGTH_NV = 0x851E; - public static final int GL_VERTEX_ARRAY_RANGE_NV = 0x851D; - public static final int GL_VERTEX_ARRAY_RANGE_POINTER_NV = 0x8521; - public static final int GL_VERTEX_ARRAY_RANGE_VALID_NV = 0x851F; - public static final int GL_VERTEX_ARRAY_SIZE = 0x807A; - public static final int GL_VERTEX_ARRAY_SIZE_EXT = 0x807A; - public static final int GL_VERTEX_ARRAY_STRIDE = 0x807C; - public static final int GL_VERTEX_ARRAY_STRIDE_EXT = 0x807C; - public static final int GL_VERTEX_ARRAY_TYPE = 0x807B; - public static final int GL_VERTEX_ARRAY_TYPE_EXT = 0x807B; - public static final int GL_VERTEX_CONSISTENT_HINT_PGI = 107051; - public static final int GL_VERTEX_DATA_HINT_PGI = 107050; - public static final int GL_VERTEX_WEIGHTING_EXT = 0x8509; - public static final int GL_VERTEX_WEIGHT_ARRAY_EXT = 0x850C; - public static final int GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT = 0x8510; - public static final int GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT = 0x850D; - public static final int GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT = 0x850F; - public static final int GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT = 0x850E; - public static final int GL_VEXCOORD1_BIT_PGI = 0x10000000; - public static final int GL_VEXCOORD2_BIT_PGI = 0x20000000; - public static final int GL_VEXCOORD3_BIT_PGI = 0x40000000; - public static final int GL_VEXCOORD4_BIT_PGI = 0x80000000; - public static final int GL_VIEWPORT = 0x0BA2; - public static final int GL_VIEWPORT_BIT = 0x00000800; - public static final int GL_VNDEX_BIT_PGI = 0x00080000; - public static final int GL_VOLOR3_BIT_PGI = 0x00010000; - public static final int GL_VOLOR4_BIT_PGI = 0x00020000; - public static final int GL_VORMAL_BIT_PGI = 0x08000000; - public static final int GL_WIDE_LINE_HINT_PGI = 107042; - public static final int GL_WRAP_BORDER_SUN = 0x81D4; - public static final int GL_XOR = 0x1506; - public static final int GL_YCRCB_422_SGIX = 0x81BB; - public static final int GL_YCRCB_444_SGIX = 0x81BC; - public static final int GL_ZERO = 0x0; - public static final int GL_ZOOM_X = 0x0D16; - public static final int GL_ZOOM_Y = 0x0D17; -/* C2J Parser Version 2.1: Java program parsed successfully. */ + + public static final int GL_1PASS_ARB = 0x80A1; + public static final int GL_1PASS_SGIS = 0x80A1; + public static final int GL_2D = 0x0600; + public static final int GL_2PASS_0_ARB = 0x80A2; + public static final int GL_2PASS_0_SGIS = 0x80A2; + public static final int GL_2PASS_1_ARB = 0x80A3; + public static final int GL_2PASS_1_SGIS = 0x80A3; + public static final int GL_2_BYTES = 0x1407; + public static final int GL_3D = 0x0601; + public static final int GL_3D_COLOR = 0x0602; + public static final int GL_3D_COLOR_TEXTURE = 0x0603; + public static final int GL_3_BYTES = 0x1408; + public static final int GL_422_AVERAGE_EXT = 0x80CE; + public static final int GL_422_EXT = 0x80CC; + public static final int GL_422_REV_AVERAGE_EXT = 0x80CF; + public static final int GL_422_REV_EXT = 0x80CD; + public static final int GL_4D_COLOR_TEXTURE = 0x0604; + public static final int GL_4PASS_0_ARB = 0x80A4; + public static final int GL_4PASS_0_SGIS = 0x80A4; + public static final int GL_4PASS_1_ARB = 0x80A5; + public static final int GL_4PASS_1_SGIS = 0x80A5; + public static final int GL_4PASS_2_ARB = 0x80A6; + public static final int GL_4PASS_2_SGIS = 0x80A6; + public static final int GL_4PASS_3_ARB = 0x80A7; + public static final int GL_4PASS_3_SGIS = 0x80A7; + public static final int GL_4_BYTES = 0x1409; + public static final int GL_ABGR_EXT = 0x8000; + public static final int GL_ACCUM = 0x0100; + public static final int GL_ACCUM_ALPHA_BITS = 0x0D5B; + public static final int GL_ACCUM_BLUE_BITS = 0x0D5A; + public static final int GL_ACCUM_BUFFER_BIT = 0x00000200; + public static final int GL_ACCUM_CLEAR_VALUE = 0x0B80; + public static final int GL_ACCUM_GREEN_BITS = 0x0D59; + public static final int GL_ACCUM_RED_BITS = 0x0D58; + public static final int GL_ACTIVE_TEXTURE_ARB = 0x84E0; + public static final int GL_ADD = 0x0104; + public static final int GL_ADD_SIGNED_EXT = 0x8574; + public static final int GL_ALIASED_LINE_WIDTH_RANGE = 0x846E; + public static final int GL_ALIASED_POINT_SIZE_RANGE = 0x846D; + public static final int GL_ALLOW_DRAW_FRG_HINT_PGI = 107024; + public static final int GL_ALLOW_DRAW_MEM_HINT_PGI = 107025; + public static final int GL_ALLOW_DRAW_OBJ_HINT_PGI = 107022; + public static final int GL_ALLOW_DRAW_WIN_HINT_PGI = 107023; + public static final int GL_ALL_ATTRIB_BITS = 0x000FFFFF; + public static final int GL_ALL_STATIC_DATA_IBM = 0x19294; + public static final int GL_ALPHA = 0x1906; + public static final int GL_ALPHA12 = 0x803D; + public static final int GL_ALPHA12_EXT = 0x803D; + public static final int GL_ALPHA16 = 0x803E; + public static final int GL_ALPHA16_EXT = 0x803E; + public static final int GL_ALPHA4 = 0x803B; + public static final int GL_ALPHA4_EXT = 0x803B; + public static final int GL_ALPHA8 = 0x803C; + public static final int GL_ALPHA8_EXT = 0x803C; + public static final int GL_ALPHA_BIAS = 0x0D1D; + public static final int GL_ALPHA_BITS = 0x0D55; + public static final int GL_ALPHA_MAX_CLAMP_INGR = 0x8567; + public static final int GL_ALPHA_MIN_CLAMP_INGR = 0x8563; + public static final int GL_ALPHA_SCALE = 0x0D1C; + public static final int GL_ALPHA_TEST = 0x0BC0; + public static final int GL_ALPHA_TEST_FUNC = 0x0BC1; + public static final int GL_ALPHA_TEST_REF = 0x0BC2; + public static final int GL_ALWAYS = 0x0207; + public static final int GL_ALWAYS_FAST_HINT_PGI = 107020; + public static final int GL_ALWAYS_SOFT_HINT_PGI = 107021; + public static final int GL_AMBIENT = 0x1200; + public static final int GL_AMBIENT_AND_DIFFUSE = 0x1602; + public static final int GL_AND = 0x1501; + public static final int GL_AND_INVERTED = 0x1504; + public static final int GL_AND_REVERSE = 0x1502; + public static final int GL_ARRAY_ELEMENT_LOCK_COUNT_EXT = 0x81A9; + public static final int GL_ARRAY_ELEMENT_LOCK_FIRST_EXT = 0x81A8; + public static final int GL_ATTENUATION_EXT = 0x834D; + public static final int GL_ATTRIB_STACK_DEPTH = 0x0BB0; + public static final int GL_AUTO_NORMAL = 0x0D80; + public static final int GL_AUX0 = 0x0409; + public static final int GL_AUX1 = 0x040A; + public static final int GL_AUX2 = 0x040B; + public static final int GL_AUX3 = 0x040C; + public static final int GL_AUX_BUFFERS = 0x0C00; + public static final int GL_AVERAGE_EXT = 0x8335; + public static final int GL_BACK = 0x0405; + public static final int GL_BACK_LEFT = 0x0402; + public static final int GL_BACK_NORMALS_HINT_PGI = 107043; + public static final int GL_BACK_RIGHT = 0x0403; + public static final int GL_BGR = 0x80E0; + public static final int GL_BGRA = 0x80E1; + public static final int GL_BGRA_EXT = 0x80E1; + public static final int GL_BGR_EXT = 0x80E0; + public static final int GL_BIAS_BY_NEGATIVE_ONE_HALF_NV = 0x8541; + public static final int GL_BINORMAL_ARRAY_EXT = 0x843A; + public static final int GL_BINORMAL_ARRAY_POINTER_EXT = 0x8443; + public static final int GL_BINORMAL_ARRAY_STRIDE_EXT = 0x8441; + public static final int GL_BINORMAL_ARRAY_TYPE_EXT = 0x8440; + public static final int GL_BITMAP = 0x1A00; + public static final int GL_BITMAP_TOKEN = 0x0704; + public static final int GL_BLEND = 0x0BE2; + public static final int GL_BLEND_COLOR_EXT = 0x8005; + public static final int GL_BLEND_DST = 0x0BE0; + public static final int GL_BLEND_DST_ALPHA_EXT = 0x80CA; + public static final int GL_BLEND_DST_ALPHA_INGR = 0x80CA; + public static final int GL_BLEND_DST_RGB_EXT = 0x80C8; + public static final int GL_BLEND_DST_RGB_INGR = 0x80C8; + public static final int GL_BLEND_EQUATION = 0x8009; + public static final int GL_BLEND_EQUATION_EXT = 0x8009; + public static final int GL_BLEND_SRC = 0x0BE1; + public static final int GL_BLEND_SRC_ALPHA_EXT = 0x80CB; + public static final int GL_BLEND_SRC_ALPHA_INGR = 0x80CB; + public static final int GL_BLEND_SRC_RGB_EXT = 0x80C9; + public static final int GL_BLEND_SRC_RGB_INGR = 0x80C9; + public static final int GL_BLUE = 0x1905; + public static final int GL_BLUE_BIAS = 0x0D1B; + public static final int GL_BLUE_BITS = 0x0D54; + public static final int GL_BLUE_MAX_CLAMP_INGR = 0x8566; + public static final int GL_BLUE_MIN_CLAMP_INGR = 0x8562; + public static final int GL_BLUE_SCALE = 0x0D1A; + public static final int GL_BYTE = 0x1400; + public static final int GL_C3F_V3F = 0x2A24; + public static final int GL_C4F_N3F_V3F = 0x2A26; + public static final int GL_C4UB_V2F = 0x2A22; + public static final int GL_C4UB_V3F = 0x2A23; + public static final int GL_CCW = 0x0901; + public static final int GL_CLAMP = 0x2900; + public static final int GL_CLAMP_TO_BORDER_SGIS = 0x812D; + public static final int GL_CLAMP_TO_EDGE = 0x812F; + public static final int GL_CLAMP_TO_EDGE_SGIS = 0x812F; + public static final int GL_CLEAR = 0x1500; + public static final int GL_CLIENT_ACTIVE_TEXTURE_ARB = 0x84E1; + public static final int GL_CLIENT_ALL_ATTRIB_BITS = 0xFFFFFFFF; + public static final int GL_CLIENT_ATTRIB_STACK_DEPTH = 0x0BB1; + public static final int GL_CLIENT_PIXEL_STORE_BIT = 0x00000001; + public static final int GL_CLIENT_VERTEX_ARRAY_BIT = 0x00000002; + public static final int GL_CLIP_FAR_HINT_PGI = 107041; + public static final int GL_CLIP_NEAR_HINT_PGI = 107040; + public static final int GL_CLIP_PLANE0 = 0x3000; + public static final int GL_CLIP_PLANE1 = 0x3001; + public static final int GL_CLIP_PLANE2 = 0x3002; + public static final int GL_CLIP_PLANE3 = 0x3003; + public static final int GL_CLIP_PLANE4 = 0x3004; + public static final int GL_CLIP_PLANE5 = 0x3005; + public static final int GL_CLIP_VOLUME_CLIPPING_HINT_EXT = 0x80F; + public static final int GL_CMYKA_EXT = 0x800D; + public static final int GL_CMYK_EXT = 0x800C; + public static final int GL_COEFF = 0x0A00; + public static final int GL_COLOR = 0x1800; + public static final int GL_COLOR_ARRAY = 0x8076; + public static final int GL_COLOR_ARRAY_COUNT_EXT = 0x8084; + public static final int GL_COLOR_ARRAY_EXT = 0x8076; + public static final int GL_COLOR_ARRAY_POINTER = 0x8090; + public static final int GL_COLOR_ARRAY_POINTER_EXT = 0x8090; + public static final int GL_COLOR_ARRAY_SIZE = 0x8081; + public static final int GL_COLOR_ARRAY_SIZE_EXT = 0x8081; + public static final int GL_COLOR_ARRAY_STRIDE = 0x8083; + public static final int GL_COLOR_ARRAY_STRIDE_EXT = 0x8083; + public static final int GL_COLOR_ARRAY_TYPE = 0x8082; + public static final int GL_COLOR_ARRAY_TYPE_EXT = 0x8082; + public static final int GL_COLOR_BUFFER_BIT = 0x00004000; + public static final int GL_COLOR_CLEAR_VALUE = 0x0C22; + public static final int GL_COLOR_INDEX = 0x1900; + public static final int GL_COLOR_INDEX12_EXT = 0x80E6; + public static final int GL_COLOR_INDEX16_EXT = 0x80E7; + public static final int GL_COLOR_INDEX1_EXT = 0x80E2; + public static final int GL_COLOR_INDEX2_EXT = 0x80E3; + public static final int GL_COLOR_INDEX4_EXT = 0x80E4; + public static final int GL_COLOR_INDEX8_EXT = 0x80E5; + public static final int GL_COLOR_INDEXES = 0x1603; + public static final int GL_COLOR_LOGIC_OP = 0x0BF2; + public static final int GL_COLOR_MATERIAL = 0x0B57; + public static final int GL_COLOR_MATERIAL_FACE = 0x0B55; + public static final int GL_COLOR_MATERIAL_PARAMETER = 0x0B56; + public static final int GL_COLOR_MATRIX = 0x80B1; + public static final int GL_COLOR_MATRIX_SGI = 0x80B1; + public static final int GL_COLOR_MATRIX_STACK_DEPTH = 0x80B2; + public static final int GL_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B2; + public static final int GL_COLOR_SUM_CLAMP_NV = 0x854F; + public static final int GL_COLOR_SUM_EXT = 0x8458; + public static final int GL_COLOR_TABLE = 0x80D0; + public static final int GL_COLOR_TABLE_ALPHA_SIZE = 0x80DD; + public static final int GL_COLOR_TABLE_ALPHA_SIZE_EXT = 0x80DD; + public static final int GL_COLOR_TABLE_ALPHA_SIZE_SGI = 0x80DD; + public static final int GL_COLOR_TABLE_BIAS = 0x80D7; + public static final int GL_COLOR_TABLE_BIAS_SGI = 0x80D7; + public static final int GL_COLOR_TABLE_BLUE_SIZE = 0x80DC; + public static final int GL_COLOR_TABLE_BLUE_SIZE_EXT = 0x80DC; + public static final int GL_COLOR_TABLE_BLUE_SIZE_SGI = 0x80DC; + public static final int GL_COLOR_TABLE_FORMAT = 0x80D8; + public static final int GL_COLOR_TABLE_FORMAT_EXT = 0x80D8; + public static final int GL_COLOR_TABLE_FORMAT_SGI = 0x80D8; + public static final int GL_COLOR_TABLE_GREEN_SIZE = 0x80DB; + public static final int GL_COLOR_TABLE_GREEN_SIZE_EXT = 0x80DB; + public static final int GL_COLOR_TABLE_GREEN_SIZE_SGI = 0x80DB; + public static final int GL_COLOR_TABLE_INTENSITY_SIZE = 0x80DF; + public static final int GL_COLOR_TABLE_INTENSITY_SIZE_EXT = 0x80DF; + public static final int GL_COLOR_TABLE_INTENSITY_SIZE_SGI = 0x80DF; + public static final int GL_COLOR_TABLE_LUMINANCE_SIZE = 0x80DE; + public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_EXT = 0x80DE; + public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_SGI = 0x80DE; + public static final int GL_COLOR_TABLE_RED_SIZE = 0x80DA; + public static final int GL_COLOR_TABLE_RED_SIZE_EXT = 0x80DA; + public static final int GL_COLOR_TABLE_RED_SIZE_SGI = 0x80DA; + public static final int GL_COLOR_TABLE_SCALE = 0x80D6; + public static final int GL_COLOR_TABLE_SCALE_SGI = 0x80D6; + public static final int GL_COLOR_TABLE_SGI = 0x80D0; + public static final int GL_COLOR_TABLE_SGI_80BC = 0x80BC; + public static final int GL_COLOR_TABLE_WIDTH = 0x80D9; + public static final int GL_COLOR_TABLE_WIDTH_EXT = 0x80D9; + public static final int GL_COLOR_TABLE_WIDTH_SGI = 0x80D9; + public static final int GL_COLOR_WRITEMASK = 0x0C23; + public static final int GL_COMBINE4_NV = 0x8503; + public static final int GL_COMBINER0_NV = 0x8550; + public static final int GL_COMBINER1_NV = 0x8551; + public static final int GL_COMBINER2_NV = 0x8552; + public static final int GL_COMBINER3_NV = 0x8553; + public static final int GL_COMBINER4_NV = 0x8554; + public static final int GL_COMBINER5_NV = 0x8555; + public static final int GL_COMBINER6_NV = 0x8556; + public static final int GL_COMBINER7_NV = 0x8557; + public static final int GL_COMBINER_AB_DOT_PRODUCT_NV = 0x8545; + public static final int GL_COMBINER_AB_OUTPUT_NV = 0x854A; + public static final int GL_COMBINER_BIAS_NV = 0x8549; + public static final int GL_COMBINER_CD_DOT_PRODUCT_NV = 0x8546; + public static final int GL_COMBINER_CD_OUTPUT_NV = 0x854B; + public static final int GL_COMBINER_COMPONENT_USAGE_NV = 0x8544; + public static final int GL_COMBINER_INPUT_NV = 0x8542; + public static final int GL_COMBINER_MAPPING_NV = 0x8543; + public static final int GL_COMBINER_MUX_SUM_NV = 0x8547; + public static final int GL_COMBINER_SCALE_NV = 0x8548; + public static final int GL_COMBINER_SUM_OUTPUT_NV = 0x854C; + public static final int GL_COMBINE_ALPHA_EXT = 0x8572; + public static final int GL_COMBINE_EXT = 0x8570; + public static final int GL_COMBINE_RGB_EXT = 0x8571; + public static final int GL_COMPILE = 0x1300; + public static final int GL_COMPILE_AND_EXECUTE = 0x1301; + public static final int GL_COMPRESSED_ALPHA_ARB = 0x84E9; + public static final int GL_COMPRESSED_INTENSITY_ARB = 0x84EC; + public static final int GL_COMPRESSED_LUMINANCE_ALPHA_ARB = 0x84EB; + public static final int GL_COMPRESSED_LUMINANCE_ARB = 0x84EA; + public static final int GL_COMPRESSED_RGBA_ARB = 0x84EE; + public static final int GL_COMPRESSED_RGB_ARB = 0x84ED; + public static final int GL_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A3; + public static final int GL_CONSERVE_MEMORY_HINT_PGI = 107005; + public static final int GL_CONSTANT_ALPHA = 0x8003; + public static final int GL_CONSTANT_ALPHA_EXT = 0x8003; + public static final int GL_CONSTANT_ATTENUATION = 0x1207; + public static final int GL_CONSTANT_BORDER = 0x8151; + public static final int GL_CONSTANT_COLOR = 0x8001; + public static final int GL_CONSTANT_COLOR0_NV = 0x852A; + public static final int GL_CONSTANT_COLOR1_NV = 0x852B; + public static final int GL_CONSTANT_COLOR_EXT = 0x8001; + public static final int GL_CONSTANT_EXT = 0x8576; + public static final int GL_CONVOLUTION_1D = 0x8010; + public static final int GL_CONVOLUTION_1D_EXT = 0x8010; + public static final int GL_CONVOLUTION_2D = 0x8011; + public static final int GL_CONVOLUTION_2D_EXT = 0x8011; + public static final int GL_CONVOLUTION_BORDER_COLOR = 0x8154; + public static final int GL_CONVOLUTION_BORDER_MODE = 0x8013; + public static final int GL_CONVOLUTION_BORDER_MODE_EXT = 0x8013; + public static final int GL_CONVOLUTION_FILTER_BIAS = 0x8015; + public static final int GL_CONVOLUTION_FILTER_BIAS_EXT = 0x8015; + public static final int GL_CONVOLUTION_FILTER_SCALE = 0x8014; + public static final int GL_CONVOLUTION_FILTER_SCALE_EXT = 0x8014; + public static final int GL_CONVOLUTION_FORMAT = 0x8017; + public static final int GL_CONVOLUTION_FORMAT_EXT = 0x8017; + public static final int GL_CONVOLUTION_HEIGHT = 0x8019; + public static final int GL_CONVOLUTION_HEIGHT_EXT = 0x8019; + public static final int GL_CONVOLUTION_WIDTH = 0x8018; + public static final int GL_CONVOLUTION_WIDTH_EXT = 0x8018; + public static final int GL_COPY = 0x1503; + public static final int GL_COPY_INVERTED = 0x150C; + public static final int GL_COPY_PIXEL_TOKEN = 0x0706; + public static final int GL_CUBIC_EXT = 0x8334; + public static final int GL_CULL_FACE = 0x0B44; + public static final int GL_CULL_FACE_MODE = 0x0B45; + public static final int GL_CULL_VERTEX_EXT = 0x81AA; + public static final int GL_CULL_VERTEX_EYE_POSITION_EXT = 0x81AB; + public static final int GL_CULL_VERTEX_IBM = 0x1928A; + public static final int GL_CULL_VERTEX_OBJECT_POSITION_EXT = 0x81AC; + public static final int GL_CURRENT_BINORMAL_EXT = 0x843C; + public static final int GL_CURRENT_BIT = 0x00000001; + public static final int GL_CURRENT_COLOR = 0x0B00; + public static final int GL_CURRENT_FOG_COORDINATE_EXT = 0x8453; + public static final int GL_CURRENT_INDEX = 0x0B01; + public static final int GL_CURRENT_NORMAL = 0x0B02; + public static final int GL_CURRENT_RASTER_COLOR = 0x0B04; + public static final int GL_CURRENT_RASTER_DISTANCE = 0x0B09; + public static final int GL_CURRENT_RASTER_INDEX = 0x0B05; + public static final int GL_CURRENT_RASTER_POSITION = 0x0B07; + public static final int GL_CURRENT_RASTER_POSITION_VALID = 0x0B08; + public static final int GL_CURRENT_RASTER_TEXTURE_COORDS = 0x0B06; + public static final int GL_CURRENT_SECONDARY_COLOR_EXT = 0x8459; + public static final int GL_CURRENT_TANGENT_EXT = 0x843B; + public static final int GL_CURRENT_TEXTURE_COORDS = 0x0B03; + public static final int GL_CURRENT_VERTEX_WEIGHT_EXT = 0x850B; + public static final int GL_CW = 0x0900; + public static final int GL_DECAL = 0x2101; + public static final int GL_DECR = 0x1E03; + public static final int GL_DECR_WRAP_EXT = 0x8508; + public static final int GL_DEPTH = 0x1801; + public static final int GL_DEPTH_BIAS = 0x0D1F; + public static final int GL_DEPTH_BITS = 0x0D56; + public static final int GL_DEPTH_BUFFER_BIT = 0x00000100; + public static final int GL_DEPTH_CLEAR_VALUE = 0x0B73; + public static final int GL_DEPTH_COMPONENT = 0x1902; + public static final int GL_DEPTH_COMPONENT16_SGIX = 0x81A5; + public static final int GL_DEPTH_COMPONENT24_SGIX = 0x81A6; + public static final int GL_DEPTH_COMPONENT32_SGIX = 0x81A7; + public static final int GL_DEPTH_FUNC = 0x0B74; + public static final int GL_DEPTH_RANGE = 0x0B70; + public static final int GL_DEPTH_SCALE = 0x0D1E; + public static final int GL_DEPTH_TEST = 0x0B71; + public static final int GL_DEPTH_WRITEMASK = 0x0B72; + public static final int GL_DETAIL_TEXTURE_2D_BINDING_SGIS = 0x8096; + public static final int GL_DETAIL_TEXTURE_2D_SGIS = 0x8095; + public static final int GL_DETAIL_TEXTURE_LEVEL_SGIS = 0x809A; + public static final int GL_DETAIL_TEXTURE_MODE_SGIS = 0x809B; + public static final int GL_DIFFUSE = 0x1201; + public static final int GL_DISCARD_NV = 0x8530; + public static final int GL_DISTANCE_ATTENUATION_EXT = 0x8129; + public static final int GL_DITHER = 0x0BD0; + public static final int GL_DOMAIN = 0x0A02; + public static final int GL_DONT_CARE = 0x1100; + public static final int GL_DOUBLE = 0x140A; + public static final int GL_DOUBLEBUFFER = 0x0C32; + public static final int GL_DRAW_BUFFER = 0x0C01; + public static final int GL_DRAW_PIXEL_TOKEN = 0x0705; + public static final int GL_DST_ALPHA = 0x0304; + public static final int GL_DST_COLOR = 0x0306; + public static final int GL_DUAL_ALPHA12_SGIS = 0x8112; + public static final int GL_DUAL_ALPHA16_SGIS = 0x8113; + public static final int GL_DUAL_ALPHA4_SGIS = 0x8110; + public static final int GL_DUAL_ALPHA8_SGIS = 0x8111; + public static final int GL_DUAL_INTENSITY12_SGIS = 0x811A; + public static final int GL_DUAL_INTENSITY16_SGIS = 0x811B; + public static final int GL_DUAL_INTENSITY4_SGIS = 0x8118; + public static final int GL_DUAL_INTENSITY8_SGIS = 0x8119; + public static final int GL_DUAL_LUMINANCE12_SGIS = 0x8116; + public static final int GL_DUAL_LUMINANCE16_SGIS = 0x8117; + public static final int GL_DUAL_LUMINANCE4_SGIS = 0x8114; + public static final int GL_DUAL_LUMINANCE8_SGIS = 0x8115; + public static final int GL_DUAL_LUMINANCE_ALPHA4_SGIS = 0x811C; + public static final int GL_DUAL_LUMINANCE_ALPHA8_SGIS = 0x811D; + public static final int GL_DUAL_TEXTURE_SELECT_SGIS = 0x8124; + public static final int GL_EDGE_FLAG = 0x0B43; + public static final int GL_EDGE_FLAG_ARRAY = 0x8079; + public static final int GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D; + public static final int GL_EDGE_FLAG_ARRAY_EXT = 0x8079; + public static final int GL_EDGE_FLAG_ARRAY_POINTER = 0x8093; + public static final int GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093; + public static final int GL_EDGE_FLAG_ARRAY_STRIDE = 0x808C; + public static final int GL_EDGE_FLAG_ARRAY_STRIDE_EXT = 0x808C; + public static final int GL_EMBOSS_CONSTANT_NV = 0x855E; + public static final int GL_EMBOSS_LIGHT_NV = 0x855D; + public static final int GL_EMBOSS_MAP_NV = 0x855F; + public static final int GL_EMISSION = 0x1600; + public static final int GL_ENABLE_BIT = 0x00002000; + public static final int GL_EQUAL = 0x0202; + public static final int GL_EQUIV = 0x1509; + public static final int GL_EVAL_BIT = 0x00010000; + public static final int GL_EXP = 0x0800; + public static final int GL_EXP2 = 0x0801; + public static final int GL_EXPAND_NEGATE_NV = 0x8539; + public static final int GL_EXPAND_NORMAL_NV = 0x8538; + public static final int GL_EXTENSIONS = 0x1F03; + public static final int GL_EYE_LINEAR = 0x2400; + public static final int GL_EYE_PLANE = 0x2502; + public static final int GL_EYE_PLANE_ABSOLUTE_NV = 0x855C; + public static final int GL_EYE_RADIAL_NV = 0x855B; + public static final int GL_E_TIMES_F_NV = 0x8531; + public static final int GL_FASTEST = 0x1101; + public static final int GL_FEEDBACK = 0x1C01; + public static final int GL_FEEDBACK_BUFFER_POINTER = 0x0DF0; + public static final int GL_FEEDBACK_BUFFER_SIZE = 0x0DF1; + public static final int GL_FEEDBACK_BUFFER_TYPE = 0x0DF2; + public static final int GL_FILL = 0x1B02; + public static final int GL_FILTER4_SGIS = 0x8146; + public static final int GL_FLAT = 0x1D00; + public static final int GL_FLOAT = 0x1406; + public static final int GL_FOG = 0x0B60; + public static final int GL_FOG_BIT = 0x00000080; + public static final int GL_FOG_COLOR = 0x0B66; + public static final int GL_FOG_COORDINATE_ARRAY_EXT = 0x8457; + public static final int GL_FOG_COORDINATE_ARRAY_POINTER_EXT = 0x8456; + public static final int GL_FOG_COORDINATE_ARRAY_STRIDE_EXT = 0x8455; + public static final int GL_FOG_COORDINATE_ARRAY_TYPE_EXT = 0x8454; + public static final int GL_FOG_COORDINATE_EXT = 0x8451; + public static final int GL_FOG_COORDINATE_SOURCE_EXT = 0x8450; + public static final int GL_FOG_DENSITY = 0x0B62; + public static final int GL_FOG_DISTANCE_MODE_NV = 0x855A; + public static final int GL_FOG_END = 0x0B64; + public static final int GL_FOG_FUNC_POINTS_SGIS = 0x812B; + public static final int GL_FOG_FUNC_SGIS = 0x812A; + public static final int GL_FOG_HINT = 0x0C54; + public static final int GL_FOG_INDEX = 0x0B61; + public static final int GL_FOG_MODE = 0x0B65; + public static final int GL_FOG_OFFSET_SGIX = 0x8198; + public static final int GL_FOG_OFFSET_VALUE_SGIX = 0x8199; + public static final int GL_FOG_SPECULAR_TEXTURE_WIN = 0x80EC; + public static final int GL_FOG_START = 0x0B63; + public static final int GL_FRAGMENT_COLOR_EXT = 0x834C; + public static final int GL_FRAGMENT_DEPTH_EXT = 0x8452; + public static final int GL_FRAGMENT_DEPTH_EXT_834B = 0x834B; + public static final int GL_FRAGMENT_MATERIAL_EXT = 0x8349; + public static final int GL_FRAGMENT_NORMAL_EXT = 0x834A; + public static final int GL_FRAMEZOOM_FACTOR_SGIX = 0x818C; + public static final int GL_FRAMEZOOM_SGIX = 0x818B; + public static final int GL_FRONT = 0x0404; + public static final int GL_FRONT_AND_BACK = 0x0408; + public static final int GL_FRONT_FACE = 0x0B46; + public static final int GL_FRONT_LEFT = 0x0400; + public static final int GL_FRONT_RIGHT = 0x0401; + public static final int GL_FULL_STIPPLE_HINT_PGI = 107033; + public static final int GL_FUNC_ADD = 0x8006; + public static final int GL_FUNC_ADD_EXT = 0x8006; + public static final int GL_FUNC_REVERSE_SUBTRACT = 0x800B; + public static final int GL_FUNC_REVERSE_SUBTRACT_EXT = 0x800B; + public static final int GL_FUNC_SUBTRACT = 0x800A; + public static final int GL_FUNC_SUBTRACT_EXT = 0x800A; + public static final int GL_GENERATE_MIPMAP_HINT_SGIS = 0x8192; + public static final int GL_GENERATE_MIPMAP_SGIS = 0x8191; + public static final int GL_GEQUAL = 0x0206; + public static final int GL_GLEXT_VERSION_EXT = 8; + public static final int GL_GLOBAL_ALPHA_FACTOR_SUN = 0x81DA; + public static final int GL_GLOBAL_ALPHA_SUN = 0x81D9; + public static final int GL_GREATER = 0x0204; + public static final int GL_GREEN = 0x1904; + public static final int GL_GREEN_BIAS = 0x0D19; + public static final int GL_GREEN_BITS = 0x0D53; + public static final int GL_GREEN_MAX_CLAMP_INGR = 0x8565; + public static final int GL_GREEN_MIN_CLAMP_INGR = 0x8561; + public static final int GL_GREEN_SCALE = 0x0D18; + public static final int GL_HALF_BIAS_NEGATE_NV = 0x853B; + public static final int GL_HALF_BIAS_NORMAL_NV = 0x853A; + public static final int GL_HINT_BIT = 0x00008000; + public static final int GL_HISTOGRAM = 0x8024; + public static final int GL_HISTOGRAM_ALPHA_SIZE = 0x802B; + public static final int GL_HISTOGRAM_ALPHA_SIZE_EXT = 0x802B; + public static final int GL_HISTOGRAM_BLUE_SIZE = 0x802A; + public static final int GL_HISTOGRAM_BLUE_SIZE_EXT = 0x802A; + public static final int GL_HISTOGRAM_EXT = 0x8024; + public static final int GL_HISTOGRAM_FORMAT = 0x8027; + public static final int GL_HISTOGRAM_FORMAT_EXT = 0x8027; + public static final int GL_HISTOGRAM_GREEN_SIZE = 0x8029; + public static final int GL_HISTOGRAM_GREEN_SIZE_EXT = 0x8029; + public static final int GL_HISTOGRAM_LUMINANCE_SIZE = 0x802C; + public static final int GL_HISTOGRAM_LUMINANCE_SIZE_EXT = 0x802C; + public static final int GL_HISTOGRAM_RED_SIZE = 0x8028; + public static final int GL_HISTOGRAM_RED_SIZE_EXT = 0x8028; + public static final int GL_HISTOGRAM_SINK = 0x802D; + public static final int GL_HISTOGRAM_SINK_EXT = 0x802D; + public static final int GL_HISTOGRAM_WIDTH = 0x8026; + public static final int GL_HISTOGRAM_WIDTH_EXT = 0x8026; + public static final int GL_INCR = 0x1E02; + public static final int GL_INCR_WRAP_EXT = 0x8507; + public static final int GL_INDEX_ARRAY = 0x8077; + public static final int GL_INDEX_ARRAY_COUNT_EXT = 0x8087; + public static final int GL_INDEX_ARRAY_EXT = 0x8077; + public static final int GL_INDEX_ARRAY_POINTER = 0x8091; + public static final int GL_INDEX_ARRAY_POINTER_EXT = 0x8091; + public static final int GL_INDEX_ARRAY_STRIDE = 0x8086; + public static final int GL_INDEX_ARRAY_STRIDE_EXT = 0x8086; + public static final int GL_INDEX_ARRAY_TYPE = 0x8085; + public static final int GL_INDEX_ARRAY_TYPE_EXT = 0x8085; + public static final int GL_INDEX_BITS = 0x0D51; + public static final int GL_INDEX_CLEAR_VALUE = 0x0C20; + public static final int GL_INDEX_LOGIC_OP = 0x0BF1; + public static final int GL_INDEX_MODE = 0x0C30; + public static final int GL_INDEX_OFFSET = 0x0D13; + public static final int GL_INDEX_SHIFT = 0x0D12; + public static final int GL_INDEX_WRITEMASK = 0x0C21; + public static final int GL_INSTRUMENT_BUFFER_POINTER_SGIX = 0x8180; + public static final int GL_INSTRUMENT_MEASUREMENTS_SGIX = 0x8181; + public static final int GL_INT = 0x1404; + public static final int GL_INTENSITY = 0x8049; + public static final int GL_INTENSITY12 = 0x804C; + public static final int GL_INTENSITY12_EXT = 0x804C; + public static final int GL_INTENSITY16 = 0x804D; + public static final int GL_INTENSITY16_EXT = 0x804D; + public static final int GL_INTENSITY4 = 0x804A; + public static final int GL_INTENSITY4_EXT = 0x804A; + public static final int GL_INTENSITY8 = 0x804B; + public static final int GL_INTENSITY8_EXT = 0x804B; + public static final int GL_INTENSITY_EXT = 0x8049; + public static final int GL_INTERLACE_READ_INGR = 0x8568; + public static final int GL_INTERLACE_SGIX = 0x8094; + public static final int GL_INTERPOLATE_EXT = 0x8575; + public static final int GL_INVALID_ENUM = 0x0500; + public static final int GL_INVALID_OPERATION = 0x0502; + public static final int GL_INVALID_VALUE = 0x0501; + public static final int GL_INVERT = 0x150A; + public static final int GL_INVERTED_SCREEN_W_REND = 0x8491; + public static final int GL_IR_INSTRUMENT1_SGIX = 0x817F; + public static final int GL_KEEP = 0x1E00; + public static final int GL_LEFT = 0x0406; + public static final int GL_LEQUAL = 0x0203; + public static final int GL_LESS = 0x0201; + public static final int GL_LIGHT0 = 0x4000; + public static final int GL_LIGHT1 = 0x4001; + public static final int GL_LIGHT2 = 0x4002; + public static final int GL_LIGHT3 = 0x4003; + public static final int GL_LIGHT4 = 0x4004; + public static final int GL_LIGHT5 = 0x4005; + public static final int GL_LIGHT6 = 0x4006; + public static final int GL_LIGHT7 = 0x4007; + public static final int GL_LIGHTING = 0x0B50; + public static final int GL_LIGHTING_BIT = 0x00000040; + public static final int GL_LIGHT_MODEL_AMBIENT = 0x0B53; + public static final int GL_LIGHT_MODEL_COLOR_CONTROL = 0x81F8; + public static final int GL_LIGHT_MODEL_COLOR_CONTROL_EXT = 0x81F8; + public static final int GL_LIGHT_MODEL_LOCAL_VIEWER = 0x0B51; + public static final int GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE = 0x85B0; + public static final int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52; + public static final int GL_LINE = 0x1B01; + public static final int GL_LINEAR = 0x2601; + public static final int GL_LINEAR_ATTENUATION = 0x1208; + public static final int GL_LINEAR_CLIPMAP_LINEAR_SGIX = 0x8170; + public static final int GL_LINEAR_DETAIL_ALPHA_SGIS = 0x8098; + public static final int GL_LINEAR_DETAIL_COLOR_SGIS = 0x8099; + public static final int GL_LINEAR_DETAIL_SGIS = 0x8097; + public static final int GL_LINEAR_MIPMAP_LINEAR = 0x2703; + public static final int GL_LINEAR_MIPMAP_NEAREST = 0x2701; + public static final int GL_LINEAR_SHARPEN_ALPHA_SGIS = 0x80AE; + public static final int GL_LINEAR_SHARPEN_COLOR_SGIS = 0x80AF; + public static final int GL_LINEAR_SHARPEN_SGIS = 0x80AD; + public static final int GL_LINES = 0x0001; + public static final int GL_LINE_BIT = 0x00000004; + public static final int GL_LINE_LOOP = 0x0002; + public static final int GL_LINE_RESET_TOKEN = 0x0707; + public static final int GL_LINE_SMOOTH = 0x0B20; + public static final int GL_LINE_SMOOTH_HINT = 0x0C52; + public static final int GL_LINE_STIPPLE = 0x0B24; + public static final int GL_LINE_STIPPLE_PATTERN = 0x0B25; + public static final int GL_LINE_STIPPLE_REPEAT = 0x0B26; + public static final int GL_LINE_STRIP = 0x0003; + public static final int GL_LINE_TOKEN = 0x0702; + public static final int GL_LINE_WIDTH = 0x0B21; + public static final int GL_LINE_WIDTH_GRANULARITY = 0x0B23; + public static final int GL_LINE_WIDTH_RANGE = 0x0B22; + public static final int GL_LIST_BASE = 0x0B32; + public static final int GL_LIST_BIT = 0x00020000; + public static final int GL_LIST_INDEX = 0x0B33; + public static final int GL_LIST_MODE = 0x0B30; + public static final int GL_LIST_PRIORITY_SGIX = 0x8182; + public static final int GL_LOAD = 0x0101; + public static final int GL_LOGIC_OP = 0x0BF1; + public static final int GL_LOGIC_OP_MODE = 0x0BF0; + public static final int GL_LUMINANCE = 0x1909; + public static final int GL_LUMINANCE12 = 0x8041; + public static final int GL_LUMINANCE12_ALPHA12 = 0x8047; + public static final int GL_LUMINANCE12_ALPHA12_EXT = 0x8047; + public static final int GL_LUMINANCE12_ALPHA4 = 0x8046; + public static final int GL_LUMINANCE12_ALPHA4_EXT = 0x8046; + public static final int GL_LUMINANCE12_EXT = 0x8041; + public static final int GL_LUMINANCE16 = 0x8042; + public static final int GL_LUMINANCE16_ALPHA16 = 0x8048; + public static final int GL_LUMINANCE16_ALPHA16_EXT = 0x8048; + public static final int GL_LUMINANCE16_EXT = 0x8042; + public static final int GL_LUMINANCE4 = 0x803F; + public static final int GL_LUMINANCE4_ALPHA4 = 0x8043; + public static final int GL_LUMINANCE4_ALPHA4_EXT = 0x8043; + public static final int GL_LUMINANCE4_EXT = 0x803F; + public static final int GL_LUMINANCE6_ALPHA2 = 0x8044; + public static final int GL_LUMINANCE6_ALPHA2_EXT = 0x8044; + public static final int GL_LUMINANCE8 = 0x8040; + public static final int GL_LUMINANCE8_ALPHA8 = 0x8045; + public static final int GL_LUMINANCE8_ALPHA8_EXT = 0x8045; + public static final int GL_LUMINANCE8_EXT = 0x8040; + public static final int GL_LUMINANCE_ALPHA = 0x190A; + public static final int GL_MAP1_BINORMAL_EXT = 0x8446; + public static final int GL_MAP1_COLOR_4 = 0x0D90; + public static final int GL_MAP1_GRID_DOMAIN = 0x0DD0; + public static final int GL_MAP1_GRID_SEGMENTS = 0x0DD1; + public static final int GL_MAP1_INDEX = 0x0D91; + public static final int GL_MAP1_NORMAL = 0x0D92; + public static final int GL_MAP1_TANGENT_EXT = 0x8444; + public static final int GL_MAP1_TEXTURE_COORD_1 = 0x0D93; + public static final int GL_MAP1_TEXTURE_COORD_2 = 0x0D94; + public static final int GL_MAP1_TEXTURE_COORD_3 = 0x0D95; + public static final int GL_MAP1_TEXTURE_COORD_4 = 0x0D96; + public static final int GL_MAP1_VERTEX_3 = 0x0D97; + public static final int GL_MAP1_VERTEX_4 = 0x0D98; + public static final int GL_MAP2_BINORMAL_EXT = 0x8447; + public static final int GL_MAP2_COLOR_4 = 0x0DB0; + public static final int GL_MAP2_GRID_DOMAIN = 0x0DD2; + public static final int GL_MAP2_GRID_SEGMENTS = 0x0DD3; + public static final int GL_MAP2_INDEX = 0x0DB1; + public static final int GL_MAP2_NORMAL = 0x0DB2; + public static final int GL_MAP2_TANGENT_EXT = 0x8445; + public static final int GL_MAP2_TEXTURE_COORD_1 = 0x0DB3; + public static final int GL_MAP2_TEXTURE_COORD_2 = 0x0DB4; + public static final int GL_MAP2_TEXTURE_COORD_3 = 0x0DB5; + public static final int GL_MAP2_TEXTURE_COORD_4 = 0x0DB6; + public static final int GL_MAP2_VERTEX_3 = 0x0DB7; + public static final int GL_MAP2_VERTEX_4 = 0x0DB8; + public static final int GL_MAP_COLOR = 0x0D10; + public static final int GL_MAP_STENCIL = 0x0D11; + public static final int GL_MATRIX_MODE = 0x0BA0; + public static final int GL_MAX = 0x8008; + public static final int GL_MAX_3D_TEXTURE_SIZE = 0x8073; + public static final int GL_MAX_3D_TEXTURE_SIZE_EXT = 0x8073; + public static final int GL_MAX_4D_TEXTURE_SIZE_SGIS = 0x8138; + public static final int GL_MAX_ATTRIB_STACK_DEPTH = 0x0D35; + public static final int GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 0x0D3B; + public static final int GL_MAX_CLIPMAP_DEPTH_SGIX = 0x8177; + public static final int GL_MAX_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8178; + public static final int GL_MAX_CLIP_PLANES = 0x0D32; + public static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH = 0x80B3; + public static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI = 0x80B3; + public static final int GL_MAX_CONVOLUTION_HEIGHT = 0x801B; + public static final int GL_MAX_CONVOLUTION_HEIGHT_EXT = 0x801B; + public static final int GL_MAX_CONVOLUTION_WIDTH = 0x801A; + public static final int GL_MAX_CONVOLUTION_WIDTH_EXT = 0x801A; + public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE_EXT = 0x851C; + public static final int GL_MAX_ELEMENTS_INDICES = 0x80E9; + public static final int GL_MAX_ELEMENTS_INDICES_EXT = 0x80E9; + public static final int GL_MAX_ELEMENTS_VERTICES = 0x80E8; + public static final int GL_MAX_ELEMENTS_VERTICES_EXT = 0x80E8; + public static final int GL_MAX_EVAL_ORDER = 0x0D30; + public static final int GL_MAX_EXT = 0x8008; + public static final int GL_MAX_FOG_FUNC_POINTS_SGIS = 0x812C; + public static final int GL_MAX_FRAMEZOOM_FACTOR_SGIX = 0x818D; + public static final int GL_MAX_GENERAL_COMBINERS_NV = 0x854D; + public static final int GL_MAX_LIGHTS = 0x0D31; + public static final int GL_MAX_LIST_NESTING = 0x0B31; + public static final int GL_MAX_MODELVIEW_STACK_DEPTH = 0x0D36; + public static final int GL_MAX_NAME_STACK_DEPTH = 0x0D37; + public static final int GL_MAX_PIXEL_MAP_TABLE = 0x0D34; + public static final int GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8337; + public static final int GL_MAX_PROJECTION_STACK_DEPTH = 0x0D38; + public static final int GL_MAX_SHININESS_NV = 0x8507; + public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8508; + public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF; + public static final int GL_MAX_TEXTURE_SIZE = 0x0D33; + public static final int GL_MAX_TEXTURE_STACK_DEPTH = 0x0D39; + public static final int GL_MAX_TEXTURE_UNITS_ARB = 0x84E2; + public static final int GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV = 0x8520; + public static final int GL_MAX_VIEWPORT_DIMS = 0x0D3A; + public static final int GL_MIN = 0x8007; + public static final int GL_MINMAX = 0x802E; + public static final int GL_MINMAX_FORMAT = 0x802F; + public static final int GL_MINMAX_SINK = 0x8030; + public static final int GL_MIN_EXT = 0x8007; + public static final int GL_MIRRORED_REPEAT_IBM = 0x8370; + public static final int GL_MODELVIEW = 0x1700; + public static final int GL_MODELVIEW0_EXT = 0x1700; + public static final int GL_MODELVIEW0_STACK_DEPTH_EXT = 0x0BA3; + public static final int GL_MODELVIEW1_EXT = 0x850A; + public static final int GL_MODELVIEW1_STACK_DEPTH_EXT = 0x8502; + public static final int GL_MODELVIEW_MATRIX = 0x0BA6; + public static final int GL_MODELVIEW_STACK_DEPTH = 0x0BA3; + public static final int GL_MODULATE = 0x2100; + public static final int GL_MULT = 0x0103; + public static final int GL_MULTISAMPLE_ARBfunda = 0x809D; + public static final int GL_MULTISAMPLE_BIT_ARB = 0x20000000; + public static final int GL_MULTISAMPLE_BIT_EXT = 0x20000000; + public static final int GL_MULTISAMPLE_SGIS = 0x809D; + public static final int GL_N3F_V3F = 0x2A25; + public static final int GL_NAME_STACK_DEPTH = 0x0D70; + public static final int GL_NAND = 0x150E; + public static final int GL_NATIVE_GRAPHICS_BEGIN_HINT_PGI = 107011; + public static final int GL_NATIVE_GRAPHICS_END_HINT_PGI = 107012; + public static final int GL_NATIVE_GRAPHICS_HANDLE_PGI = 107010; + public static final int GL_NEAREST = 0x2600; + public static final int GL_NEAREST_MIPMAP_LINEAR = 0x2702; + public static final int GL_NEAREST_MIPMAP_NEAREST = 0x2700; + public static final int GL_NEVER = 0x0200; + public static final int GL_NICEST = 0x1102; + public static final int GL_NONE = 0x0; + public static final int GL_NOOP = 0x1505; + public static final int GL_NOR = 0x1508; + public static final int GL_NORMALIZE = 0x0BA1; + public static final int GL_NORMAL_ARRAY = 0x8075; + public static final int GL_NORMAL_ARRAY_COUNT_EXT = 0x8080; + public static final int GL_NORMAL_ARRAY_EXT = 0x8075; + public static final int GL_NORMAL_ARRAY_POINTER = 0x808F; + public static final int GL_NORMAL_ARRAY_POINTER_EXT = 0x808F; + public static final int GL_NORMAL_ARRAY_STRIDE = 0x807F; + public static final int GL_NORMAL_ARRAY_STRIDE_EXT = 0x807F; + public static final int GL_NORMAL_ARRAY_TYPE = 0x807E; + public static final int GL_NORMAL_ARRAY_TYPE_EXT = 0x807E; + public static final int GL_NORMAL_MAP_EXT = 0x8511; + public static final int GL_NORMAL_MAP_NV = 0x8511; + public static final int GL_NOTEQUAL = 0x0205; + public static final int GL_NO_ERROR = 0x0; + public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 0x86A2; + public static final int GL_NUM_GENERAL_COMBINERS_NV = 0x854E; + public static final int GL_OBJECT_LINEAR = 0x2401; + public static final int GL_OBJECT_PLANE = 0x2501; + public static final int GL_OCCLUSION_TEST_HP = 0x8165; + public static final int GL_OCCLUSION_TEST_RESULT_HP = 0x8166; + public static final int GL_ONE = 0x1; + public static final int GL_ONE_MINUS_CONSTANT_ALPHA = 0x8004; + public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004; + public static final int GL_ONE_MINUS_CONSTANT_COLOR = 0x8002; + public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002; + public static final int GL_ONE_MINUS_DST_ALPHA = 0x0305; + public static final int GL_ONE_MINUS_DST_COLOR = 0x0307; + public static final int GL_ONE_MINUS_SRC_ALPHA = 0x0303; + public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301; + public static final int GL_OPERAND0_ALPHA_EXT = 0x8598; + public static final int GL_OPERAND0_RGB_EXT = 0x8590; + public static final int GL_OPERAND1_ALPHA_EXT = 0x8599; + public static final int GL_OPERAND1_RGB_EXT = 0x8591; + public static final int GL_OPERAND2_ALPHA_EXT = 0x859A; + public static final int GL_OPERAND2_RGB_EXT = 0x8592; + public static final int GL_OPERAND3_ALPHA_NV = 0x859B; + public static final int GL_OPERAND3_RGB_NV = 0x8593; + public static final int GL_OR = 0x1507; + public static final int GL_ORDER = 0x0A01; + public static final int GL_OR_INVERTED = 0x150D; + public static final int GL_OR_REVERSE = 0x150B; + public static final int GL_OUT_OF_MEMORY = 0x0505; + public static final int GL_PACK_ALIGNMENT = 0x0D05; + public static final int GL_PACK_CMYK_HINT_EXT = 0x800E; + public static final int GL_PACK_IMAGE_DEPTH_SGIS = 0x8131; + public static final int GL_PACK_IMAGE_HEIGHT = 0x806C; + public static final int GL_PACK_IMAGE_HEIGHT_EXT = 0x806C; + public static final int GL_PACK_LSB_FIRST = 0x0D01; + public static final int GL_PACK_ROW_LENGTH = 0x0D02; + public static final int GL_PACK_SKIP_IMAGES = 0x806B; + public static final int GL_PACK_SKIP_IMAGES_EXT = 0x806B; + public static final int GL_PACK_SKIP_PIXELS = 0x0D04; + public static final int GL_PACK_SKIP_ROWS = 0x0D03; + public static final int GL_PACK_SKIP_VOLUMES_SGIS = 0x8130; + public static final int GL_PACK_SWAP_BYTES = 0x0D00; + public static final int GL_PASS_THROUGH_TOKEN = 0x0700; + public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; + public static final int GL_PERTURB_EXT = 0x85AE; + public static final int GL_PHONG_HINT_WIN = 0x80EB; + public static final int GL_PHONG_WIN = 0x80EA; + public static final int GL_PIXEL_CUBIC_WEIGHT_EXT = 0x8333; + public static final int GL_PIXEL_FRAGMENT_ALPHA_SOURCE_SGIS = 0x1002; + public static final int GL_PIXEL_FRAGMENT_RGB_SOURCE_SGIS = 0x1001; + public static final int GL_PIXEL_GROUP_COLOR_SGIS = 0x1003; + public static final int GL_PIXEL_MAG_FILTER_EXT = 0x8331; + public static final int GL_PIXEL_MAP_A_TO_A = 0x0C79; + public static final int GL_PIXEL_MAP_A_TO_A_SIZE = 0x0CB9; + public static final int GL_PIXEL_MAP_B_TO_B = 0x0C78; + public static final int GL_PIXEL_MAP_B_TO_B_SIZE = 0x0CB8; + public static final int GL_PIXEL_MAP_G_TO_G = 0x0C77; + public static final int GL_PIXEL_MAP_G_TO_G_SIZE = 0x0CB7; + public static final int GL_PIXEL_MAP_I_TO_A = 0x0C75; + public static final int GL_PIXEL_MAP_I_TO_A_SIZE = 0x0CB5; + public static final int GL_PIXEL_MAP_I_TO_B = 0x0C74; + public static final int GL_PIXEL_MAP_I_TO_B_SIZE = 0x0CB4; + public static final int GL_PIXEL_MAP_I_TO_G = 0x0C73; + public static final int GL_PIXEL_MAP_I_TO_G_SIZE = 0x0CB3; + public static final int GL_PIXEL_MAP_I_TO_I = 0x0C70; + public static final int GL_PIXEL_MAP_I_TO_I_SIZE = 0x0CB0; + public static final int GL_PIXEL_MAP_I_TO_R = 0x0C72; + public static final int GL_PIXEL_MAP_I_TO_R_SIZE = 0x0CB2; + public static final int GL_PIXEL_MAP_R_TO_R = 0x0C76; + public static final int GL_PIXEL_MAP_R_TO_R_SIZE = 0x0CB6; + public static final int GL_PIXEL_MAP_S_TO_S = 0x0C71; + public static final int GL_PIXEL_MAP_S_TO_S_SIZE = 0x0CB1; + public static final int GL_PIXEL_MIN_FILTER_EXT = 0x8332; + public static final int GL_PIXEL_MODE_BIT = 0x00000020; + public static final int GL_PIXEL_TEXTURE_SGIS = 0x1000; + public static final int GL_PIXEL_TEX_GEN_MODE_SGIX = 0x832B; + public static final int GL_PIXEL_TEX_GEN_SGIX = 0x8139; + public static final int GL_PIXEL_TRANSFORM_2D_EXT = 0x8330; + public static final int GL_PIXEL_TRANSFORM_2D_MATRIX_EXT = 0x8338; + public static final int GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT = 0x8336; + public static final int GL_POINT = 0x1B00; + public static final int GL_POINTS = 0x0000; + public static final int GL_POINT_BIT = 0x00000002; + public static final int GL_POINT_FADE_THRESHOLD_SIZE_EXT = 0x8128; + public static final int GL_POINT_SIZE = 0x0B11; + public static final int GL_POINT_SIZE_GRANULARITY = 0x0B13; + public static final int GL_POINT_SIZE_MAX_EXT = 0x8127; + public static final int GL_POINT_SIZE_MIN_EXT = 0x8126; + public static final int GL_POINT_SIZE_RANGE = 0x0B12; + public static final int GL_POINT_SMOOTH = 0x0B10; + public static final int GL_POINT_SMOOTH_HINT = 0x0C51; + public static final int GL_POINT_TOKEN = 0x0701; + public static final int GL_POLYGON = 0x0009; + public static final int GL_POLYGON_BIT = 0x00000008; + public static final int GL_POLYGON_MODE = 0x0B40; + public static final int GL_POLYGON_OFFSET_BIAS_EXT = 0x8039; + public static final int GL_POLYGON_OFFSET_EXT = 0x8037; + public static final int GL_POLYGON_OFFSET_FACTOR = 0x8038; + public static final int GL_POLYGON_OFFSET_FACTOR_EXT = 0x8038; + public static final int GL_POLYGON_OFFSET_FILL = 0x8037; + public static final int GL_POLYGON_OFFSET_LINE = 0x2A02; + public static final int GL_POLYGON_OFFSET_POINT = 0x2A01; + public static final int GL_POLYGON_OFFSET_UNITS = 0x2A00; + public static final int GL_POLYGON_SMOOTH = 0x0B41; + public static final int GL_POLYGON_SMOOTH_HINT = 0x0C53; + public static final int GL_POLYGON_STIPPLE = 0x0B42; + public static final int GL_POLYGON_STIPPLE_BIT = 0x00000010; + public static final int GL_POLYGON_TOKEN = 0x0703; + public static final int GL_POSITION = 0x1203; + public static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS = 0x80BB; + public static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI = 0x80BB; + public static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE = 0x80B7; + public static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI = 0x80B7; + public static final int GL_POST_COLOR_MATRIX_BLUE_BIAS = 0x80BA; + public static final int GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI = 0x80BA; + public static final int GL_POST_COLOR_MATRIX_BLUE_SCALE = 0x80B6; + public static final int GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI = 0x80B6; + public static final int GL_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D2; + public static final int GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D2; + public static final int GL_POST_COLOR_MATRIX_GREEN_BIAS = 0x80B9; + public static final int GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI = 0x80B9; + public static final int GL_POST_COLOR_MATRIX_GREEN_SCALE = 0x80B5; + public static final int GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI = 0x80B5; + public static final int GL_POST_COLOR_MATRIX_RED_BIAS = 0x80B8; + public static final int GL_POST_COLOR_MATRIX_RED_BIAS_SGI = 0x80B8; + public static final int GL_POST_COLOR_MATRIX_RED_SCALE = 0x80B4; + public static final int GL_POST_COLOR_MATRIX_RED_SCALE_SGI = 0x80B4; + public static final int GL_POST_CONVOLUTION_ALPHA_BIAS = 0x8023; + public static final int GL_POST_CONVOLUTION_ALPHA_BIAS_EXT = 0x8023; + public static final int GL_POST_CONVOLUTION_ALPHA_SCALE = 0x801F; + public static final int GL_POST_CONVOLUTION_ALPHA_SCALE_EXT = 0x801F; + public static final int GL_POST_CONVOLUTION_BLUE_BIAS = 0x8022; + public static final int GL_POST_CONVOLUTION_BLUE_BIAS_EXT = 0x8022; + public static final int GL_POST_CONVOLUTION_BLUE_SCALE = 0x801E; + public static final int GL_POST_CONVOLUTION_BLUE_SCALE_EXT = 0x801E; + public static final int GL_POST_CONVOLUTION_COLOR_TABLE = 0x80D1; + public static final int GL_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D1; + public static final int GL_POST_CONVOLUTION_GREEN_BIAS = 0x8021; + public static final int GL_POST_CONVOLUTION_GREEN_BIAS_EXT = 0x8021; + public static final int GL_POST_CONVOLUTION_GREEN_SCALE = 0x801D; + public static final int GL_POST_CONVOLUTION_GREEN_SCALE_EXT = 0x801D; + public static final int GL_POST_CONVOLUTION_RED_BIAS = 0x8020; + public static final int GL_POST_CONVOLUTION_RED_BIAS_EXT = 0x8020; + public static final int GL_POST_CONVOLUTION_RED_SCALE = 0x801C; + public static final int GL_POST_CONVOLUTION_RED_SCALE_EXT = 0x801C; + public static final int GL_POST_TEXTURE_FILTER_BIAS_RANGE_SGIX = 0x817B; + public static final int GL_POST_TEXTURE_FILTER_BIAS_SGIX = 0x8179; + public static final int GL_POST_TEXTURE_FILTER_SCALE_RANGE_SGIX = 0x817C; + public static final int GL_POST_TEXTURE_FILTER_SCALE_SGIX = 0x817A; + public static final int GL_PREFER_DOUBLEBUFFER_HINT_PGI = 107000; + public static final int GL_PREVIOUS_EXT = 0x8578; + public static final int GL_PRIMARY_COLOR_EXT = 0x8577; + public static final int GL_PRIMARY_COLOR_NV = 0x852C; + public static final int GL_PROJECTION = 0x1701; + public static final int GL_PROJECTION_MATRIX = 0x0BA7; + public static final int GL_PROJECTION_STACK_DEPTH = 0x0BA4; + public static final int GL_PROXY_COLOR_TABLE = 0x80D3; + public static final int GL_PROXY_COLOR_TABLE_SGI = 0x80D3; + public static final int GL_PROXY_HISTOGRAM = 0x8025; + public static final int GL_PROXY_HISTOGRAM_EXT = 0x8025; + public static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE = 0x80D5; + public static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI = 0x80D5; + public static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE = 0x80D4; + public static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI = 0x80D4; + public static final int GL_PROXY_TEXTURE_1D = 0x8063; + public static final int GL_PROXY_TEXTURE_1D_EXT = 0x8063; + public static final int GL_PROXY_TEXTURE_2D = 0x8064; + public static final int GL_PROXY_TEXTURE_2D_EXT = 0x8064; + public static final int GL_PROXY_TEXTURE_3D = 0x8070; + public static final int GL_PROXY_TEXTURE_3D_EXT = 0x8070; + public static final int GL_PROXY_TEXTURE_4D_SGIS = 0x8135; + public static final int GL_PROXY_TEXTURE_COLOR_TABLE_SGI = 0x80BD; + public static final int GL_PROXY_TEXTURE_CUBE_MAP_EXT = 0x851B; + public static final int GL_Q = 0x2003; + public static final int GL_QUADRATIC_ATTENUATION = 0x1209; + public static final int GL_QUADS = 0x0007; + public static final int GL_QUAD_ALPHA4_SGIS = 0x811E; + public static final int GL_QUAD_ALPHA8_SGIS = 0x811F; + public static final int GL_QUAD_INTENSITY4_SGIS = 0x8122; + public static final int GL_QUAD_INTENSITY8_SGIS = 0x8123; + public static final int GL_QUAD_LUMINANCE4_SGIS0 = 0x8120; + public static final int GL_QUAD_LUMINANCE8_SGIS = 0x8121; + public static final int GL_QUAD_STRIP = 0x0008; + public static final int GL_QUAD_TEXTURE_SELECT_SGIS = 0x8125; + public static final int GL_R = 0x2002; + public static final int GL_R1UI_C3F_V3F_SUN = 0x85C6; + public static final int GL_R1UI_C4F_N3F_V3F_SUN = 0x85C8; + public static final int GL_R1UI_C4UB_V3F_SUN = 0x85C5; + public static final int GL_R1UI_N3F_V3F_SUN = 0x85C7; + public static final int GL_R1UI_T2F_C4F_N3F_V3F_SUN = 0x85CB; + public static final int GL_R1UI_T2F_N3F_V3F_SUN = 0x85CA; + public static final int GL_R1UI_T2F_V3F_SUN = 0x85C9; + public static final int GL_R1UI_V3F_SUN = 0x85C4; + public static final int GL_R3_G3_B2 = 0x2A10; + public static final int GL_READ_BUFFER = 0x0C02; + public static final int GL_RECLAIM_MEMORY_HINT_PGI = 107006; + public static final int GL_RED = 0x1903; + public static final int GL_REDUCE = 0x8016; + public static final int GL_REDUCE_EXT = 0x8016; + public static final int GL_RED_BIAS = 0x0D15; + public static final int GL_RED_BITS = 0x0D52; + public static final int GL_RED_MAX_CLAMP_INGR = 0x8564; + public static final int GL_RED_MIN_CLAMP_INGR = 0x8560; + public static final int GL_RED_SCALE = 0x0D14; + public static final int GL_REFERENCE_PLANE_EQUATION_SGIX = 0x817E; + public static final int GL_REFERENCE_PLANE_SGIX = 0x817D; + public static final int GL_REFLECTION_MAP_EXT = 0x8512; + public static final int GL_REFLECTION_MAP_NV = 0x8512; + public static final int GL_REGISTER_COMBINERS_NV = 0x8522; + public static final int GL_RENDER = 0x1C00; + public static final int GL_RENDERER = 0x1F01; + public static final int GL_RENDER_MODE = 0x0C40; + public static final int GL_REPEAT = 0x2901; + public static final int GL_REPLACE = 0x1E01; + public static final int GL_REPLACEMENT_CODE_ARRAY_POINTER_SUN = 0x85C3; + public static final int GL_REPLACEMENT_CODE_ARRAY_STRIDE_SUN = 0x85C2; + public static final int GL_REPLACEMENT_CODE_ARRAY_SUN = 0x85C0; + public static final int GL_REPLACEMENT_CODE_ARRAY_TYPE_SUN = 0x85C1; + public static final int GL_REPLACEMENT_CODE_SUN = 0x81D8; + public static final int GL_REPLACE_EXT = 0x8062; + public static final int GL_REPLACE_MIDDLE_SUN = 0x02; + public static final int GL_REPLACE_OLDEST_SUN = 0x03; + public static final int GL_REPLICATE_BORDER = 0x8153; + public static final int GL_RESCALE_NORMAL = 0x803A; + public static final int GL_RESCALE_NORMAL_EXT = 0x803A; + public static final int GL_RESTART_SUN = 0x01; + public static final int GL_RETURN = 0x0102; + public static final int GL_RGB = 0x1907; + public static final int GL_RGB10 = 0x8052; + public static final int GL_RGB10_A2 = 0x8059; + public static final int GL_RGB10_A2_EXT = 0x8059; + public static final int GL_RGB10_EXT = 0x8052; + public static final int GL_RGB12 = 0x8053; + public static final int GL_RGB12_EXT = 0x8053; + public static final int GL_RGB16 = 0x8054; + public static final int GL_RGB16_EXT = 0x8054; + public static final int GL_RGB2_EXT = 0x804E; + public static final int GL_RGB4 = 0x804F; + public static final int GL_RGB4_EXT = 0x804F; + public static final int GL_RGB5 = 0x8050; + public static final int GL_RGB5_A1 = 0x8057; + public static final int GL_RGB5_A1_EXT = 0x8057; + public static final int GL_RGB5_EXT = 0x8050; + public static final int GL_RGB8 = 0x8051; + public static final int GL_RGB8_EXT = 0x8051; + public static final int GL_RGBA = 0x1908; + public static final int GL_RGBA12 = 0x805A; + public static final int GL_RGBA12_EXT = 0x805A; + public static final int GL_RGBA16 = 0x805B; + public static final int GL_RGBA16_EXT = 0x805B; + public static final int GL_RGBA2 = 0x8055; + public static final int GL_RGBA2_EXT = 0x8055; + public static final int GL_RGBA4 = 0x8056; + public static final int GL_RGBA4_EXT = 0x8056; + public static final int GL_RGBA8 = 0x8058; + public static final int GL_RGBA8_EXT = 0x8058; + public static final int GL_RGBA_MODE = 0x0C31; + public static final int GL_RGB_SCALE_EXT = 0x8573; + public static final int GL_RIGHT = 0x0407; + public static final int GL_S = 0x2000; + public static final int GL_SAMPLES_ARB = 0x80A9; + public static final int GL_SAMPLES_SGIS = 0x80A9; + public static final int GL_SAMPLE_ALPHA_TO_COVERAGE_ARB = 0x809E; + public static final int GL_SAMPLE_ALPHA_TO_MASK_SGIS = 0x809E; + public static final int GL_SAMPLE_ALPHA_TO_ONE_ARB = 0x809F; + public static final int GL_SAMPLE_ALPHA_TO_ONE_SGIS = 0x809F; + public static final int GL_SAMPLE_BUFFERS_ARB = 0x80A8; + public static final int GL_SAMPLE_BUFFERS_SGIS = 0x80A8; + public static final int GL_SAMPLE_COVERAGE_ARB = 0x80A0; + public static final int GL_SAMPLE_COVERAGE_INVERT_ARB = 0x80AB; + public static final int GL_SAMPLE_COVERAGE_VALUE_ARB = 0x80AA; + public static final int GL_SAMPLE_MASK_INVERT_SGIS = 0x80AB; + public static final int GL_SAMPLE_MASK_SGIS = 0x80A0; + public static final int GL_SAMPLE_MASK_VALUE_SGIS = 0x80AA; + public static final int GL_SAMPLE_MAX_PASSES_ARB = 0x84E7; + public static final int GL_SAMPLE_PASS_ARB = 0x84E8; + public static final int GL_SAMPLE_PATTERN_SGIS = 0x80AC; + public static final int GL_SCALE_BY_FOUR_NV = 0x853F; + public static final int GL_SCALE_BY_ONE_HALF_NV = 0x8540; + public static final int GL_SCALE_BY_TWO_NV = 0x853E; + public static final int GL_SCISSOR_BIT = 0x00080000; + public static final int GL_SCISSOR_BOX = 0x0C10; + public static final int GL_SCISSOR_TEST = 0x0C11; + public static final int GL_SCREEN_COORDINATES_REND = 0x8490; + public static final int GL_SECONDARY_COLOR_ARRAY_EXT = 0x845E; + public static final int GL_SECONDARY_COLOR_ARRAY_POINTER_EXT = 0x845D; + public static final int GL_SECONDARY_COLOR_ARRAY_SIZE_EXT = 0x845A; + public static final int GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT = 0x845C; + public static final int GL_SECONDARY_COLOR_ARRAY_TYPE_EXT = 0x845B; + public static final int GL_SECONDARY_COLOR_NV = 0x852D; + public static final int GL_SELECT = 0x1C02; + public static final int GL_SELECTION_BUFFER_POINTER = 0x0DF3; + public static final int GL_SELECTION_BUFFER_SIZE = 0x0DF4; + public static final int GL_SEPARABLE_2D = 0x8012; + public static final int GL_SEPARABLE_2D_EXT = 0x8012; + public static final int GL_SEPARATE_SPECULAR_COLOR = 0x81FA; + public static final int GL_SEPARATE_SPECULAR_COLOR_EXT = 0x81FA; + public static final int GL_SET = 0x150F; + public static final int GL_SHADE_MODEL = 0x0B54; + public static final int GL_SHADOW_ATTENUATION_EXT = 0x834E; + public static final int GL_SHARED_TEXTURE_PALETTE_EXT = 0x81FB; + public static final int GL_SHARPEN_TEXTURE_FUNC_POINTS_SGIS = 0x80B0; + public static final int GL_SHININESS = 0x1601; + public static final int GL_SHORT = 0x1402; + public static final int GL_SIGNED_IDENTITY_NV = 0x853C; + public static final int GL_SIGNED_NEGATE_NV = 0x853D; + public static final int GL_SINGLE_COLOR = 0x81F9; + public static final int GL_SINGLE_COLOR_EXT = 0x81F9; + public static final int GL_SMOOTH = 0x1D01; + public static final int GL_SMOOTH_LINE_WIDTH_GRANULARITY = 0x0B23; + public static final int GL_SMOOTH_LINE_WIDTH_RANGE = 0x0B22; + public static final int GL_SMOOTH_POINT_SIZE_GRANULARITY = 0x0B13; + public static final int GL_SMOOTH_POINT_SIZE_RANGE = 0x0B12; + public static final int GL_SOURCE0_ALPHA_EXT = 0x8588; + public static final int GL_SOURCE0_RGB_EXT = 0x8580; + public static final int GL_SOURCE1_ALPHA_EXT = 0x8589; + public static final int GL_SOURCE1_RGB_EXT = 0x8581; + public static final int GL_SOURCE2_ALPHA_EXT = 0x858A; + public static final int GL_SOURCE2_RGB_EXT = 0x8582; + public static final int GL_SOURCE3_ALPHA_NV = 0x858B; + public static final int GL_SOURCE3_RGB_NV = 0x8583; + public static final int GL_SPARE0_NV = 0x852E; + public static final int GL_SPARE0_PLUS_SECONDARY_COLOR_NV = 0x8532; + public static final int GL_SPARE1_NV = 0x852F; + public static final int GL_SPECULAR = 0x1202; + public static final int GL_SPHERE_MAP = 0x2402; + public static final int GL_SPOT_CUTOFF = 0x1206; + public static final int GL_SPOT_DIRECTION = 0x1204; + public static final int GL_SPOT_EXPONENT = 0x1205; + public static final int GL_SPRITE_AXIAL_SGIX = 0x814C; + public static final int GL_SPRITE_AXIS_SGIX = 0x814A; + public static final int GL_SPRITE_EYE_ALIGNED_SGIX = 0x814E; + public static final int GL_SPRITE_MODE_SGIX = 0x8149; + public static final int GL_SPRITE_OBJECT_ALIGNED_SGIX = 0x814D; + public static final int GL_SPRITE_SGIX = 0x8148; + public static final int GL_SPRITE_TRANSLATION_SGIX = 0x814B; + public static final int GL_SRC_ALPHA = 0x0302; + public static final int GL_SRC_ALPHA_SATURATE = 0x0308; + public static final int GL_SRC_COLOR = 0x0300; + public static final int GL_STACK_OVERFLOW = 0x0503; + public static final int GL_STACK_UNDERFLOW = 0x0504; + public static final int GL_STATIC_VERTEX_ARRAY_IBM = 0x19295; + public static final int GL_STENCIL = 0x1802; + public static final int GL_STENCIL_BITS = 0x0D57; + public static final int GL_STENCIL_BUFFER_BIT = 0x00000400; + public static final int GL_STENCIL_CLEAR_VALUE = 0x0B91; + public static final int GL_STENCIL_FAIL = 0x0B94; + public static final int GL_STENCIL_FUNC = 0x0B92; + public static final int GL_STENCIL_INDEX = 0x1901; + public static final int GL_STENCIL_PASS_DEPTH_FAIL = 0x0B95; + public static final int GL_STENCIL_PASS_DEPTH_PASS = 0x0B96; + public static final int GL_STENCIL_REF = 0x0B97; + public static final int GL_STENCIL_TEST = 0x0B90; + public static final int GL_STENCIL_VALUE_MASK = 0x0B93; + public static final int GL_STENCIL_WRITEMASK = 0x0B98; + public static final int GL_STEREO = 0x0C33; + public static final int GL_STRICT_DEPTHFUNC_HINT_PGI = 107030; + public static final int GL_STRICT_LIGHTING_HINT_PGI = 107031; + public static final int GL_STRICT_SCISSOR_HINT_PGI = 107032; + public static final int GL_SUBPIXEL_BITS = 0x0D50; + public static final int GL_T = 0x2001; + public static final int GL_T2F_C3F_V3F = 0x2A2A; + public static final int GL_T2F_C4F_N3F_V3F = 0x2A2C; + public static final int GL_T2F_C4UB_V3F = 0x2A29; + public static final int GL_T2F_N3F_V3F = 0x2A2B; + public static final int GL_T2F_V3F = 0x2A27; + public static final int GL_T4F_C4F_N3F_V4F = 0x2A2D; + public static final int GL_T4F_V4F = 0x2A28; + public static final int GL_TABLE_TOO_LARGE = 0x8031; + public static final int GL_TABLE_TOO_LARGE_EXT = 0x8031; + public static final int GL_TANGENT_ARRAY_EXT = 0x8439; + public static final int GL_TANGENT_ARRAY_POINTER_EXT = 0x8442; + public static final int GL_TANGENT_ARRAY_STRIDE_EXT = 0x843F; + public static final int GL_TANGENT_ARRAY_TYPE_EXT = 0x843E; + public static final int GL_TEXTURE = 0x1702; + public static final int GL_TEXTURE0_ARB = 0x84C0; + public static final int GL_TEXTURE10_ARB = 0x84CA; + public static final int GL_TEXTURE11_ARB = 0x84CB; + public static final int GL_TEXTURE12_ARB = 0x84CC; + public static final int GL_TEXTURE13_ARB = 0x84CD; + public static final int GL_TEXTURE14_ARB = 0x84CE; + public static final int GL_TEXTURE15_ARB = 0x84CF; + public static final int GL_TEXTURE16_ARB = 0x84D0; + public static final int GL_TEXTURE17_ARB = 0x84D1; + public static final int GL_TEXTURE18_ARB = 0x84D2; + public static final int GL_TEXTURE19_ARB = 0x84D3; + public static final int GL_TEXTURE1_ARB = 0x84C1; + public static final int GL_TEXTURE20_ARB = 0x84D4; + public static final int GL_TEXTURE21_ARB = 0x84D5; + public static final int GL_TEXTURE22_ARB = 0x84D6; + public static final int GL_TEXTURE23_ARB = 0x84D7; + public static final int GL_TEXTURE24_ARB = 0x84D8; + public static final int GL_TEXTURE25_ARB = 0x84D9; + public static final int GL_TEXTURE26_ARB = 0x84DA; + public static final int GL_TEXTURE27_ARB = 0x84DB; + public static final int GL_TEXTURE28_ARB = 0x84DC; + public static final int GL_TEXTURE29_ARB = 0x84DD; + public static final int GL_TEXTURE2_ARB = 0x84C2; + public static final int GL_TEXTURE30_ARB = 0x84DE; + public static final int GL_TEXTURE31_ARB = 0x84DF; + public static final int GL_TEXTURE3_ARB = 0x84C3; + public static final int GL_TEXTURE4_ARB = 0x84C4; + public static final int GL_TEXTURE5_ARB = 0x84C5; + public static final int GL_TEXTURE6_ARB = 0x84C6; + public static final int GL_TEXTURE7_ARB = 0x84C7; + public static final int GL_TEXTURE8_ARB = 0x84C8; + public static final int GL_TEXTURE9_ARB = 0x84C9; + public static final int GL_TEXTURE_1D = 0x0DE0; + public static final int GL_TEXTURE_1D_BINDING_EXT = 0x8068; + public static final int GL_TEXTURE_2D = 0x0DE1; + public static final int GL_TEXTURE_2D_BINDING_EXT = 0x8069; + public static final int GL_TEXTURE_3D = 0x806F; + public static final int GL_TEXTURE_3D_BINDING_EXT = 0x806A; + public static final int GL_TEXTURE_3D_EXT = 0x806F; + public static final int GL_TEXTURE_4DSIZE_SGIS = 0x8136; + public static final int GL_TEXTURE_4D_BINDING_SGIS = 0x814F; + public static final int GL_TEXTURE_4D_SGIS = 0x8134; + public static final int GL_TEXTURE_ALPHA_SIZE = 0x805F; + public static final int GL_TEXTURE_ALPHA_SIZE_EXT = 0x805F; + public static final int GL_TEXTURE_APPLICATION_MODE_EXT = 0x834F; + public static final int GL_TEXTURE_BASE_LEVEL = 0x813C; + public static final int GL_TEXTURE_BASE_LEVEL_SGIS = 0x813C; + public static final int GL_TEXTURE_BINDING_1D = 0x8068; + public static final int GL_TEXTURE_BINDING_2D = 0x8069; + public static final int GL_TEXTURE_BINDING_3D = 0x806A; + public static final int GL_TEXTURE_BINDING_CUBE_MAP_EXT = 0x8514; + public static final int GL_TEXTURE_BIT = 0x00040000; + public static final int GL_TEXTURE_BLUE_SIZE = 0x805E; + public static final int GL_TEXTURE_BLUE_SIZE_EXT = 0x805E; + public static final int GL_TEXTURE_BORDER = 0x1005; + public static final int GL_TEXTURE_BORDER_COLOR = 0x1004; + public static final int GL_TEXTURE_CLIPMAP_CENTER_SGIX = 0x8171; + public static final int GL_TEXTURE_CLIPMAP_DEPTH_SGIX = 0x8176; + public static final int GL_TEXTURE_CLIPMAP_FRAME_SGIX = 0x8172; + public static final int GL_TEXTURE_CLIPMAP_LOD_OFFSET_SGIX = 0x8175; + public static final int GL_TEXTURE_CLIPMAP_OFFSET_SGIX = 0x8173; + public static final int GL_TEXTURE_CLIPMAP_VIRTUAL_DEPTH_SGIX = 0x8174; + public static final int GL_TEXTURE_COMPARE_OPERATOR_SGIX = 0x819B; + public static final int GL_TEXTURE_COMPARE_SGIX = 0x819A; + public static final int GL_TEXTURE_COMPONENTS = 0x1003; + public static final int GL_TEXTURE_COMPRESSED_ARB = 0x86A1; + public static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB = 0x86A0; + public static final int GL_TEXTURE_COMPRESSION_HINT_ARB = 0x84EF; + public static final int GL_TEXTURE_CONSTANT_DATA_SUNX = 0x81D6; + public static final int GL_TEXTURE_COORD_ARRAY = 0x8078; + public static final int GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B; + public static final int GL_TEXTURE_COORD_ARRAY_EXT = 0x8078; + public static final int GL_TEXTURE_COORD_ARRAY_POINTER = 0x8092; + public static final int GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092; + public static final int GL_TEXTURE_COORD_ARRAY_SIZE = 0x8088; + public static final int GL_TEXTURE_COORD_ARRAY_SIZE_EXT = 0x8088; + public static final int GL_TEXTURE_COORD_ARRAY_STRIDE = 0x808A; + public static final int GL_TEXTURE_COORD_ARRAY_STRIDE_EXT = 0x808A; + public static final int GL_TEXTURE_COORD_ARRAY_TYPE = 0x8089; + public static final int GL_TEXTURE_COORD_ARRAY_TYPE_EXT = 0x8089; + public static final int GL_TEXTURE_CUBE_MAP_EXT = 0x8513; + public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X_EXT = 0x8516; + public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_EXT = 0x8518; + public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_EXT = 0x851A; + public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X_EXT = 0x8515; + public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y_EXT = 0x8517; + public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_EXT = 0x8519; + public static final int GL_TEXTURE_DEPTH = 0x8071; + public static final int GL_TEXTURE_DEPTH_EXT = 0x8071; + public static final int GL_TEXTURE_ENV = 0x2300; + public static final int GL_TEXTURE_ENV_BIAS_SGIX = 0x80BE; + public static final int GL_TEXTURE_ENV_COLOR = 0x2201; + public static final int GL_TEXTURE_ENV_MODE = 0x2200; + public static final int GL_TEXTURE_FILTER4_SIZE_SGIS = 0x8147; + public static final int GL_TEXTURE_FILTER_CONTROL_EXT = 0x8500; + public static final int GL_TEXTURE_GEN_MODE = 0x2500; + public static final int GL_TEXTURE_GEN_Q = 0x0C63; + public static final int GL_TEXTURE_GEN_R = 0x0C62; + public static final int GL_TEXTURE_GEN_S = 0x0C60; + public static final int GL_TEXTURE_GEN_T = 0x0C61; + public static final int GL_TEXTURE_GEQUAL_R_SGIX = 0x819D; + public static final int GL_TEXTURE_GREEN_SIZE = 0x805D; + public static final int GL_TEXTURE_GREEN_SIZE_EXT = 0x805D; + public static final int GL_TEXTURE_HEIGHT = 0x1001; + public static final int GL_TEXTURE_INDEX_SIZE_EXT = 0x80ED; + public static final int GL_TEXTURE_INTENSITY_SIZE = 0x8061; + public static final int GL_TEXTURE_INTENSITY_SIZE_EXT = 0x8061; + public static final int GL_TEXTURE_INTERNAL_FORMAT = 0x1003; + public static final int GL_TEXTURE_LEQUAL_R_SGIX = 0x819C; + public static final int GL_TEXTURE_LIGHT_EXT = 0x8350; + public static final int GL_TEXTURE_LOD_BIAS_EXT = 0x8501; + public static final int GL_TEXTURE_LOD_BIAS_R_SGIX = 0x8190; + public static final int GL_TEXTURE_LOD_BIAS_S_SGIX = 0x818E; + public static final int GL_TEXTURE_LOD_BIAS_T_SGIX = 0x818F; + public static final int GL_TEXTURE_LUMINANCE_SIZE = 0x8060; + public static final int GL_TEXTURE_LUMINANCE_SIZE_EXT = 0x8060; + public static final int GL_TEXTURE_MAG_FILTER = 0x2800; + public static final int GL_TEXTURE_MATERIAL_FACE_EXT = 0x8351; + public static final int GL_TEXTURE_MATERIAL_PARAMETER_EXT = 0x8352; + public static final int GL_TEXTURE_MATRIX = 0x0BA8; + public static final int GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE; + public static final int GL_TEXTURE_MAX_LEVEL = 0x813D; + public static final int GL_TEXTURE_MAX_LEVEL_SGIS = 0x813D; + public static final int GL_TEXTURE_MAX_LOD = 0x813B; + public static final int GL_TEXTURE_MAX_LOD_SGIS = 0x813B; + public static final int GL_TEXTURE_MIN_FILTER = 0x2801; + public static final int GL_TEXTURE_MIN_LOD = 0x813A; + public static final int GL_TEXTURE_MIN_LOD_SGIS = 0x813A; + public static final int GL_TEXTURE_NORMAL_EXT = 0x85AF; + public static final int GL_TEXTURE_PRIORITY = 0x8066; + public static final int GL_TEXTURE_PRIORITY_EXT = 0x8066; + public static final int GL_TEXTURE_RED_SIZE = 0x805C; + public static final int GL_TEXTURE_RED_SIZE_EXT = 0x805C; + public static final int GL_TEXTURE_RESIDENT = 0x8067; + public static final int GL_TEXTURE_RESIDENT_EXT = 0x8067; + public static final int GL_TEXTURE_STACK_DEPTH = 0x0BA5; + public static final int GL_TEXTURE_WIDTH = 0x1000; + public static final int GL_TEXTURE_WRAP_Q_SGIS = 0x8137; + public static final int GL_TEXTURE_WRAP_R = 0x8072; + public static final int GL_TEXTURE_WRAP_R_EXT = 0x8072; + public static final int GL_TEXTURE_WRAP_S = 0x2802; + public static final int GL_TEXTURE_WRAP_T = 0x2803; + public static final int GL_TRANSFORM_BIT = 0x00001000; + public static final int GL_TRANSFORM_HINT_APPLE = 0x85B1; + public static final int GL_TRANSPOSE_COLOR_MATRIX_ARB = 0x84E6; + public static final int GL_TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3; + public static final int GL_TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4; + public static final int GL_TRANSPOSE_TEXTURE_MATRIX_ARB = 0x84E5; + public static final int GL_TRIANGLES = 0x0004; + public static final int GL_TRIANGLE_FAN = 0x0006; + public static final int GL_TRIANGLE_LIST_SUN = 0x81D7; + public static final int GL_TRIANGLE_STRIP = 0x0005; + public static final int GL_UNPACK_ALIGNMENT = 0x0CF5; + public static final int GL_UNPACK_CMYK_HINT_EXT = 0x800F; + public static final int GL_UNPACK_CONSTANT_DATA_SUNX = 0x81D5; + public static final int GL_UNPACK_IMAGE_DEPTH_SGIS = 0x8133; + public static final int GL_UNPACK_IMAGE_HEIGHT = 0x806E; + public static final int GL_UNPACK_IMAGE_HEIGHT_EXT = 0x806E; + public static final int GL_UNPACK_LSB_FIRST = 0x0CF1; + public static final int GL_UNPACK_ROW_LENGTH = 0x0CF2; + public static final int GL_UNPACK_SKIP_IMAGES = 0x806D; + public static final int GL_UNPACK_SKIP_IMAGES_EXT = 0x806D; + public static final int GL_UNPACK_SKIP_PIXELS = 0x0CF4; + public static final int GL_UNPACK_SKIP_ROWS = 0x0CF3; + public static final int GL_UNPACK_SKIP_VOLUMES_SGIS = 0x8132; + public static final int GL_UNPACK_SWAP_BYTES = 0x0CF0; + public static final int GL_UNSIGNED_BYTE = 0x1401; + public static final int GL_UNSIGNED_BYTE_2_3_3_REV = 0x8362; + public static final int GL_UNSIGNED_BYTE_3_3_2 = 0x8032; + public static final int GL_UNSIGNED_BYTE_3_3_2_EXT = 0x8032; + public static final int GL_UNSIGNED_IDENTITY_NV = 0x8536; + public static final int GL_UNSIGNED_INT = 0x1405; + public static final int GL_UNSIGNED_INT_10_10_10_2 = 0x8036; + public static final int GL_UNSIGNED_INT_10_10_10_2_EXT = 0x8036; + public static final int GL_UNSIGNED_INT_2_10_10_10_REV = 0x8368; + public static final int GL_UNSIGNED_INT_8_8_8_8 = 0x8035; + public static final int GL_UNSIGNED_INT_8_8_8_8_EXT = 0x8035; + public static final int GL_UNSIGNED_INT_8_8_8_8_REV = 0x8367; + public static final int GL_UNSIGNED_INVERT_NV = 0x8537; + public static final int GL_UNSIGNED_SHORT = 0x1403; + public static final int GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366; + public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; + public static final int GL_UNSIGNED_SHORT_4_4_4_4_EXT = 0x8033; + public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365; + public static final int GL_UNSIGNED_SHORT_5_5_5_1 = 0x8034; + public static final int GL_UNSIGNED_SHORT_5_5_5_1_EXT = 0x8034; + public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; + public static final int GL_UNSIGNED_SHORT_5_6_5_REV = 0x8364; + public static final int GL_V2F = 0x2A20; + public static final int GL_V3F = 0x2A21; + public static final int GL_VARIABLE_A_NV = 0x8523; + public static final int GL_VARIABLE_B_NV = 0x8524; + public static final int GL_VARIABLE_C_NV = 0x8525; + public static final int GL_VARIABLE_D_NV = 0x8526; + public static final int GL_VARIABLE_E_NV = 0x8527; + public static final int GL_VARIABLE_F_NV = 0x8528; + public static final int GL_VARIABLE_G_NV = 0x8529; + public static final int GL_VATERIAL_SIDE_HINT_PGI = 107052; + public static final int GL_VAT_AMBIENT_AND_DIFFUSE_BIT_PGI = 0x00200000; + public static final int GL_VAT_AMBIENT_BIT_PGI = 0x00100000; + public static final int GL_VAT_COLOR_INDEXES_BIT_PGI = 0x01000000; + public static final int GL_VAT_DIFFUSE_BIT_PGI = 0x00400000; + public static final int GL_VAT_EMISSION_BIT_PGI = 0x00800000; + public static final int GL_VAT_SHININESS_BIT_PGI = 0x02000000; + public static final int GL_VAT_SPECULAR_BIT_PGI = 0x04000000; + public static final int GL_VAX_VERTEX_HINT_PGI = 107053; + public static final int GL_VDGEFLAG_BIT_PGI = 0x00040000; + public static final int GL_VENDOR = 0x1F00; + public static final int GL_VERSION = 0x1F02; + public static final int GL_VERTEX23_BIT_PGI = 0x00000004; + public static final int GL_VERTEX4_BIT_PGI = 0x00000008; + public static final int GL_VERTEX_ARRAY = 0x8074; + public static final int GL_VERTEX_ARRAY_COUNT_EXT = 0x807D; + public static final int GL_VERTEX_ARRAY_EXT = 0x8074; + public static final int GL_VERTEX_ARRAY_POINTER = 0x808E; + public static final int GL_VERTEX_ARRAY_POINTER_EXT = 0x808E; + public static final int GL_VERTEX_ARRAY_RANGE_LENGTH_NV = 0x851E; + public static final int GL_VERTEX_ARRAY_RANGE_NV = 0x851D; + public static final int GL_VERTEX_ARRAY_RANGE_POINTER_NV = 0x8521; + public static final int GL_VERTEX_ARRAY_RANGE_VALID_NV = 0x851F; + public static final int GL_VERTEX_ARRAY_SIZE = 0x807A; + public static final int GL_VERTEX_ARRAY_SIZE_EXT = 0x807A; + public static final int GL_VERTEX_ARRAY_STRIDE = 0x807C; + public static final int GL_VERTEX_ARRAY_STRIDE_EXT = 0x807C; + public static final int GL_VERTEX_ARRAY_TYPE = 0x807B; + public static final int GL_VERTEX_ARRAY_TYPE_EXT = 0x807B; + public static final int GL_VERTEX_CONSISTENT_HINT_PGI = 107051; + public static final int GL_VERTEX_DATA_HINT_PGI = 107050; + public static final int GL_VERTEX_WEIGHTING_EXT = 0x8509; + public static final int GL_VERTEX_WEIGHT_ARRAY_EXT = 0x850C; + public static final int GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT = 0x8510; + public static final int GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT = 0x850D; + public static final int GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT = 0x850F; + public static final int GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT = 0x850E; + public static final int GL_VEXCOORD1_BIT_PGI = 0x10000000; + public static final int GL_VEXCOORD2_BIT_PGI = 0x20000000; + public static final int GL_VEXCOORD3_BIT_PGI = 0x40000000; + public static final int GL_VEXCOORD4_BIT_PGI = 0x80000000; + public static final int GL_VIEWPORT = 0x0BA2; + public static final int GL_VIEWPORT_BIT = 0x00000800; + public static final int GL_VNDEX_BIT_PGI = 0x00080000; + public static final int GL_VOLOR3_BIT_PGI = 0x00010000; + public static final int GL_VOLOR4_BIT_PGI = 0x00020000; + public static final int GL_VORMAL_BIT_PGI = 0x08000000; + public static final int GL_WIDE_LINE_HINT_PGI = 107042; + public static final int GL_WRAP_BORDER_SUN = 0x81D4; + public static final int GL_XOR = 0x1506; + public static final int GL_YCRCB_422_SGIX = 0x81BB; + public static final int GL_YCRCB_444_SGIX = 0x81BC; + public static final int GL_ZERO = 0x0; + public static final int GL_ZOOM_X = 0x0D16; + public static final int GL_ZOOM_Y = 0x0D17; +/* C2J Parser Version 2.2: Java program parsed successfully. */ } diff --git a/gl4java/GLFunc.java b/gl4java/GLFunc.java index 41bb726..8f8511c 100644 --- a/gl4java/GLFunc.java +++ b/gl4java/GLFunc.java @@ -31,454 +31,454 @@ public String getClassVersion ( ) ; public static final String[] GL_PROC_NAMES = { /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - - "glClearIndex", - "glClearColor", - "glClear", - "glIndexMask", - "glColorMask", - "glAlphaFunc", - "glBlendFunc", - "glLogicOp", - "glCullFace", - "glFrontFace", - "glPointSize", - "glLineWidth", - "glLineStipple", - "glPolygonMode", - "glPolygonOffset", - "glPolygonStipple", - "glGetPolygonStipple", - "glEdgeFlag", - "glEdgeFlagv", - "glScissor", - "glClipPlane", - "glGetClipPlane", - "glDrawBuffer", - "glReadBuffer", - "glEnable", - "glDisable", - "glIsEnabled", - "glEnableClientState", - "glDisableClientState", - "glGetBooleanv", - "glGetDoublev", - "glGetFloatv", - "glGetIntegerv", - "glPushAttrib", - "glPopAttrib", - "glPushClientAttrib", - "glPopClientAttrib", - "glRenderMode", - "glGetError", - "glFinish", - "glFlush", - "glHint", - "glClearDepth", - "glDepthFunc", - "glDepthMask", - "glDepthRange", - "glClearAccum", - "glAccum", - "glMatrixMode", - "glOrtho", - "glFrustum", - "glViewport", - "glPushMatrix", - "glPopMatrix", - "glLoadIdentity", - "glLoadMatrixd", - "glLoadMatrixf", - "glMultMatrixd", - "glMultMatrixf", - "glRotated", - "glRotatef", - "glScaled", - "glScalef", - "glTranslated", - "glTranslatef", - "glIsList", - "glDeleteLists", - "glGenLists", - "glNewList", - "glEndList", - "glCallList", - "glCallLists", - "glListBase", - "glBegin", - "glEnd", - "glVertex2d", - "glVertex2f", - "glVertex2i", - "glVertex2s", - "glVertex3d", - "glVertex3f", - "glVertex3i", - "glVertex3s", - "glVertex4d", - "glVertex4f", - "glVertex4i", - "glVertex4s", - "glVertex2dv", - "glVertex2fv", - "glVertex2iv", - "glVertex2sv", - "glVertex3dv", - "glVertex3fv", - "glVertex3iv", - "glVertex3sv", - "glVertex4dv", - "glVertex4fv", - "glVertex4iv", - "glVertex4sv", - "glNormal3b", - "glNormal3d", - "glNormal3f", - "glNormal3i", - "glNormal3s", - "glNormal3bv", - "glNormal3dv", - "glNormal3fv", - "glNormal3iv", - "glNormal3sv", - "glIndexd", - "glIndexf", - "glIndexi", - "glIndexs", - "glIndexub", - "glIndexdv", - "glIndexfv", - "glIndexiv", - "glIndexsv", - "glIndexubv", - "glColor3b", - "glColor3d", - "glColor3f", - "glColor3i", - "glColor3s", - "glColor3ub", - "glColor3ui", - "glColor3us", - "glColor4b", - "glColor4d", - "glColor4f", - "glColor4i", - "glColor4s", - "glColor4ub", - "glColor4ui", - "glColor4us", - "glColor3bv", - "glColor3dv", - "glColor3fv", - "glColor3iv", - "glColor3sv", - "glColor3ubv", - "glColor3uiv", - "glColor3usv", - "glColor4bv", - "glColor4dv", - "glColor4fv", - "glColor4iv", - "glColor4sv", - "glColor4ubv", - "glColor4uiv", - "glColor4usv", - "glTexCoord1d", - "glTexCoord1f", - "glTexCoord1i", - "glTexCoord1s", - "glTexCoord2d", - "glTexCoord2f", - "glTexCoord2i", - "glTexCoord2s", - "glTexCoord3d", - "glTexCoord3f", - "glTexCoord3i", - "glTexCoord3s", - "glTexCoord4d", - "glTexCoord4f", - "glTexCoord4i", - "glTexCoord4s", - "glTexCoord1dv", - "glTexCoord1fv", - "glTexCoord1iv", - "glTexCoord1sv", - "glTexCoord2dv", - "glTexCoord2fv", - "glTexCoord2iv", - "glTexCoord2sv", - "glTexCoord3dv", - "glTexCoord3fv", - "glTexCoord3iv", - "glTexCoord3sv", - "glTexCoord4dv", - "glTexCoord4fv", - "glTexCoord4iv", - "glTexCoord4sv", - "glRasterPos2d", - "glRasterPos2f", - "glRasterPos2i", - "glRasterPos2s", - "glRasterPos3d", - "glRasterPos3f", - "glRasterPos3i", - "glRasterPos3s", - "glRasterPos4d", - "glRasterPos4f", - "glRasterPos4i", - "glRasterPos4s", - "glRasterPos2dv", - "glRasterPos2fv", - "glRasterPos2iv", - "glRasterPos2sv", - "glRasterPos3dv", - "glRasterPos3fv", - "glRasterPos3iv", - "glRasterPos3sv", - "glRasterPos4dv", - "glRasterPos4fv", - "glRasterPos4iv", - "glRasterPos4sv", - "glRectd", - "glRectf", - "glRecti", - "glRects", - "glRectdv", - "glRectfv", - "glRectiv", - "glRectsv", - "glVertexPointer", - "glNormalPointer", - "glColorPointer", - "glIndexPointer", - "glTexCoordPointer", - "glEdgeFlagPointer", - "glGetPointerv", - "glArrayElement", - "glDrawArrays", - "glDrawElements", - "glInterleavedArrays", - "glShadeModel", - "glLightf", - "glLighti", - "glLightfv", - "glLightiv", - "glGetLightfv", - "glGetLightiv", - "glLightModelf", - "glLightModeli", - "glLightModelfv", - "glLightModeliv", - "glMaterialf", - "glMateriali", - "glMaterialfv", - "glMaterialiv", - "glGetMaterialfv", - "glGetMaterialiv", - "glColorMaterial", - "glPixelZoom", - "glPixelStoref", - "glPixelStorei", - "glPixelTransferf", - "glPixelTransferi", - "glPixelMapfv", - "glPixelMapuiv", - "glPixelMapusv", - "glGetPixelMapfv", - "glGetPixelMapuiv", - "glGetPixelMapusv", - "glBitmap", - "glReadPixels", - "glDrawPixels", - "glCopyPixels", - "glStencilFunc", - "glStencilMask", - "glStencilOp", - "glClearStencil", - "glTexGend", - "glTexGenf", - "glTexGeni", - "glTexGendv", - "glTexGenfv", - "glTexGeniv", - "glGetTexGendv", - "glGetTexGenfv", - "glGetTexGeniv", - "glTexEnvf", - "glTexEnvi", - "glTexEnvfv", - "glTexEnviv", - "glGetTexEnvfv", - "glGetTexEnviv", - "glTexParameterf", - "glTexParameteri", - "glTexParameterfv", - "glTexParameteriv", - "glGetTexParameterfv", - "glGetTexParameteriv", - "glGetTexLevelParameterfv", - "glGetTexLevelParameteriv", - "glTexImage1D", - "glTexImage2D", - "glGetTexImage", - "glGenTextures", - "glDeleteTextures", - "glBindTexture", - "glPrioritizeTextures", - "glAreTexturesResident", - "glIsTexture", - "glTexSubImage1D", - "glTexSubImage2D", - "glCopyTexImage1D", - "glCopyTexImage2D", - "glCopyTexSubImage1D", - "glCopyTexSubImage2D", - "glMap1d", - "glMap1f", - "glMap2d", - "glMap2f", - "glGetMapdv", - "glGetMapfv", - "glGetMapiv", - "glEvalCoord1d", - "glEvalCoord1f", - "glEvalCoord1dv", - "glEvalCoord1fv", - "glEvalCoord2d", - "glEvalCoord2f", - "glEvalCoord2dv", - "glEvalCoord2fv", - "glMapGrid1d", - "glMapGrid1f", - "glMapGrid2d", - "glMapGrid2f", - "glEvalPoint1", - "glEvalPoint2", - "glEvalMesh1", - "glEvalMesh2", - "glFogf", - "glFogi", - "glFogfv", - "glFogiv", - "glFeedbackBuffer", - "glPassThrough", - "glSelectBuffer", - "glInitNames", - "glLoadName", - "glPushName", - "glPopName", - "glDrawRangeElements", - "glTexImage3D", - "glTexSubImage3D", - "glCopyTexSubImage3D", - "glColorTable", - "glColorSubTable", - "glColorTableParameteriv", - "glColorTableParameterfv", - "glCopyColorSubTable", - "glCopyColorTable", - "glGetColorTable", - "glGetColorTableParameterfv", - "glGetColorTableParameteriv", - "glBlendEquation", - "glBlendColor", - "glHistogram", - "glResetHistogram", - "glGetHistogram", - "glGetHistogramParameterfv", - "glGetHistogramParameteriv", - "glMinmax", - "glResetMinmax", - "glGetMinmax", - "glGetMinmaxParameterfv", - "glGetMinmaxParameteriv", - "glConvolutionFilter1D", - "glConvolutionFilter2D", - "glConvolutionParameterf", - "glConvolutionParameterfv", - "glConvolutionParameteri", - "glConvolutionParameteriv", - "glCopyConvolutionFilter1D", - "glCopyConvolutionFilter2D", - "glGetConvolutionFilter", - "glGetConvolutionParameterfv", - "glGetConvolutionParameteriv", - "glSeparableFilter2D", - "glGetSeparableFilter", - "glBlendColorEXT", - "glPolygonOffsetEXT", - "glTexImage3DEXT", - "glTexSubImage3DEXT", - "glCopyTexSubImage3DEXT", - "glGenTexturesEXT", - "glDeleteTexturesEXT", - "glBindTextureEXT", - "glPrioritizeTexturesEXT", - "glAreTexturesResidentEXT", - "glIsTextureEXT", - "glVertexPointerEXT", - "glNormalPointerEXT", - "glColorPointerEXT", - "glIndexPointerEXT", - "glTexCoordPointerEXT", - "glEdgeFlagPointerEXT", - "glGetPointervEXT", - "glArrayElementEXT", - "glDrawArraysEXT", - "glBlendEquationEXT", - "glPointParameterfEXT", - "glPointParameterfvEXT", - "glColorTableEXT", - "glColorSubTableEXT", - "glGetColorTableEXT", - "glGetColorTableParameterfvEXT", - "glGetColorTableParameterivEXT", - "glLockArraysEXT", - "glUnlockArraysEXT", - "glActiveTextureARB", - "glClientActiveTextureARB", - "glMultiTexCoord1dARB", - "glMultiTexCoord1dvARB", - "glMultiTexCoord1fARB", - "glMultiTexCoord1fvARB", - "glMultiTexCoord1iARB", - "glMultiTexCoord1ivARB", - "glMultiTexCoord1sARB", - "glMultiTexCoord1svARB", - "glMultiTexCoord2dARB", - "glMultiTexCoord2dvARB", - "glMultiTexCoord2fARB", - "glMultiTexCoord2fvARB", - "glMultiTexCoord2iARB", - "glMultiTexCoord2ivARB", - "glMultiTexCoord2sARB", - "glMultiTexCoord2svARB", - "glMultiTexCoord3dARB", - "glMultiTexCoord3dvARB", - "glMultiTexCoord3fARB", - "glMultiTexCoord3fvARB", - "glMultiTexCoord3iARB", - "glMultiTexCoord3ivARB", - "glMultiTexCoord3sARB", - "glMultiTexCoord3svARB", - "glMultiTexCoord4dARB", - "glMultiTexCoord4dvARB", - "glMultiTexCoord4fARB", - "glMultiTexCoord4fvARB", - "glMultiTexCoord4iARB", - "glMultiTexCoord4ivARB", - "glMultiTexCoord4sARB", - "glMultiTexCoord4svARB", -/* C2J Parser Version 2.1: Java program parsed successfully. */ + + "glClearIndex", + "glClearColor", + "glClear", + "glIndexMask", + "glColorMask", + "glAlphaFunc", + "glBlendFunc", + "glLogicOp", + "glCullFace", + "glFrontFace", + "glPointSize", + "glLineWidth", + "glLineStipple", + "glPolygonMode", + "glPolygonOffset", + "glPolygonStipple", + "glGetPolygonStipple", + "glEdgeFlag", + "glEdgeFlagv", + "glScissor", + "glClipPlane", + "glGetClipPlane", + "glDrawBuffer", + "glReadBuffer", + "glEnable", + "glDisable", + "glIsEnabled", + "glEnableClientState", + "glDisableClientState", + "glGetBooleanv", + "glGetDoublev", + "glGetFloatv", + "glGetIntegerv", + "glPushAttrib", + "glPopAttrib", + "glPushClientAttrib", + "glPopClientAttrib", + "glRenderMode", + "glGetError", + "glFinish", + "glFlush", + "glHint", + "glClearDepth", + "glDepthFunc", + "glDepthMask", + "glDepthRange", + "glClearAccum", + "glAccum", + "glMatrixMode", + "glOrtho", + "glFrustum", + "glViewport", + "glPushMatrix", + "glPopMatrix", + "glLoadIdentity", + "glLoadMatrixd", + "glLoadMatrixf", + "glMultMatrixd", + "glMultMatrixf", + "glRotated", + "glRotatef", + "glScaled", + "glScalef", + "glTranslated", + "glTranslatef", + "glIsList", + "glDeleteLists", + "glGenLists", + "glNewList", + "glEndList", + "glCallList", + "glCallLists", + "glListBase", + "glBegin", + "glEnd", + "glVertex2d", + "glVertex2f", + "glVertex2i", + "glVertex2s", + "glVertex3d", + "glVertex3f", + "glVertex3i", + "glVertex3s", + "glVertex4d", + "glVertex4f", + "glVertex4i", + "glVertex4s", + "glVertex2dv", + "glVertex2fv", + "glVertex2iv", + "glVertex2sv", + "glVertex3dv", + "glVertex3fv", + "glVertex3iv", + "glVertex3sv", + "glVertex4dv", + "glVertex4fv", + "glVertex4iv", + "glVertex4sv", + "glNormal3b", + "glNormal3d", + "glNormal3f", + "glNormal3i", + "glNormal3s", + "glNormal3bv", + "glNormal3dv", + "glNormal3fv", + "glNormal3iv", + "glNormal3sv", + "glIndexd", + "glIndexf", + "glIndexi", + "glIndexs", + "glIndexub", + "glIndexdv", + "glIndexfv", + "glIndexiv", + "glIndexsv", + "glIndexubv", + "glColor3b", + "glColor3d", + "glColor3f", + "glColor3i", + "glColor3s", + "glColor3ub", + "glColor3ui", + "glColor3us", + "glColor4b", + "glColor4d", + "glColor4f", + "glColor4i", + "glColor4s", + "glColor4ub", + "glColor4ui", + "glColor4us", + "glColor3bv", + "glColor3dv", + "glColor3fv", + "glColor3iv", + "glColor3sv", + "glColor3ubv", + "glColor3uiv", + "glColor3usv", + "glColor4bv", + "glColor4dv", + "glColor4fv", + "glColor4iv", + "glColor4sv", + "glColor4ubv", + "glColor4uiv", + "glColor4usv", + "glTexCoord1d", + "glTexCoord1f", + "glTexCoord1i", + "glTexCoord1s", + "glTexCoord2d", + "glTexCoord2f", + "glTexCoord2i", + "glTexCoord2s", + "glTexCoord3d", + "glTexCoord3f", + "glTexCoord3i", + "glTexCoord3s", + "glTexCoord4d", + "glTexCoord4f", + "glTexCoord4i", + "glTexCoord4s", + "glTexCoord1dv", + "glTexCoord1fv", + "glTexCoord1iv", + "glTexCoord1sv", + "glTexCoord2dv", + "glTexCoord2fv", + "glTexCoord2iv", + "glTexCoord2sv", + "glTexCoord3dv", + "glTexCoord3fv", + "glTexCoord3iv", + "glTexCoord3sv", + "glTexCoord4dv", + "glTexCoord4fv", + "glTexCoord4iv", + "glTexCoord4sv", + "glRasterPos2d", + "glRasterPos2f", + "glRasterPos2i", + "glRasterPos2s", + "glRasterPos3d", + "glRasterPos3f", + "glRasterPos3i", + "glRasterPos3s", + "glRasterPos4d", + "glRasterPos4f", + "glRasterPos4i", + "glRasterPos4s", + "glRasterPos2dv", + "glRasterPos2fv", + "glRasterPos2iv", + "glRasterPos2sv", + "glRasterPos3dv", + "glRasterPos3fv", + "glRasterPos3iv", + "glRasterPos3sv", + "glRasterPos4dv", + "glRasterPos4fv", + "glRasterPos4iv", + "glRasterPos4sv", + "glRectd", + "glRectf", + "glRecti", + "glRects", + "glRectdv", + "glRectfv", + "glRectiv", + "glRectsv", + "glVertexPointer", + "glNormalPointer", + "glColorPointer", + "glIndexPointer", + "glTexCoordPointer", + "glEdgeFlagPointer", + "glGetPointerv", + "glArrayElement", + "glDrawArrays", + "glDrawElements", + "glInterleavedArrays", + "glShadeModel", + "glLightf", + "glLighti", + "glLightfv", + "glLightiv", + "glGetLightfv", + "glGetLightiv", + "glLightModelf", + "glLightModeli", + "glLightModelfv", + "glLightModeliv", + "glMaterialf", + "glMateriali", + "glMaterialfv", + "glMaterialiv", + "glGetMaterialfv", + "glGetMaterialiv", + "glColorMaterial", + "glPixelZoom", + "glPixelStoref", + "glPixelStorei", + "glPixelTransferf", + "glPixelTransferi", + "glPixelMapfv", + "glPixelMapuiv", + "glPixelMapusv", + "glGetPixelMapfv", + "glGetPixelMapuiv", + "glGetPixelMapusv", + "glBitmap", + "glReadPixels", + "glDrawPixels", + "glCopyPixels", + "glStencilFunc", + "glStencilMask", + "glStencilOp", + "glClearStencil", + "glTexGend", + "glTexGenf", + "glTexGeni", + "glTexGendv", + "glTexGenfv", + "glTexGeniv", + "glGetTexGendv", + "glGetTexGenfv", + "glGetTexGeniv", + "glTexEnvf", + "glTexEnvi", + "glTexEnvfv", + "glTexEnviv", + "glGetTexEnvfv", + "glGetTexEnviv", + "glTexParameterf", + "glTexParameteri", + "glTexParameterfv", + "glTexParameteriv", + "glGetTexParameterfv", + "glGetTexParameteriv", + "glGetTexLevelParameterfv", + "glGetTexLevelParameteriv", + "glTexImage1D", + "glTexImage2D", + "glGetTexImage", + "glGenTextures", + "glDeleteTextures", + "glBindTexture", + "glPrioritizeTextures", + "glAreTexturesResident", + "glIsTexture", + "glTexSubImage1D", + "glTexSubImage2D", + "glCopyTexImage1D", + "glCopyTexImage2D", + "glCopyTexSubImage1D", + "glCopyTexSubImage2D", + "glMap1d", + "glMap1f", + "glMap2d", + "glMap2f", + "glGetMapdv", + "glGetMapfv", + "glGetMapiv", + "glEvalCoord1d", + "glEvalCoord1f", + "glEvalCoord1dv", + "glEvalCoord1fv", + "glEvalCoord2d", + "glEvalCoord2f", + "glEvalCoord2dv", + "glEvalCoord2fv", + "glMapGrid1d", + "glMapGrid1f", + "glMapGrid2d", + "glMapGrid2f", + "glEvalPoint1", + "glEvalPoint2", + "glEvalMesh1", + "glEvalMesh2", + "glFogf", + "glFogi", + "glFogfv", + "glFogiv", + "glFeedbackBuffer", + "glPassThrough", + "glSelectBuffer", + "glInitNames", + "glLoadName", + "glPushName", + "glPopName", + "glDrawRangeElements", + "glTexImage3D", + "glTexSubImage3D", + "glCopyTexSubImage3D", + "glColorTable", + "glColorSubTable", + "glColorTableParameteriv", + "glColorTableParameterfv", + "glCopyColorSubTable", + "glCopyColorTable", + "glGetColorTable", + "glGetColorTableParameterfv", + "glGetColorTableParameteriv", + "glBlendEquation", + "glBlendColor", + "glHistogram", + "glResetHistogram", + "glGetHistogram", + "glGetHistogramParameterfv", + "glGetHistogramParameteriv", + "glMinmax", + "glResetMinmax", + "glGetMinmax", + "glGetMinmaxParameterfv", + "glGetMinmaxParameteriv", + "glConvolutionFilter1D", + "glConvolutionFilter2D", + "glConvolutionParameterf", + "glConvolutionParameterfv", + "glConvolutionParameteri", + "glConvolutionParameteriv", + "glCopyConvolutionFilter1D", + "glCopyConvolutionFilter2D", + "glGetConvolutionFilter", + "glGetConvolutionParameterfv", + "glGetConvolutionParameteriv", + "glSeparableFilter2D", + "glGetSeparableFilter", + "glBlendColorEXT", + "glPolygonOffsetEXT", + "glTexImage3DEXT", + "glTexSubImage3DEXT", + "glCopyTexSubImage3DEXT", + "glGenTexturesEXT", + "glDeleteTexturesEXT", + "glBindTextureEXT", + "glPrioritizeTexturesEXT", + "glAreTexturesResidentEXT", + "glIsTextureEXT", + "glVertexPointerEXT", + "glNormalPointerEXT", + "glColorPointerEXT", + "glIndexPointerEXT", + "glTexCoordPointerEXT", + "glEdgeFlagPointerEXT", + "glGetPointervEXT", + "glArrayElementEXT", + "glDrawArraysEXT", + "glBlendEquationEXT", + "glPointParameterfEXT", + "glPointParameterfvEXT", + "glColorTableEXT", + "glColorSubTableEXT", + "glGetColorTableEXT", + "glGetColorTableParameterfvEXT", + "glGetColorTableParameterivEXT", + "glLockArraysEXT", + "glUnlockArraysEXT", + "glActiveTextureARB", + "glClientActiveTextureARB", + "glMultiTexCoord1dARB", + "glMultiTexCoord1dvARB", + "glMultiTexCoord1fARB", + "glMultiTexCoord1fvARB", + "glMultiTexCoord1iARB", + "glMultiTexCoord1ivARB", + "glMultiTexCoord1sARB", + "glMultiTexCoord1svARB", + "glMultiTexCoord2dARB", + "glMultiTexCoord2dvARB", + "glMultiTexCoord2fARB", + "glMultiTexCoord2fvARB", + "glMultiTexCoord2iARB", + "glMultiTexCoord2ivARB", + "glMultiTexCoord2sARB", + "glMultiTexCoord2svARB", + "glMultiTexCoord3dARB", + "glMultiTexCoord3dvARB", + "glMultiTexCoord3fARB", + "glMultiTexCoord3fvARB", + "glMultiTexCoord3iARB", + "glMultiTexCoord3ivARB", + "glMultiTexCoord3sARB", + "glMultiTexCoord3svARB", + "glMultiTexCoord4dARB", + "glMultiTexCoord4dvARB", + "glMultiTexCoord4fARB", + "glMultiTexCoord4fvARB", + "glMultiTexCoord4iARB", + "glMultiTexCoord4ivARB", + "glMultiTexCoord4sARB", + "glMultiTexCoord4svARB", +/* C2J Parser Version 2.2: Java program parsed successfully. */ null }; /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! @@ -7431,7 +7431,7 @@ public static final String[] GL_PROC_NAMES = { short[] v ) ; -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ } diff --git a/gl4java/GLFuncJauJNI.java b/gl4java/GLFuncJauJNI.java index 16b3827..f3710b0 100644 --- a/gl4java/GLFuncJauJNI.java +++ b/gl4java/GLFuncJauJNI.java @@ -32,534 +32,534 @@ public final String getClassVendor ( ) { return "Jausoft - Sven Goethel Software Development"; } public final String getClassVersion ( ) -{ return "2.7.1.0"; } +{ return "2.8.0.0"; } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *

     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glClearIndex ( GLfloat c ) ;
    - * 
    - */ + *
    + */ public final native void glClearIndex ( float c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
    - * 
    - */ + *
    + */ public final native void glClearColor ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glClear ( GLbitfield mask ) ;
    - * 
    - */ + *
    + */ public final native void glClear ( int mask ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexMask ( GLuint mask ) ;
    - * 
    - */ + *
    + */ public final native void glIndexMask ( int mask ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ;
    - * 
    - */ + *
    + */ public final native void glColorMask ( boolean red, boolean green, boolean blue, boolean alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glAlphaFunc ( GLenum func , GLclampf ref ) ;
    - * 
    - */ + *
    + */ public final native void glAlphaFunc ( int func, float ref ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ;
    - * 
    - */ + *
    + */ public final native void glBlendFunc ( int sfactor, int dfactor ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLogicOp ( GLenum opcode ) ;
    - * 
    - */ + *
    + */ public final native void glLogicOp ( int opcode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCullFace ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glCullFace ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glFrontFace ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glFrontFace ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPointSize ( GLfloat size ) ;
    - * 
    - */ + *
    + */ public final native void glPointSize ( float size ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLineWidth ( GLfloat width ) ;
    - * 
    - */ + *
    + */ public final native void glLineWidth ( float width ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLineStipple ( GLint factor , GLushort pattern ) ;
    - * 
    - */ + *
    + */ public final native void glLineStipple ( int factor, short pattern ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPolygonMode ( GLenum face , GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glPolygonMode ( int face, int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ;
    - * 
    - */ + *
    + */ public final native void glPolygonOffset ( float factor, float units ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPolygonStipple ( const GLubyte * mask ) ;
    - * 
    - */ + *
    + */ public final native void glPolygonStipple ( byte[] mask ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetPolygonStipple ( GLubyte * mask ) ;
    - * 
    - */ + *
    + */ public final native void glGetPolygonStipple ( byte[] mask ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEdgeFlag ( GLboolean flag ) ;
    - * 
    - */ + *
    + */ public final native void glEdgeFlag ( boolean flag ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEdgeFlagv ( const GLboolean * flag ) ;
    - * 
    - */ + *
    + */ public final native void glEdgeFlagv ( boolean[] flag ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
    - * 
    - */ + *
    + */ public final native void glScissor ( int x, int y, int width, int height ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ;
    - * 
    - */ + *
    + */ public final native void glClipPlane ( int plane, double[] equation ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ;
    - * 
    - */ + *
    + */ public final native void glGetClipPlane ( int plane, double[] equation ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDrawBuffer ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glDrawBuffer ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glReadBuffer ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glReadBuffer ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEnable ( GLenum cap ) ;
    - * 
    - */ + *
    + */ public final native void glEnable ( int cap ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDisable ( GLenum cap ) ;
    - * 
    - */ + *
    + */ public final native void glDisable ( int cap ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLboolean glIsEnabled ( GLenum cap ) ;
    - * 
    - */ + *
    + */ public final native boolean glIsEnabled ( int cap ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEnableClientState ( GLenum cap ) ;
    - * 
    - */ + *
    + */ public final native void glEnableClientState ( int cap ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDisableClientState ( GLenum cap ) ;
    - * 
    - */ + *
    + */ public final native void glDisableClientState ( int cap ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetBooleanv ( int pname, boolean[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetDoublev ( GLenum pname , GLdouble * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetDoublev ( int pname, double[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetFloatv ( GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetFloatv ( int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetIntegerv ( GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetIntegerv ( int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPushAttrib ( GLbitfield mask ) ;
    - * 
    - */ + *
    + */ public final native void glPushAttrib ( int mask ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPopAttrib ( void ) ;
    - * 
    - */ + *
    + */ public final native void glPopAttrib ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPushClientAttrib ( GLbitfield mask ) ;
    - * 
    - */ + *
    + */ public final native void glPushClientAttrib ( int mask ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPopClientAttrib ( void ) ;
    - * 
    - */ + *
    + */ public final native void glPopClientAttrib ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLint glRenderMode ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native int glRenderMode ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLenum glGetError ( void ) ;
    - * 
    - */ + *
    + */ public final native int glGetError ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glFinish ( void ) ;
    - * 
    - */ + *
    + */ public final native void glFinish ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glFlush ( void ) ;
    - * 
    - */ + *
    + */ public final native void glFlush ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glHint ( GLenum target , GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glHint ( int target, int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glClearDepth ( GLclampd depth ) ;
    - * 
    - */ + *
    + */ public final native void glClearDepth ( double depth ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDepthFunc ( GLenum func ) ;
    - * 
    - */ + *
    + */ public final native void glDepthFunc ( int func ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDepthMask ( GLboolean flag ) ;
    - * 
    - */ + *
    + */ public final native void glDepthMask ( boolean flag ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ;
    - * 
    - */ + *
    + */ public final native void glDepthRange ( double near_val, double far_val ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
    - * 
    - */ + *
    + */ public final native void glClearAccum ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glAccum ( GLenum op , GLfloat value ) ;
    - * 
    - */ + *
    + */ public final native void glAccum ( int op, float value ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMatrixMode ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glMatrixMode ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
    - * 
    - */ + *
    + */ public final native void glOrtho ( double left, double right, @@ -568,13 +568,13 @@ public final String getClassVersion ( ) double near_val, double far_val ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ;
    - * 
    - */ + *
    + */ public final native void glFrustum ( double left, double right, @@ -583,228 +583,228 @@ public final String getClassVersion ( ) double near_val, double far_val ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ;
    - * 
    - */ + *
    + */ public final native void glViewport ( int x, int y, int width, int height ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPushMatrix ( void ) ;
    - * 
    - */ + *
    + */ public final native void glPushMatrix ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPopMatrix ( void ) ;
    - * 
    - */ + *
    + */ public final native void glPopMatrix ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLoadIdentity ( void ) ;
    - * 
    - */ + *
    + */ public final native void glLoadIdentity ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLoadMatrixd ( const GLdouble * m ) ;
    - * 
    - */ + *
    + */ public final native void glLoadMatrixd ( double[] m ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLoadMatrixf ( const GLfloat * m ) ;
    - * 
    - */ + *
    + */ public final native void glLoadMatrixf ( float[] m ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultMatrixd ( const GLdouble * m ) ;
    - * 
    - */ + *
    + */ public final native void glMultMatrixd ( double[] m ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultMatrixf ( const GLfloat * m ) ;
    - * 
    - */ + *
    + */ public final native void glMultMatrixf ( float[] m ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ;
    - * 
    - */ + *
    + */ public final native void glRotated ( double angle, double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ;
    - * 
    - */ + *
    + */ public final native void glRotatef ( float angle, float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ;
    - * 
    - */ + *
    + */ public final native void glScaled ( double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ;
    - * 
    - */ + *
    + */ public final native void glScalef ( float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ;
    - * 
    - */ + *
    + */ public final native void glTranslated ( double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ;
    - * 
    - */ + *
    + */ public final native void glTranslatef ( float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLboolean glIsList ( GLuint list ) ;
    - * 
    - */ + *
    + */ public final native boolean glIsList ( int list ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDeleteLists ( GLuint list , GLsizei range ) ;
    - * 
    - */ + *
    + */ public final native void glDeleteLists ( int list, int range ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLuint glGenLists ( GLsizei range ) ;
    - * 
    - */ + *
    + */ public final native int glGenLists ( int range ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNewList ( GLuint list , GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glNewList ( int list, int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEndList ( void ) ;
    - * 
    - */ + *
    + */ public final native void glEndList ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCallList ( GLuint list ) ;
    - * 
    - */ + *
    + */ public final native void glCallList ( int list ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ;
    - * 
    - */ + *
    + */ public final native void glCallLists ( int n, int type, @@ -840,1580 +840,1580 @@ public final String getClassVersion ( ) int type, long[] lists ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glListBase ( GLuint base ) ;
    - * 
    - */ + *
    + */ public final native void glListBase ( int base ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glBegin ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glBegin ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEnd ( void ) ;
    - * 
    - */ + *
    + */ public final native void glEnd ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex2d ( GLdouble x , GLdouble y ) ;
    - * 
    - */ + *
    + */ public final native void glVertex2d ( double x, double y ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex2f ( GLfloat x , GLfloat y ) ;
    - * 
    - */ + *
    + */ public final native void glVertex2f ( float x, float y ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex2i ( GLint x , GLint y ) ;
    - * 
    - */ + *
    + */ public final native void glVertex2i ( int x, int y ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex2s ( GLshort x , GLshort y ) ;
    - * 
    - */ + *
    + */ public final native void glVertex2s ( short x, short y ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ;
    - * 
    - */ + *
    + */ public final native void glVertex3d ( double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ;
    - * 
    - */ + *
    + */ public final native void glVertex3f ( float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex3i ( GLint x , GLint y , GLint z ) ;
    - * 
    - */ + *
    + */ public final native void glVertex3i ( int x, int y, int z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ;
    - * 
    - */ + *
    + */ public final native void glVertex3s ( short x, short y, short z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
    - * 
    - */ + *
    + */ public final native void glVertex4d ( double x, double y, double z, double w ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
    - * 
    - */ + *
    + */ public final native void glVertex4f ( float x, float y, float z, float w ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ;
    - * 
    - */ + *
    + */ public final native void glVertex4i ( int x, int y, int z, int w ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
    - * 
    - */ + *
    + */ public final native void glVertex4s ( short x, short y, short z, short w ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex2dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex2dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex2fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex2fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex2iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex2iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex2sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex2sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex3dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex3fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex3iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex3sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex4dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex4dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex4fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex4fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex4iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex4iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertex4sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glVertex4sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3b ( byte nx, byte ny, byte nz ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3d ( double nx, double ny, double nz ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3f ( float nx, float ny, float nz ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3i ( int nx, int ny, int nz ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3s ( short nx, short ny, short nz ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3bv ( const GLbyte * v ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3bv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormal3sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glNormal3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexd ( GLdouble c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexd ( double c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexf ( GLfloat c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexf ( float c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexi ( GLint c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexi ( int c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexs ( GLshort c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexs ( short c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexub ( GLubyte c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexub ( byte c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexdv ( const GLdouble * c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexdv ( double[] c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexfv ( const GLfloat * c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexfv ( float[] c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexiv ( const GLint * c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexiv ( int[] c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexsv ( const GLshort * c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexsv ( short[] c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexubv ( const GLubyte * c ) ;
    - * 
    - */ + *
    + */ public final native void glIndexubv ( byte[] c ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ;
    - * 
    - */ + *
    + */ public final native void glColor3b ( byte red, byte green, byte blue ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ;
    - * 
    - */ + *
    + */ public final native void glColor3d ( double red, double green, double blue ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ;
    - * 
    - */ + *
    + */ public final native void glColor3f ( float red, float green, float blue ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3i ( GLint red , GLint green , GLint blue ) ;
    - * 
    - */ + *
    + */ public final native void glColor3i ( int red, int green, int blue ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ;
    - * 
    - */ + *
    + */ public final native void glColor3s ( short red, short green, short blue ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ;
    - * 
    - */ + *
    + */ public final native void glColor3ub ( byte red, byte green, byte blue ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ;
    - * 
    - */ + *
    + */ public final native void glColor3ui ( int red, int green, int blue ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ;
    - * 
    - */ + *
    + */ public final native void glColor3us ( short red, short green, short blue ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ;
    - * 
    - */ + *
    + */ public final native void glColor4b ( byte red, byte green, byte blue, byte alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ;
    - * 
    - */ + *
    + */ public final native void glColor4d ( double red, double green, double blue, double alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ;
    - * 
    - */ + *
    + */ public final native void glColor4f ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ;
    - * 
    - */ + *
    + */ public final native void glColor4i ( int red, int green, int blue, int alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ;
    - * 
    - */ + *
    + */ public final native void glColor4s ( short red, short green, short blue, short alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ;
    - * 
    - */ + *
    + */ public final native void glColor4ub ( byte red, byte green, byte blue, byte alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ;
    - * 
    - */ + *
    + */ public final native void glColor4ui ( int red, int green, int blue, int alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ;
    - * 
    - */ + *
    + */ public final native void glColor4us ( short red, short green, short blue, short alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3bv ( const GLbyte * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor3bv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3ubv ( const GLubyte * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor3ubv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3uiv ( const GLuint * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor3uiv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor3usv ( const GLushort * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor3usv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4bv ( const GLbyte * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor4bv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor4dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor4fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor4iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor4sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4ubv ( const GLubyte * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor4ubv ( byte[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4uiv ( const GLuint * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor4uiv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColor4usv ( const GLushort * v ) ;
    - * 
    - */ + *
    + */ public final native void glColor4usv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord1d ( GLdouble s ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord1d ( double s ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord1f ( GLfloat s ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord1f ( float s ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord1i ( GLint s ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord1i ( int s ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord1s ( GLshort s ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord1s ( short s ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord2d ( GLdouble s , GLdouble t ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord2d ( double s, double t ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord2f ( GLfloat s , GLfloat t ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord2f ( float s, float t ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord2i ( GLint s , GLint t ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord2i ( int s, int t ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord2s ( GLshort s , GLshort t ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord2s ( short s, short t ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord3d ( double s, double t, double r ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord3f ( float s, float t, float r ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord3i ( int s, int t, int r ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord3s ( short s, short t, short r ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord4d ( double s, double t, double r, double q ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord4f ( float s, float t, float r, float q ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord4i ( int s, int t, int r, int q ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord4s ( short s, short t, short r, short q ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord1dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord1dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord1fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord1fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord1iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord1iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord1sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord1sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord2dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord2dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord2fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord2fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord2iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord2iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord2sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord2sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord3dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord3fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord3iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord3sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord4dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord4dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord4fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord4fv ( float[] v - ) ; - -/** - * Original Function-Prototype : - *
     
    +	) ;
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord4iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord4iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoord4sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoord4sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos2d ( GLdouble x , GLdouble y ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos2d ( double x, double y ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos2f ( GLfloat x , GLfloat y ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos2f ( float x, float y ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos2i ( GLint x , GLint y ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos2i ( int x, int y ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos2s ( GLshort x , GLshort y ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos2s ( short x, short y ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos3d ( double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos3f ( float x, float y, float z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos3i ( int x, int y, int z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos3s ( short x, short y, short z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos4d ( double x, double y, double z, double w ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos4f ( float x, float y, float z, float w ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos4i ( int x, int y, int z, int w ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos4s ( short x, short y, short z, short w ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos2dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos2dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos2fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos2fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos2iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos2iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos2sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos2sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos3dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos3dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos3fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos3fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos3iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos3iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos3sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos3sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos4dv ( const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos4dv ( double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos4fv ( const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos4fv ( float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos4iv ( const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos4iv ( int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRasterPos4sv ( const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glRasterPos4sv ( short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ;
    - * 
    - */ + *
    + */ public final native void glRectd ( double x1, double y1, double x2, double y2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ;
    - * 
    - */ + *
    + */ public final native void glRectf ( float x1, float y1, float x2, float y2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ;
    - * 
    - */ + *
    + */ public final native void glRecti ( int x1, int y1, int x2, int y2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ;
    - * 
    - */ + *
    + */ public final native void glRects ( short x1, short y1, short x2, short y2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ;
    - * 
    - */ + *
    + */ public final native void glRectdv ( double[] v1, double[] v2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ;
    - * 
    - */ + *
    + */ public final native void glRectfv ( float[] v1, float[] v2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ;
    - * 
    - */ + *
    + */ public final native void glRectiv ( int[] v1, int[] v2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ;
    - * 
    - */ + *
    + */ public final native void glRectsv ( short[] v1, short[] v2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glVertexPointer ( int size, int type, @@ -2456,13 +2456,13 @@ public final String getClassVersion ( ) int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glNormalPointer ( int type, int stride, @@ -2498,13 +2498,13 @@ public final String getClassVersion ( ) int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glColorPointer ( int size, int type, @@ -2547,13 +2547,13 @@ public final String getClassVersion ( ) int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glIndexPointer ( int type, int stride, @@ -2589,13 +2589,13 @@ public final String getClassVersion ( ) int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoordPointer ( int size, int type, @@ -2638,13 +2638,13 @@ public final String getClassVersion ( ) int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glEdgeFlagPointer ( int stride, byte[] ptr @@ -2673,13 +2673,13 @@ public final String getClassVersion ( ) int stride, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetPointerv ( GLenum pname , void * * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetPointerv ( int pname, byte[][] params @@ -2708,35 +2708,35 @@ public final String getClassVersion ( ) int pname, long[][] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glArrayElement ( GLint i ) ;
    - * 
    - */ + *
    + */ public final native void glArrayElement ( int i ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ;
    - * 
    - */ + *
    + */ public final native void glDrawArrays ( int mode, int first, int count ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ;
    - * 
    - */ + *
    + */ public final native void glDrawElements ( int mode, int count, @@ -2779,13 +2779,13 @@ public final String getClassVersion ( ) int type, long[] indices ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ;
    - * 
    - */ + *
    + */ public final native void glInterleavedArrays ( int format, int stride, @@ -2821,346 +2821,346 @@ public final String getClassVersion ( ) int stride, long[] pointer ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glShadeModel ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glShadeModel ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glLightf ( int light, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLighti ( GLenum light , GLenum pname , GLint param ) ;
    - * 
    - */ + *
    + */ public final native void glLighti ( int light, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glLightfv ( int light, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glLightiv ( int light, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetLightfv ( int light, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetLightiv ( int light, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLightModelf ( GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glLightModelf ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLightModeli ( GLenum pname , GLint param ) ;
    - * 
    - */ + *
    + */ public final native void glLightModeli ( int pname, int param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glLightModelfv ( int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLightModeliv ( GLenum pname , const GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glLightModeliv ( int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glMaterialf ( int face, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ;
    - * 
    - */ + *
    + */ public final native void glMateriali ( int face, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glMaterialfv ( int face, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glMaterialiv ( int face, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetMaterialfv ( int face, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetMaterialiv ( int face, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorMaterial ( GLenum face , GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glColorMaterial ( int face, int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ;
    - * 
    - */ + *
    + */ public final native void glPixelZoom ( float xfactor, float yfactor ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPixelStoref ( GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glPixelStoref ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPixelStorei ( GLenum pname , GLint param ) ;
    - * 
    - */ + *
    + */ public final native void glPixelStorei ( int pname, int param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPixelTransferf ( GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glPixelTransferf ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPixelTransferi ( GLenum pname , GLint param ) ;
    - * 
    - */ + *
    + */ public final native void glPixelTransferi ( int pname, int param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ;
    - * 
    - */ + *
    + */ public final native void glPixelMapfv ( int map, int mapsize, float[] values ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ;
    - * 
    - */ + *
    + */ public final native void glPixelMapuiv ( int map, int mapsize, int[] values ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ;
    - * 
    - */ + *
    + */ public final native void glPixelMapusv ( int map, int mapsize, short[] values ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ;
    - * 
    - */ + *
    + */ public final native void glGetPixelMapfv ( int map, float[] values ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ;
    - * 
    - */ + *
    + */ public final native void glGetPixelMapuiv ( int map, int[] values ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ;
    - * 
    - */ + *
    + */ public final native void glGetPixelMapusv ( int map, short[] values ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ;
    - * 
    - */ + *
    + */ public final native void glBitmap ( int width, int height, @@ -3170,13 +3170,13 @@ public final String getClassVersion ( ) float ymove, byte[] bitmap ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glReadPixels ( int x, int y, @@ -3240,13 +3240,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glDrawPixels ( int width, int height, @@ -3296,13 +3296,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ;
    - * 
    - */ + *
    + */ public final native void glCopyPixels ( int x, int y, @@ -3310,335 +3310,335 @@ public final String getClassVersion ( ) int height, int type ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ;
    - * 
    - */ + *
    + */ public final native void glStencilFunc ( int func, int ref, int mask ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glStencilMask ( GLuint mask ) ;
    - * 
    - */ + *
    + */ public final native void glStencilMask ( int mask ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ;
    - * 
    - */ + *
    + */ public final native void glStencilOp ( int fail, int zfail, int zpass ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glClearStencil ( GLint s ) ;
    - * 
    - */ + *
    + */ public final native void glClearStencil ( int s ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ;
    - * 
    - */ + *
    + */ public final native void glTexGend ( int coord, int pname, double param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glTexGenf ( int coord, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ;
    - * 
    - */ + *
    + */ public final native void glTexGeni ( int coord, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ;
    - * 
    - */ + *
    + */ public final native void glTexGendv ( int coord, int pname, double[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glTexGenfv ( int coord, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glTexGeniv ( int coord, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexGendv ( int coord, int pname, double[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexGenfv ( int coord, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexGeniv ( int coord, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glTexEnvf ( int target, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ;
    - * 
    - */ + *
    + */ public final native void glTexEnvi ( int target, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glTexEnvfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glTexEnviv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexEnvfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexEnviv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glTexParameterf ( int target, int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ;
    - * 
    - */ + *
    + */ public final native void glTexParameteri ( int target, int pname, int param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glTexParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glTexParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexLevelParameterfv ( int target, int level, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexLevelParameteriv ( int target, int level, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glTexImage1D ( int target, int level, @@ -3709,13 +3709,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glTexImage2D ( int target, int level, @@ -3793,13 +3793,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glGetTexImage ( int target, int level, @@ -3849,80 +3849,80 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGenTextures ( GLsizei n , GLuint * textures ) ;
    - * 
    - */ + *
    + */ public final native void glGenTextures ( int n, int[] textures ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ;
    - * 
    - */ + *
    + */ public final native void glDeleteTextures ( int n, int[] textures ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glBindTexture ( GLenum target , GLuint texture ) ;
    - * 
    - */ + *
    + */ public final native void glBindTexture ( int target, int texture ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
    - * 
    - */ + *
    + */ public final native void glPrioritizeTextures ( int n, int[] textures, float[] priorities ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
    - * 
    - */ + *
    + */ public final native boolean glAreTexturesResident ( int n, int[] textures, boolean[] residences ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLboolean glIsTexture ( GLuint texture ) ;
    - * 
    - */ + *
    + */ public final native boolean glIsTexture ( int texture ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glTexSubImage1D ( int target, int level, @@ -3986,13 +3986,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glTexSubImage2D ( int target, int level, @@ -4070,13 +4070,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ;
    - * 
    - */ + *
    + */ public final native void glCopyTexImage1D ( int target, int level, @@ -4086,13 +4086,13 @@ public final String getClassVersion ( ) int width, int border ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ;
    - * 
    - */ + *
    + */ public final native void glCopyTexImage2D ( int target, int level, @@ -4103,13 +4103,13 @@ public final String getClassVersion ( ) int height, int border ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ;
    - * 
    - */ + *
    + */ public final native void glCopyTexSubImage1D ( int target, int level, @@ -4118,13 +4118,13 @@ public final String getClassVersion ( ) int y, int width ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
    - * 
    - */ + *
    + */ public final native void glCopyTexSubImage2D ( int target, int level, @@ -4135,13 +4135,13 @@ public final String getClassVersion ( ) int width, int height ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ;
    - * 
    - */ + *
    + */ public final native void glMap1d ( int target, double u1, @@ -4150,13 +4150,13 @@ public final String getClassVersion ( ) int order, double[] points ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ;
    - * 
    - */ + *
    + */ public final native void glMap1f ( int target, float u1, @@ -4165,13 +4165,13 @@ public final String getClassVersion ( ) int order, float[] points ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ;
    - * 
    - */ + *
    + */ public final native void glMap2d ( int target, double u1, @@ -4184,13 +4184,13 @@ public final String getClassVersion ( ) int vorder, double[] points ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ;
    - * 
    - */ + *
    + */ public final native void glMap2f ( int target, float u1, @@ -4203,155 +4203,155 @@ public final String getClassVersion ( ) int vorder, float[] points ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glGetMapdv ( int target, int query, double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glGetMapfv ( int target, int query, float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glGetMapiv ( int target, int query, int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalCoord1d ( GLdouble u ) ;
    - * 
    - */ + *
    + */ public final native void glEvalCoord1d ( double u ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalCoord1f ( GLfloat u ) ;
    - * 
    - */ + *
    + */ public final native void glEvalCoord1f ( float u ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalCoord1dv ( const GLdouble * u ) ;
    - * 
    - */ + *
    + */ public final native void glEvalCoord1dv ( double[] u ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalCoord1fv ( const GLfloat * u ) ;
    - * 
    - */ + *
    + */ public final native void glEvalCoord1fv ( float[] u ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ;
    - * 
    - */ + *
    + */ public final native void glEvalCoord2d ( double u, double v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ;
    - * 
    - */ + *
    + */ public final native void glEvalCoord2f ( float u, float v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalCoord2dv ( const GLdouble * u ) ;
    - * 
    - */ + *
    + */ public final native void glEvalCoord2dv ( double[] u ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalCoord2fv ( const GLfloat * u ) ;
    - * 
    - */ + *
    + */ public final native void glEvalCoord2fv ( float[] u ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ;
    - * 
    - */ + *
    + */ public final native void glMapGrid1d ( int un, double u1, double u2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ;
    - * 
    - */ + *
    + */ public final native void glMapGrid1f ( int un, float u1, float u2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ;
    - * 
    - */ + *
    + */ public final native void glMapGrid2d ( int un, double u1, @@ -4360,13 +4360,13 @@ public final String getClassVersion ( ) double v1, double v2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ;
    - * 
    - */ + *
    + */ public final native void glMapGrid2f ( int un, float u1, @@ -4375,46 +4375,46 @@ public final String getClassVersion ( ) float v1, float v2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalPoint1 ( GLint i ) ;
    - * 
    - */ + *
    + */ public final native void glEvalPoint1 ( int i ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalPoint2 ( GLint i , GLint j ) ;
    - * 
    - */ + *
    + */ public final native void glEvalPoint2 ( int i, int j ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ;
    - * 
    - */ + *
    + */ public final native void glEvalMesh1 ( int mode, int i1, int i2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ;
    - * 
    - */ + *
    + */ public final native void glEvalMesh2 ( int mode, int i1, @@ -4422,128 +4422,128 @@ public final String getClassVersion ( ) int j1, int j2 ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glFogf ( GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glFogf ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glFogi ( GLenum pname , GLint param ) ;
    - * 
    - */ + *
    + */ public final native void glFogi ( int pname, int param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glFogfv ( GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glFogfv ( int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glFogiv ( GLenum pname , const GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glFogiv ( int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ;
    - * 
    - */ + *
    + */ public final native void glFeedbackBuffer ( int size, int type, float[] buffer ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPassThrough ( GLfloat token ) ;
    - * 
    - */ + *
    + */ public final native void glPassThrough ( float token ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ;
    - * 
    - */ + *
    + */ public final native void glSelectBuffer ( int size, int[] buffer ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glInitNames ( void ) ;
    - * 
    - */ + *
    + */ public final native void glInitNames ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLoadName ( GLuint name ) ;
    - * 
    - */ + *
    + */ public final native void glLoadName ( int name ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPushName ( GLuint name ) ;
    - * 
    - */ + *
    + */ public final native void glPushName ( int name ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPopName ( void ) ;
    - * 
    - */ + *
    + */ public final native void glPopName ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ;
    - * 
    - */ + *
    + */ public final native void glDrawRangeElements ( int mode, int start, @@ -4600,13 +4600,13 @@ public final String getClassVersion ( ) int type, long[] indices ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexImage3D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glTexImage3D ( int target, int level, @@ -4691,13 +4691,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glTexSubImage3D ( int target, int level, @@ -4789,13 +4789,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
    - * 
    - */ + *
    + */ public final native void glCopyTexSubImage3D ( int target, int level, @@ -4807,13 +4807,13 @@ public final String getClassVersion ( ) int width, int height ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
    - * 
    - */ + *
    + */ public final native void glColorTable ( int target, int internalformat, @@ -4870,13 +4870,13 @@ public final String getClassVersion ( ) int type, long[] table ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
    - * 
    - */ + *
    + */ public final native void glColorSubTable ( int target, int start, @@ -4933,37 +4933,37 @@ public final String getClassVersion ( ) int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glColorTableParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glColorTableParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ;
    - * 
    - */ + *
    + */ public final native void glCopyColorSubTable ( int target, int start, @@ -4971,13 +4971,13 @@ public final String getClassVersion ( ) int y, int width ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
    - * 
    - */ + *
    + */ public final native void glCopyColorTable ( int target, int internalformat, @@ -4985,13 +4985,13 @@ public final String getClassVersion ( ) int y, int width ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
    - * 
    - */ + *
    + */ public final native void glGetColorTable ( int target, int format, @@ -5034,83 +5034,83 @@ public final String getClassVersion ( ) int type, long[] table ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetColorTableParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetColorTableParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glBlendEquation ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glBlendEquation ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
    - * 
    - */ + *
    + */ public final native void glBlendColor ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ;
    - * 
    - */ + *
    + */ public final native void glHistogram ( int target, int width, int internalformat, boolean sink ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glResetHistogram ( GLenum target ) ;
    - * 
    - */ + *
    + */ public final native void glResetHistogram ( int target ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ;
    - * 
    - */ + *
    + */ public final native void glGetHistogram ( int target, boolean reset, @@ -5160,59 +5160,59 @@ public final String getClassVersion ( ) int type, long[] values ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetHistogramParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetHistogramParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ;
    - * 
    - */ + *
    + */ public final native void glMinmax ( int target, int internalformat, boolean sink ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glResetMinmax ( GLenum target ) ;
    - * 
    - */ + *
    + */ public final native void glResetMinmax ( int target ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ;
    - * 
    - */ + *
    + */ public final native void glGetMinmax ( int target, boolean reset, @@ -5262,37 +5262,37 @@ public final String getClassVersion ( ) int types, long[] values ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetMinmaxParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetMinmaxParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ;
    - * 
    - */ + *
    + */ public final native void glConvolutionFilter1D ( int target, int internalformat, @@ -5349,13 +5349,13 @@ public final String getClassVersion ( ) int type, long[] image ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ;
    - * 
    - */ + *
    + */ public final native void glConvolutionFilter2D ( int target, int internalformat, @@ -5419,61 +5419,61 @@ public final String getClassVersion ( ) int type, long[] image ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ;
    - * 
    - */ + *
    + */ public final native void glConvolutionParameterf ( int target, int pname, float params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glConvolutionParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ;
    - * 
    - */ + *
    + */ public final native void glConvolutionParameteri ( int target, int pname, int params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glConvolutionParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ;
    - * 
    - */ + *
    + */ public final native void glCopyConvolutionFilter1D ( int target, int internalformat, @@ -5481,13 +5481,13 @@ public final String getClassVersion ( ) int y, int width ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ;
    - * 
    - */ + *
    + */ public final native void glCopyConvolutionFilter2D ( int target, int internalformat, @@ -5496,13 +5496,13 @@ public final String getClassVersion ( ) int width, int height ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ;
    - * 
    - */ + *
    + */ public final native void glGetConvolutionFilter ( int target, int format, @@ -5545,37 +5545,37 @@ public final String getClassVersion ( ) int type, long[] image ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetConvolutionParameterfv ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetConvolutionParameteriv ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ;
    - * 
    - */ + *
    + */ public final native void glSeparableFilter2D ( int target, int internalformat, @@ -5646,13 +5646,13 @@ public final String getClassVersion ( ) long[] row, long[] column ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ;
    - * 
    - */ + *
    + */ public final native void glGetSeparableFilter ( int target, int format, @@ -5709,37 +5709,37 @@ public final String getClassVersion ( ) long[] column, long[] span ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ;
    - * 
    - */ + *
    + */ public final native void glBlendColorEXT ( float red, float green, float blue, float alpha ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ;
    - * 
    - */ + *
    + */ public final native void glPolygonOffsetEXT ( float factor, float bias ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glTexImage3DEXT ( int target, int level, @@ -5824,13 +5824,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const GLvoid * pixels ) ;
    - * 
    - */ + *
    + */ public final native void glTexSubImage3DEXT ( int target, int level, @@ -5922,13 +5922,13 @@ public final String getClassVersion ( ) int type, long[] pixels ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ;
    - * 
    - */ + *
    + */ public final native void glCopyTexSubImage3DEXT ( int target, int level, @@ -5940,80 +5940,80 @@ public final String getClassVersion ( ) int width, int height ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ;
    - * 
    - */ + *
    + */ public final native void glGenTexturesEXT ( int n, int[] textures ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ;
    - * 
    - */ + *
    + */ public final native void glDeleteTexturesEXT ( int n, int[] textures ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glBindTextureEXT ( GLenum target , GLuint texture ) ;
    - * 
    - */ + *
    + */ public final native void glBindTextureEXT ( int target, int texture ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ;
    - * 
    - */ + *
    + */ public final native void glPrioritizeTexturesEXT ( int n, int[] textures, float[] priorities ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ;
    - * 
    - */ + *
    + */ public final native boolean glAreTexturesResidentEXT ( int n, int[] textures, boolean[] residences ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLboolean glIsTextureEXT ( GLuint texture ) ;
    - * 
    - */ + *
    + */ public final native boolean glIsTextureEXT ( int texture ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glVertexPointerEXT ( int size, int type, @@ -6063,13 +6063,13 @@ public final String getClassVersion ( ) int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glNormalPointerEXT ( int type, int stride, @@ -6112,13 +6112,13 @@ public final String getClassVersion ( ) int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glColorPointerEXT ( int size, int type, @@ -6168,13 +6168,13 @@ public final String getClassVersion ( ) int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glIndexPointerEXT ( int type, int stride, @@ -6217,13 +6217,13 @@ public final String getClassVersion ( ) int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glTexCoordPointerEXT ( int size, int type, @@ -6273,25 +6273,25 @@ public final String getClassVersion ( ) int count, long[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ;
    - * 
    - */ + *
    + */ public final native void glEdgeFlagPointerEXT ( int stride, int count, boolean[] ptr ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetPointervEXT ( GLenum pname , void * * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetPointervEXT ( int pname, byte[][] params @@ -6320,67 +6320,67 @@ public final String getClassVersion ( ) int pname, long[][] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glArrayElementEXT ( GLint i ) ;
    - * 
    - */ + *
    + */ public final native void glArrayElementEXT ( int i ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ;
    - * 
    - */ + *
    + */ public final native void glDrawArraysEXT ( int mode, int first, int count ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glBlendEquationEXT ( GLenum mode ) ;
    - * 
    - */ + *
    + */ public final native void glBlendEquationEXT ( int mode ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ;
    - * 
    - */ + *
    + */ public final native void glPointParameterfEXT ( int pname, float param ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glPointParameterfvEXT ( int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ;
    - * 
    - */ + *
    + */ public final native void glColorTableEXT ( int target, int internalformat, @@ -6437,13 +6437,13 @@ public final String getClassVersion ( ) int type, long[] table ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ;
    - * 
    - */ + *
    + */ public final native void glColorSubTableEXT ( int target, int start, @@ -6500,13 +6500,13 @@ public final String getClassVersion ( ) int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ;
    - * 
    - */ + *
    + */ public final native void glGetColorTableEXT ( int target, int format, @@ -6549,353 +6549,353 @@ public final String getClassVersion ( ) int type, long[] table ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetColorTableParameterfvEXT ( int target, int pname, float[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ;
    - * 
    - */ + *
    + */ public final native void glGetColorTableParameterivEXT ( int target, int pname, int[] params ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glLockArraysEXT ( GLint first , GLsizei count ) ;
    - * 
    - */ + *
    + */ public final native void glLockArraysEXT ( int first, int count ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glUnlockArraysEXT ( void ) ;
    - * 
    - */ + *
    + */ public final native void glUnlockArraysEXT ( ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glActiveTextureARB ( GLenum texture ) ;
    - * 
    - */ + *
    + */ public final native void glActiveTextureARB ( int texture ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glClientActiveTextureARB ( GLenum texture ) ;
    - * 
    - */ + *
    + */ public final native void glClientActiveTextureARB ( int texture ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord1dARB ( int target, double s ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord1dvARB ( int target, double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord1fARB ( int target, float s ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord1fvARB ( int target, float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord1iARB ( int target, int s ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord1ivARB ( int target, int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord1sARB ( int target, short s ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord1svARB ( int target, short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord2dARB ( int target, double s, double t ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord2dvARB ( int target, double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord2fARB ( int target, float s, float t ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord2fvARB ( int target, float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord2iARB ( int target, int s, int t ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord2ivARB ( int target, int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord2sARB ( int target, short s, short t ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord2svARB ( int target, short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord3dARB ( int target, double s, double t, double r ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord3dvARB ( int target, double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord3fARB ( int target, float s, float t, float r ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord3fvARB ( int target, float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord3iARB ( int target, int s, int t, int r ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord3ivARB ( int target, int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord3sARB ( int target, short s, short t, short r ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord3svARB ( int target, short[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord4dARB ( int target, double s, @@ -6903,24 +6903,24 @@ public final String getClassVersion ( ) double r, double q ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord4dvARB ( int target, double[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord4fARB ( int target, float s, @@ -6928,24 +6928,24 @@ public final String getClassVersion ( ) float r, float q ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord4fvARB ( int target, float[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord4iARB ( int target, int s, @@ -6953,24 +6953,24 @@ public final String getClassVersion ( ) int r, int q ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord4ivARB ( int target, int[] v ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord4sARB ( int target, short s, @@ -6978,19 +6978,19 @@ public final String getClassVersion ( ) short r, short q ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ;
    - * 
    - */ + *
    + */ public final native void glMultiTexCoord4svARB ( int target, short[] v ) ; - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ } diff --git a/gl4java/GLFuncJauJNInf.java b/gl4java/GLFuncJauJNInf.java index d9c7d8e..4ccf573 100644 --- a/gl4java/GLFuncJauJNInf.java +++ b/gl4java/GLFuncJauJNInf.java @@ -32,12 +32,12 @@ public String getClassVendor ( ) { return "Jausoft - Sven Goethel Software Development"; } public String getClassVersion ( ) -{ return "2.7.1.0"; } +{ return "2.8.0.0"; } /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNInf ! @@ -6990,7 +6990,7 @@ public String getClassVersion ( ) short[] v ) ; -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ } diff --git a/gl4java/GLUEnum.java b/gl4java/GLUEnum.java index 5eb7fca..a3cb339 100644 --- a/gl4java/GLUEnum.java +++ b/gl4java/GLUEnum.java @@ -22,119 +22,119 @@ public interface GLUEnum { /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-enum-auto.orig.h . . . * Destination-Class: gl4java_GLUEnum ! */ - - public static final int GLU_AUTO_LOAD_MATRIX = 100200; - public static final int GLU_CCW = 100121; - public static final int GLU_CULLING = 100201; - public static final int GLU_CW = 100120; - public static final int GLU_DISPLAY_MODE = 100204; - public static final int GLU_DOMAIN_DISTANCE = 100217; - public static final int GLU_EXTENSIONS = 100801; - public static final int GLU_EXTERIOR = 100123; - public static final int GLU_FALSE = 0; - public static final int GLU_FILL = 100012; - public static final int GLU_FLAT = 100001; - public static final int GLU_INCOMPATIBLE_GL_VERSION = 100903; - public static final int GLU_INSIDE = 100021; - public static final int GLU_INTERIOR = 100122; - public static final int GLU_INVALID_ENUM = 100900; - public static final int GLU_INVALID_VALUE = 100901; - public static final int GLU_LINE = 100011; - public static final int GLU_MAP1_TRIM_2 = 100210; - public static final int GLU_MAP1_TRIM_3 = 100211; - public static final int GLU_NONE = 100002; - public static final int GLU_NURBS_ERROR1 = 100251; - public static final int GLU_NURBS_ERROR10 = 100260; - public static final int GLU_NURBS_ERROR11 = 100261; - public static final int GLU_NURBS_ERROR12 = 100262; - public static final int GLU_NURBS_ERROR13 = 100263; - public static final int GLU_NURBS_ERROR14 = 100264; - public static final int GLU_NURBS_ERROR15 = 100265; - public static final int GLU_NURBS_ERROR16 = 100266; - public static final int GLU_NURBS_ERROR17 = 100267; - public static final int GLU_NURBS_ERROR18 = 100268; - public static final int GLU_NURBS_ERROR19 = 100269; - public static final int GLU_NURBS_ERROR2 = 100252; - public static final int GLU_NURBS_ERROR20 = 100270; - public static final int GLU_NURBS_ERROR21 = 100271; - public static final int GLU_NURBS_ERROR22 = 100272; - public static final int GLU_NURBS_ERROR23 = 100273; - public static final int GLU_NURBS_ERROR24 = 100274; - public static final int GLU_NURBS_ERROR25 = 100275; - public static final int GLU_NURBS_ERROR26 = 100276; - public static final int GLU_NURBS_ERROR27 = 100277; - public static final int GLU_NURBS_ERROR28 = 100278; - public static final int GLU_NURBS_ERROR29 = 100279; - public static final int GLU_NURBS_ERROR3 = 100253; - public static final int GLU_NURBS_ERROR30 = 100280; - public static final int GLU_NURBS_ERROR31 = 100281; - public static final int GLU_NURBS_ERROR32 = 100282; - public static final int GLU_NURBS_ERROR33 = 100283; - public static final int GLU_NURBS_ERROR34 = 100284; - public static final int GLU_NURBS_ERROR35 = 100285; - public static final int GLU_NURBS_ERROR36 = 100286; - public static final int GLU_NURBS_ERROR37 = 100287; - public static final int GLU_NURBS_ERROR4 = 100254; - public static final int GLU_NURBS_ERROR5 = 100255; - public static final int GLU_NURBS_ERROR6 = 100256; - public static final int GLU_NURBS_ERROR7 = 100257; - public static final int GLU_NURBS_ERROR8 = 100258; - public static final int GLU_NURBS_ERROR9 = 100259; - public static final int GLU_OUTLINE_PATCH = 100241; - public static final int GLU_OUTLINE_POLYGON = 100240; - public static final int GLU_OUTSIDE = 100020; - public static final int GLU_OUT_OF_MEMORY = 100902; - public static final int GLU_PARAMETRIC_ERROR = 100216; - public static final int GLU_PARAMETRIC_TOLERANCE = 100202; - public static final int GLU_PATH_LENGTH = 100215; - public static final int GLU_POINT = 100010; - public static final int GLU_SAMPLING_METHOD = 100205; - public static final int GLU_SAMPLING_TOLERANCE = 100203; - public static final int GLU_SILHOUETTE = 100013; - public static final int GLU_SMOOTH = 100000; - public static final int GLU_TESS_BEGIN = 100100; - public static final int GLU_TESS_BEGIN_DATA = 100106; - public static final int GLU_TESS_BOUNDARY_ONLY = 100141; - public static final int GLU_TESS_COMBINE = 100105; - public static final int GLU_TESS_COMBINE_DATA = 100111; - public static final int GLU_TESS_EDGE_FLAG = 100104; - public static final int GLU_TESS_EDGE_FLAG_DATA = 100110; - public static final int GLU_TESS_END = 100102; - public static final int GLU_TESS_END_DATA = 100108; - public static final int GLU_TESS_ERROR = 100103; - public static final int GLU_TESS_ERROR1 = 100151; - public static final int GLU_TESS_ERROR2 = 100152; - public static final int GLU_TESS_ERROR3 = 100153; - public static final int GLU_TESS_ERROR4 = 100154; - public static final int GLU_TESS_ERROR5 = 100155; - public static final int GLU_TESS_ERROR6 = 100156; - public static final int GLU_TESS_ERROR7 = 100157; - public static final int GLU_TESS_ERROR8 = 100158; - public static final int GLU_TESS_ERROR_DATA = 100109; - public static final int GLU_TESS_TOLERANCE = 100142; - public static final int GLU_TESS_VERTEX = 100101; - public static final int GLU_TESS_VERTEX_DATA = 100107; - public static final int GLU_TESS_WINDING_ABS_GEQ_TWO = 100134; - public static final int GLU_TESS_WINDING_NEGATIVE = 100133; - public static final int GLU_TESS_WINDING_NONZERO = 100131; - public static final int GLU_TESS_WINDING_ODD = 100130; - public static final int GLU_TESS_WINDING_POSITIVE = 100132; - public static final int GLU_TESS_WINDING_RULE = 100140; - public static final int GLU_UNKNOWN = 100124; - public static final int GLU_U_STEP = 100206; - public static final int GLU_VERSION = 100800; - public static final int GLU_V_STEP = 100207; - public static final int GLU_VERTEX = GLU_TESS_VERTEX; - public static final int GLU_BEGIN = GLU_TESS_BEGIN; - public static final int GLU_EDGE_FLAG = GLU_TESS_EDGE_FLAG; - public static final int GLU_END = GLU_TESS_END; - public static final int GLU_ERROR = GLU_TESS_ERROR; -/* C2J Parser Version 2.1: Java program parsed successfully. */ + + public static final int GLU_AUTO_LOAD_MATRIX = 100200; + public static final int GLU_CCW = 100121; + public static final int GLU_CULLING = 100201; + public static final int GLU_CW = 100120; + public static final int GLU_DISPLAY_MODE = 100204; + public static final int GLU_DOMAIN_DISTANCE = 100217; + public static final int GLU_EXTENSIONS = 100801; + public static final int GLU_EXTERIOR = 100123; + public static final int GLU_FALSE = 0; + public static final int GLU_FILL = 100012; + public static final int GLU_FLAT = 100001; + public static final int GLU_INCOMPATIBLE_GL_VERSION = 100903; + public static final int GLU_INSIDE = 100021; + public static final int GLU_INTERIOR = 100122; + public static final int GLU_INVALID_ENUM = 100900; + public static final int GLU_INVALID_VALUE = 100901; + public static final int GLU_LINE = 100011; + public static final int GLU_MAP1_TRIM_2 = 100210; + public static final int GLU_MAP1_TRIM_3 = 100211; + public static final int GLU_NONE = 100002; + public static final int GLU_NURBS_ERROR1 = 100251; + public static final int GLU_NURBS_ERROR10 = 100260; + public static final int GLU_NURBS_ERROR11 = 100261; + public static final int GLU_NURBS_ERROR12 = 100262; + public static final int GLU_NURBS_ERROR13 = 100263; + public static final int GLU_NURBS_ERROR14 = 100264; + public static final int GLU_NURBS_ERROR15 = 100265; + public static final int GLU_NURBS_ERROR16 = 100266; + public static final int GLU_NURBS_ERROR17 = 100267; + public static final int GLU_NURBS_ERROR18 = 100268; + public static final int GLU_NURBS_ERROR19 = 100269; + public static final int GLU_NURBS_ERROR2 = 100252; + public static final int GLU_NURBS_ERROR20 = 100270; + public static final int GLU_NURBS_ERROR21 = 100271; + public static final int GLU_NURBS_ERROR22 = 100272; + public static final int GLU_NURBS_ERROR23 = 100273; + public static final int GLU_NURBS_ERROR24 = 100274; + public static final int GLU_NURBS_ERROR25 = 100275; + public static final int GLU_NURBS_ERROR26 = 100276; + public static final int GLU_NURBS_ERROR27 = 100277; + public static final int GLU_NURBS_ERROR28 = 100278; + public static final int GLU_NURBS_ERROR29 = 100279; + public static final int GLU_NURBS_ERROR3 = 100253; + public static final int GLU_NURBS_ERROR30 = 100280; + public static final int GLU_NURBS_ERROR31 = 100281; + public static final int GLU_NURBS_ERROR32 = 100282; + public static final int GLU_NURBS_ERROR33 = 100283; + public static final int GLU_NURBS_ERROR34 = 100284; + public static final int GLU_NURBS_ERROR35 = 100285; + public static final int GLU_NURBS_ERROR36 = 100286; + public static final int GLU_NURBS_ERROR37 = 100287; + public static final int GLU_NURBS_ERROR4 = 100254; + public static final int GLU_NURBS_ERROR5 = 100255; + public static final int GLU_NURBS_ERROR6 = 100256; + public static final int GLU_NURBS_ERROR7 = 100257; + public static final int GLU_NURBS_ERROR8 = 100258; + public static final int GLU_NURBS_ERROR9 = 100259; + public static final int GLU_OUTLINE_PATCH = 100241; + public static final int GLU_OUTLINE_POLYGON = 100240; + public static final int GLU_OUTSIDE = 100020; + public static final int GLU_OUT_OF_MEMORY = 100902; + public static final int GLU_PARAMETRIC_ERROR = 100216; + public static final int GLU_PARAMETRIC_TOLERANCE = 100202; + public static final int GLU_PATH_LENGTH = 100215; + public static final int GLU_POINT = 100010; + public static final int GLU_SAMPLING_METHOD = 100205; + public static final int GLU_SAMPLING_TOLERANCE = 100203; + public static final int GLU_SILHOUETTE = 100013; + public static final int GLU_SMOOTH = 100000; + public static final int GLU_TESS_BEGIN = 100100; + public static final int GLU_TESS_BEGIN_DATA = 100106; + public static final int GLU_TESS_BOUNDARY_ONLY = 100141; + public static final int GLU_TESS_COMBINE = 100105; + public static final int GLU_TESS_COMBINE_DATA = 100111; + public static final int GLU_TESS_EDGE_FLAG = 100104; + public static final int GLU_TESS_EDGE_FLAG_DATA = 100110; + public static final int GLU_TESS_END = 100102; + public static final int GLU_TESS_END_DATA = 100108; + public static final int GLU_TESS_ERROR = 100103; + public static final int GLU_TESS_ERROR1 = 100151; + public static final int GLU_TESS_ERROR2 = 100152; + public static final int GLU_TESS_ERROR3 = 100153; + public static final int GLU_TESS_ERROR4 = 100154; + public static final int GLU_TESS_ERROR5 = 100155; + public static final int GLU_TESS_ERROR6 = 100156; + public static final int GLU_TESS_ERROR7 = 100157; + public static final int GLU_TESS_ERROR8 = 100158; + public static final int GLU_TESS_ERROR_DATA = 100109; + public static final int GLU_TESS_TOLERANCE = 100142; + public static final int GLU_TESS_VERTEX = 100101; + public static final int GLU_TESS_VERTEX_DATA = 100107; + public static final int GLU_TESS_WINDING_ABS_GEQ_TWO = 100134; + public static final int GLU_TESS_WINDING_NEGATIVE = 100133; + public static final int GLU_TESS_WINDING_NONZERO = 100131; + public static final int GLU_TESS_WINDING_ODD = 100130; + public static final int GLU_TESS_WINDING_POSITIVE = 100132; + public static final int GLU_TESS_WINDING_RULE = 100140; + public static final int GLU_UNKNOWN = 100124; + public static final int GLU_U_STEP = 100206; + public static final int GLU_VERSION = 100800; + public static final int GLU_V_STEP = 100207; + public static final int GLU_VERTEX = GLU_TESS_VERTEX; + public static final int GLU_BEGIN = GLU_TESS_BEGIN; + public static final int GLU_EDGE_FLAG = GLU_TESS_EDGE_FLAG; + public static final int GLU_END = GLU_TESS_END; + public static final int GLU_ERROR = GLU_TESS_ERROR; +/* C2J Parser Version 2.2: Java program parsed successfully. */ } diff --git a/gl4java/GLUFunc.java b/gl4java/GLUFunc.java index 450b9e7..26abbc0 100644 --- a/gl4java/GLUFunc.java +++ b/gl4java/GLUFunc.java @@ -69,7 +69,7 @@ public void gluDeleteNurbsRenderer( long nobj ); public void gluDeleteTess( long tobj ); /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! @@ -180,7 +180,7 @@ public void gluDeleteTess( long tobj ); int widthin, int heightin, int typein, - byte[] datain, + String datain, int widthout, int heightout, int typeout, @@ -744,7 +744,7 @@ public void gluDeleteTess( long tobj ); long tobj ) ; -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ } diff --git a/gl4java/GLUFuncJauJNI.java b/gl4java/GLUFuncJauJNI.java index f694164..66d4618 100644 --- a/gl4java/GLUFuncJauJNI.java +++ b/gl4java/GLUFuncJauJNI.java @@ -32,7 +32,7 @@ public final String getClassVendor ( ) { return "Jausoft - Sven Goethel Software Development"; } public final String getClassVersion ( ) -{ return "2.7.1.0"; } +{ return "2.8.0.0"; } /** @@ -143,18 +143,18 @@ public final native long gluNewNurbsRenderer( ); public final native long gluNewTess( ); /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
    - * 
    - */ + *
    + */ public final native void gluLookAt ( double eyex, double eyey, @@ -166,39 +166,39 @@ public final native long gluNewTess( ); double upy, double upz ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
    - * 
    - */ + *
    + */ public final native void gluOrtho2D ( double left, double right, double bottom, double top ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
    - * 
    - */ + *
    + */ public final native void gluPerspective ( double fovy, double aspect, double zNear, double zFar ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
    - * 
    - */ + *
    + */ public final native void gluPickMatrix ( double x, double y, @@ -206,13 +206,13 @@ public final native long gluNewTess( ); double height, int[] viewport ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
    - * 
    - */ + *
    + */ public final native int gluProject ( double objx, double objy, @@ -224,13 +224,13 @@ public final native long gluNewTess( ); double[] winy, double[] winz ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
    - * 
    - */ + *
    + */ public final native int gluUnProject ( double winx, double winy, @@ -242,31 +242,31 @@ public final native long gluNewTess( ); double[] objy, double[] objz ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
    - * 
    - */ + *
    + */ public final native int gluScaleImage ( int format, int widthin, int heightin, int typein, - byte[] datain, + String datain, int widthout, int heightout, int typeout, byte[] dataout ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
    - * 
    - */ + *
    + */ public final native int gluBuild1DMipmaps ( int target, int components, @@ -323,13 +323,13 @@ public final native long gluNewTess( ); int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
    - * 
    - */ + *
    + */ public final native int gluBuild2DMipmaps ( int target, int components, @@ -393,57 +393,57 @@ public final native long gluNewTess( ); int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
    - * 
    - */ + *
    + */ public final native void gluQuadricDrawStyle ( long quadObject, int drawStyle ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
    - * 
    - */ + *
    + */ public final native void gluQuadricOrientation ( long quadObject, int orientation ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
    - * 
    - */ + *
    + */ public final native void gluQuadricNormals ( long quadObject, int normals ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
    - * 
    - */ + *
    + */ public final native void gluQuadricTexture ( long quadObject, boolean textureCoords ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
    - * 
    - */ + *
    + */ public final native void gluCylinder ( long qobj, double baseRadius, @@ -452,26 +452,26 @@ public final native long gluNewTess( ); int slices, int stacks ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
    - * 
    - */ + *
    + */ public final native void gluSphere ( long qobj, double radius, int slices, int stacks ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
    - * 
    - */ + *
    + */ public final native void gluDisk ( long qobj, double innerRadius, @@ -479,13 +479,13 @@ public final native long gluNewTess( ); int slices, int loops ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
    - * 
    - */ + *
    + */ public final native void gluPartialDisk ( long qobj, double innerRadius, @@ -495,70 +495,70 @@ public final native long gluNewTess( ); double startAngle, double sweepAngle ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
    - * 
    - */ + *
    + */ public final native void gluLoadSamplingMatrices ( long nobj, float[] modelMatrix, float[] projMatrix, int[] viewport ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
    - * 
    - */ + *
    + */ public final native void gluNurbsProperty ( long nobj, int property, float value ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
    - * 
    - */ + *
    + */ public final native void gluGetNurbsProperty ( long nobj, int property, float[] value ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
    - * 
    - */ + *
    + */ public final native void gluBeginCurve ( long nobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
    - * 
    - */ + *
    + */ public final native void gluEndCurve ( long nobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
    - * 
    - */ + *
    + */ public final native void gluNurbsCurve ( long nobj, int nknots, @@ -568,33 +568,33 @@ public final native long gluNewTess( ); int order, int type ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
    - * 
    - */ + *
    + */ public final native void gluBeginSurface ( long nobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
    - * 
    - */ + *
    + */ public final native void gluEndSurface ( long nobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
    - * 
    - */ + *
    + */ public final native void gluNurbsSurface ( long nobj, int sknot_count, @@ -608,33 +608,33 @@ public final native long gluNewTess( ); int torder, int type ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
    - * 
    - */ + *
    + */ public final native void gluBeginTrim ( long nobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
    - * 
    - */ + *
    + */ public final native void gluEndTrim ( long nobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
    - * 
    - */ + *
    + */ public final native void gluPwlCurve ( long nobj, int count, @@ -642,13 +642,13 @@ public final native long gluNewTess( ); int stride, int type ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
    - * 
    - */ + *
    + */ public final native void gluTessBeginPolygon ( long tobj, byte[] polygon_data @@ -677,23 +677,23 @@ public final native long gluNewTess( ); long tobj, long[] polygon_data ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
    - * 
    - */ + *
    + */ public final native void gluTessBeginContour ( long tobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
    - * 
    - */ + *
    + */ public final native void gluTessVertex ( long tobj, double[] coords, @@ -729,96 +729,96 @@ public final native long gluNewTess( ); double[] coords, long[] vertex_data ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluTessEndContour ( GLUtesselator * tobj ) ;
    - * 
    - */ + *
    + */ public final native void gluTessEndContour ( long tobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
    - * 
    - */ + *
    + */ public final native void gluTessEndPolygon ( long tobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
    - * 
    - */ + *
    + */ public final native void gluTessProperty ( long tobj, int which, double value ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
    - * 
    - */ + *
    + */ public final native void gluTessNormal ( long tobj, double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
    - * 
    - */ + *
    + */ public final native void gluGetTessProperty ( long tobj, int which, double[] value ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
    - * 
    - */ + *
    + */ public final native void gluBeginPolygon ( long tobj ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
    - * 
    - */ + *
    + */ public final native void gluNextContour ( long tobj, int type ) ; - -/** - * Original Function-Prototype : - *
     
    +
    +/**
    + * Original Function-Prototype :
    + * 
     
        extern void gluEndPolygon ( GLUtesselator * tobj ) ;
    - * 
    - */ + *
    + */ public final native void gluEndPolygon ( long tobj ) ; - -/* C2J Parser Version 2.1: Java program parsed successfully. */ + +/* C2J Parser Version 2.2: Java program parsed successfully. */ } diff --git a/gl4java/GLUFuncJauJNInf.java b/gl4java/GLUFuncJauJNInf.java index 56ad795..9492d8e 100644 --- a/gl4java/GLUFuncJauJNInf.java +++ b/gl4java/GLUFuncJauJNInf.java @@ -32,7 +32,7 @@ public String getClassVendor ( ) { return "Jausoft - Sven Goethel Software Development"; } public String getClassVersion ( ) -{ return "2.7.1.0"; } +{ return "2.8.0.0"; } /** @@ -143,7 +143,7 @@ public native long gluNewNurbsRenderer( ); public native long gluNewTess( ); /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNInf ! @@ -254,7 +254,7 @@ public native long gluNewTess( ); int widthin, int heightin, int typein, - byte[] datain, + String datain, int widthout, int heightout, int typeout, @@ -818,7 +818,7 @@ public native long gluNewTess( ); long tobj ) ; -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ } diff --git a/gl4java/drawable/X11SunJDK13GLDrawableFactory.java b/gl4java/drawable/X11SunJDK13GLDrawableFactory.java index 0cdf40c..52ce5ec 100644 --- a/gl4java/drawable/X11SunJDK13GLDrawableFactory.java +++ b/gl4java/drawable/X11SunJDK13GLDrawableFactory.java @@ -1,5 +1,7 @@ package gl4java.drawable; +import java.lang.reflect.*; +import java.security.*; import java.awt.*; import sun.awt.*; import gl4java.*; @@ -7,6 +9,53 @@ import gl4java.*; public class X11SunJDK13GLDrawableFactory extends SunJDK13GLDrawableFactory { + private static Method getConfigMethod; + + static { + try { + getConfigMethod = (Method) + AccessController.doPrivileged(new PrivilegedAction() { + public Object run() + { + try { + return + sun.awt.X11GraphicsConfig.class. + getDeclaredMethod("getConfig", + new Class[] + { sun.awt.X11GraphicsDevice.class, + Integer.TYPE }); + } catch (Exception e) { + if(GLContext.gljClassDebug) + { + System.out.println("GL4Java: MethodNotFound: sun.awt.X11GraphicsConfig::getConfig(Lsun/awt/X11GraphicsDevice;I) as seen in sun's std. jdk1.3 impl."); + System.out.println("GL4Java: trying sun.awt.X11GraphicsConfig::getConfig(Lsun/awt/X11GraphicsDevice;I;Z) as seen in sun's jdk1.4 beta impl."); + } + } + + try { + return + sun.awt.X11GraphicsConfig.class. + getDeclaredMethod("getConfig", + new Class[] + { sun.awt.X11GraphicsDevice.class, + Integer.TYPE, + Boolean.TYPE }); + } catch (Exception e) { + if(GLContext.gljClassDebug) + { + System.out.println("GL4Java: MethodNotFound: sun.awt.X11GraphicsConfig::getConfig(Lsun/awt/X11GraphicsDevice;I;Z) as seen in sun's std. jdk1.4 beta impl."); + } + e.printStackTrace(); + throw new InternalError(e.toString()); + } + }}); + + getConfigMethod.setAccessible(true); + } catch (Exception e) { + e.printStackTrace(); + throw new InternalError(e.toString()); + } + } public X11SunJDK13GLDrawableFactory() { } @@ -19,6 +68,12 @@ public class X11SunJDK13GLDrawableFactory // in all of the parameters from the GLCapabilities, X11GraphicsDevice x11Dev = (X11GraphicsDevice) device; + /** + * the X11GraphicsDevice::getDisplay() method is + * no more supported under jdk 1.4. + * also, the glXChooseVisualID native methods + * seeks the screen/display info direct by the XServer... + // From the code, this is ":0.". // It looks like the X Display this is associated with is // acquired via XOpenDisplay(NULL). It doesn't look like it's @@ -29,17 +84,36 @@ public class X11SunJDK13GLDrawableFactory int visualID = (int) glXChooseVisualID (screen, display, capabilities, GLContext.gljNativeDebug); + */ + int visualID = (int) glXChooseVisualID (capabilities, + GLContext.gljNativeDebug); capabilities.setNativeVisualID( (long)visualID ); // Check for invalid return value (what will it be?) // if (visualID invalid) return null; - return X11GraphicsConfig.getConfig(x11Dev, visualID); + GraphicsConfiguration gcfg = null; + + try { + if(getConfigMethod.getParameterTypes().length==2) + gcfg = (GraphicsConfiguration) + getConfigMethod.invoke(null, + new Object[] { x11Dev, new Integer(visualID)}); + else + gcfg = (GraphicsConfiguration) + getConfigMethod.invoke(null, + new Object[] { x11Dev, new Integer(visualID), + new Boolean(capabilities.getDoubleBuffered())}); + } catch (Exception e) { + e.printStackTrace(); + throw new InternalError(e.toString()); + } + + return gcfg; } // Needs to return an XVisualID which can be wrapped in an // X11GraphicsConfig object - static native long glXChooseVisualID (int screen, long display, - GLCapabilities capabilities, + static native long glXChooseVisualID (GLCapabilities capabilities, boolean verbose); } diff --git a/gl4java/utils/Tool.java b/gl4java/utils/Tool.java index e4ef7dc..e0f6a83 100644 --- a/gl4java/utils/Tool.java +++ b/gl4java/utils/Tool.java @@ -12,14 +12,18 @@ import java.net.*; import java.io.*; import java.awt.*; import java.applet.*; +import java.lang.reflect.*; +import java.security.*; public class Tool { + public static final boolean DEBUG = false; + /** * A few Component methods for Java-VM access */ - public static String getVersion() + public static final String getVersion() { String version = null; @@ -35,6 +39,47 @@ public class Tool { return version; } + public static final int getVersionMajor() + { + String jvmVersion = getVersion(); + int jvmVersionMajor = 0; + int i0 = 0; + int i1 = jvmVersion.indexOf(".", i0); + String strhlp = null; + if(i1>0) + { + strhlp = jvmVersion.substring(i0,i1); + try { + jvmVersionMajor = Integer.valueOf(strhlp).intValue(); + } catch (Exception e) + {System.out.println("Not a number: "+strhlp+" ("+jvmVersion+")");} + } + return jvmVersionMajor; + } + + public static final int getVersionMinor() + { + String jvmVersion = getVersion(); + int jvmVersionMinor = 0; + int i0 = 0; + int i1 = jvmVersion.indexOf(".", i0); + String strhlp = null; + i0 = i1+1; + i1 = jvmVersion.indexOf(".", i0); + if( i1 < 0 ) + i1 = jvmVersion.length(); // no 2nd dot, no bug version number + + if( 0=2 || + (jvmVersionMajor==1 && jvmVersionMinor>=2) + ) + { + final String f_uri = uri; + final Object f_resourceOrigin = resourceOrigin; + + in = (InputStream) + AccessController.doPrivileged(new PrivilegedAction() { + public Object run() + { + String fname = null; + InputStream in = null; + + if(f_resourceOrigin!=null) + { + fname = "fonts/"+f_uri; + try + { + in = f_resourceOrigin.getClass().getResourceAsStream(fname); + if(in!=null && DEBUG) + System.out.println(": "+f_uri); + } + catch (Exception ex) { + in = null; + if(DEBUG) + { + ex.printStackTrace(); + } + } + } + + if(in==null) + { + fname = "gl4java/utils/glf/fonts/"+f_uri; + try + { + in = ClassLoader.getSystemResourceAsStream(fname); + if(in!=null && DEBUG) + System.out.println(": "+f_uri); + } + catch (Exception ex) { + in = null; + if(DEBUG) + { + ex.printStackTrace(); + } + } + } + return in; + } + }); + } else { + if(resourceOrigin!=null) + { + fname = "fonts/"+uri; + try + { + in = resourceOrigin.getClass().getResourceAsStream(fname); + if(in!=null && DEBUG) + System.out.println(": "+uri); + } + catch (Exception ex) { + url = null; + in = null; + if(DEBUG) + { + ex.printStackTrace(); + } + } + } + + if(in==null) + { + fname = "gl4java/utils/glf/fonts/"+uri; + try + { + in = ClassLoader.getSystemResourceAsStream(fname); + if(in!=null && DEBUG) + System.out.println(": "+uri); + } + catch (Exception ex) { + url = null; + in = null; + if(DEBUG) + { + ex.printStackTrace(); + } + } + } + } + + if(in==null) + { + try + { + if(urlOrigin!=null) + url = new URL(urlOrigin, uri); + else + url = new URL(uri); + if(url!=null && DEBUG) + System.out.println(": "+url); + if(url!=null) + in = url.openStream(); + } + catch (Exception e) { + url = null; + if(DEBUG) + { + e.printStackTrace(); + } + } + } + boolean ok = true; + int bytesreadtotal=0, byteswrittentotal=0; + + if( in != null ) + { + // Copy the data from the source to the destination. + try + { + byte[] buf = new byte[4096]; + int bytesread, tmp; + + while (ok && (bytesread = in.read(buf,0,buf.length)) >= 0) + { + if (bytesread < 1) continue; + bytesreadtotal+=bytesread; + // Write the data to the destination file. + if ( (tmp=tmpfileWrite(filed, buf, bytesread)) + != bytesread ) + ok = false; + + byteswrittentotal+=tmp; + } + } + catch (Exception e0) + { ok = false; // Should never happen! + if(DEBUG) e0.printStackTrace(); + } + + if(ok) { + tmpfileRewind(filed); + } else { + tmpfileClose(filed); + filed=0; + System.err.println("GL4Java-Tool: write temp file error ("+bytesreadtotal+"r / "+byteswrittentotal+" w)"); + } + if(DEBUG) + { + System.out.println("bytes read: "+bytesreadtotal+ + ", bytes written: "+ + byteswrittentotal); + } + } else ok = false; + + try { + if (in != null) in.close(); + } catch (Exception e) { + in = null; + if(DEBUG) e.printStackTrace(); + } + + if(in==null) + { + System.err.println("GL4Java-Tool: could not find uri: "+uri); + } + + if (in==null && DEBUG) + { + String errMsg = "ERROR: could not get resource "+uri; + System.out.println(errMsg); + if(DEBUG) + { + System.out.println("given parameters:\n"+ + " ResObj:"+resourceOrigin+"\n"+ + " urlOrigin:"+urlOrigin+"\n"+ + " uri:"+uri+"\n"); + Exception e = new Exception(); + e.printStackTrace(); + } + } + + return filed; + } + +} diff --git a/makefile b/makefile index 727ddd3..21ffba9 100644 --- a/makefile +++ b/makefile @@ -32,6 +32,7 @@ # make javadoc : unix (javadoc only) # make htmldocw32 : win32 # make javadocw32 : win32 (javadoc only) +# make doxygendoc : doxygendoc # # # to put all together as an tar-gzip archive in the archive-dir, invoke: @@ -97,8 +98,8 @@ CNATIVEDIR = CNativeCode # LIBRARY DEFINITION LIBMAJOR = 2 -LIBMINOR = 7 -LIBBUGFIX = 2 +LIBMINOR = 8 +LIBBUGFIX = 0 RELEASE = 0 # @@ -149,10 +150,14 @@ MK_GL4JAVA_JAR = ( cd $(DEST_CLASSES_DIR) ; \ gl4java/utils/*.class \ gl4java/utils/textures \ gl4java/utils/glut/*.class \ + gl4java/utils/glf/*.class \ gl4java/drawable ; \ rm -f gl4java-glutfonts.jar ; \ $(JAR) cf gl4java-glutfonts.jar \ gl4java/utils/glut/fonts ; \ + rm -f gl4java-glffonts.jar ; \ + $(JAR) cf gl4java-glffonts.jar \ + gl4java/utils/glf/fonts ; \ if [ ! -z "$(JAR_DESTS)" ] ; then \ for i in $(JAR_DESTS); do \ cp -av gl4java*.jar $$i ; done \ @@ -187,6 +192,12 @@ JAVA_C_MAP6_WIN32_FILE = Win32SunJDK13GLDrawableFactory.java JAVA_C_MAP6_MAC_FILE = MacSunJDK13GLDrawableFactory.java +#lib GLFFunc +JAVA_C_MAP7_FILE = GLFFuncJNI.java + +#lib Tool +JAVA_C_MAP8_FILE = Tool.java + FILES_GLUT_FONT.java = \ $(PACKAGEDIR)/utils/glut/fonts/GLUTBitmapFont.java \ $(PACKAGEDIR)/utils/glut/fonts/GLUTStrokeFont.java \ @@ -222,7 +233,7 @@ FILES.java = $(PACKAGEDIR)/GL4JavaInitException.java \ $(PACKAGEDIR)/$(JAVA_C_MAP3_FILE) \ $(PACKAGEDIR)/$(JAVA_C_MAP4_FILE) \ $(PACKAGEDIR)/$(JAVA_C_MAP5_FILE) \ - $(PACKAGEDIR)/utils/Tool.java \ + $(PACKAGEDIR)/utils/$(JAVA_C_MAP8_FILE) \ $(PACKAGEDIR)/utils/Test.java \ $(PACKAGEDIR)/awt/GLCanvas.java \ $(PACKAGEDIR)/awt/GLAnimCanvas.java \ @@ -231,6 +242,9 @@ FILES.java = $(PACKAGEDIR)/GL4JavaInitException.java \ $(PACKAGEDIR)/swing/GLJPanel.java \ $(PACKAGEDIR)/swing/GLAnimJPanel.java \ $(PACKAGEDIR)/swing/SimpleGLJApplet1.java \ + $(PACKAGEDIR)/utils/glf/GLFEnum.java \ + $(PACKAGEDIR)/utils/glf/$(JAVA_C_MAP7_FILE) \ + $(PACKAGEDIR)/utils/glf/GLF.java \ $(PACKAGEDIR)/utils/glut/GLUTEnum.java \ $(PACKAGEDIR)/utils/glut/GLUTFunc.java \ $(PACKAGEDIR)/utils/glut/GLUTFuncLightImpl.java \ @@ -282,9 +296,12 @@ FILES1.c = $(CNATIVEDIR)/OpenGL_X11.c \ $(CNATIVEDIR)/glxtool.c \ $(CNATIVEDIR)/OpenGL_misc.c \ $(CNATIVEDIR)/jnitools.c \ + $(CNATIVEDIR)/Tool_JNI_funcs.c \ $(CNATIVEDIR)/GLCallbackHelperJNI.c \ $(CNATIVEDIR)/OpenGL_JauJNI_funcs.c \ $(CNATIVEDIR)/OpenGLU_JauJNI_funcs.c \ + $(CNATIVEDIR)/glf.c \ + $(CNATIVEDIR)/GLF_JNI_funcs.c \ $(CNATIVEDIR)/GLUCallbackJNI.c FILES2.c = $(CNATIVEDIR)/OpenGL_X11.c \ @@ -294,9 +311,12 @@ FILES2.c = $(CNATIVEDIR)/OpenGL_X11.c \ $(CNATIVEDIR)/glxtool.c \ $(CNATIVEDIR)/OpenGL_misc.c \ $(CNATIVEDIR)/jni12tools.c \ + $(CNATIVEDIR)/Tool_JNI12_funcs.c \ $(CNATIVEDIR)/GLCallbackHelperJNI.c \ $(CNATIVEDIR)/OpenGL_JauJNI12_funcs.c \ $(CNATIVEDIR)/OpenGLU_JauJNI12_funcs.c \ + $(CNATIVEDIR)/glf.c \ + $(CNATIVEDIR)/GLF_JNI12_funcs.c \ $(CNATIVEDIR)/GLUCallbackJNI.c FILES3.c = $(CNATIVEDIR)/OpenGL_X11_jawt.c \ @@ -308,9 +328,12 @@ FILES3.c = $(CNATIVEDIR)/OpenGL_X11_jawt.c \ $(CNATIVEDIR)/GLDrawableFactory_X11_SunJDK13.c \ $(CNATIVEDIR)/OpenGL_misc.c \ $(CNATIVEDIR)/jni12tools.c \ + $(CNATIVEDIR)/Tool_JNI12_funcs.c \ $(CNATIVEDIR)/GLCallbackHelperJNI.c \ $(CNATIVEDIR)/OpenGL_JauJNI12_funcs.c \ $(CNATIVEDIR)/OpenGLU_JauJNI12_funcs.c \ + $(CNATIVEDIR)/glf.c \ + $(CNATIVEDIR)/GLF_JNI12_funcs.c \ $(CNATIVEDIR)/GLUCallbackJNI.c FILES4.c = $(CNATIVEDIR)/OpenGL_X11_jawt.c \ @@ -322,9 +345,12 @@ FILES4.c = $(CNATIVEDIR)/OpenGL_X11_jawt.c \ $(CNATIVEDIR)/GLDrawableFactory_X11_SunJDK13.c \ $(CNATIVEDIR)/OpenGL_misc.c \ $(CNATIVEDIR)/jni12tools.c \ + $(CNATIVEDIR)/Tool_JNI12_funcs.c \ $(CNATIVEDIR)/GLCallbackHelperJNI.c \ $(CNATIVEDIR)/OpenGL_JauJNI12nf_funcs.c \ $(CNATIVEDIR)/OpenGLU_JauJNI12nf_funcs.c \ + $(CNATIVEDIR)/glf.c \ + $(CNATIVEDIR)/GLF_JNI12_funcs.c \ $(CNATIVEDIR)/GLUCallbackJNI.c FILES5.c = $(CNATIVEDIR)/OpenGL_X11_jawt.c \ @@ -336,9 +362,12 @@ FILES5.c = $(CNATIVEDIR)/OpenGL_X11_jawt.c \ $(CNATIVEDIR)/GLDrawableFactory_X11_SunJDK13.c \ $(CNATIVEDIR)/OpenGL_misc.c \ $(CNATIVEDIR)/jni12tools.c \ + $(CNATIVEDIR)/Tool_JNI12_funcs.c \ $(CNATIVEDIR)/GLCallbackHelperJNI.c \ $(CNATIVEDIR)/OpenGL_JauJNI12tst_funcs.c \ $(CNATIVEDIR)/OpenGLU_JauJNI12tst_funcs.c \ + $(CNATIVEDIR)/glf.c \ + $(CNATIVEDIR)/GLF_JNI12_funcs.c \ $(CNATIVEDIR)/GLUCallbackJNI.c @@ -369,11 +398,17 @@ FILE.gen6.win32.h = $(CHEADERDIR)/$(PACKAGEDIR)_drawable_${JAVA_C_MAP6_WIN32_FIL FILE.gen6.mac.h = $(CHEADERDIR)/$(PACKAGEDIR)_drawable_${JAVA_C_MAP6_MAC_FILE:.java=.h} +FILE.gen7.h = $(CHEADERDIR)/$(PACKAGEDIR)_utils_glf_${JAVA_C_MAP7_FILE:.java=.h} + +FILE.gen8.h = $(CHEADERDIR)/$(PACKAGEDIR)_utils_${JAVA_C_MAP8_FILE:.java=.h} + FILES.gen = $(FILE.gen1.h) \ $(FILE.gen2.h) \ $(FILE.gen3.h) \ $(FILE.gen4.h) \ - $(FILE.gen5.h) + $(FILE.gen5.h) \ + $(FILE.gen7.h) \ + $(FILE.gen8.h) ###################################################################### # SPECIFY ALL SUFFIX-RULES @@ -425,7 +460,7 @@ mac : cleanup gljni \ $(CNATIVEDIR)/winstuff.h -w32 : cleanupw32 gljni \ +w32 : cleanup gljni \ $(FILES_w32.class) \ $(FILES_msw32.class) \ $(FILES.class) \ @@ -587,6 +622,26 @@ $(FILE.gen6.mac.h): $(PACKAGEDIR)/drawable/${JAVA_C_MAP6_MAC_FILE:.java=.class} $(PACKAGEDIR).drawable.${JAVA_C_MAP6_MAC_FILE:.java=} 2>&1 \ | tee -a $(THISDIR)/errors +$(CNATIVEDIR)/GLF_JNI12_funcs.o: ${FILE.gen7.h} + +$(CNATIVEDIR)/GLF_JNI_funcs.o: ${FILE.gen7.h} + +$(CNATIVEDIR)/Tool_JNI12_funcs.o: ${FILE.gen8.h} + +$(CNATIVEDIR)/Tool_JNI_funcs.o: ${FILE.gen8.h} + +$(FILE.gen7.h): $(PACKAGEDIR)/utils/glf/${JAVA_C_MAP7_FILE:.java=.class} + rm -f $(FILE.gen7.h) + $(JAVAH) -jni -d $(CHEADERDIR) \ + $(PACKAGEDIR).utils.glf.${JAVA_C_MAP7_FILE:.java=} 2>&1 \ + | tee -a $(THISDIR)/errors + +$(FILE.gen8.h): $(PACKAGEDIR)/utils/${JAVA_C_MAP8_FILE:.java=.class} + rm -f $(FILE.gen8.h) + $(JAVAH) -jni -d $(CHEADERDIR) \ + $(PACKAGEDIR).utils.${JAVA_C_MAP8_FILE:.java=} 2>&1 \ + | tee -a $(THISDIR)/errors + $(CNATIVEDIR)/gltool.o: $(CNATIVEDIR)/gltool.h \ $(CNATIVEDIR)/glxtool.h $(CNATIVEDIR)/glcaps.h \ $(CNATIVEDIR)/gl-disp-var.hc $(CNATIVEDIR)/glu-disp-fetch.hc \ @@ -697,6 +752,7 @@ classcpy: fi ; \ cp $$i $(DEST_CLASSES_DIR)/$$(dirname $$i) ; \ done + cp -a gl4java/utils/glf/fonts $(DEST_CLASSES_DIR)/gl4java/utils/glf echo classes copied chmod -R 755 $(DEST_CLASSES_DIR)/gl4java $(MK_GL4JAVA_JAR) @@ -715,6 +771,9 @@ htmldocw32: latexdoc javadocw32 latexdoc: cd docs-src; UpdateHtml +doxygendoc: + doxygen + javadoc: cd C2J; make htmldoc $(JAVADOC) -J-Xmx64m -protected -d docs/html \ @@ -727,6 +786,7 @@ javadoc: gl4java.drawable \ gl4java.drawable.utils \ gl4java.utils \ + gl4java.utils.glf \ gl4java.utils.glut \ gl4java.utils.glut.fonts \ gl4java.utils.glut.fonts.data \ @@ -746,6 +806,7 @@ javadocw32: gl4java.drawable \ gl4java.drawable.utils \ gl4java.utils \ + gl4java.utils.glf \ gl4java.utils.glut \ gl4java.utils.glut.fonts \ gl4java.utils.glut.fonts.data \ @@ -767,6 +828,10 @@ java2binpkg: pbinpkg cd $(DEST_CLASSES_DIR) ; \ zip -9 $(THISDIR)/binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-glutfonts-jar.zip gl4java-glutfonts.jar + rm -f binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-glffonts-jar.zip + cd $(DEST_CLASSES_DIR) ; \ + zip -9 $(THISDIR)/binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-glffonts-jar.zip gl4java-glffonts.jar + rm -f binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-classes.zip cd $(DEST_CLASSES_DIR) ; \ zip -9r $(THISDIR)/binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-classes.zip \ @@ -779,6 +844,7 @@ java2binpkg: pbinpkg gl4java/drawable \ gl4java/utils/*.class \ gl4java/utils/textures \ + gl4java/utils/glf/*.class \ gl4java/utils/glut/*.class rm -f binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-glutfonts-classes.zip @@ -786,6 +852,11 @@ java2binpkg: pbinpkg zip -9r $(THISDIR)/binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-glutfonts-classes.zip \ gl4java/utils/glut/fonts + rm -f binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-glf-fonts.zip + cd $(DEST_CLASSES_DIR) ; \ + zip -9r $(THISDIR)/binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-glf-fonts.zip \ + gl4java/utils/glf/fonts + rm -f binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-INSTALLER.zip cd .. ; \ zip -9 GL4Java/binpkg/gl4java$(LIBMAJOR).$(LIBMINOR).$(LIBBUGFIX).$(RELEASE)-INSTALLER.zip \ diff --git a/symbols.mak.linux-java2-xf86-x86-32bit b/symbols.mak.linux-java2-xf86-x86-32bit index f6d4244..262e414 100644 --- a/symbols.mak.linux-java2-xf86-x86-32bit +++ b/symbols.mak.linux-java2-xf86-x86-32bit @@ -20,10 +20,10 @@ JAVAOSLIB = $(JDK_HOME)/jre/lib/i386 JAR_DESTS = /usr/local/lib/jdk1.2.2-FCS-blackdown/jre/lib/ext \ /usr/local/lib/jdk1.3.0-FCS-blackdown/jre/lib/ext \ /usr/local/lib/jdk1.2.2-sun/jre/lib/ext \ - /usr/local/lib/jdk1.3.0-sun/jre/lib/ext \ /usr/local/lib/jdk1.3.0_02-sun/jre/lib/ext \ - /usr/local/lib/jdk1.3.1-b15-sun/jre/lib/ext \ - /usr/local/lib/jdk1.3.0-ibm/jre/lib/ext + /usr/local/lib/jdk1.3.0-ibm/jre/lib/ext \ + /usr/local/lib/jdk1.3.1-sun/jre/lib/ext \ + /usr/local/lib/jdk1.4.0-beta1-sun/jre/lib/ext CC = gcc MKLIB = mklibs/mkslib.linux diff --git a/symbols.mak.win32-java2-32bit b/symbols.mak.win32-java2-32bit index 98725f2..54355ca 100644 --- a/symbols.mak.win32-java2-32bit +++ b/symbols.mak.win32-java2-32bit @@ -9,26 +9,23 @@ SHELL = /bin/bash THISDIR = ${PWD} -THISDIR_w32 = Y:\\projects\\java\\GL4Java\\GL4Java -HOME_LIB_DIR = //D/WINNT/system32 -DEST_CLASSES_DIR = //D/classes-1.1.X +THISDIR_w32 = P:\\java\\GL4Java\\GL4Java +HOME_LIB_DIR = //C/WIN98SE/system +DEST_CLASSES_DIR = /classes-1.1.X WIN32TYPE = Win32-x86 -JDK_HOME = //D/java2 -JDK_HOME_w32 = D:\\java2 +JDK_HOME = //D/jdk1.3.1 +JDK_HOME_w32 = D:\\jdk1.3.1 JAVASHAREINC = $(JDK_HOME)/include JAVAOSINC = $(JDK_HOME)/include/win32 -JAR_DESTS = //D/java2/jre/lib/ext \ - //D/jdk1.2.2/jre/lib/ext \ - //D/jre1.3.0/lib/ext \ - //D/jre1.3.0_01/lib/ext \ - //D/Programme/Netscape/Communicator/Program/java/classes +JAR_DESTS = //D/jdk1.3.1/jre/lib/ext \ + //D/jdk1.4/jre/lib/ext CC = gcc MKLIB = mklibs/mkslib.linux MKEXP = echo -MSJAVAC = //D/MSJAVASDK/BIN/jvc -nomessage -x- -cp:p .\;$(THISDIR_w32)\;$(THISDIR_w32)\\CAPSAPI_CLASSES.ZIP +MSJAVAC = //D/MSJVM/Bin/jvc -nomessage -x- -cp:p .\;$(THISDIR_w32)\;$(THISDIR_w32)\\CAPSAPI_CLASSES.ZIP JAVAC = $(JDK_HOME)/bin/javac -classpath ".;$(THISDIR_w32);$(THISDIR_w32)/CAPSAPI_CLASSES.ZIP" JAVADOC = $(JDK_HOME)/bin/javadoc JAVAH = $(JDK_HOME)/bin/javah -- cgit v1.2.3