diff options
Diffstat (limited to 'CNativeCode')
-rwxr-xr-x | CNativeCode/GLF_JNI12_funcs.c | 724 | ||||
-rwxr-xr-x | CNativeCode/GLF_JNI_funcs.c | 724 | ||||
-rw-r--r-- | CNativeCode/OpenGLU_JauJNI12_funcs.c | 556 | ||||
-rwxr-xr-x | CNativeCode/OpenGLU_JauJNI12nf_funcs.c | 58 | ||||
-rw-r--r-- | CNativeCode/OpenGLU_JauJNI12tst_funcs.c | 556 | ||||
-rw-r--r-- | CNativeCode/OpenGLU_JauJNI14_funcs.c | 556 | ||||
-rw-r--r-- | CNativeCode/OpenGLU_JauJNI_funcs.c | 556 | ||||
-rwxr-xr-x | CNativeCode/OpenGL_JauJNI12_funcs.c | 11776 | ||||
-rwxr-xr-x | CNativeCode/OpenGL_JauJNI12tst_funcs.c | 11776 | ||||
-rw-r--r-- | CNativeCode/OpenGL_JauJNI14_funcs.c | 11776 | ||||
-rwxr-xr-x | CNativeCode/OpenGL_JauJNI_funcs.c | 11776 | ||||
-rwxr-xr-x | CNativeCode/gl-disp-fetch.hc | 1966 | ||||
-rwxr-xr-x | CNativeCode/gl-disp-var.h | 11776 | ||||
-rwxr-xr-x | CNativeCode/gl-disp-var.hc | 1966 | ||||
-rwxr-xr-x | CNativeCode/glu-disp-fetch.hc | 96 | ||||
-rwxr-xr-x | CNativeCode/glu-disp-var.h | 556 | ||||
-rwxr-xr-x | CNativeCode/glu-disp-var.hc | 96 |
17 files changed, 33645 insertions, 33645 deletions
diff --git a/CNativeCode/GLF_JNI12_funcs.c b/CNativeCode/GLF_JNI12_funcs.c index b354752..edfe4b5 100755 --- a/CNativeCode/GLF_JNI12_funcs.c +++ b/CNativeCode/GLF_JNI12_funcs.c @@ -51,13 +51,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( * Reading from file: glf-proto-auto.orig.h . . . * Destination-Class: gl4java_utils_glf_GLFFuncJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfInit ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfInit ( JNIEnv *env, jobject obj) @@ -67,13 +67,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfClose ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfClose ( JNIEnv *env, jobject obj) @@ -83,13 +83,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadFont ( JNIEnv *env, jobject obj) @@ -102,13 +102,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadBFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadBFont ( JNIEnv *env, jobject obj) @@ -121,13 +121,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadFontD ( int font_descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadFontD ( JNIEnv *env, jobject obj, @@ -142,13 +142,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadBFontD ( int bmf_descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadBFontD ( JNIEnv *env, jobject obj, @@ -163,13 +163,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredSymbol ( JNIEnv *env, jobject obj, @@ -181,13 +181,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredString ( JNIEnv *env, jobject obj, @@ -202,13 +202,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidSymbol ( JNIEnv *env, jobject obj, @@ -220,13 +220,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidString ( JNIEnv *env, jobject obj, @@ -241,13 +241,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredSymbol ( JNIEnv *env, jobject obj, @@ -259,13 +259,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredString ( JNIEnv *env, jobject obj, @@ -280,13 +280,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidSymbol ( JNIEnv *env, jobject obj, @@ -298,13 +298,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidString ( JNIEnv *env, jobject obj, @@ -319,13 +319,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfBeginBFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBeginBFont ( JNIEnv *env, jobject obj, @@ -340,13 +340,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfEndBFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfEndBFont ( JNIEnv *env, jobject obj) @@ -356,13 +356,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBSymbol ( JNIEnv *env, jobject obj, @@ -374,13 +374,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBString ( JNIEnv *env, jobject obj, @@ -395,13 +395,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBMaskSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBMaskSymbol ( JNIEnv *env, jobject obj, @@ -413,13 +413,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBMaskString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBMaskString ( JNIEnv *env, jobject obj, @@ -434,13 +434,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredSymbolF ( JNIEnv *env, jobject obj, @@ -454,13 +454,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredStringF ( JNIEnv *env, jobject obj, @@ -477,13 +477,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidSymbolF ( JNIEnv *env, jobject obj, @@ -497,13 +497,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidStringF ( JNIEnv *env, jobject obj, @@ -520,13 +520,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredSymbolF ( JNIEnv *env, jobject obj, @@ -540,13 +540,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredStringF ( JNIEnv *env, jobject obj, @@ -563,13 +563,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidSymbolF ( JNIEnv *env, jobject obj, @@ -583,13 +583,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidStringF ( JNIEnv *env, jobject obj, @@ -606,13 +606,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfGetStringBoundsF ( int fd , const char * s , float * minx , float * miny , float * maxx , float * maxy ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringBoundsF ( JNIEnv *env, jobject obj, @@ -677,13 +677,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( (*env)->ReleasePrimitiveArrayCritical(env, maxy, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfGetStringBounds ( const char * s , float * minx , float * miny , float * maxx , float * maxy ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringBounds ( JNIEnv *env, jobject obj, @@ -746,13 +746,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( (*env)->ReleasePrimitiveArrayCritical(env, maxy, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetSymbolSpace ( float sp ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSymbolSpace ( JNIEnv *env, jobject obj, @@ -764,13 +764,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> float glfGetSymbolSpace ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSymbolSpace ( JNIEnv *env, jobject obj) @@ -783,13 +783,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetSpaceSize ( float sp ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSpaceSize ( JNIEnv *env, jobject obj, @@ -801,13 +801,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> float glfGetSpaceSize ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSpaceSize ( JNIEnv *env, jobject obj) @@ -820,13 +820,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetSymbolDepth ( float dpth ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSymbolDepth ( JNIEnv *env, jobject obj, @@ -838,13 +838,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> float glfGetSymbolDepth ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSymbolDepth ( JNIEnv *env, jobject obj) @@ -857,13 +857,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfSetCurrentFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCurrentFont ( JNIEnv *env, jobject obj, @@ -878,13 +878,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfSetCurrentBFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCurrentBFont ( JNIEnv *env, jobject obj, @@ -899,13 +899,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfGetCurrentFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetCurrentFont ( JNIEnv *env, jobject obj) @@ -918,13 +918,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfGetCurrentBFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetCurrentBFont ( JNIEnv *env, jobject obj) @@ -937,13 +937,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetAnchorPoint ( int anchp ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetAnchorPoint ( JNIEnv *env, jobject obj, @@ -955,13 +955,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetContourColor ( float r , float g , float b , float a ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetContourColor ( JNIEnv *env, jobject obj, @@ -979,13 +979,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfEnable ( int what ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfEnable ( JNIEnv *env, jobject obj, @@ -997,13 +997,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDisable ( int what ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDisable ( JNIEnv *env, jobject obj, @@ -1015,13 +1015,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetConsoleParam ( int width , int height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetConsoleParam ( JNIEnv *env, jobject obj, @@ -1035,13 +1035,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfSetConsoleFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetConsoleFont ( JNIEnv *env, jobject obj, @@ -1056,13 +1056,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfConsoleClear ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfConsoleClear ( JNIEnv *env, jobject obj) @@ -1072,13 +1072,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfPrint ( const char * s , int lenght ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrint ( JNIEnv *env, jobject obj, @@ -1095,13 +1095,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfPrintString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrintString ( JNIEnv *env, jobject obj, @@ -1116,13 +1116,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfPrintChar ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrintChar ( JNIEnv *env, jobject obj, @@ -1134,13 +1134,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfConsoleDraw ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfConsoleDraw ( JNIEnv *env, jobject obj) @@ -1150,13 +1150,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetCursorBlinkRate ( int Rate ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCursorBlinkRate ( JNIEnv *env, jobject obj, @@ -1168,13 +1168,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfStringCentering ( GLboolean center ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfStringCentering ( JNIEnv *env, jobject obj, @@ -1186,13 +1186,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> GLboolean glfGetStringCentering ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringCentering ( JNIEnv *env, jobject obj) @@ -1205,13 +1205,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfBitmapStringCentering ( GLboolean center ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBitmapStringCentering ( JNIEnv *env, jobject obj, @@ -1223,13 +1223,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> GLboolean glfBitmapGetStringCentering ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBitmapGetStringCentering ( JNIEnv *env, jobject obj) @@ -1242,13 +1242,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfStringDirection ( GLuint direction ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfStringDirection ( JNIEnv *env, jobject obj, @@ -1260,13 +1260,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> GLuint glfGetStringDirection ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringDirection ( JNIEnv *env, jobject obj) @@ -1279,13 +1279,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetRotateAngle ( float angle ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetRotateAngle ( JNIEnv *env, jobject obj, @@ -1297,13 +1297,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetBRotateAngle ( float angle ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetBRotateAngle ( JNIEnv *env, jobject obj, @@ -1315,5 +1315,5 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/GLF_JNI_funcs.c b/CNativeCode/GLF_JNI_funcs.c index 151027e..6643ea1 100755 --- a/CNativeCode/GLF_JNI_funcs.c +++ b/CNativeCode/GLF_JNI_funcs.c @@ -51,13 +51,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( * Reading from file: glf-proto-auto.orig.h . . . * Destination-Class: gl4java_utils_glf_GLFFuncJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfInit ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfInit ( JNIEnv *env, jobject obj) @@ -67,13 +67,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfClose ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfClose ( JNIEnv *env, jobject obj) @@ -83,13 +83,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadFont ( JNIEnv *env, jobject obj) @@ -102,13 +102,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadBFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadBFont ( JNIEnv *env, jobject obj) @@ -121,13 +121,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadFontD ( int font_descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadFontD ( JNIEnv *env, jobject obj, @@ -142,13 +142,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfUnloadBFontD ( int bmf_descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfUnloadBFontD ( JNIEnv *env, jobject obj, @@ -163,13 +163,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredSymbol ( JNIEnv *env, jobject obj, @@ -181,13 +181,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredString ( JNIEnv *env, jobject obj, @@ -202,13 +202,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidSymbol ( JNIEnv *env, jobject obj, @@ -220,13 +220,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidString ( JNIEnv *env, jobject obj, @@ -241,13 +241,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredSymbol ( JNIEnv *env, jobject obj, @@ -259,13 +259,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredString ( JNIEnv *env, jobject obj, @@ -280,13 +280,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidSymbol ( JNIEnv *env, jobject obj, @@ -298,13 +298,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidString ( JNIEnv *env, jobject obj, @@ -319,13 +319,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfBeginBFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBeginBFont ( JNIEnv *env, jobject obj, @@ -340,13 +340,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfEndBFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfEndBFont ( JNIEnv *env, jobject obj) @@ -356,13 +356,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBSymbol ( JNIEnv *env, jobject obj, @@ -374,13 +374,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBString ( JNIEnv *env, jobject obj, @@ -395,13 +395,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBMaskSymbol ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBMaskSymbol ( JNIEnv *env, jobject obj, @@ -413,13 +413,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawBMaskString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawBMaskString ( JNIEnv *env, jobject obj, @@ -434,13 +434,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredSymbolF ( JNIEnv *env, jobject obj, @@ -454,13 +454,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawWiredStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawWiredStringF ( JNIEnv *env, jobject obj, @@ -477,13 +477,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidSymbolF ( JNIEnv *env, jobject obj, @@ -497,13 +497,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDrawSolidStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDrawSolidStringF ( JNIEnv *env, jobject obj, @@ -520,13 +520,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredSymbolF ( JNIEnv *env, jobject obj, @@ -540,13 +540,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DWiredStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DWiredStringF ( JNIEnv *env, jobject obj, @@ -563,13 +563,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidSymbolF ( int font_descriptor , char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidSymbolF ( JNIEnv *env, jobject obj, @@ -583,13 +583,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDraw3DSolidStringF ( int font_descriptor , const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDraw3DSolidStringF ( JNIEnv *env, jobject obj, @@ -606,13 +606,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr1); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfGetStringBoundsF ( int fd , const char * s , float * minx , float * miny , float * maxx , float * maxy ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringBoundsF ( JNIEnv *env, jobject obj, @@ -677,13 +677,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( (*env)->ReleaseFloatArrayElements(env, maxy, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfGetStringBounds ( const char * s , float * minx , float * miny , float * maxx , float * maxy ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringBounds ( JNIEnv *env, jobject obj, @@ -746,13 +746,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( (*env)->ReleaseFloatArrayElements(env, maxy, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetSymbolSpace ( float sp ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSymbolSpace ( JNIEnv *env, jobject obj, @@ -764,13 +764,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> float glfGetSymbolSpace ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSymbolSpace ( JNIEnv *env, jobject obj) @@ -783,13 +783,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetSpaceSize ( float sp ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSpaceSize ( JNIEnv *env, jobject obj, @@ -801,13 +801,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> float glfGetSpaceSize ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSpaceSize ( JNIEnv *env, jobject obj) @@ -820,13 +820,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetSymbolDepth ( float dpth ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetSymbolDepth ( JNIEnv *env, jobject obj, @@ -838,13 +838,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> float glfGetSymbolDepth ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jfloat JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetSymbolDepth ( JNIEnv *env, jobject obj) @@ -857,13 +857,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfSetCurrentFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCurrentFont ( JNIEnv *env, jobject obj, @@ -878,13 +878,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfSetCurrentBFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCurrentBFont ( JNIEnv *env, jobject obj, @@ -899,13 +899,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfGetCurrentFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetCurrentFont ( JNIEnv *env, jobject obj) @@ -918,13 +918,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfGetCurrentBFont ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetCurrentBFont ( JNIEnv *env, jobject obj) @@ -937,13 +937,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetAnchorPoint ( int anchp ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetAnchorPoint ( JNIEnv *env, jobject obj, @@ -955,13 +955,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetContourColor ( float r , float g , float b , float a ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetContourColor ( JNIEnv *env, jobject obj, @@ -979,13 +979,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfEnable ( int what ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfEnable ( JNIEnv *env, jobject obj, @@ -997,13 +997,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfDisable ( int what ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfDisable ( JNIEnv *env, jobject obj, @@ -1015,13 +1015,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetConsoleParam ( int width , int height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetConsoleParam ( JNIEnv *env, jobject obj, @@ -1035,13 +1035,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> int glfSetConsoleFont ( int Font_Descriptor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetConsoleFont ( JNIEnv *env, jobject obj, @@ -1056,13 +1056,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfConsoleClear ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfConsoleClear ( JNIEnv *env, jobject obj) @@ -1072,13 +1072,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfPrint ( const char * s , int lenght ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrint ( JNIEnv *env, jobject obj, @@ -1095,13 +1095,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfPrintString ( const char * s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrintString ( JNIEnv *env, jobject obj, @@ -1116,13 +1116,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( free(ptr0); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfPrintChar ( char s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfPrintChar ( JNIEnv *env, jobject obj, @@ -1134,13 +1134,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfConsoleDraw ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfConsoleDraw ( JNIEnv *env, jobject obj) @@ -1150,13 +1150,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetCursorBlinkRate ( int Rate ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetCursorBlinkRate ( JNIEnv *env, jobject obj, @@ -1168,13 +1168,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfStringCentering ( GLboolean center ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfStringCentering ( JNIEnv *env, jobject obj, @@ -1186,13 +1186,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> GLboolean glfGetStringCentering ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringCentering ( JNIEnv *env, jobject obj) @@ -1205,13 +1205,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfBitmapStringCentering ( GLboolean center ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBitmapStringCentering ( JNIEnv *env, jobject obj, @@ -1223,13 +1223,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> GLboolean glfBitmapGetStringCentering ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfBitmapGetStringCentering ( JNIEnv *env, jobject obj) @@ -1242,13 +1242,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfStringDirection ( GLuint direction ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfStringDirection ( JNIEnv *env, jobject obj, @@ -1260,13 +1260,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> GLuint glfGetStringDirection ( ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfGetStringDirection ( JNIEnv *env, jobject obj) @@ -1279,13 +1279,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetRotateAngle ( float angle ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetRotateAngle ( JNIEnv *env, jobject obj, @@ -1297,13 +1297,13 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> void glfSetBRotateAngle ( float angle ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_utils_glf_GLFFuncJNI_glfSetBRotateAngle ( JNIEnv *env, jobject obj, @@ -1315,5 +1315,5 @@ Java_gl4java_utils_glf_GLFFuncJNI_glfLoadBFontNative ( ); } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGLU_JauJNI12_funcs.c b/CNativeCode/OpenGLU_JauJNI12_funcs.c index bbca347..ca14454 100644 --- a/CNativeCode/OpenGLU_JauJNI12_funcs.c +++ b/CNativeCode/OpenGLU_JauJNI12_funcs.c @@ -306,13 +306,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -326,13 +326,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -346,13 +346,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -366,13 +366,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -386,13 +386,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmapLevels__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -680,13 +680,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -932,13 +932,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmapLevels__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -1240,13 +1240,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -1506,13 +1506,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild3DMipmapLevels__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -1828,13 +1828,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild3DMipmaps__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -2108,13 +2108,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean gluCheckExtension ( const GLubyte * extName , const GLubyte * extString ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLUFuncJauJNI_gluCheckExtension ( JNIEnv *env, jobject obj, @@ -2151,13 +2151,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluCylinder ( GLUquadric * quad , GLdouble base , GLdouble top , GLdouble height , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -2181,13 +2181,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -2209,13 +2209,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -2229,13 +2229,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2249,13 +2249,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -2269,13 +2269,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -2289,13 +2289,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -2323,13 +2323,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetTessProperty ( GLUtesselator * tess , GLenum which , GLdouble * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2357,13 +2357,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLoadSamplingMatrices ( GLUnurbs * nurb , const GLfloat * model , const GLfloat * perspective , const GLint * view ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -2410,13 +2410,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, view, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLookAt ( GLdouble eyeX , GLdouble eyeY , GLdouble eyeZ , GLdouble centerX , GLdouble centerY , GLdouble centerZ , GLdouble upX , GLdouble upY , GLdouble upZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -2446,13 +2446,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNextContour ( GLUtesselator * tess , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2468,13 +2468,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsCurve ( GLUnurbs * nurb , GLint knotCount , GLfloat * knots , GLint stride , GLfloat * control , GLint order , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -2520,13 +2520,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, control, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -2544,13 +2544,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsSurface ( GLUnurbs * nurb , GLint sKnotCount , GLfloat * sKnots , GLint tKnotCount , GLfloat * tKnots , GLint sStride , GLint tStride , GLfloat * control , GLint sOrder , GLint tOrder , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -2614,13 +2614,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, control, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -2640,13 +2640,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPartialDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops , GLdouble start , GLdouble sweep ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -2672,13 +2672,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -2698,13 +2698,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble delX , GLdouble delY , GLint * viewport ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -2736,13 +2736,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluProject ( GLdouble objX , GLdouble objY , GLdouble objZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * winX , GLdouble * winY , GLdouble * winZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -2832,13 +2832,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPwlCurve ( GLUnurbs * nurb , GLint count , GLfloat * data , GLint stride , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -2870,13 +2870,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricDrawStyle ( GLUquadric * quad , GLenum draw ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -2892,13 +2892,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricNormals ( GLUquadric * quad , GLenum normal ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -2914,13 +2914,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricOrientation ( GLUquadric * quad , GLenum orientation ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -2936,13 +2936,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricTexture ( GLUquadric * quad , GLboolean texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -2958,13 +2958,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluScaleImage ( GLenum format , GLsizei wIn , GLsizei hIn , GLenum typeIn , const void * dataIn , GLsizei wOut , GLsizei hOut , GLenum typeOut , GLvoid * dataOut ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage__IIII_3BIII_3B ( JNIEnv *env, jobject obj, @@ -3322,13 +3322,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluSphere ( GLUquadric * quad , GLdouble radius , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -3348,13 +3348,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -3368,13 +3368,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginPolygon ( GLUtesselator * tess , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -3550,13 +3550,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -3570,13 +3570,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -3590,13 +3590,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessNormal ( GLUtesselator * tess , GLdouble valueX , GLdouble valueY , GLdouble valueZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -3616,13 +3616,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessProperty ( GLUtesselator * tess , GLenum which , GLdouble data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -3640,13 +3640,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -3906,13 +3906,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject ( GLdouble winX , GLdouble winY , GLdouble winZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * objX , GLdouble * objY , GLdouble * objZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -4002,13 +4002,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject4 ( GLdouble winX , GLdouble winY , GLdouble winZ , GLdouble clipW , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble nearVal , GLdouble farVal , GLdouble * objX , GLdouble * objY , GLdouble * objZ , GLdouble * objW ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject4 ( JNIEnv *env, jobject obj, @@ -4116,5 +4116,5 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGLU_JauJNI12nf_funcs.c b/CNativeCode/OpenGLU_JauJNI12nf_funcs.c index 32d157a..45078da 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 diff --git a/CNativeCode/OpenGLU_JauJNI12tst_funcs.c b/CNativeCode/OpenGLU_JauJNI12tst_funcs.c index 9b9cd6f..08b89e8 100644 --- a/CNativeCode/OpenGLU_JauJNI12tst_funcs.c +++ b/CNativeCode/OpenGLU_JauJNI12tst_funcs.c @@ -306,13 +306,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -326,13 +326,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -346,13 +346,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -366,13 +366,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -386,13 +386,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmapLevels__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -722,13 +722,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -1016,13 +1016,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmapLevels__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -1366,13 +1366,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -1674,13 +1674,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild3DMipmapLevels__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -2038,13 +2038,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild3DMipmaps__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -2360,13 +2360,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean gluCheckExtension ( const GLubyte * extName , const GLubyte * extString ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLUFuncJauJNI_gluCheckExtension ( JNIEnv *env, jobject obj, @@ -2415,13 +2415,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluCylinder ( GLUquadric * quad , GLdouble base , GLdouble top , GLdouble height , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -2445,13 +2445,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -2473,13 +2473,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -2493,13 +2493,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2513,13 +2513,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -2533,13 +2533,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -2553,13 +2553,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -2592,13 +2592,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetTessProperty ( GLUtesselator * tess , GLenum which , GLdouble * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2631,13 +2631,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLoadSamplingMatrices ( GLUnurbs * nurb , const GLfloat * model , const GLfloat * perspective , const GLint * view ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -2702,13 +2702,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, view, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLookAt ( GLdouble eyeX , GLdouble eyeY , GLdouble eyeZ , GLdouble centerX , GLdouble centerY , GLdouble centerZ , GLdouble upX , GLdouble upY , GLdouble upZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -2738,13 +2738,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNextContour ( GLUtesselator * tess , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2760,13 +2760,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsCurve ( GLUnurbs * nurb , GLint knotCount , GLfloat * knots , GLint stride , GLfloat * control , GLint order , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -2822,13 +2822,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, control, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -2846,13 +2846,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsSurface ( GLUnurbs * nurb , GLint sKnotCount , GLfloat * sKnots , GLint tKnotCount , GLfloat * tKnots , GLint sStride , GLint tStride , GLfloat * control , GLint sOrder , GLint tOrder , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -2931,13 +2931,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, control, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -2957,13 +2957,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPartialDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops , GLdouble start , GLdouble sweep ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -2989,13 +2989,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -3015,13 +3015,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble delX , GLdouble delY , GLint * viewport ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -3058,13 +3058,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluProject ( GLdouble objX , GLdouble objY , GLdouble objZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * winX , GLdouble * winY , GLdouble * winZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -3187,13 +3187,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPwlCurve ( GLUnurbs * nurb , GLint count , GLfloat * data , GLint stride , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -3230,13 +3230,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricDrawStyle ( GLUquadric * quad , GLenum draw ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -3252,13 +3252,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricNormals ( GLUquadric * quad , GLenum normal ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -3274,13 +3274,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricOrientation ( GLUquadric * quad , GLenum orientation ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -3296,13 +3296,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricTexture ( GLUquadric * quad , GLboolean texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -3318,13 +3318,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluScaleImage ( GLenum format , GLsizei wIn , GLsizei hIn , GLenum typeIn , const void * dataIn , GLsizei wOut , GLsizei hOut , GLenum typeOut , GLvoid * dataOut ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage__IIII_3BIII_3B ( JNIEnv *env, jobject obj, @@ -3759,13 +3759,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluSphere ( GLUquadric * quad , GLdouble radius , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -3785,13 +3785,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -3805,13 +3805,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginPolygon ( GLUtesselator * tess , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -4022,13 +4022,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -4042,13 +4042,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -4062,13 +4062,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessNormal ( GLUtesselator * tess , GLdouble valueX , GLdouble valueY , GLdouble valueZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -4088,13 +4088,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessProperty ( GLUtesselator * tess , GLenum which , GLdouble data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -4112,13 +4112,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -4448,13 +4448,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject ( GLdouble winX , GLdouble winY , GLdouble winZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * objX , GLdouble * objY , GLdouble * objZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -4577,13 +4577,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject4 ( GLdouble winX , GLdouble winY , GLdouble winZ , GLdouble clipW , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble nearVal , GLdouble farVal , GLdouble * objX , GLdouble * objY , GLdouble * objZ , GLdouble * objW ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject4 ( JNIEnv *env, jobject obj, @@ -4729,5 +4729,5 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGLU_JauJNI14_funcs.c b/CNativeCode/OpenGLU_JauJNI14_funcs.c index 5b11cc6..5a2421e 100644 --- a/CNativeCode/OpenGLU_JauJNI14_funcs.c +++ b/CNativeCode/OpenGLU_JauJNI14_funcs.c @@ -315,13 +315,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFunc14JauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -335,13 +335,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -355,13 +355,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -375,13 +375,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -395,13 +395,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluBuild1DMipmapLevels__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -731,13 +731,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -1019,13 +1019,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluBuild2DMipmapLevels__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -1371,13 +1371,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -1675,13 +1675,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluBuild3DMipmapLevels__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -2043,13 +2043,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluBuild3DMipmaps__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -2363,13 +2363,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean gluCheckExtension ( const GLubyte * extName , const GLubyte * extString ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLUFunc14JauJNI_gluCheckExtension ( JNIEnv *env, jobject obj, @@ -2406,13 +2406,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluCylinder ( GLUquadric * quad , GLdouble base , GLdouble top , GLdouble height , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -2436,13 +2436,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -2464,13 +2464,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -2484,13 +2484,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2504,13 +2504,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -2524,13 +2524,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -2544,13 +2544,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -2578,13 +2578,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetTessProperty ( GLUtesselator * tess , GLenum which , GLdouble * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2612,13 +2612,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLoadSamplingMatrices ( GLUnurbs * nurb , const GLfloat * model , const GLfloat * perspective , const GLint * view ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -2665,13 +2665,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, view, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLookAt ( GLdouble eyeX , GLdouble eyeY , GLdouble eyeZ , GLdouble centerX , GLdouble centerY , GLdouble centerZ , GLdouble upX , GLdouble upY , GLdouble upZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -2701,13 +2701,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNextContour ( GLUtesselator * tess , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2723,13 +2723,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsCurve ( GLUnurbs * nurb , GLint knotCount , GLfloat * knots , GLint stride , GLfloat * control , GLint order , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -2775,13 +2775,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, control, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -2799,13 +2799,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsSurface ( GLUnurbs * nurb , GLint sKnotCount , GLfloat * sKnots , GLint tKnotCount , GLfloat * tKnots , GLint sStride , GLint tStride , GLfloat * control , GLint sOrder , GLint tOrder , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -2869,13 +2869,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, control, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -2895,13 +2895,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPartialDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops , GLdouble start , GLdouble sweep ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -2927,13 +2927,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -2953,13 +2953,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble delX , GLdouble delY , GLint * viewport ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -2991,13 +2991,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluProject ( GLdouble objX , GLdouble objY , GLdouble objZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * winX , GLdouble * winY , GLdouble * winZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -3087,13 +3087,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPwlCurve ( GLUnurbs * nurb , GLint count , GLfloat * data , GLint stride , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -3125,13 +3125,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricDrawStyle ( GLUquadric * quad , GLenum draw ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -3147,13 +3147,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricNormals ( GLUquadric * quad , GLenum normal ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -3169,13 +3169,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricOrientation ( GLUquadric * quad , GLenum orientation ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -3191,13 +3191,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricTexture ( GLUquadric * quad , GLboolean texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -3213,13 +3213,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluScaleImage ( GLenum format , GLsizei wIn , GLsizei hIn , GLenum typeIn , const void * dataIn , GLsizei wOut , GLsizei hOut , GLenum typeOut , GLvoid * dataOut ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluScaleImage__IIII_3BIII_3B ( JNIEnv *env, jobject obj, @@ -3629,13 +3629,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluSphere ( GLUquadric * quad , GLdouble radius , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -3655,13 +3655,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -3675,13 +3675,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginPolygon ( GLUtesselator * tess , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -3882,13 +3882,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -3902,13 +3902,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -3922,13 +3922,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessNormal ( GLUtesselator * tess , GLdouble valueX , GLdouble valueY , GLdouble valueZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -3948,13 +3948,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessProperty ( GLUtesselator * tess , GLenum which , GLdouble data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -3972,13 +3972,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFunc14JauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -4275,13 +4275,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleasePrimitiveArrayCritical(env, location, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject ( GLdouble winX , GLdouble winY , GLdouble winZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * objX , GLdouble * objY , GLdouble * objZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -4371,13 +4371,13 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject4 ( GLdouble winX , GLdouble winY , GLdouble winZ , GLdouble clipW , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble nearVal , GLdouble farVal , GLdouble * objX , GLdouble * objY , GLdouble * objZ , GLdouble * objW ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFunc14JauJNI_gluUnProject4 ( JNIEnv *env, jobject obj, @@ -4485,5 +4485,5 @@ Java_gl4java_GLUFunc14JauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGLU_JauJNI_funcs.c b/CNativeCode/OpenGLU_JauJNI_funcs.c index 05e1860..89418db 100644 --- a/CNativeCode/OpenGLU_JauJNI_funcs.c +++ b/CNativeCode/OpenGLU_JauJNI_funcs.c @@ -306,13 +306,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -326,13 +326,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -346,13 +346,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -366,13 +366,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -386,13 +386,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmapLevels__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -680,13 +680,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -932,13 +932,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmapLevels__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -1240,13 +1240,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -1506,13 +1506,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild3DMipmapLevels__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -1828,13 +1828,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild3DMipmaps__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -2108,13 +2108,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean gluCheckExtension ( const GLubyte * extName , const GLubyte * extString ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLUFuncJauJNI_gluCheckExtension ( JNIEnv *env, jobject obj, @@ -2151,13 +2151,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluCylinder ( GLUquadric * quad , GLdouble base , GLdouble top , GLdouble height , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -2181,13 +2181,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -2209,13 +2209,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -2229,13 +2229,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -2249,13 +2249,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -2269,13 +2269,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -2289,13 +2289,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -2323,13 +2323,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseFloatArrayElements(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetTessProperty ( GLUtesselator * tess , GLenum which , GLdouble * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2357,13 +2357,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseDoubleArrayElements(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLoadSamplingMatrices ( GLUnurbs * nurb , const GLfloat * model , const GLfloat * perspective , const GLint * view ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -2410,13 +2410,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseIntArrayElements(env, view, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLookAt ( GLdouble eyeX , GLdouble eyeY , GLdouble eyeZ , GLdouble centerX , GLdouble centerY , GLdouble centerZ , GLdouble upX , GLdouble upY , GLdouble upZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -2446,13 +2446,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNextContour ( GLUtesselator * tess , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2468,13 +2468,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsCurve ( GLUnurbs * nurb , GLint knotCount , GLfloat * knots , GLint stride , GLfloat * control , GLint order , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -2520,13 +2520,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseFloatArrayElements(env, control, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -2544,13 +2544,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsSurface ( GLUnurbs * nurb , GLint sKnotCount , GLfloat * sKnots , GLint tKnotCount , GLfloat * tKnots , GLint sStride , GLint tStride , GLfloat * control , GLint sOrder , GLint tOrder , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -2614,13 +2614,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseFloatArrayElements(env, control, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -2640,13 +2640,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPartialDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops , GLdouble start , GLdouble sweep ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -2672,13 +2672,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -2698,13 +2698,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble delX , GLdouble delY , GLint * viewport ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -2736,13 +2736,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseIntArrayElements(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluProject ( GLdouble objX , GLdouble objY , GLdouble objZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * winX , GLdouble * winY , GLdouble * winZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -2832,13 +2832,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPwlCurve ( GLUnurbs * nurb , GLint count , GLfloat * data , GLint stride , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -2870,13 +2870,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseFloatArrayElements(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricDrawStyle ( GLUquadric * quad , GLenum draw ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -2892,13 +2892,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricNormals ( GLUquadric * quad , GLenum normal ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -2914,13 +2914,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricOrientation ( GLUquadric * quad , GLenum orientation ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -2936,13 +2936,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricTexture ( GLUquadric * quad , GLboolean texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -2958,13 +2958,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluScaleImage ( GLenum format , GLsizei wIn , GLsizei hIn , GLenum typeIn , const void * dataIn , GLsizei wOut , GLsizei hOut , GLenum typeOut , GLvoid * dataOut ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage__IIII_3BIII_3B ( JNIEnv *env, jobject obj, @@ -3322,13 +3322,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluSphere ( GLUquadric * quad , GLdouble radius , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -3348,13 +3348,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -3368,13 +3368,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginPolygon ( GLUtesselator * tess , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -3550,13 +3550,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseLongArrayElements(env, data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -3570,13 +3570,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -3590,13 +3590,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessNormal ( GLUtesselator * tess , GLdouble valueX , GLdouble valueY , GLdouble valueZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -3616,13 +3616,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessProperty ( GLUtesselator * tess , GLenum which , GLdouble data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -3640,13 +3640,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -3906,13 +3906,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) (*env)->ReleaseLongArrayElements(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject ( GLdouble winX , GLdouble winY , GLdouble winZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * objX , GLdouble * objY , GLdouble * objZ ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -4002,13 +4002,13 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject4 ( GLdouble winX , GLdouble winY , GLdouble winZ , GLdouble clipW , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble nearVal , GLdouble farVal , GLdouble * objX , GLdouble * objY , GLdouble * objZ , GLdouble * objW ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject4 ( JNIEnv *env, jobject obj, @@ -4116,5 +4116,5 @@ Java_gl4java_GLUFuncJauJNI_gluNewTess( JNIEnv *env, jobject obj) } return ret; } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGL_JauJNI12_funcs.c b/CNativeCode/OpenGL_JauJNI12_funcs.c index ba01f35..54bcac6 100755 --- a/CNativeCode/OpenGL_JauJNI12_funcs.c +++ b/CNativeCode/OpenGL_JauJNI12_funcs.c @@ -91,13 +91,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearIndex ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClear ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFunc ( GLenum func , GLclampf ref ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLogicOp ( GLenum opcode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrontFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointSize ( GLfloat size ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineWidth ( GLfloat width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineStipple ( GLint factor , GLushort pattern ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonMode ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonStipple ( const GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPolygonStipple ( GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlag ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagv ( const GLboolean * flag ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsEnabled ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDoublev ( GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFloatv ( GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetIntegerv ( GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushClientAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopClientAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glRenderMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLenum glGetError ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinish ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlush ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHint ( GLenum target , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearDepth ( GLclampd depth ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthFunc ( GLenum func ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthMask ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAccum ( GLenum op , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentity ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteLists ( GLuint list , GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenLists ( GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNewList ( GLuint list , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndList ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListBase ( GLuint base ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBegin ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnd ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexd ( GLdouble c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexf ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexi ( GLint c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexs ( GLshort c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexub ( GLubyte c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexdv ( const GLdouble * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexfv ( const GLfloat * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexiv ( const GLint * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexsv ( const GLshort * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexubv ( const GLubyte * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3i ( GLint red , GLint green , GLint blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1d ( GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1f ( GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1i ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1s ( GLshort s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2d ( GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2f ( GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2i ( GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2s ( GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -4772,13 +4772,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointerv ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElement ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShadeModel ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLighti ( GLenum light , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeli ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeliv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMaterial ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStoref ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStorei ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearStencil ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTextures ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTexture ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTexture ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1d ( GLdouble u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1f ( GLfloat u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint1 ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint2 ( GLint i , GLint j ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogiv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassThrough ( GLfloat token ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInitNames ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopName ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3D ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquation ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogram ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmax ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTexture ( JNIEnv *env, jobject obj, @@ -16289,13 +16289,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTexture ( JNIEnv *env, jobject obj, @@ -16309,13 +16309,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -16554,13 +16554,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage2D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16813,13 +16813,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr7, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage3D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -17086,13 +17086,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -17331,13 +17331,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -17604,13 +17604,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -17905,13 +17905,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImage ( GLenum target , GLint lod , GLvoid * img ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCompressedTexImage__II_3B ( JNIEnv *env, jobject obj, @@ -18101,13 +18101,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, img, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1d ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1d ( JNIEnv *env, jobject obj, @@ -18123,13 +18123,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dv ( JNIEnv *env, jobject obj, @@ -18154,13 +18154,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1f ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1f ( JNIEnv *env, jobject obj, @@ -18176,13 +18176,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fv ( JNIEnv *env, jobject obj, @@ -18207,13 +18207,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1i ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1i ( JNIEnv *env, jobject obj, @@ -18229,13 +18229,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iv ( JNIEnv *env, jobject obj, @@ -18260,13 +18260,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1s ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1s ( JNIEnv *env, jobject obj, @@ -18282,13 +18282,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sv ( JNIEnv *env, jobject obj, @@ -18313,13 +18313,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2d ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2d ( JNIEnv *env, jobject obj, @@ -18337,13 +18337,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dv ( JNIEnv *env, jobject obj, @@ -18368,13 +18368,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2f ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2f ( JNIEnv *env, jobject obj, @@ -18392,13 +18392,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fv ( JNIEnv *env, jobject obj, @@ -18423,13 +18423,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2i ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2i ( JNIEnv *env, jobject obj, @@ -18447,13 +18447,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iv ( JNIEnv *env, jobject obj, @@ -18478,13 +18478,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2s ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2s ( JNIEnv *env, jobject obj, @@ -18502,13 +18502,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sv ( JNIEnv *env, jobject obj, @@ -18533,13 +18533,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3d ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3d ( JNIEnv *env, jobject obj, @@ -18559,13 +18559,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dv ( JNIEnv *env, jobject obj, @@ -18590,13 +18590,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3f ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3f ( JNIEnv *env, jobject obj, @@ -18616,13 +18616,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fv ( JNIEnv *env, jobject obj, @@ -18647,13 +18647,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3i ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3i ( JNIEnv *env, jobject obj, @@ -18673,13 +18673,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iv ( JNIEnv *env, jobject obj, @@ -18704,13 +18704,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3s ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3s ( JNIEnv *env, jobject obj, @@ -18730,13 +18730,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sv ( JNIEnv *env, jobject obj, @@ -18761,13 +18761,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4d ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4d ( JNIEnv *env, jobject obj, @@ -18789,13 +18789,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dv ( JNIEnv *env, jobject obj, @@ -18820,13 +18820,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4f ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4f ( JNIEnv *env, jobject obj, @@ -18848,13 +18848,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fv ( JNIEnv *env, jobject obj, @@ -18879,13 +18879,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4i ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4i ( JNIEnv *env, jobject obj, @@ -18907,13 +18907,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iv ( JNIEnv *env, jobject obj, @@ -18938,13 +18938,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4s ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4s ( JNIEnv *env, jobject obj, @@ -18966,13 +18966,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sv ( JNIEnv *env, jobject obj, @@ -18997,13 +18997,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixd ( JNIEnv *env, jobject obj, @@ -19026,13 +19026,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixf ( JNIEnv *env, jobject obj, @@ -19055,13 +19055,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixd ( JNIEnv *env, jobject obj, @@ -19084,13 +19084,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixf ( JNIEnv *env, jobject obj, @@ -19113,13 +19113,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverage ( GLclampf value , GLboolean invert ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleCoverage ( JNIEnv *env, jobject obj, @@ -19135,13 +19135,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePass ( GLenum pass ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSamplePass ( JNIEnv *env, jobject obj, @@ -19155,13 +19155,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19175,13 +19175,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19195,13 +19195,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -19217,13 +19217,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -19248,13 +19248,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -19270,13 +19270,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -19301,13 +19301,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -19323,13 +19323,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -19354,13 +19354,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -19376,13 +19376,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -19407,13 +19407,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -19431,13 +19431,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -19462,13 +19462,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -19486,13 +19486,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -19517,13 +19517,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -19541,13 +19541,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -19572,13 +19572,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -19596,13 +19596,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -19627,13 +19627,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -19653,13 +19653,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -19684,13 +19684,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -19710,13 +19710,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fvARB ( JNIEnv *env, jobject obj, @@ -19741,13 +19741,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -19767,13 +19767,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -19798,13 +19798,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -19824,13 +19824,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -19855,13 +19855,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -19883,13 +19883,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -19914,13 +19914,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -19942,13 +19942,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -19973,13 +19973,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -20001,13 +20001,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -20032,13 +20032,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -20060,13 +20060,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -20091,13 +20091,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -20117,13 +20117,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -20139,13 +20139,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -20426,13 +20426,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -20727,13 +20727,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -20763,13 +20763,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -20795,13 +20795,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -20826,13 +20826,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTextureEXT ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -20848,13 +20848,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -20890,13 +20890,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -20936,13 +20936,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTextureEXT ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -20959,13 +20959,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -21176,13 +21176,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -21379,13 +21379,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -21596,13 +21596,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -21799,13 +21799,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -22016,13 +22016,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -22049,13 +22049,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointervEXT ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -22231,13 +22231,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElementEXT ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -22251,13 +22251,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -22275,13 +22275,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquationEXT ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -22295,13 +22295,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -22317,13 +22317,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -22348,13 +22348,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfSGIS ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfSGIS ( JNIEnv *env, jobject obj, @@ -22370,13 +22370,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvSGIS ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -22401,13 +22401,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -22632,13 +22632,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -22863,13 +22863,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -23073,13 +23073,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -23107,13 +23107,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -23141,13 +23141,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLockArraysEXT ( GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -23163,13 +23163,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUnlockArraysEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -23181,13 +23181,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixfARB ( JNIEnv *env, jobject obj, @@ -23210,13 +23210,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixdARB ( JNIEnv *env, jobject obj, @@ -23239,13 +23239,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixfARB ( JNIEnv *env, jobject obj, @@ -23268,13 +23268,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixdARB ( JNIEnv *env, jobject obj, @@ -23297,13 +23297,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverageARB ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleCoverageARB ( JNIEnv *env, jobject obj, @@ -23319,13 +23319,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage3DARB__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -23592,13 +23592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage2DARB__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -23851,13 +23851,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg7, ptr7, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1DARB ( GLenum , GLint , GLenum , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage1DARB__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -24096,13 +24096,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3DARB ( GLenum , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage3DARB__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -24397,13 +24397,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg10, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2DARB ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage2DARB__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -24670,13 +24670,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1DARB ( GLenum , GLint , GLint , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage1DARB__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -24915,13 +24915,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImageARB ( GLenum , GLint , void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCompressedTexImageARB__II_3B ( JNIEnv *env, jobject obj, @@ -25111,13 +25111,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightbvARB ( GLint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightbvARB ( JNIEnv *env, jobject obj, @@ -25142,13 +25142,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightsvARB ( GLint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightsvARB ( JNIEnv *env, jobject obj, @@ -25173,13 +25173,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightivARB ( GLint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightivARB ( JNIEnv *env, jobject obj, @@ -25204,13 +25204,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightfvARB ( GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightfvARB ( JNIEnv *env, jobject obj, @@ -25235,13 +25235,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightdvARB ( GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightdvARB ( JNIEnv *env, jobject obj, @@ -25266,13 +25266,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightubvARB ( JNIEnv *env, jobject obj, @@ -25297,13 +25297,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightusvARB ( JNIEnv *env, jobject obj, @@ -25328,13 +25328,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightuivARB ( JNIEnv *env, jobject obj, @@ -25359,13 +25359,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightPointerARB__III_3B ( JNIEnv *env, jobject obj, @@ -25562,13 +25562,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexBlendARB ( JNIEnv *env, jobject obj, @@ -25582,13 +25582,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCurrentPaletteMatrixARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCurrentPaletteMatrixARB ( JNIEnv *env, jobject obj, @@ -25602,13 +25602,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexubvARB ( JNIEnv *env, jobject obj, @@ -25633,13 +25633,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexusvARB ( JNIEnv *env, jobject obj, @@ -25664,13 +25664,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexuivARB ( JNIEnv *env, jobject obj, @@ -25695,13 +25695,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexPointerARB__III_3B ( JNIEnv *env, jobject obj, @@ -25898,13 +25898,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexFilterFuncSGIS ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexFilterFuncSGIS ( JNIEnv *env, jobject obj, @@ -25932,13 +25932,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexFilterFuncSGIS ( GLenum , GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexFilterFuncSGIS ( JNIEnv *env, jobject obj, @@ -25967,13 +25967,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1DEXT ( GLenum , GLint , GLint , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage1DEXT__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -26212,13 +26212,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage2DEXT__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -26485,13 +26485,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage1DEXT ( JNIEnv *env, jobject obj, @@ -26517,13 +26517,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage2DEXT ( JNIEnv *env, jobject obj, @@ -26551,13 +26551,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1DEXT ( GLenum , GLint , GLint , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage1DEXT ( JNIEnv *env, jobject obj, @@ -26581,13 +26581,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage2DEXT ( JNIEnv *env, jobject obj, @@ -26615,13 +26615,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramEXT__IZII_3B ( JNIEnv *env, jobject obj, @@ -26839,13 +26839,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterfvEXT ( JNIEnv *env, jobject obj, @@ -26873,13 +26873,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterivEXT ( JNIEnv *env, jobject obj, @@ -26907,13 +26907,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxEXT__IZII_3B ( JNIEnv *env, jobject obj, @@ -27131,13 +27131,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterfvEXT ( JNIEnv *env, jobject obj, @@ -27165,13 +27165,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterivEXT ( JNIEnv *env, jobject obj, @@ -27199,13 +27199,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogramEXT ( GLenum , GLsizei , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHistogramEXT ( JNIEnv *env, jobject obj, @@ -27225,13 +27225,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmaxEXT ( GLenum , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMinmaxEXT ( JNIEnv *env, jobject obj, @@ -27249,13 +27249,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogramEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetHistogramEXT ( JNIEnv *env, jobject obj, @@ -27269,13 +27269,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmaxEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetMinmaxEXT ( JNIEnv *env, jobject obj, @@ -27289,13 +27289,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1DEXT ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter1DEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -27520,13 +27520,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg5, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter2DEXT__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -27765,13 +27765,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfEXT ( JNIEnv *env, jobject obj, @@ -27789,13 +27789,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfvEXT ( JNIEnv *env, jobject obj, @@ -27822,13 +27822,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteriEXT ( JNIEnv *env, jobject obj, @@ -27846,13 +27846,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterivEXT ( JNIEnv *env, jobject obj, @@ -27879,13 +27879,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1DEXT ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter1DEXT ( JNIEnv *env, jobject obj, @@ -27907,13 +27907,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2DEXT ( GLenum , GLenum , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter2DEXT ( JNIEnv *env, jobject obj, @@ -27937,13 +27937,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilterEXT ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionFilterEXT__III_3B ( JNIEnv *env, jobject obj, @@ -28147,13 +28147,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterfvEXT ( JNIEnv *env, jobject obj, @@ -28181,13 +28181,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterivEXT ( JNIEnv *env, jobject obj, @@ -28215,13 +28215,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilterEXT ( GLenum , GLenum , GLenum , GLvoid * , GLvoid * , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSeparableFilterEXT__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -28593,13 +28593,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg5, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSeparableFilter2DEXT__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -28915,13 +28915,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg7, ptr7, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableSGI ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableSGI__IIIII_3B ( JNIEnv *env, jobject obj, @@ -29146,13 +29146,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg5, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfvSGI ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterfvSGI ( JNIEnv *env, jobject obj, @@ -29179,13 +29179,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterivSGI ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterivSGI ( JNIEnv *env, jobject obj, @@ -29212,13 +29212,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTableSGI ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorTableSGI ( JNIEnv *env, jobject obj, @@ -29240,13 +29240,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableSGI ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableSGI__III_3B ( JNIEnv *env, jobject obj, @@ -29450,13 +29450,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvSGI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvSGI ( JNIEnv *env, jobject obj, @@ -29484,13 +29484,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivSGI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivSGI ( JNIEnv *env, jobject obj, @@ -29518,13 +29518,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenSGIX ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenSGIX ( JNIEnv *env, jobject obj, @@ -29538,13 +29538,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameteriSGIS ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameteriSGIS ( JNIEnv *env, jobject obj, @@ -29560,13 +29560,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterivSGIS ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameterivSGIS ( JNIEnv *env, jobject obj, @@ -29591,13 +29591,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfSGIS ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameterfSGIS ( JNIEnv *env, jobject obj, @@ -29613,13 +29613,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfvSGIS ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -29644,13 +29644,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterivSGIS ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelTexGenParameterivSGIS ( JNIEnv *env, jobject obj, @@ -29676,13 +29676,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterfvSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelTexGenParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -29708,13 +29708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage4DSGIS ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLsizei , GLint , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage4DSGIS__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -30009,13 +30009,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg10, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage4DSGIS ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage4DSGIS__IIIIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -30338,13 +30338,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg12, ptr12, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDetailTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDetailTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -30371,13 +30371,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDetailTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetDetailTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -30403,13 +30403,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSharpenTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSharpenTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -30436,13 +30436,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSharpenTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSharpenTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -30468,13 +30468,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskSGIS ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleMaskSGIS ( JNIEnv *env, jobject obj, @@ -30490,13 +30490,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternSGIS ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSamplePatternSGIS ( JNIEnv *env, jobject obj, @@ -30510,13 +30510,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameterfSGIX ( JNIEnv *env, jobject obj, @@ -30532,13 +30532,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -30563,13 +30563,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameteriSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameteriSGIX ( JNIEnv *env, jobject obj, @@ -30585,13 +30585,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameterivSGIX ( JNIEnv *env, jobject obj, @@ -30616,13 +30616,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfARB ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfARB ( JNIEnv *env, jobject obj, @@ -30638,13 +30638,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvARB ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvARB ( JNIEnv *env, jobject obj, @@ -30669,13 +30669,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glGetInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGetInstrumentsSGIX ( JNIEnv *env, jobject obj) @@ -30690,13 +30690,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInstrumentsBufferSGIX ( GLsizei , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInstrumentsBufferSGIX ( JNIEnv *env, jobject obj, @@ -30722,13 +30722,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollInstrumentsSGIX ( GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glPollInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -30755,13 +30755,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -30775,13 +30775,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStartInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStartInstrumentsSGIX ( JNIEnv *env, jobject obj) @@ -30793,13 +30793,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStopInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStopInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -30813,13 +30813,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrameZoomSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrameZoomSGIX ( JNIEnv *env, jobject obj, @@ -30833,13 +30833,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTagSampleBufferSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTagSampleBufferSGIX ( JNIEnv *env, jobject obj) @@ -30851,13 +30851,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3dSGIX ( GLenum , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeformationMap3dSGIX ( JNIEnv *env, jobject obj, @@ -30906,13 +30906,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg13, ptr13, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3fSGIX ( GLenum , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeformationMap3fSGIX ( JNIEnv *env, jobject obj, @@ -30961,13 +30961,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg13, ptr13, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeformSGIX ( JNIEnv *env, jobject obj, @@ -30981,13 +30981,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentityDeformationMapSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadIdentityDeformationMapSGIX ( JNIEnv *env, jobject obj, @@ -31001,13 +31001,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReferencePlaneSGIX ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReferencePlaneSGIX ( JNIEnv *env, jobject obj, @@ -31030,13 +31030,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushRasterSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlushRasterSGIX ( JNIEnv *env, jobject obj) @@ -31048,13 +31048,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogFuncSGIS ( GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogFuncSGIS ( JNIEnv *env, jobject obj, @@ -31079,13 +31079,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFogFuncSGIS ( GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFogFuncSGIS ( JNIEnv *env, jobject obj, @@ -31109,13 +31109,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameteriHP ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameteriHP ( JNIEnv *env, jobject obj, @@ -31133,13 +31133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfHP ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameterfHP ( JNIEnv *env, jobject obj, @@ -31157,13 +31157,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterivHP ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameterivHP ( JNIEnv *env, jobject obj, @@ -31190,13 +31190,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfvHP ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameterfvHP ( JNIEnv *env, jobject obj, @@ -31223,13 +31223,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterivHP ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetImageTransformParameterivHP ( JNIEnv *env, jobject obj, @@ -31257,13 +31257,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterfvHP ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetImageTransformParameterfvHP ( JNIEnv *env, jobject obj, @@ -31291,13 +31291,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTableEXT ( GLenum , GLsizei , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorSubTableEXT ( JNIEnv *env, jobject obj, @@ -31319,13 +31319,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHintPGI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHintPGI ( JNIEnv *env, jobject obj, @@ -31341,13 +31341,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterfvSGIX ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetListParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -31375,13 +31375,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterivSGIX ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetListParameterivSGIX ( JNIEnv *env, jobject obj, @@ -31409,13 +31409,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfSGIX ( GLuint , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameterfSGIX ( JNIEnv *env, jobject obj, @@ -31433,13 +31433,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfvSGIX ( GLuint , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -31466,13 +31466,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameteriSGIX ( GLuint , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameteriSGIX ( JNIEnv *env, jobject obj, @@ -31490,13 +31490,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterivSGIX ( GLuint , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameterivSGIX ( JNIEnv *env, jobject obj, @@ -31523,13 +31523,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexMaterialEXT ( JNIEnv *env, jobject obj, @@ -31545,13 +31545,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexFuncEXT ( GLenum , GLclampf ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexFuncEXT ( JNIEnv *env, jobject obj, @@ -31567,13 +31567,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterdvEXT ( GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullParameterdvEXT ( JNIEnv *env, jobject obj, @@ -31599,13 +31599,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterfvEXT ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullParameterfvEXT ( JNIEnv *env, jobject obj, @@ -31631,13 +31631,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentColorMaterialSGIX ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentColorMaterialSGIX ( JNIEnv *env, jobject obj, @@ -31653,13 +31653,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightfSGIX ( JNIEnv *env, jobject obj, @@ -31677,13 +31677,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightfvSGIX ( JNIEnv *env, jobject obj, @@ -31710,13 +31710,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightiSGIX ( JNIEnv *env, jobject obj, @@ -31734,13 +31734,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightivSGIX ( JNIEnv *env, jobject obj, @@ -31767,13 +31767,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModelfSGIX ( JNIEnv *env, jobject obj, @@ -31789,13 +31789,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModelfvSGIX ( JNIEnv *env, jobject obj, @@ -31820,13 +31820,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModeliSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModeliSGIX ( JNIEnv *env, jobject obj, @@ -31842,13 +31842,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModelivSGIX ( JNIEnv *env, jobject obj, @@ -31873,13 +31873,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialfSGIX ( JNIEnv *env, jobject obj, @@ -31897,13 +31897,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialfvSGIX ( JNIEnv *env, jobject obj, @@ -31930,13 +31930,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialiSGIX ( JNIEnv *env, jobject obj, @@ -31954,13 +31954,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialivSGIX ( JNIEnv *env, jobject obj, @@ -31987,13 +31987,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentLightfvSGIX ( JNIEnv *env, jobject obj, @@ -32021,13 +32021,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentLightivSGIX ( JNIEnv *env, jobject obj, @@ -32055,13 +32055,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentMaterialfvSGIX ( JNIEnv *env, jobject obj, @@ -32089,13 +32089,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentMaterialivSGIX ( JNIEnv *env, jobject obj, @@ -32123,13 +32123,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightEnviSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightEnviSGIX ( JNIEnv *env, jobject obj, @@ -32145,13 +32145,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElementsEXT ( GLenum , GLuint , GLuint , GLsizei , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawRangeElementsEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -32376,13 +32376,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg5, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glApplyTextureEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glApplyTextureEXT ( JNIEnv *env, jobject obj, @@ -32396,13 +32396,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureLightEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureLightEXT ( JNIEnv *env, jobject obj, @@ -32416,13 +32416,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureMaterialEXT ( JNIEnv *env, jobject obj, @@ -32438,13 +32438,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAsyncMarkerSGIX ( JNIEnv *env, jobject obj, @@ -32458,13 +32458,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glFinishAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glFinishAsyncSGIX ( JNIEnv *env, jobject obj, @@ -32491,13 +32491,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glPollAsyncSGIX ( JNIEnv *env, jobject obj, @@ -32524,13 +32524,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenAsyncMarkersSGIX ( GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenAsyncMarkersSGIX ( JNIEnv *env, jobject obj, @@ -32547,13 +32547,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteAsyncMarkersSGIX ( GLuint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteAsyncMarkersSGIX ( JNIEnv *env, jobject obj, @@ -32569,13 +32569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsAsyncMarkerSGIX ( JNIEnv *env, jobject obj, @@ -32592,13 +32592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -32781,13 +32781,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointervINTEL ( GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointervINTEL__I_3_3B ( JNIEnv *env, jobject obj, @@ -32956,13 +32956,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -33145,13 +33145,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -33334,13 +33334,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameteriEXT ( JNIEnv *env, jobject obj, @@ -33358,13 +33358,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameterfEXT ( JNIEnv *env, jobject obj, @@ -33382,13 +33382,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameterivEXT ( JNIEnv *env, jobject obj, @@ -33415,13 +33415,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameterfvEXT ( JNIEnv *env, jobject obj, @@ -33448,13 +33448,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3bEXT ( JNIEnv *env, jobject obj, @@ -33472,13 +33472,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3bvEXT ( JNIEnv *env, jobject obj, @@ -33501,13 +33501,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3dEXT ( JNIEnv *env, jobject obj, @@ -33525,13 +33525,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3dvEXT ( JNIEnv *env, jobject obj, @@ -33554,13 +33554,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3fEXT ( JNIEnv *env, jobject obj, @@ -33578,13 +33578,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3fvEXT ( JNIEnv *env, jobject obj, @@ -33607,13 +33607,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3iEXT ( JNIEnv *env, jobject obj, @@ -33631,13 +33631,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3ivEXT ( JNIEnv *env, jobject obj, @@ -33660,13 +33660,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3sEXT ( JNIEnv *env, jobject obj, @@ -33684,13 +33684,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3svEXT ( JNIEnv *env, jobject obj, @@ -33713,13 +33713,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubEXT ( GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3ubEXT ( JNIEnv *env, jobject obj, @@ -33737,13 +33737,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubvEXT ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3ubvEXT ( JNIEnv *env, jobject obj, @@ -33766,13 +33766,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uiEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3uiEXT ( JNIEnv *env, jobject obj, @@ -33790,13 +33790,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uivEXT ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3uivEXT ( JNIEnv *env, jobject obj, @@ -33819,13 +33819,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usEXT ( GLushort , GLushort , GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3usEXT ( JNIEnv *env, jobject obj, @@ -33843,13 +33843,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usvEXT ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3usvEXT ( JNIEnv *env, jobject obj, @@ -33872,13 +33872,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerEXT ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColorPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -34075,13 +34075,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureNormalEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureNormalEXT ( JNIEnv *env, jobject obj, @@ -34095,13 +34095,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawArraysEXT ( GLenum , GLint * , GLsizei * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -34141,13 +34141,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawElementsEXT ( GLenum , const GLsizei * , GLenum , const GLvoid * * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiDrawElementsEXT__I_3II_3_3BI ( JNIEnv *env, jobject obj, @@ -34421,13 +34421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordfEXT ( JNIEnv *env, jobject obj, @@ -34441,13 +34441,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordfvEXT ( JNIEnv *env, jobject obj, @@ -34470,13 +34470,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddEXT ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoorddEXT ( JNIEnv *env, jobject obj, @@ -34490,13 +34490,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoorddvEXT ( JNIEnv *env, jobject obj, @@ -34519,13 +34519,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -34708,13 +34708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3bEXT ( JNIEnv *env, jobject obj, @@ -34732,13 +34732,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3bvEXT ( JNIEnv *env, jobject obj, @@ -34761,13 +34761,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3dEXT ( JNIEnv *env, jobject obj, @@ -34785,13 +34785,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3dvEXT ( JNIEnv *env, jobject obj, @@ -34814,13 +34814,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3fEXT ( JNIEnv *env, jobject obj, @@ -34838,13 +34838,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3fvEXT ( JNIEnv *env, jobject obj, @@ -34867,13 +34867,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3iEXT ( JNIEnv *env, jobject obj, @@ -34891,13 +34891,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3ivEXT ( JNIEnv *env, jobject obj, @@ -34920,13 +34920,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3sEXT ( JNIEnv *env, jobject obj, @@ -34944,13 +34944,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3svEXT ( JNIEnv *env, jobject obj, @@ -34973,13 +34973,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3bEXT ( JNIEnv *env, jobject obj, @@ -34997,13 +34997,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3bvEXT ( JNIEnv *env, jobject obj, @@ -35026,13 +35026,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3dEXT ( JNIEnv *env, jobject obj, @@ -35050,13 +35050,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3dvEXT ( JNIEnv *env, jobject obj, @@ -35079,13 +35079,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3fEXT ( JNIEnv *env, jobject obj, @@ -35103,13 +35103,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3fvEXT ( JNIEnv *env, jobject obj, @@ -35132,13 +35132,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3iEXT ( JNIEnv *env, jobject obj, @@ -35156,13 +35156,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3ivEXT ( JNIEnv *env, jobject obj, @@ -35185,13 +35185,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3sEXT ( JNIEnv *env, jobject obj, @@ -35209,13 +35209,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3svEXT ( JNIEnv *env, jobject obj, @@ -35238,13 +35238,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangentPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangentPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -35427,13 +35427,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormalPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormalPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -35616,13 +35616,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishTextureSUNX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinishTextureSUNX ( JNIEnv *env, jobject obj) @@ -35634,13 +35634,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorbSUN ( GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorbSUN ( JNIEnv *env, jobject obj, @@ -35654,13 +35654,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorsSUN ( GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorsSUN ( JNIEnv *env, jobject obj, @@ -35674,13 +35674,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoriSUN ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactoriSUN ( JNIEnv *env, jobject obj, @@ -35694,13 +35694,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorfSUN ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorfSUN ( JNIEnv *env, jobject obj, @@ -35714,13 +35714,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactordSUN ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactordSUN ( JNIEnv *env, jobject obj, @@ -35734,13 +35734,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorubSUN ( JNIEnv *env, jobject obj, @@ -35754,13 +35754,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorusSUN ( JNIEnv *env, jobject obj, @@ -35774,13 +35774,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoruiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactoruiSUN ( JNIEnv *env, jobject obj, @@ -35794,13 +35794,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiSUN ( JNIEnv *env, jobject obj, @@ -35814,13 +35814,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeusSUN ( JNIEnv *env, jobject obj, @@ -35834,13 +35834,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeubSUN ( JNIEnv *env, jobject obj, @@ -35854,13 +35854,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuivSUN ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuivSUN ( JNIEnv *env, jobject obj, @@ -35883,13 +35883,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusvSUN ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeusvSUN ( JNIEnv *env, jobject obj, @@ -35912,13 +35912,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubvSUN ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeubvSUN ( JNIEnv *env, jobject obj, @@ -35941,13 +35941,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodePointerSUN ( GLenum , GLsizei , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodePointerSUN__II_3_3B ( JNIEnv *env, jobject obj, @@ -36130,13 +36130,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex2fSUN ( JNIEnv *env, jobject obj, @@ -36160,13 +36160,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex2fvSUN ( JNIEnv *env, jobject obj, @@ -36200,13 +36200,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36232,13 +36232,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36272,13 +36272,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36302,13 +36302,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36342,13 +36342,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36372,13 +36372,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36412,13 +36412,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36450,13 +36450,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36501,13 +36501,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36529,13 +36529,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36569,13 +36569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fVertex4fSUN ( JNIEnv *env, jobject obj, @@ -36603,13 +36603,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fVertex4fvSUN ( JNIEnv *env, jobject obj, @@ -36643,13 +36643,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fSUN ( GLfloat , GLfloat , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36679,13 +36679,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fvSUN ( const GLfloat * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36730,13 +36730,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36764,13 +36764,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36815,13 +36815,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36849,13 +36849,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36900,13 +36900,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36942,13 +36942,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37004,13 +37004,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fColor4fNormal3fVertex4fSUN ( JNIEnv *env, jobject obj, @@ -37052,13 +37052,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fColor4fNormal3fVertex4fvSUN ( JNIEnv *env, jobject obj, @@ -37114,13 +37114,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37140,13 +37140,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fvSUN ( const GLenum * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37180,13 +37180,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fSUN ( GLenum , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37214,13 +37214,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fvSUN ( const GLenum * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37265,13 +37265,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37297,13 +37297,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37348,13 +37348,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37380,13 +37380,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37431,13 +37431,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37471,13 +37471,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37533,13 +37533,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37563,13 +37563,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37614,13 +37614,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37650,13 +37650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37712,13 +37712,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37756,13 +37756,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37829,13 +37829,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateEXT ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFuncSeparateEXT ( JNIEnv *env, jobject obj, @@ -37855,13 +37855,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateINGR ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFuncSeparateINGR ( JNIEnv *env, jobject obj, @@ -37881,13 +37881,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexWeightfEXT ( JNIEnv *env, jobject obj, @@ -37901,13 +37901,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexWeightfvEXT ( JNIEnv *env, jobject obj, @@ -37930,13 +37930,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightPointerEXT ( GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexWeightPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -38133,13 +38133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushVertexArrayRangeNV ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlushVertexArrayRangeNV ( JNIEnv *env, jobject obj) @@ -38151,13 +38151,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexArrayRangeNV ( GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexArrayRangeNV__I_3B ( JNIEnv *env, jobject obj, @@ -38326,13 +38326,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfvNV ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameterfvNV ( JNIEnv *env, jobject obj, @@ -38357,13 +38357,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfNV ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameterfNV ( JNIEnv *env, jobject obj, @@ -38379,13 +38379,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterivNV ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameterivNV ( JNIEnv *env, jobject obj, @@ -38410,13 +38410,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameteriNV ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameteriNV ( JNIEnv *env, jobject obj, @@ -38432,13 +38432,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerInputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerInputNV ( JNIEnv *env, jobject obj, @@ -38462,13 +38462,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerOutputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerOutputNV ( JNIEnv *env, jobject obj, @@ -38500,13 +38500,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinalCombinerInputNV ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinalCombinerInputNV ( JNIEnv *env, jobject obj, @@ -38526,13 +38526,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterfvNV ( GLenum , GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerInputParameterfvNV ( JNIEnv *env, jobject obj, @@ -38564,13 +38564,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterivNV ( GLenum , GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerInputParameterivNV ( JNIEnv *env, jobject obj, @@ -38602,13 +38602,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterfvNV ( GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerOutputParameterfvNV ( JNIEnv *env, jobject obj, @@ -38638,13 +38638,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterivNV ( GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerOutputParameterivNV ( JNIEnv *env, jobject obj, @@ -38674,13 +38674,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFinalCombinerInputParameterfvNV ( JNIEnv *env, jobject obj, @@ -38708,13 +38708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFinalCombinerInputParameterivNV ( JNIEnv *env, jobject obj, @@ -38742,13 +38742,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawArraysIBM ( GLenum , const GLint * , const GLsizei * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiModeDrawArraysIBM ( JNIEnv *env, jobject obj, @@ -38788,13 +38788,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawElementsIBM ( const GLenum * , const GLsizei * , GLenum , const GLvoid * * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiModeDrawElementsIBM___3I_3II_3_3BII ( JNIEnv *env, jobject obj, @@ -39145,13 +39145,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -39362,13 +39362,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColorPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -39579,13 +39579,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerListIBM ( GLint , const GLboolean * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerListIBM ( JNIEnv *env, jobject obj, @@ -39612,13 +39612,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -39815,13 +39815,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -40018,13 +40018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -40221,13 +40221,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -40438,13 +40438,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -40655,13 +40655,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTbufferMask3DFX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTbufferMask3DFX ( JNIEnv *env, jobject obj, @@ -40675,13 +40675,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskEXT ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleMaskEXT ( JNIEnv *env, jobject obj, @@ -40697,13 +40697,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSamplePatternEXT ( JNIEnv *env, jobject obj, @@ -40717,13 +40717,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureColorMaskSGIS ( GLboolean , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureColorMaskSGIS ( JNIEnv *env, jobject obj, @@ -40743,13 +40743,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIglooInterfaceSGIX ( GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIglooInterfaceSGIX__I_3B ( JNIEnv *env, jobject obj, @@ -40918,13 +40918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenFencesNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenFencesNV ( JNIEnv *env, jobject obj, @@ -40950,13 +40950,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFencesNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteFencesNV ( JNIEnv *env, jobject obj, @@ -40981,13 +40981,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFenceNV ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetFenceNV ( JNIEnv *env, jobject obj, @@ -41003,13 +41003,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glTestFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glTestFenceNV ( JNIEnv *env, jobject obj, @@ -41026,13 +41026,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinishFenceNV ( JNIEnv *env, jobject obj, @@ -41046,13 +41046,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsFenceNV ( JNIEnv *env, jobject obj, @@ -41069,13 +41069,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFenceivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFenceivNV ( JNIEnv *env, jobject obj, @@ -41103,13 +41103,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLint , GLint , GLboolean , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapControlPointsNV__IIIIIIIZ_3B ( JNIEnv *env, jobject obj, @@ -41376,13 +41376,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterivNV ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapParameterivNV ( JNIEnv *env, jobject obj, @@ -41409,13 +41409,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapParameterfvNV ( JNIEnv *env, jobject obj, @@ -41442,13 +41442,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLboolean , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapControlPointsNV__IIIIIZ_3B ( JNIEnv *env, jobject obj, @@ -41694,13 +41694,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, (isCopiedArray6 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapParameterivNV ( JNIEnv *env, jobject obj, @@ -41728,13 +41728,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapParameterfvNV ( JNIEnv *env, jobject obj, @@ -41762,13 +41762,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapAttribParameterivNV ( JNIEnv *env, jobject obj, @@ -41798,13 +41798,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapAttribParameterfvNV ( JNIEnv *env, jobject obj, @@ -41834,13 +41834,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMapsNV ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMapsNV ( JNIEnv *env, jobject obj, @@ -41856,13 +41856,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerStageParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerStageParameterfvNV ( JNIEnv *env, jobject obj, @@ -41889,13 +41889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerStageParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerStageParameterfvNV ( JNIEnv *env, jobject obj, @@ -41923,13 +41923,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindProgramNV ( GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindProgramNV ( JNIEnv *env, jobject obj, @@ -41945,13 +41945,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteProgramsNV ( JNIEnv *env, jobject obj, @@ -41976,13 +41976,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExecuteProgramNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glExecuteProgramNV ( JNIEnv *env, jobject obj, @@ -42009,13 +42009,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenProgramsNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenProgramsNV ( JNIEnv *env, jobject obj, @@ -42041,13 +42041,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreProgramsResidentNV ( GLsizei , const GLuint * , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreProgramsResidentNV ( JNIEnv *env, jobject obj, @@ -42087,13 +42087,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRequestResidentProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRequestResidentProgramsNV ( JNIEnv *env, jobject obj, @@ -42118,13 +42118,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramParameterfvNV ( JNIEnv *env, jobject obj, @@ -42154,13 +42154,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterdvNV ( GLenum , GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramParameterdvNV ( JNIEnv *env, jobject obj, @@ -42190,13 +42190,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramivNV ( JNIEnv *env, jobject obj, @@ -42224,13 +42224,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramStringNV ( GLuint , GLenum , GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramStringNV ( JNIEnv *env, jobject obj, @@ -42258,13 +42258,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTrackMatrixivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTrackMatrixivNV ( JNIEnv *env, jobject obj, @@ -42294,13 +42294,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribdvNV ( GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribdvNV ( JNIEnv *env, jobject obj, @@ -42328,13 +42328,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribfvNV ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribfvNV ( JNIEnv *env, jobject obj, @@ -42362,13 +42362,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribivNV ( JNIEnv *env, jobject obj, @@ -42396,13 +42396,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribPointervNV ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribPointervNV__II_3_3B ( JNIEnv *env, jobject obj, @@ -42592,13 +42592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsProgramNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsProgramNV ( JNIEnv *env, jobject obj, @@ -42615,13 +42615,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadProgramNV ( GLenum , GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadProgramNV ( JNIEnv *env, jobject obj, @@ -42650,13 +42650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fNV ( GLenum , GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4fNV ( JNIEnv *env, jobject obj, @@ -42680,13 +42680,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dNV ( GLenum , GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4dNV ( JNIEnv *env, jobject obj, @@ -42710,13 +42710,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dvNV ( GLenum , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4dvNV ( JNIEnv *env, jobject obj, @@ -42743,13 +42743,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fvNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4fvNV ( JNIEnv *env, jobject obj, @@ -42776,13 +42776,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4dvNV ( GLenum , GLuint , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameters4dvNV ( JNIEnv *env, jobject obj, @@ -42811,13 +42811,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4fvNV ( GLenum , GLuint , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameters4fvNV ( JNIEnv *env, jobject obj, @@ -42846,13 +42846,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTrackMatrixNV ( GLenum , GLuint , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTrackMatrixNV ( JNIEnv *env, jobject obj, @@ -42872,13 +42872,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribPointerNV ( GLuint , GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribPointerNV__IIII_3B ( JNIEnv *env, jobject obj, @@ -43089,13 +43089,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1sNV ( GLuint , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1sNV ( JNIEnv *env, jobject obj, @@ -43111,13 +43111,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fNV ( GLuint , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1fNV ( JNIEnv *env, jobject obj, @@ -43133,13 +43133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dNV ( GLuint , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1dNV ( JNIEnv *env, jobject obj, @@ -43155,13 +43155,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2sNV ( GLuint , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2sNV ( JNIEnv *env, jobject obj, @@ -43179,13 +43179,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fNV ( GLuint , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2fNV ( JNIEnv *env, jobject obj, @@ -43203,13 +43203,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dNV ( GLuint , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2dNV ( JNIEnv *env, jobject obj, @@ -43227,13 +43227,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3sNV ( GLuint , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3sNV ( JNIEnv *env, jobject obj, @@ -43253,13 +43253,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fNV ( GLuint , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3fNV ( JNIEnv *env, jobject obj, @@ -43279,13 +43279,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dNV ( GLuint , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3dNV ( JNIEnv *env, jobject obj, @@ -43305,13 +43305,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4sNV ( GLuint , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4sNV ( JNIEnv *env, jobject obj, @@ -43333,13 +43333,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fNV ( GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4fNV ( JNIEnv *env, jobject obj, @@ -43361,13 +43361,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dNV ( GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4dNV ( JNIEnv *env, jobject obj, @@ -43389,13 +43389,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubNV ( GLuint , GLubyte , GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4ubNV ( JNIEnv *env, jobject obj, @@ -43417,13 +43417,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1svNV ( JNIEnv *env, jobject obj, @@ -43448,13 +43448,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1fvNV ( JNIEnv *env, jobject obj, @@ -43479,13 +43479,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1dvNV ( JNIEnv *env, jobject obj, @@ -43510,13 +43510,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2svNV ( JNIEnv *env, jobject obj, @@ -43541,13 +43541,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2fvNV ( JNIEnv *env, jobject obj, @@ -43572,13 +43572,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2dvNV ( JNIEnv *env, jobject obj, @@ -43603,13 +43603,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3svNV ( JNIEnv *env, jobject obj, @@ -43634,13 +43634,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3fvNV ( JNIEnv *env, jobject obj, @@ -43665,13 +43665,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3dvNV ( JNIEnv *env, jobject obj, @@ -43696,13 +43696,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4svNV ( JNIEnv *env, jobject obj, @@ -43727,13 +43727,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4fvNV ( JNIEnv *env, jobject obj, @@ -43758,13 +43758,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4dvNV ( JNIEnv *env, jobject obj, @@ -43789,13 +43789,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubvNV ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4ubvNV ( JNIEnv *env, jobject obj, @@ -43820,13 +43820,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs1svNV ( JNIEnv *env, jobject obj, @@ -43853,13 +43853,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs1fvNV ( JNIEnv *env, jobject obj, @@ -43886,13 +43886,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs1dvNV ( JNIEnv *env, jobject obj, @@ -43919,13 +43919,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs2svNV ( JNIEnv *env, jobject obj, @@ -43952,13 +43952,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs2fvNV ( JNIEnv *env, jobject obj, @@ -43985,13 +43985,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs2dvNV ( JNIEnv *env, jobject obj, @@ -44018,13 +44018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs3svNV ( JNIEnv *env, jobject obj, @@ -44051,13 +44051,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs3fvNV ( JNIEnv *env, jobject obj, @@ -44084,13 +44084,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs3dvNV ( JNIEnv *env, jobject obj, @@ -44117,13 +44117,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4svNV ( JNIEnv *env, jobject obj, @@ -44150,13 +44150,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4fvNV ( JNIEnv *env, jobject obj, @@ -44183,13 +44183,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4dvNV ( JNIEnv *env, jobject obj, @@ -44216,13 +44216,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4ubvNV ( GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4ubvNV ( JNIEnv *env, jobject obj, @@ -44249,13 +44249,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterivATI ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexBumpParameterivATI ( JNIEnv *env, jobject obj, @@ -44280,13 +44280,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterfvATI ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexBumpParameterfvATI ( JNIEnv *env, jobject obj, @@ -44311,13 +44311,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterivATI ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexBumpParameterivATI ( JNIEnv *env, jobject obj, @@ -44343,13 +44343,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterfvATI ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexBumpParameterfvATI ( JNIEnv *env, jobject obj, @@ -44375,13 +44375,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenFragmentShadersATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenFragmentShadersATI ( JNIEnv *env, jobject obj, @@ -44398,13 +44398,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindFragmentShaderATI ( JNIEnv *env, jobject obj, @@ -44418,13 +44418,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteFragmentShaderATI ( JNIEnv *env, jobject obj, @@ -44438,13 +44438,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBeginFragmentShaderATI ( JNIEnv *env, jobject obj) @@ -44456,13 +44456,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndFragmentShaderATI ( JNIEnv *env, jobject obj) @@ -44474,13 +44474,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassTexCoordATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPassTexCoordATI ( JNIEnv *env, jobject obj, @@ -44498,13 +44498,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMapATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleMapATI ( JNIEnv *env, jobject obj, @@ -44522,13 +44522,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorFragmentOp1ATI ( JNIEnv *env, jobject obj, @@ -44554,13 +44554,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorFragmentOp2ATI ( JNIEnv *env, jobject obj, @@ -44592,13 +44592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorFragmentOp3ATI ( JNIEnv *env, jobject obj, @@ -44636,13 +44636,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFragmentOp1ATI ( JNIEnv *env, jobject obj, @@ -44666,13 +44666,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFragmentOp2ATI ( JNIEnv *env, jobject obj, @@ -44702,13 +44702,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFragmentOp3ATI ( JNIEnv *env, jobject obj, @@ -44744,13 +44744,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFragmentShaderConstantATI ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetFragmentShaderConstantATI ( JNIEnv *env, jobject obj, @@ -44775,13 +44775,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesiATI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPNTrianglesiATI ( JNIEnv *env, jobject obj, @@ -44797,13 +44797,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesfATI ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPNTrianglesfATI ( JNIEnv *env, jobject obj, @@ -44819,13 +44819,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glNewObjectBufferATI ( GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glNewObjectBufferATI__I_3BI ( JNIEnv *env, jobject obj, @@ -45029,13 +45029,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsObjectBufferATI ( JNIEnv *env, jobject obj, @@ -45052,13 +45052,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUpdateObjectBufferATI ( GLuint , GLuint , GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUpdateObjectBufferATI__III_3BI ( JNIEnv *env, jobject obj, @@ -45269,13 +45269,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetObjectBufferfvATI ( JNIEnv *env, jobject obj, @@ -45303,13 +45303,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetObjectBufferivATI ( JNIEnv *env, jobject obj, @@ -45337,13 +45337,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteObjectBufferATI ( JNIEnv *env, jobject obj, @@ -45357,13 +45357,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayObjectATI ( GLenum , GLint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayObjectATI ( JNIEnv *env, jobject obj, @@ -45387,13 +45387,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectfvATI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetArrayObjectfvATI ( JNIEnv *env, jobject obj, @@ -45421,13 +45421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectivATI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetArrayObjectivATI ( JNIEnv *env, jobject obj, @@ -45455,13 +45455,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantArrayObjectATI ( GLuint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantArrayObjectATI ( JNIEnv *env, jobject obj, @@ -45483,13 +45483,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantArrayObjectfvATI ( JNIEnv *env, jobject obj, @@ -45517,13 +45517,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantArrayObjectivATI ( JNIEnv *env, jobject obj, @@ -45551,13 +45551,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBeginVertexShaderEXT ( JNIEnv *env, jobject obj) @@ -45569,13 +45569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndVertexShaderEXT ( JNIEnv *env, jobject obj) @@ -45587,13 +45587,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindVertexShaderEXT ( JNIEnv *env, jobject obj, @@ -45607,13 +45607,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenVertexShadersEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenVertexShadersEXT ( JNIEnv *env, jobject obj, @@ -45630,13 +45630,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteVertexShaderEXT ( JNIEnv *env, jobject obj, @@ -45650,13 +45650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp1EXT ( GLenum , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShaderOp1EXT ( JNIEnv *env, jobject obj, @@ -45674,13 +45674,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp2EXT ( GLenum , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShaderOp2EXT ( JNIEnv *env, jobject obj, @@ -45700,13 +45700,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp3EXT ( GLenum , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShaderOp3EXT ( JNIEnv *env, jobject obj, @@ -45728,13 +45728,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSwizzleEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSwizzleEXT ( JNIEnv *env, jobject obj, @@ -45758,13 +45758,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWriteMaskEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWriteMaskEXT ( JNIEnv *env, jobject obj, @@ -45788,13 +45788,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInsertComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInsertComponentEXT ( JNIEnv *env, jobject obj, @@ -45812,13 +45812,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExtractComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glExtractComponentEXT ( JNIEnv *env, jobject obj, @@ -45836,13 +45836,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenSymbolsEXT ( GLenum , GLenum , GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenSymbolsEXT ( JNIEnv *env, jobject obj, @@ -45865,13 +45865,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetInvariantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetInvariantEXT__II_3B ( JNIEnv *env, jobject obj, @@ -46054,13 +46054,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetLocalConstantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetLocalConstantEXT__II_3B ( JNIEnv *env, jobject obj, @@ -46243,13 +46243,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantbvEXT ( GLuint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantbvEXT ( JNIEnv *env, jobject obj, @@ -46274,13 +46274,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantsvEXT ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantsvEXT ( JNIEnv *env, jobject obj, @@ -46305,13 +46305,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantivEXT ( GLuint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantivEXT ( JNIEnv *env, jobject obj, @@ -46336,13 +46336,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantfvEXT ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantfvEXT ( JNIEnv *env, jobject obj, @@ -46367,13 +46367,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantdvEXT ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantdvEXT ( JNIEnv *env, jobject obj, @@ -46398,13 +46398,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantubvEXT ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantubvEXT ( JNIEnv *env, jobject obj, @@ -46429,13 +46429,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantusvEXT ( GLuint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantusvEXT ( JNIEnv *env, jobject obj, @@ -46460,13 +46460,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantuivEXT ( GLuint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantuivEXT ( JNIEnv *env, jobject obj, @@ -46491,13 +46491,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantPointerEXT ( GLuint , GLenum , GLuint , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -46694,13 +46694,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnableVariantClientStateEXT ( JNIEnv *env, jobject obj, @@ -46714,13 +46714,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisableVariantClientStateEXT ( JNIEnv *env, jobject obj, @@ -46734,13 +46734,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindLightParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindLightParameterEXT ( JNIEnv *env, jobject obj, @@ -46759,13 +46759,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindMaterialParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindMaterialParameterEXT ( JNIEnv *env, jobject obj, @@ -46784,13 +46784,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTexGenParameterEXT ( GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindTexGenParameterEXT ( JNIEnv *env, jobject obj, @@ -46811,13 +46811,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTextureUnitParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureUnitParameterEXT ( JNIEnv *env, jobject obj, @@ -46836,13 +46836,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindParameterEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindParameterEXT ( JNIEnv *env, jobject obj, @@ -46859,13 +46859,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsVariantEnabledEXT ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsVariantEnabledEXT ( JNIEnv *env, jobject obj, @@ -46884,13 +46884,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -46918,13 +46918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantIntegervEXT ( JNIEnv *env, jobject obj, @@ -46952,13 +46952,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantFloatvEXT ( JNIEnv *env, jobject obj, @@ -46986,13 +46986,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantPointervEXT ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantPointervEXT__II_3_3B ( JNIEnv *env, jobject obj, @@ -47182,13 +47182,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetInvariantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -47216,13 +47216,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetInvariantIntegervEXT ( JNIEnv *env, jobject obj, @@ -47250,13 +47250,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetInvariantFloatvEXT ( JNIEnv *env, jobject obj, @@ -47284,13 +47284,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLocalConstantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -47318,13 +47318,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLocalConstantIntegervEXT ( JNIEnv *env, jobject obj, @@ -47352,13 +47352,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLocalConstantFloatvEXT ( JNIEnv *env, jobject obj, @@ -47386,13 +47386,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1s ( GLenum , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1s ( JNIEnv *env, jobject obj, @@ -47408,13 +47408,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1sv ( JNIEnv *env, jobject obj, @@ -47439,13 +47439,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1i ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1i ( JNIEnv *env, jobject obj, @@ -47461,13 +47461,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1iv ( JNIEnv *env, jobject obj, @@ -47492,13 +47492,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1f ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1f ( JNIEnv *env, jobject obj, @@ -47514,13 +47514,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1fv ( JNIEnv *env, jobject obj, @@ -47545,13 +47545,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1d ( GLenum , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1d ( JNIEnv *env, jobject obj, @@ -47567,13 +47567,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1dv ( JNIEnv *env, jobject obj, @@ -47598,13 +47598,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2s ( GLenum , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2s ( JNIEnv *env, jobject obj, @@ -47622,13 +47622,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2sv ( JNIEnv *env, jobject obj, @@ -47653,13 +47653,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2i ( GLenum , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2i ( JNIEnv *env, jobject obj, @@ -47677,13 +47677,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2iv ( JNIEnv *env, jobject obj, @@ -47708,13 +47708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2f ( GLenum , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2f ( JNIEnv *env, jobject obj, @@ -47732,13 +47732,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2fv ( JNIEnv *env, jobject obj, @@ -47763,13 +47763,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2d ( GLenum , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2d ( JNIEnv *env, jobject obj, @@ -47787,13 +47787,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2dv ( JNIEnv *env, jobject obj, @@ -47818,13 +47818,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3s ( JNIEnv *env, jobject obj, @@ -47844,13 +47844,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3sv ( JNIEnv *env, jobject obj, @@ -47875,13 +47875,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3i ( JNIEnv *env, jobject obj, @@ -47901,13 +47901,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3iv ( JNIEnv *env, jobject obj, @@ -47932,13 +47932,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3f ( JNIEnv *env, jobject obj, @@ -47958,13 +47958,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3fv ( JNIEnv *env, jobject obj, @@ -47989,13 +47989,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3d ( JNIEnv *env, jobject obj, @@ -48015,13 +48015,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3dv ( JNIEnv *env, jobject obj, @@ -48046,13 +48046,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4s ( GLenum , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4s ( JNIEnv *env, jobject obj, @@ -48074,13 +48074,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4sv ( JNIEnv *env, jobject obj, @@ -48105,13 +48105,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4i ( GLenum , GLint , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4i ( JNIEnv *env, jobject obj, @@ -48133,13 +48133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4iv ( JNIEnv *env, jobject obj, @@ -48164,13 +48164,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4f ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4f ( JNIEnv *env, jobject obj, @@ -48192,13 +48192,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4fv ( JNIEnv *env, jobject obj, @@ -48223,13 +48223,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4d ( GLenum , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4d ( JNIEnv *env, jobject obj, @@ -48251,13 +48251,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4dv ( JNIEnv *env, jobject obj, @@ -48282,13 +48282,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3b ( GLenum , GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3b ( JNIEnv *env, jobject obj, @@ -48308,13 +48308,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3bv ( GLenum , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3bv ( JNIEnv *env, jobject obj, @@ -48339,13 +48339,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3s ( JNIEnv *env, jobject obj, @@ -48365,13 +48365,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3sv ( JNIEnv *env, jobject obj, @@ -48396,13 +48396,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3i ( JNIEnv *env, jobject obj, @@ -48422,13 +48422,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3iv ( JNIEnv *env, jobject obj, @@ -48453,13 +48453,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3f ( JNIEnv *env, jobject obj, @@ -48479,13 +48479,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3fv ( JNIEnv *env, jobject obj, @@ -48510,13 +48510,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3d ( JNIEnv *env, jobject obj, @@ -48536,13 +48536,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3dv ( JNIEnv *env, jobject obj, @@ -48567,13 +48567,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveVertexStream ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveVertexStream ( JNIEnv *env, jobject obj, @@ -48587,13 +48587,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvi ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexBlendEnvi ( JNIEnv *env, jobject obj, @@ -48609,13 +48609,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvf ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexBlendEnvf ( JNIEnv *env, jobject obj, @@ -48631,5 +48631,5 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGL_JauJNI12tst_funcs.c b/CNativeCode/OpenGL_JauJNI12tst_funcs.c index 79742d4..b9ffcf6 100755 --- a/CNativeCode/OpenGL_JauJNI12tst_funcs.c +++ b/CNativeCode/OpenGL_JauJNI12tst_funcs.c @@ -91,13 +91,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearIndex ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClear ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFunc ( GLenum func , GLclampf ref ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLogicOp ( GLenum opcode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrontFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointSize ( GLfloat size ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineWidth ( GLfloat width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineStipple ( GLint factor , GLushort pattern ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonMode ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonStipple ( const GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPolygonStipple ( GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlag ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagv ( const GLboolean * flag ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsEnabled ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDoublev ( GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFloatv ( GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetIntegerv ( GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushClientAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopClientAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glRenderMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLenum glGetError ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinish ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlush ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHint ( GLenum target , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearDepth ( GLclampd depth ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthFunc ( GLenum func ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthMask ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAccum ( GLenum op , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentity ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteLists ( GLuint list , GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenLists ( GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNewList ( GLuint list , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndList ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListBase ( GLuint base ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBegin ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnd ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexd ( GLdouble c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexf ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexi ( GLint c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexs ( GLshort c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexub ( GLubyte c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexdv ( const GLdouble * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexfv ( const GLfloat * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexiv ( const GLint * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexsv ( const GLshort * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexubv ( const GLubyte * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3i ( GLint red , GLint green , GLint blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1d ( GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1f ( GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1i ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1s ( GLshort s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2d ( GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2f ( GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2i ( GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2s ( GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -5198,13 +5198,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointerv ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElement ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShadeModel ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLighti ( GLenum light , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeli ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeliv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMaterial ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStoref ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStorei ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearStencil ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTextures ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTexture ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTexture ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1d ( GLdouble u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1f ( GLfloat u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint1 ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint2 ( GLint i , GLint j ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogiv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassThrough ( GLfloat token ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInitNames ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopName ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3D ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquation ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogram ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmax ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTexture ( JNIEnv *env, jobject obj, @@ -18486,13 +18486,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTexture ( JNIEnv *env, jobject obj, @@ -18506,13 +18506,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -18793,13 +18793,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage2D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -19094,13 +19094,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr7, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage3D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -19409,13 +19409,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -19696,13 +19696,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -20011,13 +20011,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -20354,13 +20354,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImage ( GLenum target , GLint lod , GLvoid * img ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCompressedTexImage__II_3B ( JNIEnv *env, jobject obj, @@ -20585,13 +20585,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, img, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1d ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1d ( JNIEnv *env, jobject obj, @@ -20607,13 +20607,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dv ( JNIEnv *env, jobject obj, @@ -20644,13 +20644,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1f ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1f ( JNIEnv *env, jobject obj, @@ -20666,13 +20666,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fv ( JNIEnv *env, jobject obj, @@ -20703,13 +20703,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1i ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1i ( JNIEnv *env, jobject obj, @@ -20725,13 +20725,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iv ( JNIEnv *env, jobject obj, @@ -20762,13 +20762,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1s ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1s ( JNIEnv *env, jobject obj, @@ -20784,13 +20784,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sv ( JNIEnv *env, jobject obj, @@ -20821,13 +20821,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2d ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2d ( JNIEnv *env, jobject obj, @@ -20845,13 +20845,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dv ( JNIEnv *env, jobject obj, @@ -20882,13 +20882,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2f ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2f ( JNIEnv *env, jobject obj, @@ -20906,13 +20906,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fv ( JNIEnv *env, jobject obj, @@ -20943,13 +20943,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2i ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2i ( JNIEnv *env, jobject obj, @@ -20967,13 +20967,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iv ( JNIEnv *env, jobject obj, @@ -21004,13 +21004,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2s ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2s ( JNIEnv *env, jobject obj, @@ -21028,13 +21028,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sv ( JNIEnv *env, jobject obj, @@ -21065,13 +21065,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3d ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3d ( JNIEnv *env, jobject obj, @@ -21091,13 +21091,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dv ( JNIEnv *env, jobject obj, @@ -21128,13 +21128,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3f ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3f ( JNIEnv *env, jobject obj, @@ -21154,13 +21154,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fv ( JNIEnv *env, jobject obj, @@ -21191,13 +21191,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3i ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3i ( JNIEnv *env, jobject obj, @@ -21217,13 +21217,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iv ( JNIEnv *env, jobject obj, @@ -21254,13 +21254,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3s ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3s ( JNIEnv *env, jobject obj, @@ -21280,13 +21280,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sv ( JNIEnv *env, jobject obj, @@ -21317,13 +21317,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4d ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4d ( JNIEnv *env, jobject obj, @@ -21345,13 +21345,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dv ( JNIEnv *env, jobject obj, @@ -21382,13 +21382,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4f ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4f ( JNIEnv *env, jobject obj, @@ -21410,13 +21410,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fv ( JNIEnv *env, jobject obj, @@ -21447,13 +21447,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4i ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4i ( JNIEnv *env, jobject obj, @@ -21475,13 +21475,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iv ( JNIEnv *env, jobject obj, @@ -21512,13 +21512,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4s ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4s ( JNIEnv *env, jobject obj, @@ -21540,13 +21540,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sv ( JNIEnv *env, jobject obj, @@ -21577,13 +21577,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixd ( JNIEnv *env, jobject obj, @@ -21612,13 +21612,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixf ( JNIEnv *env, jobject obj, @@ -21647,13 +21647,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixd ( JNIEnv *env, jobject obj, @@ -21682,13 +21682,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixf ( JNIEnv *env, jobject obj, @@ -21717,13 +21717,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverage ( GLclampf value , GLboolean invert ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleCoverage ( JNIEnv *env, jobject obj, @@ -21739,13 +21739,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePass ( GLenum pass ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSamplePass ( JNIEnv *env, jobject obj, @@ -21759,13 +21759,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -21779,13 +21779,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -21799,13 +21799,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -21821,13 +21821,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -21858,13 +21858,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -21880,13 +21880,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -21917,13 +21917,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -21939,13 +21939,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -21976,13 +21976,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -21998,13 +21998,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -22035,13 +22035,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -22059,13 +22059,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -22096,13 +22096,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -22120,13 +22120,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -22157,13 +22157,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -22181,13 +22181,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -22218,13 +22218,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -22242,13 +22242,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -22279,13 +22279,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -22305,13 +22305,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -22342,13 +22342,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -22368,13 +22368,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fvARB ( 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -22431,13 +22431,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -22468,13 +22468,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -22494,13 +22494,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -22531,13 +22531,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -22559,13 +22559,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -22596,13 +22596,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -22624,13 +22624,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -22661,13 +22661,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -22689,13 +22689,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -22726,13 +22726,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -22754,13 +22754,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -22791,13 +22791,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -22817,13 +22817,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -22839,13 +22839,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -23168,13 +23168,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr9, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -23511,13 +23511,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, pixels, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -23547,13 +23547,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -23584,13 +23584,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -23621,13 +23621,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTextureEXT ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -23643,13 +23643,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -23697,13 +23697,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -23754,13 +23754,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTextureEXT ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -23777,13 +23777,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -24036,13 +24036,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -24281,13 +24281,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -24540,13 +24540,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -24785,13 +24785,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -25044,13 +25044,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -25083,13 +25083,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointervEXT ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -25300,13 +25300,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElementEXT ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -25320,13 +25320,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -25344,13 +25344,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquationEXT ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -25364,13 +25364,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -25386,13 +25386,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -25423,13 +25423,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfSGIS ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfSGIS ( JNIEnv *env, jobject obj, @@ -25445,13 +25445,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvSGIS ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -25482,13 +25482,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -25755,13 +25755,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -26028,13 +26028,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, data, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -26273,13 +26273,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -26312,13 +26312,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -26351,13 +26351,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLockArraysEXT ( GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -26373,13 +26373,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUnlockArraysEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -26391,13 +26391,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixfARB ( JNIEnv *env, jobject obj, @@ -26426,13 +26426,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixdARB ( JNIEnv *env, jobject obj, @@ -26461,13 +26461,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixfARB ( JNIEnv *env, jobject obj, @@ -26496,13 +26496,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixdARB ( JNIEnv *env, jobject obj, @@ -26531,13 +26531,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverageARB ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleCoverageARB ( JNIEnv *env, jobject obj, @@ -26553,13 +26553,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage3DARB__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -26868,13 +26868,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage2DARB__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -27169,13 +27169,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg7, ptr7, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1DARB ( GLenum , GLint , GLenum , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage1DARB__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -27456,13 +27456,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3DARB ( GLenum , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage3DARB__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -27799,13 +27799,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg10, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2DARB ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage2DARB__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -28114,13 +28114,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1DARB ( GLenum , GLint , GLint , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage1DARB__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -28401,13 +28401,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImageARB ( GLenum , GLint , void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCompressedTexImageARB__II_3B ( JNIEnv *env, jobject obj, @@ -28632,13 +28632,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightbvARB ( GLint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightbvARB ( JNIEnv *env, jobject obj, @@ -28669,13 +28669,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightsvARB ( GLint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightsvARB ( JNIEnv *env, jobject obj, @@ -28706,13 +28706,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightivARB ( GLint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightivARB ( JNIEnv *env, jobject obj, @@ -28743,13 +28743,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightfvARB ( GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightfvARB ( JNIEnv *env, jobject obj, @@ -28780,13 +28780,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightdvARB ( GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightdvARB ( JNIEnv *env, jobject obj, @@ -28817,13 +28817,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightubvARB ( JNIEnv *env, jobject obj, @@ -28854,13 +28854,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightusvARB ( JNIEnv *env, jobject obj, @@ -28891,13 +28891,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightuivARB ( JNIEnv *env, jobject obj, @@ -28928,13 +28928,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightPointerARB__III_3B ( JNIEnv *env, jobject obj, @@ -29173,13 +29173,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexBlendARB ( JNIEnv *env, jobject obj, @@ -29193,13 +29193,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCurrentPaletteMatrixARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCurrentPaletteMatrixARB ( JNIEnv *env, jobject obj, @@ -29213,13 +29213,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexubvARB ( JNIEnv *env, jobject obj, @@ -29250,13 +29250,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexusvARB ( JNIEnv *env, jobject obj, @@ -29287,13 +29287,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexuivARB ( JNIEnv *env, jobject obj, @@ -29324,13 +29324,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexPointerARB__III_3B ( JNIEnv *env, jobject obj, @@ -29569,13 +29569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexFilterFuncSGIS ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexFilterFuncSGIS ( JNIEnv *env, jobject obj, @@ -29608,13 +29608,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexFilterFuncSGIS ( GLenum , GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexFilterFuncSGIS ( JNIEnv *env, jobject obj, @@ -29649,13 +29649,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1DEXT ( GLenum , GLint , GLint , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage1DEXT__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -29936,13 +29936,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage2DEXT__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -30251,13 +30251,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage1DEXT ( JNIEnv *env, jobject obj, @@ -30283,13 +30283,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage2DEXT ( JNIEnv *env, jobject obj, @@ -30317,13 +30317,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1DEXT ( GLenum , GLint , GLint , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage1DEXT ( JNIEnv *env, jobject obj, @@ -30347,13 +30347,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage2DEXT ( JNIEnv *env, jobject obj, @@ -30381,13 +30381,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramEXT__IZII_3B ( JNIEnv *env, jobject obj, @@ -30640,13 +30640,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterfvEXT ( JNIEnv *env, jobject obj, @@ -30679,13 +30679,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterivEXT ( JNIEnv *env, jobject obj, @@ -30718,13 +30718,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxEXT__IZII_3B ( JNIEnv *env, jobject obj, @@ -30977,13 +30977,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterfvEXT ( JNIEnv *env, jobject obj, @@ -31016,13 +31016,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterivEXT ( JNIEnv *env, jobject obj, @@ -31055,13 +31055,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogramEXT ( GLenum , GLsizei , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHistogramEXT ( JNIEnv *env, jobject obj, @@ -31081,13 +31081,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmaxEXT ( GLenum , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMinmaxEXT ( JNIEnv *env, jobject obj, @@ -31105,13 +31105,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogramEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetHistogramEXT ( JNIEnv *env, jobject obj, @@ -31125,13 +31125,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmaxEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetMinmaxEXT ( JNIEnv *env, jobject obj, @@ -31145,13 +31145,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1DEXT ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter1DEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -31418,13 +31418,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg5, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter2DEXT__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -31705,13 +31705,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfEXT ( JNIEnv *env, jobject obj, @@ -31729,13 +31729,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfvEXT ( JNIEnv *env, jobject obj, @@ -31768,13 +31768,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteriEXT ( JNIEnv *env, jobject obj, @@ -31792,13 +31792,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterivEXT ( JNIEnv *env, jobject obj, @@ -31831,13 +31831,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1DEXT ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter1DEXT ( JNIEnv *env, jobject obj, @@ -31859,13 +31859,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2DEXT ( GLenum , GLenum , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter2DEXT ( JNIEnv *env, jobject obj, @@ -31889,13 +31889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilterEXT ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionFilterEXT__III_3B ( JNIEnv *env, jobject obj, @@ -32134,13 +32134,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterfvEXT ( JNIEnv *env, jobject obj, @@ -32173,13 +32173,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterivEXT ( JNIEnv *env, jobject obj, @@ -32212,13 +32212,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilterEXT ( GLenum , GLenum , GLenum , GLvoid * , GLvoid * , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSeparableFilterEXT__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -32695,13 +32695,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg5, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSeparableFilter2DEXT__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -33101,13 +33101,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg7, ptr7, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableSGI ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableSGI__IIIII_3B ( JNIEnv *env, jobject obj, @@ -33374,13 +33374,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg5, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfvSGI ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterfvSGI ( JNIEnv *env, jobject obj, @@ -33413,13 +33413,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterivSGI ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterivSGI ( JNIEnv *env, jobject obj, @@ -33452,13 +33452,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTableSGI ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorTableSGI ( JNIEnv *env, jobject obj, @@ -33480,13 +33480,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableSGI ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableSGI__III_3B ( JNIEnv *env, jobject obj, @@ -33725,13 +33725,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvSGI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvSGI ( JNIEnv *env, jobject obj, @@ -33764,13 +33764,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivSGI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivSGI ( JNIEnv *env, jobject obj, @@ -33803,13 +33803,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenSGIX ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenSGIX ( JNIEnv *env, jobject obj, @@ -33823,13 +33823,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameteriSGIS ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameteriSGIS ( JNIEnv *env, jobject obj, @@ -33845,13 +33845,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterivSGIS ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameterivSGIS ( JNIEnv *env, jobject obj, @@ -33882,13 +33882,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfSGIS ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameterfSGIS ( JNIEnv *env, jobject obj, @@ -33904,13 +33904,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfvSGIS ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -33941,13 +33941,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterivSGIS ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelTexGenParameterivSGIS ( JNIEnv *env, jobject obj, @@ -33978,13 +33978,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterfvSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelTexGenParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -34015,13 +34015,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage4DSGIS ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLsizei , GLint , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage4DSGIS__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -34358,13 +34358,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg10, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage4DSGIS ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage4DSGIS__IIIIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -34729,13 +34729,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg12, ptr12, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDetailTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDetailTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -34768,13 +34768,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDetailTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetDetailTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -34805,13 +34805,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSharpenTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSharpenTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -34844,13 +34844,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSharpenTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSharpenTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -34881,13 +34881,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskSGIS ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleMaskSGIS ( JNIEnv *env, jobject obj, @@ -34903,13 +34903,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternSGIS ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSamplePatternSGIS ( JNIEnv *env, jobject obj, @@ -34923,13 +34923,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameterfSGIX ( JNIEnv *env, jobject obj, @@ -34945,13 +34945,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -34982,13 +34982,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameteriSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameteriSGIX ( JNIEnv *env, jobject obj, @@ -35004,13 +35004,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameterivSGIX ( JNIEnv *env, jobject obj, @@ -35041,13 +35041,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfARB ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfARB ( JNIEnv *env, jobject obj, @@ -35063,13 +35063,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvARB ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvARB ( JNIEnv *env, jobject obj, @@ -35100,13 +35100,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glGetInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGetInstrumentsSGIX ( JNIEnv *env, jobject obj) @@ -35121,13 +35121,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInstrumentsBufferSGIX ( GLsizei , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInstrumentsBufferSGIX ( JNIEnv *env, jobject obj, @@ -35158,13 +35158,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollInstrumentsSGIX ( GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glPollInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -35196,13 +35196,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -35216,13 +35216,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStartInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStartInstrumentsSGIX ( JNIEnv *env, jobject obj) @@ -35234,13 +35234,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStopInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStopInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -35254,13 +35254,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrameZoomSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrameZoomSGIX ( JNIEnv *env, jobject obj, @@ -35274,13 +35274,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTagSampleBufferSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTagSampleBufferSGIX ( JNIEnv *env, jobject obj) @@ -35292,13 +35292,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3dSGIX ( GLenum , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeformationMap3dSGIX ( JNIEnv *env, jobject obj, @@ -35353,13 +35353,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg13, ptr13, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3fSGIX ( GLenum , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeformationMap3fSGIX ( JNIEnv *env, jobject obj, @@ -35414,13 +35414,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg13, ptr13, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeformSGIX ( JNIEnv *env, jobject obj, @@ -35434,13 +35434,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentityDeformationMapSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadIdentityDeformationMapSGIX ( JNIEnv *env, jobject obj, @@ -35454,13 +35454,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReferencePlaneSGIX ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReferencePlaneSGIX ( JNIEnv *env, jobject obj, @@ -35489,13 +35489,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushRasterSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlushRasterSGIX ( JNIEnv *env, jobject obj) @@ -35507,13 +35507,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogFuncSGIS ( GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogFuncSGIS ( JNIEnv *env, jobject obj, @@ -35544,13 +35544,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFogFuncSGIS ( GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFogFuncSGIS ( JNIEnv *env, jobject obj, @@ -35579,13 +35579,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameteriHP ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameteriHP ( JNIEnv *env, jobject obj, @@ -35603,13 +35603,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfHP ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameterfHP ( JNIEnv *env, jobject obj, @@ -35627,13 +35627,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterivHP ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameterivHP ( JNIEnv *env, jobject obj, @@ -35666,13 +35666,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfvHP ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameterfvHP ( JNIEnv *env, jobject obj, @@ -35705,13 +35705,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterivHP ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetImageTransformParameterivHP ( JNIEnv *env, jobject obj, @@ -35744,13 +35744,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterfvHP ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetImageTransformParameterfvHP ( JNIEnv *env, jobject obj, @@ -35783,13 +35783,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTableEXT ( GLenum , GLsizei , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorSubTableEXT ( JNIEnv *env, jobject obj, @@ -35811,13 +35811,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHintPGI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHintPGI ( JNIEnv *env, jobject obj, @@ -35833,13 +35833,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterfvSGIX ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetListParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -35872,13 +35872,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterivSGIX ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetListParameterivSGIX ( JNIEnv *env, jobject obj, @@ -35911,13 +35911,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfSGIX ( GLuint , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameterfSGIX ( JNIEnv *env, jobject obj, @@ -35935,13 +35935,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfvSGIX ( GLuint , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -35974,13 +35974,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameteriSGIX ( GLuint , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameteriSGIX ( JNIEnv *env, jobject obj, @@ -35998,13 +35998,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterivSGIX ( GLuint , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameterivSGIX ( JNIEnv *env, jobject obj, @@ -36037,13 +36037,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexMaterialEXT ( JNIEnv *env, jobject obj, @@ -36059,13 +36059,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexFuncEXT ( GLenum , GLclampf ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexFuncEXT ( JNIEnv *env, jobject obj, @@ -36081,13 +36081,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterdvEXT ( GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullParameterdvEXT ( JNIEnv *env, jobject obj, @@ -36118,13 +36118,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterfvEXT ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullParameterfvEXT ( JNIEnv *env, jobject obj, @@ -36155,13 +36155,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentColorMaterialSGIX ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentColorMaterialSGIX ( JNIEnv *env, jobject obj, @@ -36177,13 +36177,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightfSGIX ( JNIEnv *env, jobject obj, @@ -36201,13 +36201,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightfvSGIX ( JNIEnv *env, jobject obj, @@ -36240,13 +36240,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightiSGIX ( JNIEnv *env, jobject obj, @@ -36264,13 +36264,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightivSGIX ( JNIEnv *env, jobject obj, @@ -36303,13 +36303,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModelfSGIX ( JNIEnv *env, jobject obj, @@ -36325,13 +36325,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModelfvSGIX ( JNIEnv *env, jobject obj, @@ -36362,13 +36362,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModeliSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModeliSGIX ( JNIEnv *env, jobject obj, @@ -36384,13 +36384,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModelivSGIX ( JNIEnv *env, jobject obj, @@ -36421,13 +36421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialfSGIX ( JNIEnv *env, jobject obj, @@ -36445,13 +36445,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialfvSGIX ( JNIEnv *env, jobject obj, @@ -36484,13 +36484,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialiSGIX ( JNIEnv *env, jobject obj, @@ -36508,13 +36508,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialivSGIX ( JNIEnv *env, jobject obj, @@ -36547,13 +36547,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentLightfvSGIX ( JNIEnv *env, jobject obj, @@ -36586,13 +36586,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentLightivSGIX ( JNIEnv *env, jobject obj, @@ -36625,13 +36625,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentMaterialfvSGIX ( JNIEnv *env, jobject obj, @@ -36664,13 +36664,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentMaterialivSGIX ( JNIEnv *env, jobject obj, @@ -36703,13 +36703,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightEnviSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightEnviSGIX ( JNIEnv *env, jobject obj, @@ -36725,13 +36725,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElementsEXT ( GLenum , GLuint , GLuint , GLsizei , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawRangeElementsEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -36998,13 +36998,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg5, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glApplyTextureEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glApplyTextureEXT ( JNIEnv *env, jobject obj, @@ -37018,13 +37018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureLightEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureLightEXT ( JNIEnv *env, jobject obj, @@ -37038,13 +37038,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureMaterialEXT ( JNIEnv *env, jobject obj, @@ -37060,13 +37060,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAsyncMarkerSGIX ( JNIEnv *env, jobject obj, @@ -37080,13 +37080,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glFinishAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glFinishAsyncSGIX ( JNIEnv *env, jobject obj, @@ -37118,13 +37118,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glPollAsyncSGIX ( JNIEnv *env, jobject obj, @@ -37156,13 +37156,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenAsyncMarkersSGIX ( GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenAsyncMarkersSGIX ( JNIEnv *env, jobject obj, @@ -37179,13 +37179,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteAsyncMarkersSGIX ( GLuint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteAsyncMarkersSGIX ( JNIEnv *env, jobject obj, @@ -37201,13 +37201,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsAsyncMarkerSGIX ( JNIEnv *env, jobject obj, @@ -37224,13 +37224,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -37455,13 +37455,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointervINTEL ( GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointervINTEL__I_3_3B ( JNIEnv *env, jobject obj, @@ -37672,13 +37672,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -37903,13 +37903,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -38134,13 +38134,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameteriEXT ( JNIEnv *env, jobject obj, @@ -38158,13 +38158,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameterfEXT ( JNIEnv *env, jobject obj, @@ -38182,13 +38182,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameterivEXT ( JNIEnv *env, jobject obj, @@ -38221,13 +38221,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameterfvEXT ( JNIEnv *env, jobject obj, @@ -38260,13 +38260,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3bEXT ( JNIEnv *env, jobject obj, @@ -38284,13 +38284,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3bvEXT ( JNIEnv *env, jobject obj, @@ -38319,13 +38319,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3dEXT ( JNIEnv *env, jobject obj, @@ -38343,13 +38343,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3dvEXT ( JNIEnv *env, jobject obj, @@ -38378,13 +38378,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3fEXT ( JNIEnv *env, jobject obj, @@ -38402,13 +38402,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3fvEXT ( JNIEnv *env, jobject obj, @@ -38437,13 +38437,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3iEXT ( JNIEnv *env, jobject obj, @@ -38461,13 +38461,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3ivEXT ( JNIEnv *env, jobject obj, @@ -38496,13 +38496,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3sEXT ( JNIEnv *env, jobject obj, @@ -38520,13 +38520,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3svEXT ( JNIEnv *env, jobject obj, @@ -38555,13 +38555,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubEXT ( GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3ubEXT ( JNIEnv *env, jobject obj, @@ -38579,13 +38579,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubvEXT ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3ubvEXT ( JNIEnv *env, jobject obj, @@ -38614,13 +38614,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uiEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3uiEXT ( JNIEnv *env, jobject obj, @@ -38638,13 +38638,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uivEXT ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3uivEXT ( JNIEnv *env, jobject obj, @@ -38673,13 +38673,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usEXT ( GLushort , GLushort , GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3usEXT ( JNIEnv *env, jobject obj, @@ -38697,13 +38697,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usvEXT ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3usvEXT ( JNIEnv *env, jobject obj, @@ -38732,13 +38732,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerEXT ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColorPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -38977,13 +38977,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureNormalEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureNormalEXT ( JNIEnv *env, jobject obj, @@ -38997,13 +38997,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawArraysEXT ( GLenum , GLint * , GLsizei * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -39053,13 +39053,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawElementsEXT ( GLenum , const GLsizei * , GLenum , const GLvoid * * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiDrawElementsEXT__I_3II_3_3BI ( JNIEnv *env, jobject obj, @@ -39417,13 +39417,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordfEXT ( JNIEnv *env, jobject obj, @@ -39437,13 +39437,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordfvEXT ( JNIEnv *env, jobject obj, @@ -39472,13 +39472,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddEXT ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoorddEXT ( JNIEnv *env, jobject obj, @@ -39492,13 +39492,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoorddvEXT ( JNIEnv *env, jobject obj, @@ -39527,13 +39527,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -39758,13 +39758,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3bEXT ( JNIEnv *env, jobject obj, @@ -39782,13 +39782,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3bvEXT ( JNIEnv *env, jobject obj, @@ -39817,13 +39817,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3dEXT ( JNIEnv *env, jobject obj, @@ -39841,13 +39841,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3dvEXT ( JNIEnv *env, jobject obj, @@ -39876,13 +39876,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3fEXT ( JNIEnv *env, jobject obj, @@ -39900,13 +39900,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3fvEXT ( JNIEnv *env, jobject obj, @@ -39935,13 +39935,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3iEXT ( JNIEnv *env, jobject obj, @@ -39959,13 +39959,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3ivEXT ( JNIEnv *env, jobject obj, @@ -39994,13 +39994,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3sEXT ( JNIEnv *env, jobject obj, @@ -40018,13 +40018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3svEXT ( JNIEnv *env, jobject obj, @@ -40053,13 +40053,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3bEXT ( JNIEnv *env, jobject obj, @@ -40077,13 +40077,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3bvEXT ( JNIEnv *env, jobject obj, @@ -40112,13 +40112,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3dEXT ( JNIEnv *env, jobject obj, @@ -40136,13 +40136,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3dvEXT ( JNIEnv *env, jobject obj, @@ -40171,13 +40171,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3fEXT ( JNIEnv *env, jobject obj, @@ -40195,13 +40195,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3fvEXT ( JNIEnv *env, jobject obj, @@ -40230,13 +40230,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3iEXT ( JNIEnv *env, jobject obj, @@ -40254,13 +40254,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3ivEXT ( JNIEnv *env, jobject obj, @@ -40289,13 +40289,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3sEXT ( JNIEnv *env, jobject obj, @@ -40313,13 +40313,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3svEXT ( JNIEnv *env, jobject obj, @@ -40348,13 +40348,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangentPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangentPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -40579,13 +40579,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormalPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormalPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -40810,13 +40810,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishTextureSUNX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinishTextureSUNX ( JNIEnv *env, jobject obj) @@ -40828,13 +40828,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorbSUN ( GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorbSUN ( JNIEnv *env, jobject obj, @@ -40848,13 +40848,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorsSUN ( GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorsSUN ( JNIEnv *env, jobject obj, @@ -40868,13 +40868,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoriSUN ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactoriSUN ( JNIEnv *env, jobject obj, @@ -40888,13 +40888,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorfSUN ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorfSUN ( JNIEnv *env, jobject obj, @@ -40908,13 +40908,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactordSUN ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactordSUN ( JNIEnv *env, jobject obj, @@ -40928,13 +40928,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorubSUN ( JNIEnv *env, jobject obj, @@ -40948,13 +40948,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorusSUN ( JNIEnv *env, jobject obj, @@ -40968,13 +40968,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoruiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactoruiSUN ( JNIEnv *env, jobject obj, @@ -40988,13 +40988,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiSUN ( JNIEnv *env, jobject obj, @@ -41008,13 +41008,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeusSUN ( JNIEnv *env, jobject obj, @@ -41028,13 +41028,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeubSUN ( JNIEnv *env, jobject obj, @@ -41048,13 +41048,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuivSUN ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuivSUN ( JNIEnv *env, jobject obj, @@ -41083,13 +41083,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusvSUN ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeusvSUN ( JNIEnv *env, jobject obj, @@ -41118,13 +41118,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubvSUN ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeubvSUN ( JNIEnv *env, jobject obj, @@ -41153,13 +41153,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodePointerSUN ( GLenum , GLsizei , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodePointerSUN__II_3_3B ( JNIEnv *env, jobject obj, @@ -41384,13 +41384,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex2fSUN ( JNIEnv *env, jobject obj, @@ -41414,13 +41414,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex2fvSUN ( JNIEnv *env, jobject obj, @@ -41466,13 +41466,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -41498,13 +41498,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -41550,13 +41550,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -41580,13 +41580,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -41632,13 +41632,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -41662,13 +41662,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -41714,13 +41714,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -41752,13 +41752,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -41821,13 +41821,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -41849,13 +41849,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -41901,13 +41901,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fVertex4fSUN ( JNIEnv *env, jobject obj, @@ -41935,13 +41935,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fVertex4fvSUN ( JNIEnv *env, jobject obj, @@ -41987,13 +41987,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fSUN ( GLfloat , GLfloat , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -42023,13 +42023,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fvSUN ( const GLfloat * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -42092,13 +42092,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -42126,13 +42126,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -42195,13 +42195,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -42229,13 +42229,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -42298,13 +42298,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -42340,13 +42340,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -42426,13 +42426,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fColor4fNormal3fVertex4fSUN ( JNIEnv *env, jobject obj, @@ -42474,13 +42474,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fColor4fNormal3fVertex4fvSUN ( JNIEnv *env, jobject obj, @@ -42560,13 +42560,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiVertex3fSUN ( JNIEnv *env, jobject obj, @@ -42586,13 +42586,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fvSUN ( const GLenum * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -42638,13 +42638,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fSUN ( GLenum , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -42672,13 +42672,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fvSUN ( const GLenum * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -42741,13 +42741,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -42773,13 +42773,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -42842,13 +42842,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -42874,13 +42874,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -42943,13 +42943,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -42983,13 +42983,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -43069,13 +43069,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -43099,13 +43099,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -43168,13 +43168,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -43204,13 +43204,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -43290,13 +43290,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -43334,13 +43334,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -43437,13 +43437,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateEXT ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFuncSeparateEXT ( JNIEnv *env, jobject obj, @@ -43463,13 +43463,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateINGR ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFuncSeparateINGR ( JNIEnv *env, jobject obj, @@ -43489,13 +43489,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexWeightfEXT ( JNIEnv *env, jobject obj, @@ -43509,13 +43509,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexWeightfvEXT ( JNIEnv *env, jobject obj, @@ -43544,13 +43544,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightPointerEXT ( GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexWeightPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -43789,13 +43789,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushVertexArrayRangeNV ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlushVertexArrayRangeNV ( JNIEnv *env, jobject obj) @@ -43807,13 +43807,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexArrayRangeNV ( GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexArrayRangeNV__I_3B ( JNIEnv *env, jobject obj, @@ -44024,13 +44024,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfvNV ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameterfvNV ( JNIEnv *env, jobject obj, @@ -44061,13 +44061,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfNV ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameterfNV ( JNIEnv *env, jobject obj, @@ -44083,13 +44083,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterivNV ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameterivNV ( JNIEnv *env, jobject obj, @@ -44120,13 +44120,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameteriNV ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameteriNV ( JNIEnv *env, jobject obj, @@ -44142,13 +44142,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerInputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerInputNV ( JNIEnv *env, jobject obj, @@ -44172,13 +44172,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerOutputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerOutputNV ( JNIEnv *env, jobject obj, @@ -44210,13 +44210,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinalCombinerInputNV ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinalCombinerInputNV ( JNIEnv *env, jobject obj, @@ -44236,13 +44236,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterfvNV ( GLenum , GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerInputParameterfvNV ( JNIEnv *env, jobject obj, @@ -44279,13 +44279,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterivNV ( GLenum , GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerInputParameterivNV ( JNIEnv *env, jobject obj, @@ -44322,13 +44322,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterfvNV ( GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerOutputParameterfvNV ( JNIEnv *env, jobject obj, @@ -44363,13 +44363,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterivNV ( GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerOutputParameterivNV ( JNIEnv *env, jobject obj, @@ -44404,13 +44404,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFinalCombinerInputParameterfvNV ( JNIEnv *env, jobject obj, @@ -44443,13 +44443,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFinalCombinerInputParameterivNV ( JNIEnv *env, jobject obj, @@ -44482,13 +44482,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawArraysIBM ( GLenum , const GLint * , const GLsizei * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiModeDrawArraysIBM ( JNIEnv *env, jobject obj, @@ -44540,13 +44540,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawElementsIBM ( const GLenum * , const GLsizei * , GLenum , const GLvoid * * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiModeDrawElementsIBM___3I_3II_3_3BII ( JNIEnv *env, jobject obj, @@ -45023,13 +45023,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -45282,13 +45282,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColorPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -45541,13 +45541,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerListIBM ( GLint , const GLboolean * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerListIBM ( JNIEnv *env, jobject obj, @@ -45580,13 +45580,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -45825,13 +45825,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -46070,13 +46070,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -46315,13 +46315,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -46574,13 +46574,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -46833,13 +46833,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTbufferMask3DFX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTbufferMask3DFX ( JNIEnv *env, jobject obj, @@ -46853,13 +46853,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskEXT ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleMaskEXT ( JNIEnv *env, jobject obj, @@ -46875,13 +46875,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSamplePatternEXT ( JNIEnv *env, jobject obj, @@ -46895,13 +46895,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureColorMaskSGIS ( GLboolean , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureColorMaskSGIS ( JNIEnv *env, jobject obj, @@ -46921,13 +46921,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIglooInterfaceSGIX ( GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIglooInterfaceSGIX__I_3B ( JNIEnv *env, jobject obj, @@ -47138,13 +47138,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenFencesNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenFencesNV ( JNIEnv *env, jobject obj, @@ -47175,13 +47175,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFencesNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteFencesNV ( JNIEnv *env, jobject obj, @@ -47212,13 +47212,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFenceNV ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetFenceNV ( JNIEnv *env, jobject obj, @@ -47234,13 +47234,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glTestFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glTestFenceNV ( JNIEnv *env, jobject obj, @@ -47257,13 +47257,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinishFenceNV ( JNIEnv *env, jobject obj, @@ -47277,13 +47277,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsFenceNV ( JNIEnv *env, jobject obj, @@ -47300,13 +47300,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFenceivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFenceivNV ( JNIEnv *env, jobject obj, @@ -47339,13 +47339,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLint , GLint , GLboolean , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapControlPointsNV__IIIIIIIZ_3B ( JNIEnv *env, jobject obj, @@ -47654,13 +47654,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterivNV ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapParameterivNV ( JNIEnv *env, jobject obj, @@ -47693,13 +47693,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapParameterfvNV ( JNIEnv *env, jobject obj, @@ -47732,13 +47732,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLboolean , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapControlPointsNV__IIIIIZ_3B ( JNIEnv *env, jobject obj, @@ -48019,13 +48019,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg6, ptr6, (isCopiedArray6 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapParameterivNV ( JNIEnv *env, jobject obj, @@ -48058,13 +48058,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapParameterfvNV ( JNIEnv *env, jobject obj, @@ -48097,13 +48097,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapAttribParameterivNV ( JNIEnv *env, jobject obj, @@ -48138,13 +48138,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapAttribParameterfvNV ( JNIEnv *env, jobject obj, @@ -48179,13 +48179,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMapsNV ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMapsNV ( JNIEnv *env, jobject obj, @@ -48201,13 +48201,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerStageParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerStageParameterfvNV ( JNIEnv *env, jobject obj, @@ -48240,13 +48240,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerStageParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerStageParameterfvNV ( JNIEnv *env, jobject obj, @@ -48279,13 +48279,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindProgramNV ( GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindProgramNV ( JNIEnv *env, jobject obj, @@ -48301,13 +48301,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteProgramsNV ( JNIEnv *env, jobject obj, @@ -48338,13 +48338,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExecuteProgramNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glExecuteProgramNV ( JNIEnv *env, jobject obj, @@ -48377,13 +48377,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenProgramsNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenProgramsNV ( JNIEnv *env, jobject obj, @@ -48414,13 +48414,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreProgramsResidentNV ( GLsizei , const GLuint * , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreProgramsResidentNV ( JNIEnv *env, jobject obj, @@ -48471,13 +48471,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRequestResidentProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRequestResidentProgramsNV ( JNIEnv *env, jobject obj, @@ -48508,13 +48508,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramParameterfvNV ( JNIEnv *env, jobject obj, @@ -48549,13 +48549,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterdvNV ( GLenum , GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramParameterdvNV ( JNIEnv *env, jobject obj, @@ -48590,13 +48590,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramivNV ( JNIEnv *env, jobject obj, @@ -48629,13 +48629,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramStringNV ( GLuint , GLenum , GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramStringNV ( JNIEnv *env, jobject obj, @@ -48668,13 +48668,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTrackMatrixivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTrackMatrixivNV ( JNIEnv *env, jobject obj, @@ -48709,13 +48709,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribdvNV ( GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribdvNV ( JNIEnv *env, jobject obj, @@ -48748,13 +48748,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribfvNV ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribfvNV ( JNIEnv *env, jobject obj, @@ -48787,13 +48787,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribivNV ( JNIEnv *env, jobject obj, @@ -48826,13 +48826,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribPointervNV ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribPointervNV__II_3_3B ( JNIEnv *env, jobject obj, @@ -49057,13 +49057,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsProgramNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsProgramNV ( JNIEnv *env, jobject obj, @@ -49080,13 +49080,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadProgramNV ( GLenum , GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadProgramNV ( JNIEnv *env, jobject obj, @@ -49121,13 +49121,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fNV ( GLenum , GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4fNV ( JNIEnv *env, jobject obj, @@ -49151,13 +49151,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dNV ( GLenum , GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4dNV ( JNIEnv *env, jobject obj, @@ -49181,13 +49181,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dvNV ( GLenum , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4dvNV ( JNIEnv *env, jobject obj, @@ -49220,13 +49220,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fvNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4fvNV ( JNIEnv *env, jobject obj, @@ -49259,13 +49259,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4dvNV ( GLenum , GLuint , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameters4dvNV ( JNIEnv *env, jobject obj, @@ -49300,13 +49300,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4fvNV ( GLenum , GLuint , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameters4fvNV ( JNIEnv *env, jobject obj, @@ -49341,13 +49341,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTrackMatrixNV ( GLenum , GLuint , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTrackMatrixNV ( JNIEnv *env, jobject obj, @@ -49367,13 +49367,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribPointerNV ( GLuint , GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribPointerNV__IIII_3B ( JNIEnv *env, jobject obj, @@ -49626,13 +49626,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1sNV ( GLuint , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1sNV ( JNIEnv *env, jobject obj, @@ -49648,13 +49648,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fNV ( GLuint , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1fNV ( JNIEnv *env, jobject obj, @@ -49670,13 +49670,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dNV ( GLuint , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1dNV ( JNIEnv *env, jobject obj, @@ -49692,13 +49692,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2sNV ( GLuint , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2sNV ( JNIEnv *env, jobject obj, @@ -49716,13 +49716,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fNV ( GLuint , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2fNV ( JNIEnv *env, jobject obj, @@ -49740,13 +49740,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dNV ( GLuint , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2dNV ( JNIEnv *env, jobject obj, @@ -49764,13 +49764,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3sNV ( GLuint , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3sNV ( JNIEnv *env, jobject obj, @@ -49790,13 +49790,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fNV ( GLuint , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3fNV ( JNIEnv *env, jobject obj, @@ -49816,13 +49816,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dNV ( GLuint , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3dNV ( JNIEnv *env, jobject obj, @@ -49842,13 +49842,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4sNV ( GLuint , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4sNV ( JNIEnv *env, jobject obj, @@ -49870,13 +49870,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fNV ( GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4fNV ( JNIEnv *env, jobject obj, @@ -49898,13 +49898,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dNV ( GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4dNV ( JNIEnv *env, jobject obj, @@ -49926,13 +49926,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubNV ( GLuint , GLubyte , GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4ubNV ( JNIEnv *env, jobject obj, @@ -49954,13 +49954,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1svNV ( JNIEnv *env, jobject obj, @@ -49991,13 +49991,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1fvNV ( JNIEnv *env, jobject obj, @@ -50028,13 +50028,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1dvNV ( JNIEnv *env, jobject obj, @@ -50065,13 +50065,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2svNV ( JNIEnv *env, jobject obj, @@ -50102,13 +50102,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2fvNV ( JNIEnv *env, jobject obj, @@ -50139,13 +50139,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2dvNV ( JNIEnv *env, jobject obj, @@ -50176,13 +50176,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3svNV ( JNIEnv *env, jobject obj, @@ -50213,13 +50213,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3fvNV ( JNIEnv *env, jobject obj, @@ -50250,13 +50250,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3dvNV ( JNIEnv *env, jobject obj, @@ -50287,13 +50287,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4svNV ( JNIEnv *env, jobject obj, @@ -50324,13 +50324,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4fvNV ( JNIEnv *env, jobject obj, @@ -50361,13 +50361,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4dvNV ( JNIEnv *env, jobject obj, @@ -50398,13 +50398,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubvNV ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4ubvNV ( JNIEnv *env, jobject obj, @@ -50435,13 +50435,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs1svNV ( JNIEnv *env, jobject obj, @@ -50474,13 +50474,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs1fvNV ( JNIEnv *env, jobject obj, @@ -50513,13 +50513,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs1dvNV ( JNIEnv *env, jobject obj, @@ -50552,13 +50552,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs2svNV ( JNIEnv *env, jobject obj, @@ -50591,13 +50591,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs2fvNV ( JNIEnv *env, jobject obj, @@ -50630,13 +50630,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs2dvNV ( JNIEnv *env, jobject obj, @@ -50669,13 +50669,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs3svNV ( JNIEnv *env, jobject obj, @@ -50708,13 +50708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs3fvNV ( JNIEnv *env, jobject obj, @@ -50747,13 +50747,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs3dvNV ( JNIEnv *env, jobject obj, @@ -50786,13 +50786,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4svNV ( JNIEnv *env, jobject obj, @@ -50825,13 +50825,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4fvNV ( JNIEnv *env, jobject obj, @@ -50864,13 +50864,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4dvNV ( JNIEnv *env, jobject obj, @@ -50903,13 +50903,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4ubvNV ( GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4ubvNV ( JNIEnv *env, jobject obj, @@ -50942,13 +50942,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterivATI ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexBumpParameterivATI ( JNIEnv *env, jobject obj, @@ -50979,13 +50979,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterfvATI ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexBumpParameterfvATI ( JNIEnv *env, jobject obj, @@ -51016,13 +51016,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterivATI ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexBumpParameterivATI ( JNIEnv *env, jobject obj, @@ -51053,13 +51053,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterfvATI ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexBumpParameterfvATI ( JNIEnv *env, jobject obj, @@ -51090,13 +51090,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenFragmentShadersATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenFragmentShadersATI ( JNIEnv *env, jobject obj, @@ -51113,13 +51113,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindFragmentShaderATI ( JNIEnv *env, jobject obj, @@ -51133,13 +51133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteFragmentShaderATI ( JNIEnv *env, jobject obj, @@ -51153,13 +51153,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBeginFragmentShaderATI ( JNIEnv *env, jobject obj) @@ -51171,13 +51171,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndFragmentShaderATI ( JNIEnv *env, jobject obj) @@ -51189,13 +51189,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassTexCoordATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPassTexCoordATI ( JNIEnv *env, jobject obj, @@ -51213,13 +51213,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMapATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleMapATI ( JNIEnv *env, jobject obj, @@ -51237,13 +51237,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorFragmentOp1ATI ( JNIEnv *env, jobject obj, @@ -51269,13 +51269,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorFragmentOp2ATI ( JNIEnv *env, jobject obj, @@ -51307,13 +51307,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorFragmentOp3ATI ( JNIEnv *env, jobject obj, @@ -51351,13 +51351,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFragmentOp1ATI ( JNIEnv *env, jobject obj, @@ -51381,13 +51381,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFragmentOp2ATI ( JNIEnv *env, jobject obj, @@ -51417,13 +51417,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFragmentOp3ATI ( JNIEnv *env, jobject obj, @@ -51459,13 +51459,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFragmentShaderConstantATI ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetFragmentShaderConstantATI ( JNIEnv *env, jobject obj, @@ -51496,13 +51496,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesiATI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPNTrianglesiATI ( JNIEnv *env, jobject obj, @@ -51518,13 +51518,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesfATI ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPNTrianglesfATI ( JNIEnv *env, jobject obj, @@ -51540,13 +51540,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glNewObjectBufferATI ( GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glNewObjectBufferATI__I_3BI ( JNIEnv *env, jobject obj, @@ -51792,13 +51792,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsObjectBufferATI ( JNIEnv *env, jobject obj, @@ -51815,13 +51815,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUpdateObjectBufferATI ( GLuint , GLuint , GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUpdateObjectBufferATI__III_3BI ( JNIEnv *env, jobject obj, @@ -52074,13 +52074,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetObjectBufferfvATI ( JNIEnv *env, jobject obj, @@ -52113,13 +52113,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetObjectBufferivATI ( JNIEnv *env, jobject obj, @@ -52152,13 +52152,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteObjectBufferATI ( JNIEnv *env, jobject obj, @@ -52172,13 +52172,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayObjectATI ( GLenum , GLint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayObjectATI ( JNIEnv *env, jobject obj, @@ -52202,13 +52202,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectfvATI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetArrayObjectfvATI ( JNIEnv *env, jobject obj, @@ -52241,13 +52241,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectivATI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetArrayObjectivATI ( JNIEnv *env, jobject obj, @@ -52280,13 +52280,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantArrayObjectATI ( GLuint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantArrayObjectATI ( JNIEnv *env, jobject obj, @@ -52308,13 +52308,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantArrayObjectfvATI ( JNIEnv *env, jobject obj, @@ -52347,13 +52347,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantArrayObjectivATI ( JNIEnv *env, jobject obj, @@ -52386,13 +52386,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBeginVertexShaderEXT ( JNIEnv *env, jobject obj) @@ -52404,13 +52404,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndVertexShaderEXT ( JNIEnv *env, jobject obj) @@ -52422,13 +52422,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindVertexShaderEXT ( JNIEnv *env, jobject obj, @@ -52442,13 +52442,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenVertexShadersEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenVertexShadersEXT ( JNIEnv *env, jobject obj, @@ -52465,13 +52465,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteVertexShaderEXT ( JNIEnv *env, jobject obj, @@ -52485,13 +52485,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp1EXT ( GLenum , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShaderOp1EXT ( JNIEnv *env, jobject obj, @@ -52509,13 +52509,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp2EXT ( GLenum , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShaderOp2EXT ( JNIEnv *env, jobject obj, @@ -52535,13 +52535,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp3EXT ( GLenum , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShaderOp3EXT ( JNIEnv *env, jobject obj, @@ -52563,13 +52563,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSwizzleEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSwizzleEXT ( JNIEnv *env, jobject obj, @@ -52593,13 +52593,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWriteMaskEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWriteMaskEXT ( JNIEnv *env, jobject obj, @@ -52623,13 +52623,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInsertComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInsertComponentEXT ( JNIEnv *env, jobject obj, @@ -52647,13 +52647,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExtractComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glExtractComponentEXT ( JNIEnv *env, jobject obj, @@ -52671,13 +52671,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenSymbolsEXT ( GLenum , GLenum , GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenSymbolsEXT ( JNIEnv *env, jobject obj, @@ -52700,13 +52700,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetInvariantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetInvariantEXT__II_3B ( JNIEnv *env, jobject obj, @@ -52931,13 +52931,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetLocalConstantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetLocalConstantEXT__II_3B ( JNIEnv *env, jobject obj, @@ -53162,13 +53162,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantbvEXT ( GLuint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantbvEXT ( JNIEnv *env, jobject obj, @@ -53199,13 +53199,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantsvEXT ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantsvEXT ( JNIEnv *env, jobject obj, @@ -53236,13 +53236,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantivEXT ( GLuint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantivEXT ( JNIEnv *env, jobject obj, @@ -53273,13 +53273,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantfvEXT ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantfvEXT ( JNIEnv *env, jobject obj, @@ -53310,13 +53310,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantdvEXT ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantdvEXT ( JNIEnv *env, jobject obj, @@ -53347,13 +53347,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantubvEXT ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantubvEXT ( JNIEnv *env, jobject obj, @@ -53384,13 +53384,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantusvEXT ( GLuint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantusvEXT ( JNIEnv *env, jobject obj, @@ -53421,13 +53421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantuivEXT ( GLuint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantuivEXT ( JNIEnv *env, jobject obj, @@ -53458,13 +53458,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantPointerEXT ( GLuint , GLenum , GLuint , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -53703,13 +53703,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnableVariantClientStateEXT ( JNIEnv *env, jobject obj, @@ -53723,13 +53723,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisableVariantClientStateEXT ( JNIEnv *env, jobject obj, @@ -53743,13 +53743,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindLightParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindLightParameterEXT ( JNIEnv *env, jobject obj, @@ -53768,13 +53768,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindMaterialParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindMaterialParameterEXT ( JNIEnv *env, jobject obj, @@ -53793,13 +53793,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTexGenParameterEXT ( GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindTexGenParameterEXT ( JNIEnv *env, jobject obj, @@ -53820,13 +53820,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTextureUnitParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureUnitParameterEXT ( JNIEnv *env, jobject obj, @@ -53845,13 +53845,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindParameterEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindParameterEXT ( JNIEnv *env, jobject obj, @@ -53868,13 +53868,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsVariantEnabledEXT ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsVariantEnabledEXT ( JNIEnv *env, jobject obj, @@ -53893,13 +53893,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -53932,13 +53932,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantIntegervEXT ( JNIEnv *env, jobject obj, @@ -53971,13 +53971,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantFloatvEXT ( JNIEnv *env, jobject obj, @@ -54010,13 +54010,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantPointervEXT ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantPointervEXT__II_3_3B ( JNIEnv *env, jobject obj, @@ -54241,13 +54241,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetInvariantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -54280,13 +54280,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetInvariantIntegervEXT ( JNIEnv *env, jobject obj, @@ -54319,13 +54319,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetInvariantFloatvEXT ( JNIEnv *env, jobject obj, @@ -54358,13 +54358,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLocalConstantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -54397,13 +54397,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLocalConstantIntegervEXT ( JNIEnv *env, jobject obj, @@ -54436,13 +54436,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLocalConstantFloatvEXT ( JNIEnv *env, jobject obj, @@ -54475,13 +54475,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1s ( GLenum , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1s ( JNIEnv *env, jobject obj, @@ -54497,13 +54497,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1sv ( JNIEnv *env, jobject obj, @@ -54534,13 +54534,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1i ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1i ( JNIEnv *env, jobject obj, @@ -54556,13 +54556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1iv ( JNIEnv *env, jobject obj, @@ -54593,13 +54593,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1f ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1f ( JNIEnv *env, jobject obj, @@ -54615,13 +54615,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1fv ( JNIEnv *env, jobject obj, @@ -54652,13 +54652,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1d ( GLenum , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1d ( JNIEnv *env, jobject obj, @@ -54674,13 +54674,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1dv ( JNIEnv *env, jobject obj, @@ -54711,13 +54711,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2s ( GLenum , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2s ( JNIEnv *env, jobject obj, @@ -54735,13 +54735,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2sv ( JNIEnv *env, jobject obj, @@ -54772,13 +54772,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2i ( GLenum , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2i ( JNIEnv *env, jobject obj, @@ -54796,13 +54796,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2iv ( JNIEnv *env, jobject obj, @@ -54833,13 +54833,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2f ( GLenum , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2f ( JNIEnv *env, jobject obj, @@ -54857,13 +54857,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2fv ( JNIEnv *env, jobject obj, @@ -54894,13 +54894,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2d ( GLenum , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2d ( JNIEnv *env, jobject obj, @@ -54918,13 +54918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2dv ( JNIEnv *env, jobject obj, @@ -54955,13 +54955,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3s ( JNIEnv *env, jobject obj, @@ -54981,13 +54981,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3sv ( JNIEnv *env, jobject obj, @@ -55018,13 +55018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3i ( JNIEnv *env, jobject obj, @@ -55044,13 +55044,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3iv ( JNIEnv *env, jobject obj, @@ -55081,13 +55081,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3f ( JNIEnv *env, jobject obj, @@ -55107,13 +55107,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3fv ( JNIEnv *env, jobject obj, @@ -55144,13 +55144,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3d ( JNIEnv *env, jobject obj, @@ -55170,13 +55170,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3dv ( JNIEnv *env, jobject obj, @@ -55207,13 +55207,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4s ( GLenum , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4s ( JNIEnv *env, jobject obj, @@ -55235,13 +55235,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4sv ( JNIEnv *env, jobject obj, @@ -55272,13 +55272,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4i ( GLenum , GLint , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4i ( JNIEnv *env, jobject obj, @@ -55300,13 +55300,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4iv ( JNIEnv *env, jobject obj, @@ -55337,13 +55337,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4f ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4f ( JNIEnv *env, jobject obj, @@ -55365,13 +55365,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4fv ( JNIEnv *env, jobject obj, @@ -55402,13 +55402,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4d ( GLenum , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4d ( JNIEnv *env, jobject obj, @@ -55430,13 +55430,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4dv ( JNIEnv *env, jobject obj, @@ -55467,13 +55467,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3b ( GLenum , GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3b ( JNIEnv *env, jobject obj, @@ -55493,13 +55493,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3bv ( GLenum , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3bv ( JNIEnv *env, jobject obj, @@ -55530,13 +55530,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3s ( JNIEnv *env, jobject obj, @@ -55556,13 +55556,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3sv ( JNIEnv *env, jobject obj, @@ -55593,13 +55593,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3i ( JNIEnv *env, jobject obj, @@ -55619,13 +55619,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3iv ( JNIEnv *env, jobject obj, @@ -55656,13 +55656,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3f ( JNIEnv *env, jobject obj, @@ -55682,13 +55682,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3fv ( JNIEnv *env, jobject obj, @@ -55719,13 +55719,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3d ( JNIEnv *env, jobject obj, @@ -55745,13 +55745,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3dv ( JNIEnv *env, jobject obj, @@ -55782,13 +55782,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveVertexStream ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveVertexStream ( JNIEnv *env, jobject obj, @@ -55802,13 +55802,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvi ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexBlendEnvi ( JNIEnv *env, jobject obj, @@ -55824,13 +55824,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvf ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexBlendEnvf ( JNIEnv *env, jobject obj, @@ -55846,5 +55846,5 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGL_JauJNI14_funcs.c b/CNativeCode/OpenGL_JauJNI14_funcs.c index c0eb12d..edbb8b5 100644 --- a/CNativeCode/OpenGL_JauJNI14_funcs.c +++ b/CNativeCode/OpenGL_JauJNI14_funcs.c @@ -156,13 +156,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFunc14JauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearIndex ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClearIndex ( JNIEnv *env, jobject obj, @@ -176,13 +176,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClearColor ( JNIEnv *env, jobject obj, @@ -202,13 +202,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClear ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClear ( JNIEnv *env, jobject obj, @@ -222,13 +222,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexMask ( JNIEnv *env, jobject obj, @@ -242,13 +242,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorMask ( JNIEnv *env, jobject obj, @@ -268,13 +268,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFunc ( GLenum func , GLclampf ref ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glAlphaFunc ( JNIEnv *env, jobject obj, @@ -290,13 +290,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBlendFunc ( JNIEnv *env, jobject obj, @@ -312,13 +312,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLogicOp ( GLenum opcode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLogicOp ( JNIEnv *env, jobject obj, @@ -332,13 +332,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCullFace ( JNIEnv *env, jobject obj, @@ -352,13 +352,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrontFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFrontFace ( JNIEnv *env, jobject obj, @@ -372,13 +372,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointSize ( GLfloat size ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPointSize ( JNIEnv *env, jobject obj, @@ -392,13 +392,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineWidth ( GLfloat width ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLineWidth ( JNIEnv *env, jobject obj, @@ -412,13 +412,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineStipple ( GLint factor , GLushort pattern ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLineStipple ( JNIEnv *env, jobject obj, @@ -434,13 +434,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonMode ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPolygonMode ( JNIEnv *env, jobject obj, @@ -456,13 +456,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPolygonOffset ( JNIEnv *env, jobject obj, @@ -478,13 +478,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonStipple ( const GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPolygonStipple ( JNIEnv *env, jobject obj, @@ -507,13 +507,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPolygonStipple ( GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetPolygonStipple ( JNIEnv *env, jobject obj, @@ -537,13 +537,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, mask, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlag ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEdgeFlag ( JNIEnv *env, jobject obj, @@ -557,13 +557,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagv ( const GLboolean * flag ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEdgeFlagv ( JNIEnv *env, jobject obj, @@ -586,13 +586,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, flag, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glScissor ( JNIEnv *env, jobject obj, @@ -612,13 +612,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClipPlane ( JNIEnv *env, jobject obj, @@ -643,13 +643,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetClipPlane ( JNIEnv *env, jobject obj, @@ -675,13 +675,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, equation, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDrawBuffer ( JNIEnv *env, jobject obj, @@ -695,13 +695,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReadBuffer ( JNIEnv *env, jobject obj, @@ -715,13 +715,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEnable ( JNIEnv *env, jobject obj, @@ -735,13 +735,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDisable ( JNIEnv *env, jobject obj, @@ -755,13 +755,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsEnabled ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glIsEnabled ( JNIEnv *env, jobject obj, @@ -778,13 +778,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEnableClientState ( JNIEnv *env, jobject obj, @@ -798,13 +798,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDisableClientState ( JNIEnv *env, jobject obj, @@ -818,13 +818,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetBooleanv ( JNIEnv *env, jobject obj, @@ -850,13 +850,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDoublev ( GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetDoublev ( JNIEnv *env, jobject obj, @@ -882,13 +882,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFloatv ( GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetFloatv ( JNIEnv *env, jobject obj, @@ -914,13 +914,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetIntegerv ( GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetIntegerv ( JNIEnv *env, jobject obj, @@ -946,13 +946,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPushAttrib ( JNIEnv *env, jobject obj, @@ -966,13 +966,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPopAttrib ( JNIEnv *env, jobject obj) @@ -984,13 +984,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushClientAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPushClientAttrib ( JNIEnv *env, jobject obj, @@ -1004,13 +1004,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopClientAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPopClientAttrib ( JNIEnv *env, jobject obj) @@ -1022,13 +1022,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glRenderMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glRenderMode ( JNIEnv *env, jobject obj, @@ -1045,13 +1045,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLenum glGetError ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glGetError ( JNIEnv *env, jobject obj) @@ -1066,13 +1066,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinish ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFinish ( JNIEnv *env, jobject obj) @@ -1084,13 +1084,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlush ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFlush ( JNIEnv *env, jobject obj) @@ -1102,13 +1102,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHint ( GLenum target , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glHint ( JNIEnv *env, jobject obj, @@ -1124,13 +1124,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearDepth ( GLclampd depth ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClearDepth ( JNIEnv *env, jobject obj, @@ -1144,13 +1144,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthFunc ( GLenum func ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDepthFunc ( JNIEnv *env, jobject obj, @@ -1164,13 +1164,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthMask ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDepthMask ( JNIEnv *env, jobject obj, @@ -1184,13 +1184,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDepthRange ( JNIEnv *env, jobject obj, @@ -1206,13 +1206,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClearAccum ( JNIEnv *env, jobject obj, @@ -1232,13 +1232,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAccum ( GLenum op , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glAccum ( JNIEnv *env, jobject obj, @@ -1254,13 +1254,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMatrixMode ( JNIEnv *env, jobject obj, @@ -1274,13 +1274,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glOrtho ( JNIEnv *env, jobject obj, @@ -1304,13 +1304,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFrustum ( JNIEnv *env, jobject obj, @@ -1334,13 +1334,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glViewport ( JNIEnv *env, jobject obj, @@ -1360,13 +1360,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPushMatrix ( JNIEnv *env, jobject obj) @@ -1378,13 +1378,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPopMatrix ( JNIEnv *env, jobject obj) @@ -1396,13 +1396,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentity ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadIdentity ( JNIEnv *env, jobject obj) @@ -1414,13 +1414,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadMatrixd ( JNIEnv *env, jobject obj, @@ -1443,13 +1443,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadMatrixf ( JNIEnv *env, jobject obj, @@ -1472,13 +1472,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultMatrixd ( JNIEnv *env, jobject obj, @@ -1501,13 +1501,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultMatrixf ( JNIEnv *env, jobject obj, @@ -1530,13 +1530,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRotated ( JNIEnv *env, jobject obj, @@ -1556,13 +1556,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRotatef ( JNIEnv *env, jobject obj, @@ -1582,13 +1582,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glScaled ( JNIEnv *env, jobject obj, @@ -1606,13 +1606,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glScalef ( JNIEnv *env, jobject obj, @@ -1630,13 +1630,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTranslated ( JNIEnv *env, jobject obj, @@ -1654,13 +1654,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTranslatef ( JNIEnv *env, jobject obj, @@ -1678,13 +1678,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glIsList ( JNIEnv *env, jobject obj, @@ -1701,13 +1701,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteLists ( GLuint list , GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeleteLists ( JNIEnv *env, jobject obj, @@ -1723,13 +1723,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenLists ( GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glGenLists ( JNIEnv *env, jobject obj, @@ -1746,13 +1746,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNewList ( GLuint list , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNewList ( JNIEnv *env, jobject obj, @@ -1768,13 +1768,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndList ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEndList ( JNIEnv *env, jobject obj) @@ -1786,13 +1786,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCallList ( JNIEnv *env, jobject obj, @@ -1806,13 +1806,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCallLists__II_3B ( JNIEnv *env, jobject obj, @@ -2022,13 +2022,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListBase ( GLuint base ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glListBase ( JNIEnv *env, jobject obj, @@ -2042,13 +2042,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBegin ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBegin ( JNIEnv *env, jobject obj, @@ -2062,13 +2062,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnd ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEnd ( JNIEnv *env, jobject obj) @@ -2080,13 +2080,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex2d ( JNIEnv *env, jobject obj, @@ -2102,13 +2102,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex2f ( JNIEnv *env, jobject obj, @@ -2124,13 +2124,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex2i ( JNIEnv *env, jobject obj, @@ -2146,13 +2146,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex2s ( JNIEnv *env, jobject obj, @@ -2168,13 +2168,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex3d ( JNIEnv *env, jobject obj, @@ -2192,13 +2192,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex3f ( JNIEnv *env, jobject obj, @@ -2216,13 +2216,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex3i ( JNIEnv *env, jobject obj, @@ -2240,13 +2240,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex3s ( JNIEnv *env, jobject obj, @@ -2264,13 +2264,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex4d ( JNIEnv *env, jobject obj, @@ -2290,13 +2290,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex4f ( JNIEnv *env, jobject obj, @@ -2316,13 +2316,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex4i ( JNIEnv *env, jobject obj, @@ -2342,13 +2342,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex4s ( JNIEnv *env, jobject obj, @@ -2368,13 +2368,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex2dv ( JNIEnv *env, jobject obj, @@ -2397,13 +2397,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex2fv ( JNIEnv *env, jobject obj, @@ -2426,13 +2426,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex2iv ( JNIEnv *env, jobject obj, @@ -2455,13 +2455,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex2sv ( JNIEnv *env, jobject obj, @@ -2484,13 +2484,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex3dv ( JNIEnv *env, jobject obj, @@ -2513,13 +2513,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex3fv ( JNIEnv *env, jobject obj, @@ -2542,13 +2542,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex3iv ( JNIEnv *env, jobject obj, @@ -2571,13 +2571,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex3sv ( JNIEnv *env, jobject obj, @@ -2600,13 +2600,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex4dv ( JNIEnv *env, jobject obj, @@ -2629,13 +2629,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex4fv ( JNIEnv *env, jobject obj, @@ -2658,13 +2658,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex4iv ( JNIEnv *env, jobject obj, @@ -2687,13 +2687,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertex4sv ( JNIEnv *env, jobject obj, @@ -2716,13 +2716,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3b ( JNIEnv *env, jobject obj, @@ -2740,13 +2740,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3d ( JNIEnv *env, jobject obj, @@ -2764,13 +2764,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3f ( JNIEnv *env, jobject obj, @@ -2788,13 +2788,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3i ( JNIEnv *env, jobject obj, @@ -2812,13 +2812,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3s ( JNIEnv *env, jobject obj, @@ -2836,13 +2836,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3bv ( JNIEnv *env, jobject obj, @@ -2865,13 +2865,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3dv ( JNIEnv *env, jobject obj, @@ -2894,13 +2894,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3fv ( JNIEnv *env, jobject obj, @@ -2923,13 +2923,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3iv ( JNIEnv *env, jobject obj, @@ -2952,13 +2952,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3sv ( JNIEnv *env, jobject obj, @@ -2981,13 +2981,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexd ( GLdouble c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexd ( JNIEnv *env, jobject obj, @@ -3001,13 +3001,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexf ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexf ( JNIEnv *env, jobject obj, @@ -3021,13 +3021,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexi ( GLint c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexi ( JNIEnv *env, jobject obj, @@ -3041,13 +3041,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexs ( GLshort c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexs ( JNIEnv *env, jobject obj, @@ -3061,13 +3061,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexub ( GLubyte c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexub ( JNIEnv *env, jobject obj, @@ -3081,13 +3081,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexdv ( const GLdouble * c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexdv ( JNIEnv *env, jobject obj, @@ -3110,13 +3110,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexfv ( const GLfloat * c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexfv ( JNIEnv *env, jobject obj, @@ -3139,13 +3139,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexiv ( const GLint * c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexiv ( JNIEnv *env, jobject obj, @@ -3168,13 +3168,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexsv ( const GLshort * c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexsv ( JNIEnv *env, jobject obj, @@ -3197,13 +3197,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexubv ( const GLubyte * c ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexubv ( JNIEnv *env, jobject obj, @@ -3226,13 +3226,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, c, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3b ( JNIEnv *env, jobject obj, @@ -3250,13 +3250,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3d ( JNIEnv *env, jobject obj, @@ -3274,13 +3274,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3f ( JNIEnv *env, jobject obj, @@ -3298,13 +3298,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3i ( GLint red , GLint green , GLint blue ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3i ( JNIEnv *env, jobject obj, @@ -3322,13 +3322,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3s ( JNIEnv *env, jobject obj, @@ -3346,13 +3346,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3ub ( JNIEnv *env, jobject obj, @@ -3370,13 +3370,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3ui ( JNIEnv *env, jobject obj, @@ -3394,13 +3394,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3us ( JNIEnv *env, jobject obj, @@ -3418,13 +3418,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4b ( JNIEnv *env, jobject obj, @@ -3444,13 +3444,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4d ( JNIEnv *env, jobject obj, @@ -3470,13 +3470,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4f ( JNIEnv *env, jobject obj, @@ -3496,13 +3496,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4i ( JNIEnv *env, jobject obj, @@ -3522,13 +3522,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4s ( JNIEnv *env, jobject obj, @@ -3548,13 +3548,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4ub ( JNIEnv *env, jobject obj, @@ -3574,13 +3574,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4ui ( JNIEnv *env, jobject obj, @@ -3600,13 +3600,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4us ( JNIEnv *env, jobject obj, @@ -3626,13 +3626,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3bv ( JNIEnv *env, jobject obj, @@ -3655,13 +3655,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3dv ( JNIEnv *env, jobject obj, @@ -3684,13 +3684,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3fv ( JNIEnv *env, jobject obj, @@ -3713,13 +3713,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3iv ( JNIEnv *env, jobject obj, @@ -3742,13 +3742,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3sv ( JNIEnv *env, jobject obj, @@ -3771,13 +3771,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3ubv ( JNIEnv *env, jobject obj, @@ -3800,13 +3800,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3uiv ( JNIEnv *env, jobject obj, @@ -3829,13 +3829,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3usv ( JNIEnv *env, jobject obj, @@ -3858,13 +3858,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4bv ( JNIEnv *env, jobject obj, @@ -3887,13 +3887,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4dv ( JNIEnv *env, jobject obj, @@ -3916,13 +3916,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4fv ( JNIEnv *env, jobject obj, @@ -3945,13 +3945,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4iv ( JNIEnv *env, jobject obj, @@ -3974,13 +3974,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4sv ( JNIEnv *env, jobject obj, @@ -4003,13 +4003,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4ubv ( JNIEnv *env, jobject obj, @@ -4032,13 +4032,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4uiv ( JNIEnv *env, jobject obj, @@ -4061,13 +4061,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4usv ( JNIEnv *env, jobject obj, @@ -4090,13 +4090,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1d ( GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord1d ( JNIEnv *env, jobject obj, @@ -4110,13 +4110,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1f ( GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord1f ( JNIEnv *env, jobject obj, @@ -4130,13 +4130,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1i ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord1i ( JNIEnv *env, jobject obj, @@ -4150,13 +4150,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1s ( GLshort s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord1s ( JNIEnv *env, jobject obj, @@ -4170,13 +4170,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2d ( GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2d ( JNIEnv *env, jobject obj, @@ -4192,13 +4192,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2f ( GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2f ( JNIEnv *env, jobject obj, @@ -4214,13 +4214,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2i ( GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2i ( JNIEnv *env, jobject obj, @@ -4236,13 +4236,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2s ( GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2s ( JNIEnv *env, jobject obj, @@ -4258,13 +4258,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord3d ( JNIEnv *env, jobject obj, @@ -4282,13 +4282,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord3f ( JNIEnv *env, jobject obj, @@ -4306,13 +4306,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord3i ( JNIEnv *env, jobject obj, @@ -4330,13 +4330,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord3s ( JNIEnv *env, jobject obj, @@ -4354,13 +4354,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4d ( JNIEnv *env, jobject obj, @@ -4380,13 +4380,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4f ( JNIEnv *env, jobject obj, @@ -4406,13 +4406,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4i ( JNIEnv *env, jobject obj, @@ -4432,13 +4432,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4s ( JNIEnv *env, jobject obj, @@ -4458,13 +4458,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord1dv ( JNIEnv *env, jobject obj, @@ -4487,13 +4487,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord1fv ( JNIEnv *env, jobject obj, @@ -4516,13 +4516,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord1iv ( JNIEnv *env, jobject obj, @@ -4545,13 +4545,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord1sv ( JNIEnv *env, jobject obj, @@ -4574,13 +4574,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2dv ( JNIEnv *env, jobject obj, @@ -4603,13 +4603,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fv ( JNIEnv *env, jobject obj, @@ -4632,13 +4632,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2iv ( JNIEnv *env, jobject obj, @@ -4661,13 +4661,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2sv ( JNIEnv *env, jobject obj, @@ -4690,13 +4690,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord3dv ( JNIEnv *env, jobject obj, @@ -4719,13 +4719,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord3fv ( JNIEnv *env, jobject obj, @@ -4748,13 +4748,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord3iv ( JNIEnv *env, jobject obj, @@ -4777,13 +4777,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord3sv ( JNIEnv *env, jobject obj, @@ -4806,13 +4806,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4dv ( JNIEnv *env, jobject obj, @@ -4835,13 +4835,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -4864,13 +4864,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4iv ( JNIEnv *env, jobject obj, @@ -4893,13 +4893,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4sv ( JNIEnv *env, jobject obj, @@ -4922,13 +4922,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos2d ( JNIEnv *env, jobject obj, @@ -4944,13 +4944,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos2f ( JNIEnv *env, jobject obj, @@ -4966,13 +4966,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos2i ( JNIEnv *env, jobject obj, @@ -4988,13 +4988,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos2s ( JNIEnv *env, jobject obj, @@ -5010,13 +5010,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos3d ( JNIEnv *env, jobject obj, @@ -5034,13 +5034,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos3f ( JNIEnv *env, jobject obj, @@ -5058,13 +5058,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos3i ( JNIEnv *env, jobject obj, @@ -5082,13 +5082,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos3s ( JNIEnv *env, jobject obj, @@ -5106,13 +5106,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos4d ( JNIEnv *env, jobject obj, @@ -5132,13 +5132,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos4f ( JNIEnv *env, jobject obj, @@ -5158,13 +5158,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos4i ( JNIEnv *env, jobject obj, @@ -5184,13 +5184,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos4s ( JNIEnv *env, jobject obj, @@ -5210,13 +5210,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos2dv ( JNIEnv *env, jobject obj, @@ -5239,13 +5239,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos2fv ( JNIEnv *env, jobject obj, @@ -5268,13 +5268,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos2iv ( JNIEnv *env, jobject obj, @@ -5297,13 +5297,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos2sv ( JNIEnv *env, jobject obj, @@ -5326,13 +5326,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos3dv ( JNIEnv *env, jobject obj, @@ -5355,13 +5355,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos3fv ( JNIEnv *env, jobject obj, @@ -5384,13 +5384,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos3iv ( JNIEnv *env, jobject obj, @@ -5413,13 +5413,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos3sv ( JNIEnv *env, jobject obj, @@ -5442,13 +5442,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos4dv ( JNIEnv *env, jobject obj, @@ -5471,13 +5471,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos4fv ( JNIEnv *env, jobject obj, @@ -5500,13 +5500,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos4iv ( JNIEnv *env, jobject obj, @@ -5529,13 +5529,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRasterPos4sv ( JNIEnv *env, jobject obj, @@ -5558,13 +5558,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRectd ( JNIEnv *env, jobject obj, @@ -5584,13 +5584,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRectf ( JNIEnv *env, jobject obj, @@ -5610,13 +5610,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRecti ( JNIEnv *env, jobject obj, @@ -5636,13 +5636,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRects ( JNIEnv *env, jobject obj, @@ -5662,13 +5662,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRectdv ( JNIEnv *env, jobject obj, @@ -5702,13 +5702,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRectfv ( JNIEnv *env, jobject obj, @@ -5742,13 +5742,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRectiv ( JNIEnv *env, jobject obj, @@ -5782,13 +5782,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRectsv ( JNIEnv *env, jobject obj, @@ -5822,13 +5822,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v2, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6054,13 +6054,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6270,13 +6270,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6502,13 +6502,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexPointer__II_3B ( JNIEnv *env, jobject obj, @@ -6718,13 +6718,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoordPointer__III_3B ( JNIEnv *env, jobject obj, @@ -6950,13 +6950,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEdgeFlagPointer__I_3B ( JNIEnv *env, jobject obj, @@ -7150,13 +7150,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointerv ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetPointerv__I_3_3B ( JNIEnv *env, jobject obj, @@ -7332,13 +7332,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElement ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glArrayElement ( JNIEnv *env, jobject obj, @@ -7352,13 +7352,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDrawArrays ( JNIEnv *env, jobject obj, @@ -7376,13 +7376,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDrawElements__III_3B ( JNIEnv *env, jobject obj, @@ -7608,13 +7608,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glInterleavedArrays__II_3B ( JNIEnv *env, jobject obj, @@ -7824,13 +7824,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShadeModel ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glShadeModel ( JNIEnv *env, jobject obj, @@ -7844,13 +7844,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLightf ( JNIEnv *env, jobject obj, @@ -7868,13 +7868,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLighti ( GLenum light , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLighti ( JNIEnv *env, jobject obj, @@ -7892,13 +7892,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLightfv ( JNIEnv *env, jobject obj, @@ -7925,13 +7925,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLightiv ( JNIEnv *env, jobject obj, @@ -7958,13 +7958,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetLightfv ( JNIEnv *env, jobject obj, @@ -7992,13 +7992,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetLightiv ( JNIEnv *env, jobject obj, @@ -8026,13 +8026,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLightModelf ( JNIEnv *env, jobject obj, @@ -8048,13 +8048,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeli ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLightModeli ( JNIEnv *env, jobject obj, @@ -8070,13 +8070,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLightModelfv ( JNIEnv *env, jobject obj, @@ -8101,13 +8101,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeliv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLightModeliv ( JNIEnv *env, jobject obj, @@ -8132,13 +8132,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMaterialf ( JNIEnv *env, jobject obj, @@ -8156,13 +8156,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMateriali ( JNIEnv *env, jobject obj, @@ -8180,13 +8180,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMaterialfv ( JNIEnv *env, jobject obj, @@ -8213,13 +8213,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMaterialiv ( JNIEnv *env, jobject obj, @@ -8246,13 +8246,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMaterialfv ( JNIEnv *env, jobject obj, @@ -8280,13 +8280,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMaterialiv ( JNIEnv *env, jobject obj, @@ -8314,13 +8314,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMaterial ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorMaterial ( JNIEnv *env, jobject obj, @@ -8336,13 +8336,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelZoom ( JNIEnv *env, jobject obj, @@ -8358,13 +8358,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStoref ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelStoref ( JNIEnv *env, jobject obj, @@ -8380,13 +8380,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStorei ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelStorei ( JNIEnv *env, jobject obj, @@ -8402,13 +8402,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTransferf ( JNIEnv *env, jobject obj, @@ -8424,13 +8424,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTransferi ( JNIEnv *env, jobject obj, @@ -8446,13 +8446,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelMapfv ( JNIEnv *env, jobject obj, @@ -8479,13 +8479,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8512,13 +8512,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelMapusv ( JNIEnv *env, jobject obj, @@ -8545,13 +8545,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, values, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetPixelMapfv ( JNIEnv *env, jobject obj, @@ -8577,13 +8577,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetPixelMapuiv ( JNIEnv *env, jobject obj, @@ -8609,13 +8609,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetPixelMapusv ( JNIEnv *env, jobject obj, @@ -8641,13 +8641,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, values, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBitmap ( JNIEnv *env, jobject obj, @@ -8682,13 +8682,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, bitmap, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReadPixels__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -8969,13 +8969,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDrawPixels__IIII_3B ( JNIEnv *env, jobject obj, @@ -9217,13 +9217,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyPixels ( JNIEnv *env, jobject obj, @@ -9245,13 +9245,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glStencilFunc ( JNIEnv *env, jobject obj, @@ -9269,13 +9269,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glStencilMask ( JNIEnv *env, jobject obj, @@ -9289,13 +9289,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glStencilOp ( JNIEnv *env, jobject obj, @@ -9313,13 +9313,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearStencil ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClearStencil ( JNIEnv *env, jobject obj, @@ -9333,13 +9333,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexGend ( JNIEnv *env, jobject obj, @@ -9357,13 +9357,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexGenf ( JNIEnv *env, jobject obj, @@ -9381,13 +9381,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexGeni ( JNIEnv *env, jobject obj, @@ -9405,13 +9405,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexGendv ( JNIEnv *env, jobject obj, @@ -9438,13 +9438,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexGenfv ( JNIEnv *env, jobject obj, @@ -9471,13 +9471,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexGeniv ( JNIEnv *env, jobject obj, @@ -9504,13 +9504,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexGendv ( JNIEnv *env, jobject obj, @@ -9538,13 +9538,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexGenfv ( JNIEnv *env, jobject obj, @@ -9572,13 +9572,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexGeniv ( JNIEnv *env, jobject obj, @@ -9606,13 +9606,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexEnvf ( JNIEnv *env, jobject obj, @@ -9630,13 +9630,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexEnvi ( JNIEnv *env, jobject obj, @@ -9654,13 +9654,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexEnvfv ( JNIEnv *env, jobject obj, @@ -9687,13 +9687,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexEnviv ( JNIEnv *env, jobject obj, @@ -9720,13 +9720,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexEnvfv ( JNIEnv *env, jobject obj, @@ -9754,13 +9754,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexEnviv ( JNIEnv *env, jobject obj, @@ -9788,13 +9788,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexParameterf ( JNIEnv *env, jobject obj, @@ -9812,13 +9812,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexParameteri ( JNIEnv *env, jobject obj, @@ -9836,13 +9836,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexParameterfv ( JNIEnv *env, jobject obj, @@ -9869,13 +9869,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexParameteriv ( JNIEnv *env, jobject obj, @@ -9902,13 +9902,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexParameterfv ( JNIEnv *env, jobject obj, @@ -9936,13 +9936,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexParameteriv ( JNIEnv *env, jobject obj, @@ -9970,13 +9970,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexLevelParameterfv ( JNIEnv *env, jobject obj, @@ -10006,13 +10006,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexLevelParameteriv ( JNIEnv *env, jobject obj, @@ -10042,13 +10042,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexImage1D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -10338,13 +10338,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -10650,13 +10650,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexImage__IIII_3B ( JNIEnv *env, jobject obj, @@ -10905,13 +10905,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTextures ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGenTextures ( JNIEnv *env, jobject obj, @@ -10937,13 +10937,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeleteTextures ( JNIEnv *env, jobject obj, @@ -10968,13 +10968,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTexture ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBindTexture ( JNIEnv *env, jobject obj, @@ -10990,13 +10990,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPrioritizeTextures ( JNIEnv *env, jobject obj, @@ -11032,13 +11032,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glAreTexturesResident ( JNIEnv *env, jobject obj, @@ -11078,13 +11078,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTexture ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glIsTexture ( JNIEnv *env, jobject obj, @@ -11101,13 +11101,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -11381,13 +11381,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -11693,13 +11693,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexImage1D ( JNIEnv *env, jobject obj, @@ -11725,13 +11725,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexImage2D ( JNIEnv *env, jobject obj, @@ -11759,13 +11759,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexSubImage1D ( JNIEnv *env, jobject obj, @@ -11789,13 +11789,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexSubImage2D ( JNIEnv *env, jobject obj, @@ -11823,13 +11823,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMap1d ( JNIEnv *env, jobject obj, @@ -11862,13 +11862,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMap1f ( JNIEnv *env, jobject obj, @@ -11901,13 +11901,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, points, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMap2d ( JNIEnv *env, jobject obj, @@ -11948,13 +11948,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMap2f ( JNIEnv *env, jobject obj, @@ -11995,13 +11995,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, points, ptr9, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMapdv ( JNIEnv *env, jobject obj, @@ -12029,13 +12029,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMapfv ( JNIEnv *env, jobject obj, @@ -12063,13 +12063,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMapiv ( JNIEnv *env, jobject obj, @@ -12097,13 +12097,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1d ( GLdouble u ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalCoord1d ( JNIEnv *env, jobject obj, @@ -12117,13 +12117,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1f ( GLfloat u ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalCoord1f ( JNIEnv *env, jobject obj, @@ -12137,13 +12137,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalCoord1dv ( JNIEnv *env, jobject obj, @@ -12166,13 +12166,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalCoord1fv ( JNIEnv *env, jobject obj, @@ -12195,13 +12195,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalCoord2d ( JNIEnv *env, jobject obj, @@ -12217,13 +12217,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalCoord2f ( JNIEnv *env, jobject obj, @@ -12239,13 +12239,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalCoord2dv ( JNIEnv *env, jobject obj, @@ -12268,13 +12268,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalCoord2fv ( JNIEnv *env, jobject obj, @@ -12297,13 +12297,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, u, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMapGrid1d ( JNIEnv *env, jobject obj, @@ -12321,13 +12321,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMapGrid1f ( JNIEnv *env, jobject obj, @@ -12345,13 +12345,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMapGrid2d ( JNIEnv *env, jobject obj, @@ -12375,13 +12375,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMapGrid2f ( JNIEnv *env, jobject obj, @@ -12405,13 +12405,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint1 ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalPoint1 ( JNIEnv *env, jobject obj, @@ -12425,13 +12425,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint2 ( GLint i , GLint j ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalPoint2 ( JNIEnv *env, jobject obj, @@ -12447,13 +12447,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalMesh1 ( JNIEnv *env, jobject obj, @@ -12471,13 +12471,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalMesh2 ( JNIEnv *env, jobject obj, @@ -12499,13 +12499,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogf ( JNIEnv *env, jobject obj, @@ -12521,13 +12521,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogi ( JNIEnv *env, jobject obj, @@ -12543,13 +12543,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogfv ( JNIEnv *env, jobject obj, @@ -12574,13 +12574,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogiv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogiv ( JNIEnv *env, jobject obj, @@ -12605,13 +12605,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFeedbackBuffer ( JNIEnv *env, jobject obj, @@ -12639,13 +12639,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassThrough ( GLfloat token ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPassThrough ( JNIEnv *env, jobject obj, @@ -12659,13 +12659,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSelectBuffer ( JNIEnv *env, jobject obj, @@ -12691,13 +12691,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, buffer, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInitNames ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glInitNames ( JNIEnv *env, jobject obj) @@ -12709,13 +12709,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadName ( JNIEnv *env, jobject obj, @@ -12729,13 +12729,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPushName ( JNIEnv *env, jobject obj, @@ -12749,13 +12749,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopName ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPopName ( JNIEnv *env, jobject obj) @@ -12767,13 +12767,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDrawRangeElements__IIIII_3B ( JNIEnv *env, jobject obj, @@ -13031,13 +13031,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3D ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexImage3D__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -13359,13 +13359,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -13703,13 +13703,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexSubImage3D ( JNIEnv *env, jobject obj, @@ -13739,13 +13739,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -14003,13 +14003,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorSubTable__IIIII_3B ( JNIEnv *env, jobject obj, @@ -14267,13 +14267,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -14300,13 +14300,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -14333,13 +14333,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyColorSubTable ( JNIEnv *env, jobject obj, @@ -14361,13 +14361,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyColorTable ( JNIEnv *env, jobject obj, @@ -14389,13 +14389,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetColorTable__III_3B ( JNIEnv *env, jobject obj, @@ -14628,13 +14628,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetColorTableParameterfv ( JNIEnv *env, jobject obj, @@ -14662,13 +14662,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetColorTableParameteriv ( JNIEnv *env, jobject obj, @@ -14696,13 +14696,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquation ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBlendEquation ( JNIEnv *env, jobject obj, @@ -14716,13 +14716,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBlendColor ( JNIEnv *env, jobject obj, @@ -14742,13 +14742,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glHistogram ( JNIEnv *env, jobject obj, @@ -14768,13 +14768,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogram ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glResetHistogram ( JNIEnv *env, jobject obj, @@ -14788,13 +14788,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetHistogram__IZII_3B ( JNIEnv *env, jobject obj, @@ -15043,13 +15043,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetHistogramParameterfv ( JNIEnv *env, jobject obj, @@ -15077,13 +15077,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetHistogramParameteriv ( JNIEnv *env, jobject obj, @@ -15111,13 +15111,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMinmax ( JNIEnv *env, jobject obj, @@ -15135,13 +15135,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmax ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glResetMinmax ( JNIEnv *env, jobject obj, @@ -15155,13 +15155,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMinmax__IZII_3B ( JNIEnv *env, jobject obj, @@ -15410,13 +15410,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMinmaxParameterfv ( JNIEnv *env, jobject obj, @@ -15444,13 +15444,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMinmaxParameteriv ( JNIEnv *env, jobject obj, @@ -15478,13 +15478,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionFilter1D__IIIII_3B ( JNIEnv *env, jobject obj, @@ -15742,13 +15742,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionFilter2D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -16022,13 +16022,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionParameterf ( JNIEnv *env, jobject obj, @@ -16046,13 +16046,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -16079,13 +16079,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionParameteri ( JNIEnv *env, jobject obj, @@ -16103,13 +16103,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -16136,13 +16136,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyConvolutionFilter1D ( JNIEnv *env, jobject obj, @@ -16164,13 +16164,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyConvolutionFilter2D ( JNIEnv *env, jobject obj, @@ -16194,13 +16194,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetConvolutionFilter__III_3B ( JNIEnv *env, jobject obj, @@ -16433,13 +16433,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetConvolutionParameterfv ( JNIEnv *env, jobject obj, @@ -16467,13 +16467,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetConvolutionParameteriv ( JNIEnv *env, jobject obj, @@ -16501,13 +16501,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSeparableFilter2D__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -16870,13 +16870,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetSeparableFilter__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -17301,13 +17301,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glActiveTexture ( JNIEnv *env, jobject obj, @@ -17321,13 +17321,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClientActiveTexture ( JNIEnv *env, jobject obj, @@ -17341,13 +17341,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -17621,13 +17621,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexImage2D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -17917,13 +17917,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexImage3D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -18229,13 +18229,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -18509,13 +18509,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -18821,13 +18821,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -19165,13 +19165,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImage ( GLenum target , GLint lod , GLvoid * img ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetCompressedTexImage__II_3B ( JNIEnv *env, jobject obj, @@ -19388,13 +19388,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1d ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1d ( JNIEnv *env, jobject obj, @@ -19410,13 +19410,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1dv ( JNIEnv *env, jobject obj, @@ -19441,13 +19441,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1f ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1f ( JNIEnv *env, jobject obj, @@ -19463,13 +19463,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1fv ( JNIEnv *env, jobject obj, @@ -19494,13 +19494,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1i ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1i ( JNIEnv *env, jobject obj, @@ -19516,13 +19516,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1iv ( JNIEnv *env, jobject obj, @@ -19547,13 +19547,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1s ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1s ( JNIEnv *env, jobject obj, @@ -19569,13 +19569,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1sv ( JNIEnv *env, jobject obj, @@ -19600,13 +19600,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2d ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2d ( JNIEnv *env, jobject obj, @@ -19624,13 +19624,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2dv ( JNIEnv *env, jobject obj, @@ -19655,13 +19655,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2f ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2f ( JNIEnv *env, jobject obj, @@ -19679,13 +19679,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2fv ( JNIEnv *env, jobject obj, @@ -19710,13 +19710,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2i ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2i ( JNIEnv *env, jobject obj, @@ -19734,13 +19734,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2iv ( JNIEnv *env, jobject obj, @@ -19765,13 +19765,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2s ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2s ( JNIEnv *env, jobject obj, @@ -19789,13 +19789,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2sv ( JNIEnv *env, jobject obj, @@ -19820,13 +19820,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3d ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3d ( JNIEnv *env, jobject obj, @@ -19846,13 +19846,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3dv ( JNIEnv *env, jobject obj, @@ -19877,13 +19877,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3f ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3f ( JNIEnv *env, jobject obj, @@ -19903,13 +19903,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3fv ( JNIEnv *env, jobject obj, @@ -19934,13 +19934,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3i ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3i ( JNIEnv *env, jobject obj, @@ -19960,13 +19960,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3iv ( JNIEnv *env, jobject obj, @@ -19991,13 +19991,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3s ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3s ( JNIEnv *env, jobject obj, @@ -20017,13 +20017,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3sv ( JNIEnv *env, jobject obj, @@ -20048,13 +20048,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4d ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4d ( JNIEnv *env, jobject obj, @@ -20076,13 +20076,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4dv ( JNIEnv *env, jobject obj, @@ -20107,13 +20107,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4f ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4f ( JNIEnv *env, jobject obj, @@ -20135,13 +20135,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4fv ( JNIEnv *env, jobject obj, @@ -20166,13 +20166,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4i ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4i ( JNIEnv *env, jobject obj, @@ -20194,13 +20194,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4iv ( JNIEnv *env, jobject obj, @@ -20225,13 +20225,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4s ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4s ( JNIEnv *env, jobject obj, @@ -20253,13 +20253,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4sv ( JNIEnv *env, jobject obj, @@ -20284,13 +20284,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadTransposeMatrixd ( JNIEnv *env, jobject obj, @@ -20313,13 +20313,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadTransposeMatrixf ( JNIEnv *env, jobject obj, @@ -20342,13 +20342,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultTransposeMatrixd ( JNIEnv *env, jobject obj, @@ -20371,13 +20371,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultTransposeMatrixf ( JNIEnv *env, jobject obj, @@ -20400,13 +20400,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverage ( GLclampf value , GLboolean invert ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSampleCoverage ( JNIEnv *env, jobject obj, @@ -20422,13 +20422,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePass ( GLenum pass ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSamplePass ( JNIEnv *env, jobject obj, @@ -20442,13 +20442,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -20462,13 +20462,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -20482,13 +20482,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -20504,13 +20504,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -20535,13 +20535,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -20557,13 +20557,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -20588,13 +20588,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -20610,13 +20610,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -20641,13 +20641,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -20663,13 +20663,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -20694,13 +20694,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -20718,13 +20718,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -20749,13 +20749,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -20773,13 +20773,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -20804,13 +20804,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -20828,13 +20828,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -20859,13 +20859,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -20883,13 +20883,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -20914,13 +20914,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -20940,13 +20940,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -20971,13 +20971,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -20997,13 +20997,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3fvARB ( JNIEnv *env, jobject obj, @@ -21028,13 +21028,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -21054,13 +21054,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -21085,13 +21085,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -21111,13 +21111,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -21142,13 +21142,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -21170,13 +21170,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -21201,13 +21201,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -21229,13 +21229,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -21260,13 +21260,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -21288,13 +21288,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -21319,13 +21319,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -21347,13 +21347,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -21378,13 +21378,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -21404,13 +21404,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -21426,13 +21426,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -21754,13 +21754,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -22098,13 +22098,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -22134,13 +22134,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -22166,13 +22166,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -22197,13 +22197,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, textures, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTextureEXT ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -22219,13 +22219,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -22261,13 +22261,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, priorities, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -22307,13 +22307,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTextureEXT ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -22330,13 +22330,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -22578,13 +22578,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -22810,13 +22810,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -23058,13 +23058,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -23290,13 +23290,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -23538,13 +23538,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -23571,13 +23571,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, ptr, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointervEXT ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -23753,13 +23753,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElementEXT ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -23773,13 +23773,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -23797,13 +23797,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquationEXT ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -23817,13 +23817,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -23839,13 +23839,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -23870,13 +23870,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfSGIS ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPointParameterfSGIS ( JNIEnv *env, jobject obj, @@ -23892,13 +23892,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvSGIS ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPointParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -23923,13 +23923,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -24187,13 +24187,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -24451,13 +24451,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -24690,13 +24690,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -24724,13 +24724,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -24758,13 +24758,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLockArraysEXT ( GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -24780,13 +24780,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUnlockArraysEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -24798,13 +24798,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadTransposeMatrixfARB ( JNIEnv *env, jobject obj, @@ -24827,13 +24827,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadTransposeMatrixdARB ( JNIEnv *env, jobject obj, @@ -24856,13 +24856,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultTransposeMatrixfARB ( JNIEnv *env, jobject obj, @@ -24885,13 +24885,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultTransposeMatrixdARB ( JNIEnv *env, jobject obj, @@ -24914,13 +24914,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverageARB ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSampleCoverageARB ( JNIEnv *env, jobject obj, @@ -24936,13 +24936,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexImage3DARB__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -25248,13 +25248,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexImage2DARB__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -25544,13 +25544,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1DARB ( GLenum , GLint , GLenum , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexImage1DARB__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -25824,13 +25824,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3DARB ( GLenum , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexSubImage3DARB__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -26168,13 +26168,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2DARB ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexSubImage2DARB__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -26480,13 +26480,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1DARB ( GLenum , GLint , GLint , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCompressedTexSubImage1DARB__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -26760,13 +26760,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImageARB ( GLenum , GLint , void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetCompressedTexImageARB__II_3B ( JNIEnv *env, jobject obj, @@ -26983,13 +26983,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightbvARB ( GLint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWeightbvARB ( JNIEnv *env, jobject obj, @@ -27014,13 +27014,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightsvARB ( GLint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWeightsvARB ( JNIEnv *env, jobject obj, @@ -27045,13 +27045,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightivARB ( GLint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWeightivARB ( JNIEnv *env, jobject obj, @@ -27076,13 +27076,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightfvARB ( GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWeightfvARB ( JNIEnv *env, jobject obj, @@ -27107,13 +27107,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightdvARB ( GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWeightdvARB ( JNIEnv *env, jobject obj, @@ -27138,13 +27138,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWeightubvARB ( JNIEnv *env, jobject obj, @@ -27169,13 +27169,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWeightusvARB ( JNIEnv *env, jobject obj, @@ -27200,13 +27200,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWeightuivARB ( JNIEnv *env, jobject obj, @@ -27231,13 +27231,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWeightPointerARB__III_3B ( JNIEnv *env, jobject obj, @@ -27463,13 +27463,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexBlendARB ( JNIEnv *env, jobject obj, @@ -27483,13 +27483,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCurrentPaletteMatrixARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCurrentPaletteMatrixARB ( JNIEnv *env, jobject obj, @@ -27503,13 +27503,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMatrixIndexubvARB ( JNIEnv *env, jobject obj, @@ -27534,13 +27534,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMatrixIndexusvARB ( JNIEnv *env, jobject obj, @@ -27565,13 +27565,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMatrixIndexuivARB ( JNIEnv *env, jobject obj, @@ -27596,13 +27596,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMatrixIndexPointerARB__III_3B ( JNIEnv *env, jobject obj, @@ -27828,13 +27828,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexFilterFuncSGIS ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexFilterFuncSGIS ( JNIEnv *env, jobject obj, @@ -27862,13 +27862,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexFilterFuncSGIS ( GLenum , GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexFilterFuncSGIS ( JNIEnv *env, jobject obj, @@ -27897,13 +27897,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1DEXT ( GLenum , GLint , GLint , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexSubImage1DEXT__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -28177,13 +28177,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexSubImage2DEXT__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -28489,13 +28489,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexImage1DEXT ( JNIEnv *env, jobject obj, @@ -28521,13 +28521,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexImage2DEXT ( JNIEnv *env, jobject obj, @@ -28555,13 +28555,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1DEXT ( GLenum , GLint , GLint , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexSubImage1DEXT ( JNIEnv *env, jobject obj, @@ -28585,13 +28585,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyTexSubImage2DEXT ( JNIEnv *env, jobject obj, @@ -28619,13 +28619,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetHistogramEXT__IZII_3B ( JNIEnv *env, jobject obj, @@ -28874,13 +28874,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetHistogramParameterfvEXT ( JNIEnv *env, jobject obj, @@ -28908,13 +28908,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetHistogramParameterivEXT ( JNIEnv *env, jobject obj, @@ -28942,13 +28942,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMinmaxEXT__IZII_3B ( JNIEnv *env, jobject obj, @@ -29197,13 +29197,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMinmaxParameterfvEXT ( JNIEnv *env, jobject obj, @@ -29231,13 +29231,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMinmaxParameterivEXT ( JNIEnv *env, jobject obj, @@ -29265,13 +29265,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogramEXT ( GLenum , GLsizei , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glHistogramEXT ( JNIEnv *env, jobject obj, @@ -29291,13 +29291,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmaxEXT ( GLenum , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMinmaxEXT ( JNIEnv *env, jobject obj, @@ -29315,13 +29315,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogramEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glResetHistogramEXT ( JNIEnv *env, jobject obj, @@ -29335,13 +29335,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmaxEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glResetMinmaxEXT ( JNIEnv *env, jobject obj, @@ -29355,13 +29355,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1DEXT ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionFilter1DEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -29619,13 +29619,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionFilter2DEXT__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -29899,13 +29899,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionParameterfEXT ( JNIEnv *env, jobject obj, @@ -29923,13 +29923,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionParameterfvEXT ( JNIEnv *env, jobject obj, @@ -29956,13 +29956,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionParameteriEXT ( JNIEnv *env, jobject obj, @@ -29980,13 +29980,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glConvolutionParameterivEXT ( JNIEnv *env, jobject obj, @@ -30013,13 +30013,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1DEXT ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyConvolutionFilter1DEXT ( JNIEnv *env, jobject obj, @@ -30041,13 +30041,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2DEXT ( GLenum , GLenum , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyConvolutionFilter2DEXT ( JNIEnv *env, jobject obj, @@ -30071,13 +30071,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilterEXT ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetConvolutionFilterEXT__III_3B ( JNIEnv *env, jobject obj, @@ -30310,13 +30310,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetConvolutionParameterfvEXT ( JNIEnv *env, jobject obj, @@ -30344,13 +30344,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetConvolutionParameterivEXT ( JNIEnv *env, jobject obj, @@ -30378,13 +30378,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilterEXT ( GLenum , GLenum , GLenum , GLvoid * , GLvoid * , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetSeparableFilterEXT__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -30809,13 +30809,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSeparableFilter2DEXT__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -31178,13 +31178,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableSGI ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorTableSGI__IIIII_3B ( JNIEnv *env, jobject obj, @@ -31442,13 +31442,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfvSGI ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorTableParameterfvSGI ( JNIEnv *env, jobject obj, @@ -31475,13 +31475,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterivSGI ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorTableParameterivSGI ( JNIEnv *env, jobject obj, @@ -31508,13 +31508,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTableSGI ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyColorTableSGI ( JNIEnv *env, jobject obj, @@ -31536,13 +31536,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableSGI ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetColorTableSGI__III_3B ( JNIEnv *env, jobject obj, @@ -31775,13 +31775,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvSGI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetColorTableParameterfvSGI ( JNIEnv *env, jobject obj, @@ -31809,13 +31809,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivSGI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetColorTableParameterivSGI ( JNIEnv *env, jobject obj, @@ -31843,13 +31843,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenSGIX ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTexGenSGIX ( JNIEnv *env, jobject obj, @@ -31863,13 +31863,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameteriSGIS ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTexGenParameteriSGIS ( JNIEnv *env, jobject obj, @@ -31885,13 +31885,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterivSGIS ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTexGenParameterivSGIS ( JNIEnv *env, jobject obj, @@ -31916,13 +31916,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfSGIS ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTexGenParameterfSGIS ( JNIEnv *env, jobject obj, @@ -31938,13 +31938,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfvSGIS ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTexGenParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -31969,13 +31969,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterivSGIS ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetPixelTexGenParameterivSGIS ( JNIEnv *env, jobject obj, @@ -32001,13 +32001,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterfvSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetPixelTexGenParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -32033,13 +32033,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage4DSGIS ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLsizei , GLint , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexImage4DSGIS__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -32377,13 +32377,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage4DSGIS ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexSubImage4DSGIS__IIIIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -32753,13 +32753,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDetailTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDetailTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -32786,13 +32786,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDetailTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetDetailTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -32818,13 +32818,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSharpenTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSharpenTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -32851,13 +32851,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSharpenTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetSharpenTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -32883,13 +32883,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskSGIS ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSampleMaskSGIS ( JNIEnv *env, jobject obj, @@ -32905,13 +32905,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternSGIS ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSamplePatternSGIS ( JNIEnv *env, jobject obj, @@ -32925,13 +32925,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSpriteParameterfSGIX ( JNIEnv *env, jobject obj, @@ -32947,13 +32947,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSpriteParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -32978,13 +32978,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameteriSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSpriteParameteriSGIX ( JNIEnv *env, jobject obj, @@ -33000,13 +33000,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSpriteParameterivSGIX ( JNIEnv *env, jobject obj, @@ -33031,13 +33031,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfARB ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPointParameterfARB ( JNIEnv *env, jobject obj, @@ -33053,13 +33053,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvARB ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPointParameterfvARB ( JNIEnv *env, jobject obj, @@ -33084,13 +33084,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glGetInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glGetInstrumentsSGIX ( JNIEnv *env, jobject obj) @@ -33105,13 +33105,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInstrumentsBufferSGIX ( GLsizei , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glInstrumentsBufferSGIX ( JNIEnv *env, jobject obj, @@ -33137,13 +33137,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollInstrumentsSGIX ( GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glPollInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -33170,13 +33170,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReadInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -33190,13 +33190,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStartInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glStartInstrumentsSGIX ( JNIEnv *env, jobject obj) @@ -33208,13 +33208,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStopInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glStopInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -33228,13 +33228,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrameZoomSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFrameZoomSGIX ( JNIEnv *env, jobject obj, @@ -33248,13 +33248,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTagSampleBufferSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTagSampleBufferSGIX ( JNIEnv *env, jobject obj) @@ -33266,13 +33266,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3dSGIX ( GLenum , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeformationMap3dSGIX ( JNIEnv *env, jobject obj, @@ -33321,13 +33321,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg13, ptr13, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3fSGIX ( GLenum , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeformationMap3fSGIX ( JNIEnv *env, jobject obj, @@ -33376,13 +33376,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg13, ptr13, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeformSGIX ( JNIEnv *env, jobject obj, @@ -33396,13 +33396,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentityDeformationMapSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadIdentityDeformationMapSGIX ( JNIEnv *env, jobject obj, @@ -33416,13 +33416,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReferencePlaneSGIX ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReferencePlaneSGIX ( JNIEnv *env, jobject obj, @@ -33445,13 +33445,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushRasterSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFlushRasterSGIX ( JNIEnv *env, jobject obj) @@ -33463,13 +33463,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogFuncSGIS ( GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogFuncSGIS ( JNIEnv *env, jobject obj, @@ -33494,13 +33494,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFogFuncSGIS ( GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetFogFuncSGIS ( JNIEnv *env, jobject obj, @@ -33524,13 +33524,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameteriHP ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glImageTransformParameteriHP ( JNIEnv *env, jobject obj, @@ -33548,13 +33548,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfHP ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glImageTransformParameterfHP ( JNIEnv *env, jobject obj, @@ -33572,13 +33572,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterivHP ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glImageTransformParameterivHP ( JNIEnv *env, jobject obj, @@ -33605,13 +33605,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfvHP ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glImageTransformParameterfvHP ( JNIEnv *env, jobject obj, @@ -33638,13 +33638,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterivHP ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetImageTransformParameterivHP ( JNIEnv *env, jobject obj, @@ -33672,13 +33672,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterfvHP ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetImageTransformParameterfvHP ( JNIEnv *env, jobject obj, @@ -33706,13 +33706,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTableEXT ( GLenum , GLsizei , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCopyColorSubTableEXT ( JNIEnv *env, jobject obj, @@ -33734,13 +33734,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHintPGI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glHintPGI ( JNIEnv *env, jobject obj, @@ -33756,13 +33756,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterfvSGIX ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetListParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -33790,13 +33790,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterivSGIX ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetListParameterivSGIX ( JNIEnv *env, jobject obj, @@ -33824,13 +33824,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfSGIX ( GLuint , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glListParameterfSGIX ( JNIEnv *env, jobject obj, @@ -33848,13 +33848,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfvSGIX ( GLuint , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glListParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -33881,13 +33881,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameteriSGIX ( GLuint , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glListParameteriSGIX ( JNIEnv *env, jobject obj, @@ -33905,13 +33905,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterivSGIX ( GLuint , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glListParameterivSGIX ( JNIEnv *env, jobject obj, @@ -33938,13 +33938,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexMaterialEXT ( JNIEnv *env, jobject obj, @@ -33960,13 +33960,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexFuncEXT ( GLenum , GLclampf ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexFuncEXT ( JNIEnv *env, jobject obj, @@ -33982,13 +33982,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterdvEXT ( GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCullParameterdvEXT ( JNIEnv *env, jobject obj, @@ -34014,13 +34014,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterfvEXT ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCullParameterfvEXT ( JNIEnv *env, jobject obj, @@ -34046,13 +34046,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentColorMaterialSGIX ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentColorMaterialSGIX ( JNIEnv *env, jobject obj, @@ -34068,13 +34068,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentLightfSGIX ( JNIEnv *env, jobject obj, @@ -34092,13 +34092,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentLightfvSGIX ( JNIEnv *env, jobject obj, @@ -34125,13 +34125,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentLightiSGIX ( JNIEnv *env, jobject obj, @@ -34149,13 +34149,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentLightivSGIX ( JNIEnv *env, jobject obj, @@ -34182,13 +34182,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentLightModelfSGIX ( JNIEnv *env, jobject obj, @@ -34204,13 +34204,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentLightModelfvSGIX ( JNIEnv *env, jobject obj, @@ -34235,13 +34235,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModeliSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentLightModeliSGIX ( JNIEnv *env, jobject obj, @@ -34257,13 +34257,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentLightModelivSGIX ( JNIEnv *env, jobject obj, @@ -34288,13 +34288,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentMaterialfSGIX ( JNIEnv *env, jobject obj, @@ -34312,13 +34312,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentMaterialfvSGIX ( JNIEnv *env, jobject obj, @@ -34345,13 +34345,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentMaterialiSGIX ( JNIEnv *env, jobject obj, @@ -34369,13 +34369,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFragmentMaterialivSGIX ( JNIEnv *env, jobject obj, @@ -34402,13 +34402,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetFragmentLightfvSGIX ( JNIEnv *env, jobject obj, @@ -34436,13 +34436,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetFragmentLightivSGIX ( JNIEnv *env, jobject obj, @@ -34470,13 +34470,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetFragmentMaterialfvSGIX ( JNIEnv *env, jobject obj, @@ -34504,13 +34504,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetFragmentMaterialivSGIX ( JNIEnv *env, jobject obj, @@ -34538,13 +34538,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightEnviSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLightEnviSGIX ( JNIEnv *env, jobject obj, @@ -34560,13 +34560,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElementsEXT ( GLenum , GLuint , GLuint , GLsizei , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDrawRangeElementsEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -34824,13 +34824,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glApplyTextureEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glApplyTextureEXT ( JNIEnv *env, jobject obj, @@ -34844,13 +34844,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureLightEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTextureLightEXT ( JNIEnv *env, jobject obj, @@ -34864,13 +34864,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTextureMaterialEXT ( JNIEnv *env, jobject obj, @@ -34886,13 +34886,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glAsyncMarkerSGIX ( JNIEnv *env, jobject obj, @@ -34906,13 +34906,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glFinishAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glFinishAsyncSGIX ( JNIEnv *env, jobject obj, @@ -34939,13 +34939,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glPollAsyncSGIX ( JNIEnv *env, jobject obj, @@ -34972,13 +34972,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenAsyncMarkersSGIX ( GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glGenAsyncMarkersSGIX ( JNIEnv *env, jobject obj, @@ -34995,13 +34995,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteAsyncMarkersSGIX ( GLuint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeleteAsyncMarkersSGIX ( JNIEnv *env, jobject obj, @@ -35017,13 +35017,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glIsAsyncMarkerSGIX ( JNIEnv *env, jobject obj, @@ -35040,13 +35040,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -35229,13 +35229,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointervINTEL ( GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalPointervINTEL__I_3_3B ( JNIEnv *env, jobject obj, @@ -35404,13 +35404,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -35593,13 +35593,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoordPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -35782,13 +35782,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTransformParameteriEXT ( JNIEnv *env, jobject obj, @@ -35806,13 +35806,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTransformParameterfEXT ( JNIEnv *env, jobject obj, @@ -35830,13 +35830,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTransformParameterivEXT ( JNIEnv *env, jobject obj, @@ -35863,13 +35863,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPixelTransformParameterfvEXT ( JNIEnv *env, jobject obj, @@ -35896,13 +35896,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3bEXT ( JNIEnv *env, jobject obj, @@ -35920,13 +35920,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3bvEXT ( JNIEnv *env, jobject obj, @@ -35949,13 +35949,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3dEXT ( JNIEnv *env, jobject obj, @@ -35973,13 +35973,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3dvEXT ( JNIEnv *env, jobject obj, @@ -36002,13 +36002,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3fEXT ( JNIEnv *env, jobject obj, @@ -36026,13 +36026,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3fvEXT ( JNIEnv *env, jobject obj, @@ -36055,13 +36055,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3iEXT ( JNIEnv *env, jobject obj, @@ -36079,13 +36079,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3ivEXT ( JNIEnv *env, jobject obj, @@ -36108,13 +36108,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3sEXT ( JNIEnv *env, jobject obj, @@ -36132,13 +36132,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3svEXT ( JNIEnv *env, jobject obj, @@ -36161,13 +36161,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubEXT ( GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3ubEXT ( JNIEnv *env, jobject obj, @@ -36185,13 +36185,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubvEXT ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3ubvEXT ( JNIEnv *env, jobject obj, @@ -36214,13 +36214,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uiEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3uiEXT ( JNIEnv *env, jobject obj, @@ -36238,13 +36238,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uivEXT ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3uivEXT ( JNIEnv *env, jobject obj, @@ -36267,13 +36267,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usEXT ( GLushort , GLushort , GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3usEXT ( JNIEnv *env, jobject obj, @@ -36291,13 +36291,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usvEXT ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColor3usvEXT ( JNIEnv *env, jobject obj, @@ -36320,13 +36320,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerEXT ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColorPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -36552,13 +36552,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureNormalEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTextureNormalEXT ( JNIEnv *env, jobject obj, @@ -36572,13 +36572,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawArraysEXT ( GLenum , GLint * , GLsizei * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -36618,13 +36618,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawElementsEXT ( GLenum , const GLsizei * , GLenum , const GLvoid * * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiDrawElementsEXT__I_3II_3_3BI ( JNIEnv *env, jobject obj, @@ -36898,13 +36898,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogCoordfEXT ( JNIEnv *env, jobject obj, @@ -36918,13 +36918,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogCoordfvEXT ( JNIEnv *env, jobject obj, @@ -36947,13 +36947,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddEXT ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogCoorddEXT ( JNIEnv *env, jobject obj, @@ -36967,13 +36967,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogCoorddvEXT ( JNIEnv *env, jobject obj, @@ -36996,13 +36996,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogCoordPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -37212,13 +37212,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3bEXT ( JNIEnv *env, jobject obj, @@ -37236,13 +37236,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3bvEXT ( JNIEnv *env, jobject obj, @@ -37265,13 +37265,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3dEXT ( JNIEnv *env, jobject obj, @@ -37289,13 +37289,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3dvEXT ( JNIEnv *env, jobject obj, @@ -37318,13 +37318,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3fEXT ( JNIEnv *env, jobject obj, @@ -37342,13 +37342,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3fvEXT ( JNIEnv *env, jobject obj, @@ -37371,13 +37371,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3iEXT ( JNIEnv *env, jobject obj, @@ -37395,13 +37395,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3ivEXT ( JNIEnv *env, jobject obj, @@ -37424,13 +37424,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3sEXT ( JNIEnv *env, jobject obj, @@ -37448,13 +37448,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangent3svEXT ( JNIEnv *env, jobject obj, @@ -37477,13 +37477,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3bEXT ( JNIEnv *env, jobject obj, @@ -37501,13 +37501,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3bvEXT ( JNIEnv *env, jobject obj, @@ -37530,13 +37530,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3dEXT ( JNIEnv *env, jobject obj, @@ -37554,13 +37554,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3dvEXT ( JNIEnv *env, jobject obj, @@ -37583,13 +37583,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3fEXT ( JNIEnv *env, jobject obj, @@ -37607,13 +37607,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3fvEXT ( JNIEnv *env, jobject obj, @@ -37636,13 +37636,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3iEXT ( JNIEnv *env, jobject obj, @@ -37660,13 +37660,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3ivEXT ( JNIEnv *env, jobject obj, @@ -37689,13 +37689,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3sEXT ( JNIEnv *env, jobject obj, @@ -37713,13 +37713,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormal3svEXT ( JNIEnv *env, jobject obj, @@ -37742,13 +37742,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangentPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTangentPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -37958,13 +37958,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormalPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBinormalPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -38174,13 +38174,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishTextureSUNX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFinishTextureSUNX ( JNIEnv *env, jobject obj) @@ -38192,13 +38192,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorbSUN ( GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGlobalAlphaFactorbSUN ( JNIEnv *env, jobject obj, @@ -38212,13 +38212,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorsSUN ( GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGlobalAlphaFactorsSUN ( JNIEnv *env, jobject obj, @@ -38232,13 +38232,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoriSUN ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGlobalAlphaFactoriSUN ( JNIEnv *env, jobject obj, @@ -38252,13 +38252,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorfSUN ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGlobalAlphaFactorfSUN ( JNIEnv *env, jobject obj, @@ -38272,13 +38272,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactordSUN ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGlobalAlphaFactordSUN ( JNIEnv *env, jobject obj, @@ -38292,13 +38292,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGlobalAlphaFactorubSUN ( JNIEnv *env, jobject obj, @@ -38312,13 +38312,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGlobalAlphaFactorusSUN ( JNIEnv *env, jobject obj, @@ -38332,13 +38332,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoruiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGlobalAlphaFactoruiSUN ( JNIEnv *env, jobject obj, @@ -38352,13 +38352,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiSUN ( JNIEnv *env, jobject obj, @@ -38372,13 +38372,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeusSUN ( JNIEnv *env, jobject obj, @@ -38392,13 +38392,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeubSUN ( JNIEnv *env, jobject obj, @@ -38412,13 +38412,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuivSUN ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuivSUN ( JNIEnv *env, jobject obj, @@ -38441,13 +38441,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusvSUN ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeusvSUN ( JNIEnv *env, jobject obj, @@ -38470,13 +38470,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubvSUN ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeubvSUN ( JNIEnv *env, jobject obj, @@ -38499,13 +38499,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodePointerSUN ( GLenum , GLsizei , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodePointerSUN__II_3_3B ( JNIEnv *env, jobject obj, @@ -38688,13 +38688,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4ubVertex2fSUN ( JNIEnv *env, jobject obj, @@ -38718,13 +38718,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4ubVertex2fvSUN ( JNIEnv *env, jobject obj, @@ -38758,13 +38758,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -38790,13 +38790,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -38830,13 +38830,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -38860,13 +38860,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -38900,13 +38900,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -38930,13 +38930,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -38970,13 +38970,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39008,13 +39008,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39059,13 +39059,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39087,13 +39087,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39127,13 +39127,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4fVertex4fSUN ( JNIEnv *env, jobject obj, @@ -39161,13 +39161,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4fVertex4fvSUN ( JNIEnv *env, jobject obj, @@ -39201,13 +39201,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fSUN ( GLfloat , GLfloat , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39237,13 +39237,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fvSUN ( const GLfloat * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39288,13 +39288,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39322,13 +39322,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39373,13 +39373,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39407,13 +39407,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39458,13 +39458,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39500,13 +39500,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord2fColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39562,13 +39562,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4fColor4fNormal3fVertex4fSUN ( JNIEnv *env, jobject obj, @@ -39610,13 +39610,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoord4fColor4fNormal3fVertex4fvSUN ( JNIEnv *env, jobject obj, @@ -39672,13 +39672,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39698,13 +39698,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fvSUN ( const GLenum * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39738,13 +39738,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fSUN ( GLenum , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39772,13 +39772,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fvSUN ( const GLenum * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39823,13 +39823,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39855,13 +39855,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39906,13 +39906,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -39938,13 +39938,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -39989,13 +39989,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -40029,13 +40029,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -40091,13 +40091,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiTexCoord2fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -40121,13 +40121,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiTexCoord2fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -40172,13 +40172,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -40208,13 +40208,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -40270,13 +40270,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -40314,13 +40314,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -40387,13 +40387,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateEXT ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBlendFuncSeparateEXT ( JNIEnv *env, jobject obj, @@ -40413,13 +40413,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateINGR ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBlendFuncSeparateINGR ( JNIEnv *env, jobject obj, @@ -40439,13 +40439,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexWeightfEXT ( JNIEnv *env, jobject obj, @@ -40459,13 +40459,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexWeightfvEXT ( JNIEnv *env, jobject obj, @@ -40488,13 +40488,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightPointerEXT ( GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexWeightPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -40720,13 +40720,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushVertexArrayRangeNV ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFlushVertexArrayRangeNV ( JNIEnv *env, jobject obj) @@ -40738,13 +40738,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexArrayRangeNV ( GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexArrayRangeNV__I_3B ( JNIEnv *env, jobject obj, @@ -40938,13 +40938,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfvNV ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCombinerParameterfvNV ( JNIEnv *env, jobject obj, @@ -40969,13 +40969,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfNV ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCombinerParameterfNV ( JNIEnv *env, jobject obj, @@ -40991,13 +40991,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterivNV ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCombinerParameterivNV ( JNIEnv *env, jobject obj, @@ -41022,13 +41022,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameteriNV ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCombinerParameteriNV ( JNIEnv *env, jobject obj, @@ -41044,13 +41044,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerInputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCombinerInputNV ( JNIEnv *env, jobject obj, @@ -41074,13 +41074,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerOutputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCombinerOutputNV ( JNIEnv *env, jobject obj, @@ -41112,13 +41112,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinalCombinerInputNV ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFinalCombinerInputNV ( JNIEnv *env, jobject obj, @@ -41138,13 +41138,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterfvNV ( GLenum , GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetCombinerInputParameterfvNV ( JNIEnv *env, jobject obj, @@ -41176,13 +41176,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterivNV ( GLenum , GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetCombinerInputParameterivNV ( JNIEnv *env, jobject obj, @@ -41214,13 +41214,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterfvNV ( GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetCombinerOutputParameterfvNV ( JNIEnv *env, jobject obj, @@ -41250,13 +41250,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterivNV ( GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetCombinerOutputParameterivNV ( JNIEnv *env, jobject obj, @@ -41286,13 +41286,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetFinalCombinerInputParameterfvNV ( JNIEnv *env, jobject obj, @@ -41320,13 +41320,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetFinalCombinerInputParameterivNV ( JNIEnv *env, jobject obj, @@ -41354,13 +41354,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawArraysIBM ( GLenum , const GLint * , const GLsizei * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiModeDrawArraysIBM ( JNIEnv *env, jobject obj, @@ -41400,13 +41400,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawElementsIBM ( const GLenum * , const GLsizei * , GLenum , const GLvoid * * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMultiModeDrawElementsIBM___3I_3II_3_3BII ( JNIEnv *env, jobject obj, @@ -41757,13 +41757,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -41974,13 +41974,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSecondaryColorPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -42191,13 +42191,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerListIBM ( GLint , const GLboolean * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEdgeFlagPointerListIBM ( JNIEnv *env, jobject obj, @@ -42224,13 +42224,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFogCoordPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -42427,13 +42427,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIndexPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -42630,13 +42630,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -42833,13 +42833,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexCoordPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -43050,13 +43050,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -43267,13 +43267,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTbufferMask3DFX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTbufferMask3DFX ( JNIEnv *env, jobject obj, @@ -43287,13 +43287,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskEXT ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSampleMaskEXT ( JNIEnv *env, jobject obj, @@ -43309,13 +43309,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSamplePatternEXT ( JNIEnv *env, jobject obj, @@ -43329,13 +43329,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureColorMaskSGIS ( GLboolean , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTextureColorMaskSGIS ( JNIEnv *env, jobject obj, @@ -43355,13 +43355,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIglooInterfaceSGIX ( GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glIglooInterfaceSGIX__I_3B ( JNIEnv *env, jobject obj, @@ -43555,13 +43555,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenFencesNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGenFencesNV ( JNIEnv *env, jobject obj, @@ -43587,13 +43587,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFencesNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeleteFencesNV ( JNIEnv *env, jobject obj, @@ -43618,13 +43618,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFenceNV ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSetFenceNV ( JNIEnv *env, jobject obj, @@ -43640,13 +43640,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glTestFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glTestFenceNV ( JNIEnv *env, jobject obj, @@ -43663,13 +43663,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glFinishFenceNV ( JNIEnv *env, jobject obj, @@ -43683,13 +43683,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glIsFenceNV ( JNIEnv *env, jobject obj, @@ -43706,13 +43706,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFenceivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetFenceivNV ( JNIEnv *env, jobject obj, @@ -43740,13 +43740,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLint , GLint , GLboolean , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMapControlPointsNV__IIIIIIIZ_3B ( JNIEnv *env, jobject obj, @@ -44052,13 +44052,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterivNV ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMapParameterivNV ( JNIEnv *env, jobject obj, @@ -44085,13 +44085,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glMapParameterfvNV ( JNIEnv *env, jobject obj, @@ -44118,13 +44118,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLboolean , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMapControlPointsNV__IIIIIZ_3B ( JNIEnv *env, jobject obj, @@ -44405,13 +44405,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMapParameterivNV ( JNIEnv *env, jobject obj, @@ -44439,13 +44439,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMapParameterfvNV ( JNIEnv *env, jobject obj, @@ -44473,13 +44473,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMapAttribParameterivNV ( JNIEnv *env, jobject obj, @@ -44509,13 +44509,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetMapAttribParameterfvNV ( JNIEnv *env, jobject obj, @@ -44545,13 +44545,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMapsNV ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEvalMapsNV ( JNIEnv *env, jobject obj, @@ -44567,13 +44567,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerStageParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glCombinerStageParameterfvNV ( JNIEnv *env, jobject obj, @@ -44600,13 +44600,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerStageParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetCombinerStageParameterfvNV ( JNIEnv *env, jobject obj, @@ -44634,13 +44634,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindProgramNV ( GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBindProgramNV ( JNIEnv *env, jobject obj, @@ -44656,13 +44656,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeleteProgramsNV ( JNIEnv *env, jobject obj, @@ -44687,13 +44687,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExecuteProgramNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glExecuteProgramNV ( JNIEnv *env, jobject obj, @@ -44720,13 +44720,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenProgramsNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGenProgramsNV ( JNIEnv *env, jobject obj, @@ -44752,13 +44752,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreProgramsResidentNV ( GLsizei , const GLuint * , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glAreProgramsResidentNV ( JNIEnv *env, jobject obj, @@ -44798,13 +44798,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRequestResidentProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glRequestResidentProgramsNV ( JNIEnv *env, jobject obj, @@ -44829,13 +44829,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetProgramParameterfvNV ( JNIEnv *env, jobject obj, @@ -44865,13 +44865,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterdvNV ( GLenum , GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetProgramParameterdvNV ( JNIEnv *env, jobject obj, @@ -44901,13 +44901,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetProgramivNV ( JNIEnv *env, jobject obj, @@ -44935,13 +44935,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramStringNV ( GLuint , GLenum , GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetProgramStringNV ( JNIEnv *env, jobject obj, @@ -44969,13 +44969,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTrackMatrixivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTrackMatrixivNV ( JNIEnv *env, jobject obj, @@ -45005,13 +45005,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribdvNV ( GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVertexAttribdvNV ( JNIEnv *env, jobject obj, @@ -45039,13 +45039,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribfvNV ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVertexAttribfvNV ( JNIEnv *env, jobject obj, @@ -45073,13 +45073,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVertexAttribivNV ( JNIEnv *env, jobject obj, @@ -45107,13 +45107,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribPointervNV ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVertexAttribPointervNV__II_3_3B ( JNIEnv *env, jobject obj, @@ -45303,13 +45303,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsProgramNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glIsProgramNV ( JNIEnv *env, jobject obj, @@ -45326,13 +45326,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadProgramNV ( GLenum , GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glLoadProgramNV ( JNIEnv *env, jobject obj, @@ -45361,13 +45361,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fNV ( GLenum , GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glProgramParameter4fNV ( JNIEnv *env, jobject obj, @@ -45391,13 +45391,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dNV ( GLenum , GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glProgramParameter4dNV ( JNIEnv *env, jobject obj, @@ -45421,13 +45421,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dvNV ( GLenum , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glProgramParameter4dvNV ( JNIEnv *env, jobject obj, @@ -45454,13 +45454,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fvNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glProgramParameter4fvNV ( JNIEnv *env, jobject obj, @@ -45487,13 +45487,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4dvNV ( GLenum , GLuint , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glProgramParameters4dvNV ( JNIEnv *env, jobject obj, @@ -45522,13 +45522,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4fvNV ( GLenum , GLuint , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glProgramParameters4fvNV ( JNIEnv *env, jobject obj, @@ -45557,13 +45557,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTrackMatrixNV ( GLenum , GLuint , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTrackMatrixNV ( JNIEnv *env, jobject obj, @@ -45583,13 +45583,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribPointerNV ( GLuint , GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribPointerNV__IIII_3B ( JNIEnv *env, jobject obj, @@ -45831,13 +45831,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1sNV ( GLuint , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib1sNV ( JNIEnv *env, jobject obj, @@ -45853,13 +45853,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fNV ( GLuint , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib1fNV ( JNIEnv *env, jobject obj, @@ -45875,13 +45875,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dNV ( GLuint , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib1dNV ( JNIEnv *env, jobject obj, @@ -45897,13 +45897,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2sNV ( GLuint , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib2sNV ( JNIEnv *env, jobject obj, @@ -45921,13 +45921,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fNV ( GLuint , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib2fNV ( JNIEnv *env, jobject obj, @@ -45945,13 +45945,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dNV ( GLuint , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib2dNV ( JNIEnv *env, jobject obj, @@ -45969,13 +45969,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3sNV ( GLuint , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib3sNV ( JNIEnv *env, jobject obj, @@ -45995,13 +45995,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fNV ( GLuint , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib3fNV ( JNIEnv *env, jobject obj, @@ -46021,13 +46021,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dNV ( GLuint , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib3dNV ( JNIEnv *env, jobject obj, @@ -46047,13 +46047,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4sNV ( GLuint , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib4sNV ( JNIEnv *env, jobject obj, @@ -46075,13 +46075,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fNV ( GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib4fNV ( JNIEnv *env, jobject obj, @@ -46103,13 +46103,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dNV ( GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib4dNV ( JNIEnv *env, jobject obj, @@ -46131,13 +46131,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubNV ( GLuint , GLubyte , GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib4ubNV ( JNIEnv *env, jobject obj, @@ -46159,13 +46159,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib1svNV ( JNIEnv *env, jobject obj, @@ -46190,13 +46190,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib1fvNV ( JNIEnv *env, jobject obj, @@ -46221,13 +46221,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib1dvNV ( JNIEnv *env, jobject obj, @@ -46252,13 +46252,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib2svNV ( JNIEnv *env, jobject obj, @@ -46283,13 +46283,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib2fvNV ( JNIEnv *env, jobject obj, @@ -46314,13 +46314,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib2dvNV ( JNIEnv *env, jobject obj, @@ -46345,13 +46345,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib3svNV ( JNIEnv *env, jobject obj, @@ -46376,13 +46376,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib3fvNV ( JNIEnv *env, jobject obj, @@ -46407,13 +46407,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib3dvNV ( JNIEnv *env, jobject obj, @@ -46438,13 +46438,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib4svNV ( JNIEnv *env, jobject obj, @@ -46469,13 +46469,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib4fvNV ( JNIEnv *env, jobject obj, @@ -46500,13 +46500,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib4dvNV ( JNIEnv *env, jobject obj, @@ -46531,13 +46531,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubvNV ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttrib4ubvNV ( JNIEnv *env, jobject obj, @@ -46562,13 +46562,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs1svNV ( JNIEnv *env, jobject obj, @@ -46595,13 +46595,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs1fvNV ( JNIEnv *env, jobject obj, @@ -46628,13 +46628,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs1dvNV ( JNIEnv *env, jobject obj, @@ -46661,13 +46661,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs2svNV ( JNIEnv *env, jobject obj, @@ -46694,13 +46694,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs2fvNV ( JNIEnv *env, jobject obj, @@ -46727,13 +46727,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs2dvNV ( JNIEnv *env, jobject obj, @@ -46760,13 +46760,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs3svNV ( JNIEnv *env, jobject obj, @@ -46793,13 +46793,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs3fvNV ( JNIEnv *env, jobject obj, @@ -46826,13 +46826,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs3dvNV ( JNIEnv *env, jobject obj, @@ -46859,13 +46859,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs4svNV ( JNIEnv *env, jobject obj, @@ -46892,13 +46892,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs4fvNV ( JNIEnv *env, jobject obj, @@ -46925,13 +46925,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs4dvNV ( JNIEnv *env, jobject obj, @@ -46958,13 +46958,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4ubvNV ( GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexAttribs4ubvNV ( JNIEnv *env, jobject obj, @@ -46991,13 +46991,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterivATI ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexBumpParameterivATI ( JNIEnv *env, jobject obj, @@ -47022,13 +47022,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterfvATI ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glTexBumpParameterfvATI ( JNIEnv *env, jobject obj, @@ -47053,13 +47053,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterivATI ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexBumpParameterivATI ( JNIEnv *env, jobject obj, @@ -47085,13 +47085,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterfvATI ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetTexBumpParameterfvATI ( JNIEnv *env, jobject obj, @@ -47117,13 +47117,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenFragmentShadersATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glGenFragmentShadersATI ( JNIEnv *env, jobject obj, @@ -47140,13 +47140,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBindFragmentShaderATI ( JNIEnv *env, jobject obj, @@ -47160,13 +47160,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeleteFragmentShaderATI ( JNIEnv *env, jobject obj, @@ -47180,13 +47180,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBeginFragmentShaderATI ( JNIEnv *env, jobject obj) @@ -47198,13 +47198,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEndFragmentShaderATI ( JNIEnv *env, jobject obj) @@ -47216,13 +47216,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassTexCoordATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPassTexCoordATI ( JNIEnv *env, jobject obj, @@ -47240,13 +47240,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMapATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSampleMapATI ( JNIEnv *env, jobject obj, @@ -47264,13 +47264,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorFragmentOp1ATI ( JNIEnv *env, jobject obj, @@ -47296,13 +47296,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorFragmentOp2ATI ( JNIEnv *env, jobject obj, @@ -47334,13 +47334,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glColorFragmentOp3ATI ( JNIEnv *env, jobject obj, @@ -47378,13 +47378,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glAlphaFragmentOp1ATI ( JNIEnv *env, jobject obj, @@ -47408,13 +47408,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glAlphaFragmentOp2ATI ( JNIEnv *env, jobject obj, @@ -47444,13 +47444,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glAlphaFragmentOp3ATI ( JNIEnv *env, jobject obj, @@ -47486,13 +47486,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFragmentShaderConstantATI ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSetFragmentShaderConstantATI ( JNIEnv *env, jobject obj, @@ -47517,13 +47517,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesiATI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPNTrianglesiATI ( JNIEnv *env, jobject obj, @@ -47539,13 +47539,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesfATI ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glPNTrianglesfATI ( JNIEnv *env, jobject obj, @@ -47561,13 +47561,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glNewObjectBufferATI ( GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glNewObjectBufferATI__I_3BI ( JNIEnv *env, jobject obj, @@ -47801,13 +47801,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glIsObjectBufferATI ( JNIEnv *env, jobject obj, @@ -47824,13 +47824,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUpdateObjectBufferATI ( GLuint , GLuint , GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glUpdateObjectBufferATI__III_3BI ( JNIEnv *env, jobject obj, @@ -48072,13 +48072,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetObjectBufferfvATI ( JNIEnv *env, jobject obj, @@ -48106,13 +48106,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetObjectBufferivATI ( JNIEnv *env, jobject obj, @@ -48140,13 +48140,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeleteObjectBufferATI ( JNIEnv *env, jobject obj, @@ -48160,13 +48160,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayObjectATI ( GLenum , GLint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glArrayObjectATI ( JNIEnv *env, jobject obj, @@ -48190,13 +48190,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectfvATI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetArrayObjectfvATI ( JNIEnv *env, jobject obj, @@ -48224,13 +48224,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectivATI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetArrayObjectivATI ( JNIEnv *env, jobject obj, @@ -48258,13 +48258,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantArrayObjectATI ( GLuint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantArrayObjectATI ( JNIEnv *env, jobject obj, @@ -48286,13 +48286,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVariantArrayObjectfvATI ( JNIEnv *env, jobject obj, @@ -48320,13 +48320,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVariantArrayObjectivATI ( JNIEnv *env, jobject obj, @@ -48354,13 +48354,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBeginVertexShaderEXT ( JNIEnv *env, jobject obj) @@ -48372,13 +48372,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEndVertexShaderEXT ( JNIEnv *env, jobject obj) @@ -48390,13 +48390,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glBindVertexShaderEXT ( JNIEnv *env, jobject obj, @@ -48410,13 +48410,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenVertexShadersEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glGenVertexShadersEXT ( JNIEnv *env, jobject obj, @@ -48433,13 +48433,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDeleteVertexShaderEXT ( JNIEnv *env, jobject obj, @@ -48453,13 +48453,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp1EXT ( GLenum , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glShaderOp1EXT ( JNIEnv *env, jobject obj, @@ -48477,13 +48477,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp2EXT ( GLenum , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glShaderOp2EXT ( JNIEnv *env, jobject obj, @@ -48503,13 +48503,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp3EXT ( GLenum , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glShaderOp3EXT ( JNIEnv *env, jobject obj, @@ -48531,13 +48531,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSwizzleEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSwizzleEXT ( JNIEnv *env, jobject obj, @@ -48561,13 +48561,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWriteMaskEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glWriteMaskEXT ( JNIEnv *env, jobject obj, @@ -48591,13 +48591,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInsertComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glInsertComponentEXT ( JNIEnv *env, jobject obj, @@ -48615,13 +48615,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExtractComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glExtractComponentEXT ( JNIEnv *env, jobject obj, @@ -48639,13 +48639,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenSymbolsEXT ( GLenum , GLenum , GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glGenSymbolsEXT ( JNIEnv *env, jobject obj, @@ -48668,13 +48668,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetInvariantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSetInvariantEXT__II_3B ( JNIEnv *env, jobject obj, @@ -48884,13 +48884,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetLocalConstantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glSetLocalConstantEXT__II_3B ( JNIEnv *env, jobject obj, @@ -49100,13 +49100,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantbvEXT ( GLuint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantbvEXT ( JNIEnv *env, jobject obj, @@ -49131,13 +49131,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantsvEXT ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantsvEXT ( JNIEnv *env, jobject obj, @@ -49162,13 +49162,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantivEXT ( GLuint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantivEXT ( JNIEnv *env, jobject obj, @@ -49193,13 +49193,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantfvEXT ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantfvEXT ( JNIEnv *env, jobject obj, @@ -49224,13 +49224,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantdvEXT ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantdvEXT ( JNIEnv *env, jobject obj, @@ -49255,13 +49255,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantubvEXT ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantubvEXT ( JNIEnv *env, jobject obj, @@ -49286,13 +49286,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantusvEXT ( GLuint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantusvEXT ( JNIEnv *env, jobject obj, @@ -49317,13 +49317,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantuivEXT ( GLuint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantuivEXT ( JNIEnv *env, jobject obj, @@ -49348,13 +49348,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantPointerEXT ( GLuint , GLenum , GLuint , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVariantPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -49580,13 +49580,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glEnableVariantClientStateEXT ( JNIEnv *env, jobject obj, @@ -49600,13 +49600,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glDisableVariantClientStateEXT ( JNIEnv *env, jobject obj, @@ -49620,13 +49620,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindLightParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glBindLightParameterEXT ( JNIEnv *env, jobject obj, @@ -49645,13 +49645,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindMaterialParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glBindMaterialParameterEXT ( JNIEnv *env, jobject obj, @@ -49670,13 +49670,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTexGenParameterEXT ( GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glBindTexGenParameterEXT ( JNIEnv *env, jobject obj, @@ -49697,13 +49697,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTextureUnitParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glBindTextureUnitParameterEXT ( JNIEnv *env, jobject obj, @@ -49722,13 +49722,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindParameterEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFunc14JauJNI_glBindParameterEXT ( JNIEnv *env, jobject obj, @@ -49745,13 +49745,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsVariantEnabledEXT ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFunc14JauJNI_glIsVariantEnabledEXT ( JNIEnv *env, jobject obj, @@ -49770,13 +49770,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVariantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -49804,13 +49804,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVariantIntegervEXT ( JNIEnv *env, jobject obj, @@ -49838,13 +49838,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVariantFloatvEXT ( JNIEnv *env, jobject obj, @@ -49872,13 +49872,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantPointervEXT ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetVariantPointervEXT__II_3_3B ( JNIEnv *env, jobject obj, @@ -50068,13 +50068,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetInvariantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -50102,13 +50102,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetInvariantIntegervEXT ( JNIEnv *env, jobject obj, @@ -50136,13 +50136,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetInvariantFloatvEXT ( JNIEnv *env, jobject obj, @@ -50170,13 +50170,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetLocalConstantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -50204,13 +50204,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetLocalConstantIntegervEXT ( JNIEnv *env, jobject obj, @@ -50238,13 +50238,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glGetLocalConstantFloatvEXT ( JNIEnv *env, jobject obj, @@ -50272,13 +50272,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1s ( GLenum , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream1s ( JNIEnv *env, jobject obj, @@ -50294,13 +50294,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream1sv ( JNIEnv *env, jobject obj, @@ -50325,13 +50325,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1i ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream1i ( JNIEnv *env, jobject obj, @@ -50347,13 +50347,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream1iv ( JNIEnv *env, jobject obj, @@ -50378,13 +50378,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1f ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream1f ( JNIEnv *env, jobject obj, @@ -50400,13 +50400,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream1fv ( JNIEnv *env, jobject obj, @@ -50431,13 +50431,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1d ( GLenum , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream1d ( JNIEnv *env, jobject obj, @@ -50453,13 +50453,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream1dv ( JNIEnv *env, jobject obj, @@ -50484,13 +50484,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2s ( GLenum , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream2s ( JNIEnv *env, jobject obj, @@ -50508,13 +50508,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream2sv ( JNIEnv *env, jobject obj, @@ -50539,13 +50539,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2i ( GLenum , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream2i ( JNIEnv *env, jobject obj, @@ -50563,13 +50563,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream2iv ( JNIEnv *env, jobject obj, @@ -50594,13 +50594,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2f ( GLenum , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream2f ( JNIEnv *env, jobject obj, @@ -50618,13 +50618,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream2fv ( JNIEnv *env, jobject obj, @@ -50649,13 +50649,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2d ( GLenum , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream2d ( JNIEnv *env, jobject obj, @@ -50673,13 +50673,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream2dv ( JNIEnv *env, jobject obj, @@ -50704,13 +50704,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream3s ( JNIEnv *env, jobject obj, @@ -50730,13 +50730,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream3sv ( JNIEnv *env, jobject obj, @@ -50761,13 +50761,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream3i ( JNIEnv *env, jobject obj, @@ -50787,13 +50787,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream3iv ( JNIEnv *env, jobject obj, @@ -50818,13 +50818,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream3f ( JNIEnv *env, jobject obj, @@ -50844,13 +50844,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream3fv ( JNIEnv *env, jobject obj, @@ -50875,13 +50875,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream3d ( JNIEnv *env, jobject obj, @@ -50901,13 +50901,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream3dv ( JNIEnv *env, jobject obj, @@ -50932,13 +50932,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4s ( GLenum , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream4s ( JNIEnv *env, jobject obj, @@ -50960,13 +50960,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream4sv ( JNIEnv *env, jobject obj, @@ -50991,13 +50991,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4i ( GLenum , GLint , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream4i ( JNIEnv *env, jobject obj, @@ -51019,13 +51019,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream4iv ( JNIEnv *env, jobject obj, @@ -51050,13 +51050,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4f ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream4f ( JNIEnv *env, jobject obj, @@ -51078,13 +51078,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream4fv ( JNIEnv *env, jobject obj, @@ -51109,13 +51109,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4d ( GLenum , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream4d ( JNIEnv *env, jobject obj, @@ -51137,13 +51137,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexStream4dv ( JNIEnv *env, jobject obj, @@ -51168,13 +51168,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3b ( GLenum , GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3b ( JNIEnv *env, jobject obj, @@ -51194,13 +51194,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3bv ( GLenum , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3bv ( JNIEnv *env, jobject obj, @@ -51225,13 +51225,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3s ( JNIEnv *env, jobject obj, @@ -51251,13 +51251,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3sv ( JNIEnv *env, jobject obj, @@ -51282,13 +51282,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3i ( JNIEnv *env, jobject obj, @@ -51308,13 +51308,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3iv ( JNIEnv *env, jobject obj, @@ -51339,13 +51339,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3f ( JNIEnv *env, jobject obj, @@ -51365,13 +51365,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3fv ( JNIEnv *env, jobject obj, @@ -51396,13 +51396,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3d ( JNIEnv *env, jobject obj, @@ -51422,13 +51422,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glNormalStream3dv ( JNIEnv *env, jobject obj, @@ -51453,13 +51453,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo (*env)->ReleasePrimitiveArrayCritical(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveVertexStream ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glClientActiveVertexStream ( JNIEnv *env, jobject obj, @@ -51473,13 +51473,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvi ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexBlendEnvi ( JNIEnv *env, jobject obj, @@ -51495,13 +51495,13 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvf ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFunc14JauJNI_glVertexBlendEnvf ( JNIEnv *env, jobject obj, @@ -51517,5 +51517,5 @@ Java_gl4java_GLFunc14JauJNI_newDirectByteBuffer(JNIEnv* env, jobject unused, jlo ); } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/OpenGL_JauJNI_funcs.c b/CNativeCode/OpenGL_JauJNI_funcs.c index d070dfe..354a177 100755 --- a/CNativeCode/OpenGL_JauJNI_funcs.c +++ b/CNativeCode/OpenGL_JauJNI_funcs.c @@ -91,13 +91,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLFuncJauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearIndex ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClear ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFunc ( GLenum func , GLclampf ref ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLogicOp ( GLenum opcode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrontFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointSize ( GLfloat size ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineWidth ( GLfloat width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineStipple ( GLint factor , GLushort pattern ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonMode ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonStipple ( const GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPolygonStipple ( GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlag ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagv ( const GLboolean * flag ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsEnabled ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDoublev ( GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFloatv ( GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetIntegerv ( GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushClientAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopClientAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glRenderMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLenum glGetError ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinish ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlush ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHint ( GLenum target , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearDepth ( GLclampd depth ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthFunc ( GLenum func ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthMask ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAccum ( GLenum op , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentity ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteLists ( GLuint list , GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenLists ( GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNewList ( GLuint list , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndList ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListBase ( GLuint base ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBegin ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnd ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexd ( GLdouble c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexf ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexi ( GLint c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexs ( GLshort c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexub ( GLubyte c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexdv ( const GLdouble * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexfv ( const GLfloat * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexiv ( const GLint * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexsv ( const GLshort * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexubv ( const GLubyte * c ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3i ( GLint red , GLint green , GLint blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1d ( GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1f ( GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1i ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1s ( GLshort s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2d ( GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2f ( GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2i ( GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2s ( GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fv ( JNIEnv *env, jobject obj, @@ -4772,13 +4772,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointerv ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElement ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShadeModel ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLighti ( GLenum light , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeli ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeliv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMaterial ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStoref ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStorei ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearStencil ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTextures ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTexture ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTexture ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1d ( GLdouble u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1f ( GLfloat u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint1 ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint2 ( GLint i , GLint j ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogiv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassThrough ( GLfloat token ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInitNames ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopName ( void ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3D ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquation ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogram ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmax ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ; - * </pre>
- */
+ * </pre> + */ 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTexture ( JNIEnv *env, jobject obj, @@ -16289,13 +16289,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTexture ( JNIEnv *env, jobject obj, @@ -16309,13 +16309,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -16554,13 +16554,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, data, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage2D__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -16813,13 +16813,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, data, ptr7, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage3D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -17086,13 +17086,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, data, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage1D__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -17331,13 +17331,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, data, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage2D__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -17604,13 +17604,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, data, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage3D__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -17905,13 +17905,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, data, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImage ( GLenum target , GLint lod , GLvoid * img ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCompressedTexImage__II_3B ( JNIEnv *env, jobject obj, @@ -18101,13 +18101,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, img, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1d ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1d ( JNIEnv *env, jobject obj, @@ -18123,13 +18123,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dv ( JNIEnv *env, jobject obj, @@ -18154,13 +18154,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1f ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1f ( JNIEnv *env, jobject obj, @@ -18176,13 +18176,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fv ( JNIEnv *env, jobject obj, @@ -18207,13 +18207,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1i ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1i ( JNIEnv *env, jobject obj, @@ -18229,13 +18229,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iv ( JNIEnv *env, jobject obj, @@ -18260,13 +18260,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1s ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1s ( JNIEnv *env, jobject obj, @@ -18282,13 +18282,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sv ( JNIEnv *env, jobject obj, @@ -18313,13 +18313,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2d ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2d ( JNIEnv *env, jobject obj, @@ -18337,13 +18337,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dv ( JNIEnv *env, jobject obj, @@ -18368,13 +18368,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2f ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2f ( JNIEnv *env, jobject obj, @@ -18392,13 +18392,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fv ( JNIEnv *env, jobject obj, @@ -18423,13 +18423,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2i ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2i ( JNIEnv *env, jobject obj, @@ -18447,13 +18447,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iv ( JNIEnv *env, jobject obj, @@ -18478,13 +18478,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2s ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2s ( JNIEnv *env, jobject obj, @@ -18502,13 +18502,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sv ( JNIEnv *env, jobject obj, @@ -18533,13 +18533,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3d ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3d ( JNIEnv *env, jobject obj, @@ -18559,13 +18559,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dv ( JNIEnv *env, jobject obj, @@ -18590,13 +18590,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3f ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3f ( JNIEnv *env, jobject obj, @@ -18616,13 +18616,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fv ( JNIEnv *env, jobject obj, @@ -18647,13 +18647,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3i ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3i ( JNIEnv *env, jobject obj, @@ -18673,13 +18673,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iv ( JNIEnv *env, jobject obj, @@ -18704,13 +18704,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3s ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3s ( JNIEnv *env, jobject obj, @@ -18730,13 +18730,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sv ( JNIEnv *env, jobject obj, @@ -18761,13 +18761,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4d ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4d ( JNIEnv *env, jobject obj, @@ -18789,13 +18789,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dv ( JNIEnv *env, jobject obj, @@ -18820,13 +18820,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4f ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4f ( JNIEnv *env, jobject obj, @@ -18848,13 +18848,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fv ( JNIEnv *env, jobject obj, @@ -18879,13 +18879,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4i ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4i ( JNIEnv *env, jobject obj, @@ -18907,13 +18907,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iv ( JNIEnv *env, jobject obj, @@ -18938,13 +18938,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4s ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4s ( JNIEnv *env, jobject obj, @@ -18966,13 +18966,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sv ( JNIEnv *env, jobject obj, @@ -18997,13 +18997,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixd ( JNIEnv *env, jobject obj, @@ -19026,13 +19026,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixf ( JNIEnv *env, jobject obj, @@ -19055,13 +19055,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixd ( JNIEnv *env, jobject obj, @@ -19084,13 +19084,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixf ( JNIEnv *env, jobject obj, @@ -19113,13 +19113,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, m, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverage ( GLclampf value , GLboolean invert ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleCoverage ( JNIEnv *env, jobject obj, @@ -19135,13 +19135,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePass ( GLenum pass ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSamplePass ( JNIEnv *env, jobject obj, @@ -19155,13 +19155,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19175,13 +19175,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveTextureARB ( JNIEnv *env, jobject obj, @@ -19195,13 +19195,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dARB ( JNIEnv *env, jobject obj, @@ -19217,13 +19217,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1dvARB ( JNIEnv *env, jobject obj, @@ -19248,13 +19248,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fARB ( JNIEnv *env, jobject obj, @@ -19270,13 +19270,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1fvARB ( JNIEnv *env, jobject obj, @@ -19301,13 +19301,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1iARB ( JNIEnv *env, jobject obj, @@ -19323,13 +19323,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1ivARB ( JNIEnv *env, jobject obj, @@ -19354,13 +19354,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1sARB ( JNIEnv *env, jobject obj, @@ -19376,13 +19376,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord1svARB ( JNIEnv *env, jobject obj, @@ -19407,13 +19407,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dARB ( JNIEnv *env, jobject obj, @@ -19431,13 +19431,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2dvARB ( JNIEnv *env, jobject obj, @@ -19462,13 +19462,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fARB ( JNIEnv *env, jobject obj, @@ -19486,13 +19486,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2fvARB ( JNIEnv *env, jobject obj, @@ -19517,13 +19517,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2iARB ( JNIEnv *env, jobject obj, @@ -19541,13 +19541,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2ivARB ( JNIEnv *env, jobject obj, @@ -19572,13 +19572,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2sARB ( JNIEnv *env, jobject obj, @@ -19596,13 +19596,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord2svARB ( JNIEnv *env, jobject obj, @@ -19627,13 +19627,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dARB ( JNIEnv *env, jobject obj, @@ -19653,13 +19653,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3dvARB ( JNIEnv *env, jobject obj, @@ -19684,13 +19684,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fARB ( JNIEnv *env, jobject obj, @@ -19710,13 +19710,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3fvARB ( JNIEnv *env, jobject obj, @@ -19741,13 +19741,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3iARB ( JNIEnv *env, jobject obj, @@ -19767,13 +19767,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3ivARB ( JNIEnv *env, jobject obj, @@ -19798,13 +19798,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3sARB ( JNIEnv *env, jobject obj, @@ -19824,13 +19824,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord3svARB ( JNIEnv *env, jobject obj, @@ -19855,13 +19855,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dARB ( JNIEnv *env, jobject obj, @@ -19883,13 +19883,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4dvARB ( JNIEnv *env, jobject obj, @@ -19914,13 +19914,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fARB ( JNIEnv *env, jobject obj, @@ -19942,13 +19942,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4fvARB ( JNIEnv *env, jobject obj, @@ -19973,13 +19973,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4iARB ( JNIEnv *env, jobject obj, @@ -20001,13 +20001,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4ivARB ( JNIEnv *env, jobject obj, @@ -20032,13 +20032,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4sARB ( JNIEnv *env, jobject obj, @@ -20060,13 +20060,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiTexCoord4svARB ( JNIEnv *env, jobject obj, @@ -20091,13 +20091,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, v, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendColorEXT ( JNIEnv *env, jobject obj, @@ -20117,13 +20117,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPolygonOffsetEXT ( JNIEnv *env, jobject obj, @@ -20139,13 +20139,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage3DEXT__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -20426,13 +20426,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr9, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage3DEXT__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -20727,13 +20727,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, pixels, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage3DEXT ( JNIEnv *env, jobject obj, @@ -20763,13 +20763,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenTexturesEXT ( JNIEnv *env, jobject obj, @@ -20795,13 +20795,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, textures, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteTexturesEXT ( JNIEnv *env, jobject obj, @@ -20826,13 +20826,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, textures, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTextureEXT ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureEXT ( JNIEnv *env, jobject obj, @@ -20848,13 +20848,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPrioritizeTexturesEXT ( JNIEnv *env, jobject obj, @@ -20890,13 +20890,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, priorities, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreTexturesResidentEXT ( JNIEnv *env, jobject obj, @@ -20936,13 +20936,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTextureEXT ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsTextureEXT ( JNIEnv *env, jobject obj, @@ -20959,13 +20959,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -21176,13 +21176,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -21379,13 +21379,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -21596,13 +21596,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -21799,13 +21799,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerEXT__IIII_3B ( JNIEnv *env, jobject obj, @@ -22016,13 +22016,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, ptr, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerEXT ( JNIEnv *env, jobject obj, @@ -22049,13 +22049,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseBooleanArrayElements(env, ptr, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointervEXT ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPointervEXT__I_3_3B ( JNIEnv *env, jobject obj, @@ -22231,13 +22231,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, params, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElementEXT ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayElementEXT ( JNIEnv *env, jobject obj, @@ -22251,13 +22251,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -22275,13 +22275,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquationEXT ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendEquationEXT ( JNIEnv *env, jobject obj, @@ -22295,13 +22295,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfEXT ( JNIEnv *env, jobject obj, @@ -22317,13 +22317,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvEXT ( JNIEnv *env, jobject obj, @@ -22348,13 +22348,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfSGIS ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfSGIS ( JNIEnv *env, jobject obj, @@ -22370,13 +22370,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvSGIS ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -22401,13 +22401,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -22632,13 +22632,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, table, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorSubTableEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -22863,13 +22863,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, data, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableEXT__III_3B ( JNIEnv *env, jobject obj, @@ -23073,13 +23073,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, table, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvEXT ( JNIEnv *env, jobject obj, @@ -23107,13 +23107,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivEXT ( JNIEnv *env, jobject obj, @@ -23141,13 +23141,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, params, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLockArraysEXT ( GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLockArraysEXT ( JNIEnv *env, jobject obj, @@ -23163,13 +23163,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUnlockArraysEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUnlockArraysEXT ( JNIEnv *env, jobject obj) @@ -23181,13 +23181,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixfARB ( JNIEnv *env, jobject obj, @@ -23210,13 +23210,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadTransposeMatrixdARB ( JNIEnv *env, jobject obj, @@ -23239,13 +23239,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixfARB ( JNIEnv *env, jobject obj, @@ -23268,13 +23268,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultTransposeMatrixdARB ( JNIEnv *env, jobject obj, @@ -23297,13 +23297,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverageARB ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleCoverageARB ( JNIEnv *env, jobject obj, @@ -23319,13 +23319,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage3DARB__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -23592,13 +23592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage2DARB__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -23851,13 +23851,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg7, ptr7, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1DARB ( GLenum , GLint , GLenum , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexImage1DARB__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -24096,13 +24096,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3DARB ( GLenum , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage3DARB__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -24397,13 +24397,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg10, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2DARB ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage2DARB__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -24670,13 +24670,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1DARB ( GLenum , GLint , GLint , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCompressedTexSubImage1DARB__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -24915,13 +24915,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImageARB ( GLenum , GLint , void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCompressedTexImageARB__II_3B ( JNIEnv *env, jobject obj, @@ -25111,13 +25111,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightbvARB ( GLint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightbvARB ( JNIEnv *env, jobject obj, @@ -25142,13 +25142,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightsvARB ( GLint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightsvARB ( JNIEnv *env, jobject obj, @@ -25173,13 +25173,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightivARB ( GLint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightivARB ( JNIEnv *env, jobject obj, @@ -25204,13 +25204,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightfvARB ( GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightfvARB ( JNIEnv *env, jobject obj, @@ -25235,13 +25235,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightdvARB ( GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightdvARB ( JNIEnv *env, jobject obj, @@ -25266,13 +25266,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightubvARB ( JNIEnv *env, jobject obj, @@ -25297,13 +25297,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightusvARB ( JNIEnv *env, jobject obj, @@ -25328,13 +25328,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightuivARB ( JNIEnv *env, jobject obj, @@ -25359,13 +25359,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWeightPointerARB__III_3B ( JNIEnv *env, jobject obj, @@ -25562,13 +25562,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexBlendARB ( JNIEnv *env, jobject obj, @@ -25582,13 +25582,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCurrentPaletteMatrixARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCurrentPaletteMatrixARB ( JNIEnv *env, jobject obj, @@ -25602,13 +25602,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexubvARB ( JNIEnv *env, jobject obj, @@ -25633,13 +25633,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexusvARB ( JNIEnv *env, jobject obj, @@ -25664,13 +25664,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexuivARB ( JNIEnv *env, jobject obj, @@ -25695,13 +25695,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMatrixIndexPointerARB__III_3B ( JNIEnv *env, jobject obj, @@ -25898,13 +25898,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexFilterFuncSGIS ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexFilterFuncSGIS ( JNIEnv *env, jobject obj, @@ -25932,13 +25932,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexFilterFuncSGIS ( GLenum , GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexFilterFuncSGIS ( JNIEnv *env, jobject obj, @@ -25967,13 +25967,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1DEXT ( GLenum , GLint , GLint , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage1DEXT__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -26212,13 +26212,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage2DEXT__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -26485,13 +26485,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage1DEXT ( JNIEnv *env, jobject obj, @@ -26517,13 +26517,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexImage2DEXT ( JNIEnv *env, jobject obj, @@ -26551,13 +26551,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1DEXT ( GLenum , GLint , GLint , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage1DEXT ( JNIEnv *env, jobject obj, @@ -26581,13 +26581,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyTexSubImage2DEXT ( JNIEnv *env, jobject obj, @@ -26615,13 +26615,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramEXT__IZII_3B ( JNIEnv *env, jobject obj, @@ -26839,13 +26839,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterfvEXT ( JNIEnv *env, jobject obj, @@ -26873,13 +26873,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetHistogramParameterivEXT ( JNIEnv *env, jobject obj, @@ -26907,13 +26907,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxEXT__IZII_3B ( JNIEnv *env, jobject obj, @@ -27131,13 +27131,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterfvEXT ( JNIEnv *env, jobject obj, @@ -27165,13 +27165,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMinmaxParameterivEXT ( JNIEnv *env, jobject obj, @@ -27199,13 +27199,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogramEXT ( GLenum , GLsizei , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHistogramEXT ( JNIEnv *env, jobject obj, @@ -27225,13 +27225,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmaxEXT ( GLenum , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMinmaxEXT ( JNIEnv *env, jobject obj, @@ -27249,13 +27249,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogramEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetHistogramEXT ( JNIEnv *env, jobject obj, @@ -27269,13 +27269,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmaxEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glResetMinmaxEXT ( JNIEnv *env, jobject obj, @@ -27289,13 +27289,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1DEXT ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter1DEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -27520,13 +27520,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg5, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionFilter2DEXT__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -27765,13 +27765,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg6, ptr6, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfEXT ( JNIEnv *env, jobject obj, @@ -27789,13 +27789,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterfvEXT ( JNIEnv *env, jobject obj, @@ -27822,13 +27822,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameteriEXT ( JNIEnv *env, jobject obj, @@ -27846,13 +27846,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glConvolutionParameterivEXT ( JNIEnv *env, jobject obj, @@ -27879,13 +27879,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1DEXT ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter1DEXT ( JNIEnv *env, jobject obj, @@ -27907,13 +27907,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2DEXT ( GLenum , GLenum , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyConvolutionFilter2DEXT ( JNIEnv *env, jobject obj, @@ -27937,13 +27937,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilterEXT ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionFilterEXT__III_3B ( JNIEnv *env, jobject obj, @@ -28147,13 +28147,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterfvEXT ( JNIEnv *env, jobject obj, @@ -28181,13 +28181,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetConvolutionParameterivEXT ( JNIEnv *env, jobject obj, @@ -28215,13 +28215,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilterEXT ( GLenum , GLenum , GLenum , GLvoid * , GLvoid * , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSeparableFilterEXT__III_3B_3B_3B ( JNIEnv *env, jobject obj, @@ -28593,13 +28593,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg5, ptr5, (isCopiedArray5 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSeparableFilter2DEXT__IIIIII_3B_3B ( JNIEnv *env, jobject obj, @@ -28915,13 +28915,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg7, ptr7, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableSGI ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableSGI__IIIII_3B ( JNIEnv *env, jobject obj, @@ -29146,13 +29146,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg5, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfvSGI ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterfvSGI ( JNIEnv *env, jobject obj, @@ -29179,13 +29179,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterivSGI ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorTableParameterivSGI ( JNIEnv *env, jobject obj, @@ -29212,13 +29212,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTableSGI ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorTableSGI ( JNIEnv *env, jobject obj, @@ -29240,13 +29240,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableSGI ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableSGI__III_3B ( JNIEnv *env, jobject obj, @@ -29450,13 +29450,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvSGI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterfvSGI ( JNIEnv *env, jobject obj, @@ -29484,13 +29484,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivSGI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetColorTableParameterivSGI ( JNIEnv *env, jobject obj, @@ -29518,13 +29518,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenSGIX ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenSGIX ( JNIEnv *env, jobject obj, @@ -29538,13 +29538,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameteriSGIS ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameteriSGIS ( JNIEnv *env, jobject obj, @@ -29560,13 +29560,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterivSGIS ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameterivSGIS ( JNIEnv *env, jobject obj, @@ -29591,13 +29591,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfSGIS ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameterfSGIS ( JNIEnv *env, jobject obj, @@ -29613,13 +29613,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfvSGIS ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTexGenParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -29644,13 +29644,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterivSGIS ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelTexGenParameterivSGIS ( JNIEnv *env, jobject obj, @@ -29676,13 +29676,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterfvSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetPixelTexGenParameterfvSGIS ( JNIEnv *env, jobject obj, @@ -29708,13 +29708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage4DSGIS ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLsizei , GLint , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexImage4DSGIS__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -30009,13 +30009,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg10, ptr10, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage4DSGIS ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexSubImage4DSGIS__IIIIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -30338,13 +30338,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg12, ptr12, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDetailTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDetailTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -30371,13 +30371,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDetailTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetDetailTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -30403,13 +30403,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSharpenTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSharpenTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -30436,13 +30436,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSharpenTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetSharpenTexFuncSGIS ( JNIEnv *env, jobject obj, @@ -30468,13 +30468,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskSGIS ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleMaskSGIS ( JNIEnv *env, jobject obj, @@ -30490,13 +30490,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternSGIS ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSamplePatternSGIS ( JNIEnv *env, jobject obj, @@ -30510,13 +30510,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameterfSGIX ( JNIEnv *env, jobject obj, @@ -30532,13 +30532,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -30563,13 +30563,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameteriSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameteriSGIX ( JNIEnv *env, jobject obj, @@ -30585,13 +30585,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSpriteParameterivSGIX ( JNIEnv *env, jobject obj, @@ -30616,13 +30616,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfARB ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfARB ( JNIEnv *env, jobject obj, @@ -30638,13 +30638,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvARB ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPointParameterfvARB ( JNIEnv *env, jobject obj, @@ -30669,13 +30669,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glGetInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGetInstrumentsSGIX ( JNIEnv *env, jobject obj) @@ -30690,13 +30690,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInstrumentsBufferSGIX ( GLsizei , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInstrumentsBufferSGIX ( JNIEnv *env, jobject obj, @@ -30722,13 +30722,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollInstrumentsSGIX ( GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glPollInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -30755,13 +30755,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReadInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -30775,13 +30775,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStartInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStartInstrumentsSGIX ( JNIEnv *env, jobject obj) @@ -30793,13 +30793,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStopInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glStopInstrumentsSGIX ( JNIEnv *env, jobject obj, @@ -30813,13 +30813,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrameZoomSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFrameZoomSGIX ( JNIEnv *env, jobject obj, @@ -30833,13 +30833,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTagSampleBufferSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTagSampleBufferSGIX ( JNIEnv *env, jobject obj) @@ -30851,13 +30851,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3dSGIX ( GLenum , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeformationMap3dSGIX ( JNIEnv *env, jobject obj, @@ -30906,13 +30906,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg13, ptr13, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3fSGIX ( GLenum , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeformationMap3fSGIX ( JNIEnv *env, jobject obj, @@ -30961,13 +30961,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg13, ptr13, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeformSGIX ( JNIEnv *env, jobject obj, @@ -30981,13 +30981,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentityDeformationMapSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadIdentityDeformationMapSGIX ( JNIEnv *env, jobject obj, @@ -31001,13 +31001,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReferencePlaneSGIX ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReferencePlaneSGIX ( JNIEnv *env, jobject obj, @@ -31030,13 +31030,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushRasterSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlushRasterSGIX ( JNIEnv *env, jobject obj) @@ -31048,13 +31048,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogFuncSGIS ( GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogFuncSGIS ( JNIEnv *env, jobject obj, @@ -31079,13 +31079,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFogFuncSGIS ( GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFogFuncSGIS ( JNIEnv *env, jobject obj, @@ -31109,13 +31109,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg0, ptr0, (isCopiedArray0 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameteriHP ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameteriHP ( JNIEnv *env, jobject obj, @@ -31133,13 +31133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfHP ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameterfHP ( JNIEnv *env, jobject obj, @@ -31157,13 +31157,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterivHP ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameterivHP ( JNIEnv *env, jobject obj, @@ -31190,13 +31190,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfvHP ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glImageTransformParameterfvHP ( JNIEnv *env, jobject obj, @@ -31223,13 +31223,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterivHP ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetImageTransformParameterivHP ( JNIEnv *env, jobject obj, @@ -31257,13 +31257,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterfvHP ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetImageTransformParameterfvHP ( JNIEnv *env, jobject obj, @@ -31291,13 +31291,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTableEXT ( GLenum , GLsizei , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCopyColorSubTableEXT ( JNIEnv *env, jobject obj, @@ -31319,13 +31319,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHintPGI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glHintPGI ( JNIEnv *env, jobject obj, @@ -31341,13 +31341,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterfvSGIX ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetListParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -31375,13 +31375,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterivSGIX ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetListParameterivSGIX ( JNIEnv *env, jobject obj, @@ -31409,13 +31409,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfSGIX ( GLuint , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameterfSGIX ( JNIEnv *env, jobject obj, @@ -31433,13 +31433,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfvSGIX ( GLuint , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameterfvSGIX ( JNIEnv *env, jobject obj, @@ -31466,13 +31466,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameteriSGIX ( GLuint , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameteriSGIX ( JNIEnv *env, jobject obj, @@ -31490,13 +31490,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterivSGIX ( GLuint , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glListParameterivSGIX ( JNIEnv *env, jobject obj, @@ -31523,13 +31523,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexMaterialEXT ( JNIEnv *env, jobject obj, @@ -31545,13 +31545,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexFuncEXT ( GLenum , GLclampf ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexFuncEXT ( JNIEnv *env, jobject obj, @@ -31567,13 +31567,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterdvEXT ( GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullParameterdvEXT ( JNIEnv *env, jobject obj, @@ -31599,13 +31599,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterfvEXT ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCullParameterfvEXT ( JNIEnv *env, jobject obj, @@ -31631,13 +31631,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentColorMaterialSGIX ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentColorMaterialSGIX ( JNIEnv *env, jobject obj, @@ -31653,13 +31653,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightfSGIX ( JNIEnv *env, jobject obj, @@ -31677,13 +31677,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightfvSGIX ( JNIEnv *env, jobject obj, @@ -31710,13 +31710,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightiSGIX ( JNIEnv *env, jobject obj, @@ -31734,13 +31734,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightivSGIX ( JNIEnv *env, jobject obj, @@ -31767,13 +31767,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModelfSGIX ( JNIEnv *env, jobject obj, @@ -31789,13 +31789,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModelfvSGIX ( JNIEnv *env, jobject obj, @@ -31820,13 +31820,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModeliSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModeliSGIX ( JNIEnv *env, jobject obj, @@ -31842,13 +31842,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentLightModelivSGIX ( JNIEnv *env, jobject obj, @@ -31873,13 +31873,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialfSGIX ( JNIEnv *env, jobject obj, @@ -31897,13 +31897,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialfvSGIX ( JNIEnv *env, jobject obj, @@ -31930,13 +31930,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialiSGIX ( JNIEnv *env, jobject obj, @@ -31954,13 +31954,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFragmentMaterialivSGIX ( JNIEnv *env, jobject obj, @@ -31987,13 +31987,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentLightfvSGIX ( JNIEnv *env, jobject obj, @@ -32021,13 +32021,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentLightivSGIX ( JNIEnv *env, jobject obj, @@ -32055,13 +32055,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentMaterialfvSGIX ( JNIEnv *env, jobject obj, @@ -32089,13 +32089,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFragmentMaterialivSGIX ( JNIEnv *env, jobject obj, @@ -32123,13 +32123,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightEnviSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLightEnviSGIX ( JNIEnv *env, jobject obj, @@ -32145,13 +32145,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElementsEXT ( GLenum , GLuint , GLuint , GLsizei , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDrawRangeElementsEXT__IIIII_3B ( JNIEnv *env, jobject obj, @@ -32376,13 +32376,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg5, ptr5, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glApplyTextureEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glApplyTextureEXT ( JNIEnv *env, jobject obj, @@ -32396,13 +32396,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureLightEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureLightEXT ( JNIEnv *env, jobject obj, @@ -32416,13 +32416,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureMaterialEXT ( JNIEnv *env, jobject obj, @@ -32438,13 +32438,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAsyncMarkerSGIX ( JNIEnv *env, jobject obj, @@ -32458,13 +32458,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glFinishAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glFinishAsyncSGIX ( JNIEnv *env, jobject obj, @@ -32491,13 +32491,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glPollAsyncSGIX ( JNIEnv *env, jobject obj, @@ -32524,13 +32524,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenAsyncMarkersSGIX ( GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenAsyncMarkersSGIX ( JNIEnv *env, jobject obj, @@ -32547,13 +32547,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteAsyncMarkersSGIX ( GLuint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteAsyncMarkersSGIX ( JNIEnv *env, jobject obj, @@ -32569,13 +32569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsAsyncMarkerSGIX ( JNIEnv *env, jobject obj, @@ -32592,13 +32592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -32781,13 +32781,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointervINTEL ( GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointervINTEL__I_3_3B ( JNIEnv *env, jobject obj, @@ -32956,13 +32956,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -33145,13 +33145,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointervINTEL__II_3_3B ( JNIEnv *env, jobject obj, @@ -33334,13 +33334,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameteriEXT ( JNIEnv *env, jobject obj, @@ -33358,13 +33358,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameterfEXT ( JNIEnv *env, jobject obj, @@ -33382,13 +33382,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameterivEXT ( JNIEnv *env, jobject obj, @@ -33415,13 +33415,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPixelTransformParameterfvEXT ( JNIEnv *env, jobject obj, @@ -33448,13 +33448,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3bEXT ( JNIEnv *env, jobject obj, @@ -33472,13 +33472,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3bvEXT ( JNIEnv *env, jobject obj, @@ -33501,13 +33501,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3dEXT ( JNIEnv *env, jobject obj, @@ -33525,13 +33525,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3dvEXT ( JNIEnv *env, jobject obj, @@ -33554,13 +33554,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3fEXT ( JNIEnv *env, jobject obj, @@ -33578,13 +33578,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3fvEXT ( JNIEnv *env, jobject obj, @@ -33607,13 +33607,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3iEXT ( JNIEnv *env, jobject obj, @@ -33631,13 +33631,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3ivEXT ( JNIEnv *env, jobject obj, @@ -33660,13 +33660,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3sEXT ( JNIEnv *env, jobject obj, @@ -33684,13 +33684,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3svEXT ( JNIEnv *env, jobject obj, @@ -33713,13 +33713,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubEXT ( GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3ubEXT ( JNIEnv *env, jobject obj, @@ -33737,13 +33737,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubvEXT ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3ubvEXT ( JNIEnv *env, jobject obj, @@ -33766,13 +33766,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uiEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3uiEXT ( JNIEnv *env, jobject obj, @@ -33790,13 +33790,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uivEXT ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3uivEXT ( JNIEnv *env, jobject obj, @@ -33819,13 +33819,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usEXT ( GLushort , GLushort , GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3usEXT ( JNIEnv *env, jobject obj, @@ -33843,13 +33843,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usvEXT ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColor3usvEXT ( JNIEnv *env, jobject obj, @@ -33872,13 +33872,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerEXT ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColorPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -34075,13 +34075,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureNormalEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureNormalEXT ( JNIEnv *env, jobject obj, @@ -34095,13 +34095,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawArraysEXT ( GLenum , GLint * , GLsizei * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiDrawArraysEXT ( JNIEnv *env, jobject obj, @@ -34141,13 +34141,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawElementsEXT ( GLenum , const GLsizei * , GLenum , const GLvoid * * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiDrawElementsEXT__I_3II_3_3BI ( JNIEnv *env, jobject obj, @@ -34421,13 +34421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordfEXT ( JNIEnv *env, jobject obj, @@ -34441,13 +34441,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordfvEXT ( JNIEnv *env, jobject obj, @@ -34470,13 +34470,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddEXT ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoorddEXT ( JNIEnv *env, jobject obj, @@ -34490,13 +34490,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoorddvEXT ( JNIEnv *env, jobject obj, @@ -34519,13 +34519,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -34708,13 +34708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3bEXT ( JNIEnv *env, jobject obj, @@ -34732,13 +34732,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3bvEXT ( JNIEnv *env, jobject obj, @@ -34761,13 +34761,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3dEXT ( JNIEnv *env, jobject obj, @@ -34785,13 +34785,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3dvEXT ( JNIEnv *env, jobject obj, @@ -34814,13 +34814,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3fEXT ( JNIEnv *env, jobject obj, @@ -34838,13 +34838,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3fvEXT ( JNIEnv *env, jobject obj, @@ -34867,13 +34867,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3iEXT ( JNIEnv *env, jobject obj, @@ -34891,13 +34891,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3ivEXT ( JNIEnv *env, jobject obj, @@ -34920,13 +34920,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3sEXT ( JNIEnv *env, jobject obj, @@ -34944,13 +34944,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangent3svEXT ( JNIEnv *env, jobject obj, @@ -34973,13 +34973,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3bEXT ( JNIEnv *env, jobject obj, @@ -34997,13 +34997,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3bvEXT ( JNIEnv *env, jobject obj, @@ -35026,13 +35026,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3dEXT ( JNIEnv *env, jobject obj, @@ -35050,13 +35050,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3dvEXT ( JNIEnv *env, jobject obj, @@ -35079,13 +35079,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3fEXT ( JNIEnv *env, jobject obj, @@ -35103,13 +35103,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3fvEXT ( JNIEnv *env, jobject obj, @@ -35132,13 +35132,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3iEXT ( JNIEnv *env, jobject obj, @@ -35156,13 +35156,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3ivEXT ( JNIEnv *env, jobject obj, @@ -35185,13 +35185,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3sEXT ( JNIEnv *env, jobject obj, @@ -35209,13 +35209,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormal3svEXT ( JNIEnv *env, jobject obj, @@ -35238,13 +35238,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangentPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTangentPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -35427,13 +35427,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormalPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBinormalPointerEXT__II_3B ( JNIEnv *env, jobject obj, @@ -35616,13 +35616,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishTextureSUNX ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinishTextureSUNX ( JNIEnv *env, jobject obj) @@ -35634,13 +35634,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorbSUN ( GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorbSUN ( JNIEnv *env, jobject obj, @@ -35654,13 +35654,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorsSUN ( GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorsSUN ( JNIEnv *env, jobject obj, @@ -35674,13 +35674,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoriSUN ( GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactoriSUN ( JNIEnv *env, jobject obj, @@ -35694,13 +35694,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorfSUN ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorfSUN ( JNIEnv *env, jobject obj, @@ -35714,13 +35714,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactordSUN ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactordSUN ( JNIEnv *env, jobject obj, @@ -35734,13 +35734,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorubSUN ( JNIEnv *env, jobject obj, @@ -35754,13 +35754,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactorusSUN ( JNIEnv *env, jobject obj, @@ -35774,13 +35774,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoruiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGlobalAlphaFactoruiSUN ( JNIEnv *env, jobject obj, @@ -35794,13 +35794,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiSUN ( JNIEnv *env, jobject obj, @@ -35814,13 +35814,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeusSUN ( JNIEnv *env, jobject obj, @@ -35834,13 +35834,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeubSUN ( JNIEnv *env, jobject obj, @@ -35854,13 +35854,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuivSUN ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuivSUN ( JNIEnv *env, jobject obj, @@ -35883,13 +35883,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusvSUN ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeusvSUN ( JNIEnv *env, jobject obj, @@ -35912,13 +35912,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubvSUN ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeubvSUN ( JNIEnv *env, jobject obj, @@ -35941,13 +35941,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodePointerSUN ( GLenum , GLsizei , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodePointerSUN__II_3_3B ( JNIEnv *env, jobject obj, @@ -36130,13 +36130,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex2fSUN ( JNIEnv *env, jobject obj, @@ -36160,13 +36160,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex2fvSUN ( JNIEnv *env, jobject obj, @@ -36200,13 +36200,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36232,13 +36232,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36272,13 +36272,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36302,13 +36302,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36342,13 +36342,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36372,13 +36372,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36412,13 +36412,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36450,13 +36450,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36501,13 +36501,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36529,13 +36529,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36569,13 +36569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fVertex4fSUN ( JNIEnv *env, jobject obj, @@ -36603,13 +36603,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fVertex4fvSUN ( JNIEnv *env, jobject obj, @@ -36643,13 +36643,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fSUN ( GLfloat , GLfloat , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36679,13 +36679,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fvSUN ( const GLfloat * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36730,13 +36730,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36764,13 +36764,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36815,13 +36815,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36849,13 +36849,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -36900,13 +36900,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -36942,13 +36942,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord2fColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37004,13 +37004,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fColor4fNormal3fVertex4fSUN ( JNIEnv *env, jobject obj, @@ -37052,13 +37052,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoord4fColor4fNormal3fVertex4fvSUN ( JNIEnv *env, jobject obj, @@ -37114,13 +37114,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37140,13 +37140,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fvSUN ( const GLenum * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37180,13 +37180,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fSUN ( GLenum , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4ubVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37214,13 +37214,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fvSUN ( const GLenum * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4ubVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37265,13 +37265,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37297,13 +37297,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37348,13 +37348,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37380,13 +37380,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37431,13 +37431,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37471,13 +37471,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37533,13 +37533,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37563,13 +37563,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37614,13 +37614,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37650,13 +37650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37712,13 +37712,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( JNIEnv *env, jobject obj, @@ -37756,13 +37756,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( JNIEnv *env, jobject obj, @@ -37829,13 +37829,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg4, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateEXT ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFuncSeparateEXT ( JNIEnv *env, jobject obj, @@ -37855,13 +37855,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateINGR ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBlendFuncSeparateINGR ( JNIEnv *env, jobject obj, @@ -37881,13 +37881,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexWeightfEXT ( JNIEnv *env, jobject obj, @@ -37901,13 +37901,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexWeightfvEXT ( JNIEnv *env, jobject obj, @@ -37930,13 +37930,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg0, ptr0, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightPointerEXT ( GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexWeightPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -38133,13 +38133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushVertexArrayRangeNV ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFlushVertexArrayRangeNV ( JNIEnv *env, jobject obj) @@ -38151,13 +38151,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexArrayRangeNV ( GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexArrayRangeNV__I_3B ( JNIEnv *env, jobject obj, @@ -38326,13 +38326,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfvNV ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameterfvNV ( JNIEnv *env, jobject obj, @@ -38357,13 +38357,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfNV ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameterfNV ( JNIEnv *env, jobject obj, @@ -38379,13 +38379,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterivNV ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameterivNV ( JNIEnv *env, jobject obj, @@ -38410,13 +38410,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameteriNV ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerParameteriNV ( JNIEnv *env, jobject obj, @@ -38432,13 +38432,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerInputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerInputNV ( JNIEnv *env, jobject obj, @@ -38462,13 +38462,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerOutputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerOutputNV ( JNIEnv *env, jobject obj, @@ -38500,13 +38500,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinalCombinerInputNV ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinalCombinerInputNV ( JNIEnv *env, jobject obj, @@ -38526,13 +38526,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterfvNV ( GLenum , GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerInputParameterfvNV ( JNIEnv *env, jobject obj, @@ -38564,13 +38564,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterivNV ( GLenum , GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerInputParameterivNV ( JNIEnv *env, jobject obj, @@ -38602,13 +38602,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg4, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterfvNV ( GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerOutputParameterfvNV ( JNIEnv *env, jobject obj, @@ -38638,13 +38638,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterivNV ( GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerOutputParameterivNV ( JNIEnv *env, jobject obj, @@ -38674,13 +38674,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFinalCombinerInputParameterfvNV ( JNIEnv *env, jobject obj, @@ -38708,13 +38708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFinalCombinerInputParameterivNV ( JNIEnv *env, jobject obj, @@ -38742,13 +38742,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawArraysIBM ( GLenum , const GLint * , const GLsizei * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiModeDrawArraysIBM ( JNIEnv *env, jobject obj, @@ -38788,13 +38788,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawElementsIBM ( const GLenum * , const GLsizei * , GLenum , const GLvoid * * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMultiModeDrawElementsIBM___3I_3II_3_3BII ( JNIEnv *env, jobject obj, @@ -39145,13 +39145,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -39362,13 +39362,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSecondaryColorPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -39579,13 +39579,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerListIBM ( GLint , const GLboolean * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEdgeFlagPointerListIBM ( JNIEnv *env, jobject obj, @@ -39612,13 +39612,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseBooleanArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFogCoordPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -39815,13 +39815,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIndexPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -40018,13 +40018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalPointerListIBM__II_3_3BI ( JNIEnv *env, jobject obj, @@ -40221,13 +40221,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexCoordPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -40438,13 +40438,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexPointerListIBM__III_3_3BI ( JNIEnv *env, jobject obj, @@ -40655,13 +40655,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTbufferMask3DFX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTbufferMask3DFX ( JNIEnv *env, jobject obj, @@ -40675,13 +40675,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskEXT ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleMaskEXT ( JNIEnv *env, jobject obj, @@ -40697,13 +40697,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSamplePatternEXT ( JNIEnv *env, jobject obj, @@ -40717,13 +40717,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureColorMaskSGIS ( GLboolean , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTextureColorMaskSGIS ( JNIEnv *env, jobject obj, @@ -40743,13 +40743,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIglooInterfaceSGIX ( GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glIglooInterfaceSGIX__I_3B ( JNIEnv *env, jobject obj, @@ -40918,13 +40918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenFencesNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenFencesNV ( JNIEnv *env, jobject obj, @@ -40950,13 +40950,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFencesNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteFencesNV ( JNIEnv *env, jobject obj, @@ -40981,13 +40981,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFenceNV ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetFenceNV ( JNIEnv *env, jobject obj, @@ -41003,13 +41003,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glTestFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glTestFenceNV ( JNIEnv *env, jobject obj, @@ -41026,13 +41026,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glFinishFenceNV ( JNIEnv *env, jobject obj, @@ -41046,13 +41046,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsFenceNV ( JNIEnv *env, jobject obj, @@ -41069,13 +41069,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFenceivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetFenceivNV ( JNIEnv *env, jobject obj, @@ -41103,13 +41103,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLint , GLint , GLboolean , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapControlPointsNV__IIIIIIIZ_3B ( JNIEnv *env, jobject obj, @@ -41376,13 +41376,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg8, ptr8, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterivNV ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapParameterivNV ( JNIEnv *env, jobject obj, @@ -41409,13 +41409,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glMapParameterfvNV ( JNIEnv *env, jobject obj, @@ -41442,13 +41442,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLboolean , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapControlPointsNV__IIIIIZ_3B ( JNIEnv *env, jobject obj, @@ -41694,13 +41694,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg6, ptr6, (isCopiedArray6 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapParameterivNV ( JNIEnv *env, jobject obj, @@ -41728,13 +41728,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapParameterfvNV ( JNIEnv *env, jobject obj, @@ -41762,13 +41762,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapAttribParameterivNV ( JNIEnv *env, jobject obj, @@ -41798,13 +41798,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetMapAttribParameterfvNV ( JNIEnv *env, jobject obj, @@ -41834,13 +41834,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMapsNV ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEvalMapsNV ( JNIEnv *env, jobject obj, @@ -41856,13 +41856,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerStageParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glCombinerStageParameterfvNV ( JNIEnv *env, jobject obj, @@ -41889,13 +41889,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerStageParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetCombinerStageParameterfvNV ( JNIEnv *env, jobject obj, @@ -41923,13 +41923,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindProgramNV ( GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindProgramNV ( JNIEnv *env, jobject obj, @@ -41945,13 +41945,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteProgramsNV ( JNIEnv *env, jobject obj, @@ -41976,13 +41976,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExecuteProgramNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glExecuteProgramNV ( JNIEnv *env, jobject obj, @@ -42009,13 +42009,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenProgramsNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGenProgramsNV ( JNIEnv *env, jobject obj, @@ -42041,13 +42041,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreProgramsResidentNV ( GLsizei , const GLuint * , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glAreProgramsResidentNV ( JNIEnv *env, jobject obj, @@ -42087,13 +42087,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRequestResidentProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glRequestResidentProgramsNV ( JNIEnv *env, jobject obj, @@ -42118,13 +42118,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramParameterfvNV ( JNIEnv *env, jobject obj, @@ -42154,13 +42154,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterdvNV ( GLenum , GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramParameterdvNV ( JNIEnv *env, jobject obj, @@ -42190,13 +42190,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramivNV ( JNIEnv *env, jobject obj, @@ -42224,13 +42224,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramStringNV ( GLuint , GLenum , GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetProgramStringNV ( JNIEnv *env, jobject obj, @@ -42258,13 +42258,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTrackMatrixivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTrackMatrixivNV ( JNIEnv *env, jobject obj, @@ -42294,13 +42294,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg3, ptr3, (isCopiedArray3 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribdvNV ( GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribdvNV ( JNIEnv *env, jobject obj, @@ -42328,13 +42328,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribfvNV ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribfvNV ( JNIEnv *env, jobject obj, @@ -42362,13 +42362,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribivNV ( JNIEnv *env, jobject obj, @@ -42396,13 +42396,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribPointervNV ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVertexAttribPointervNV__II_3_3B ( JNIEnv *env, jobject obj, @@ -42592,13 +42592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsProgramNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsProgramNV ( JNIEnv *env, jobject obj, @@ -42615,13 +42615,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadProgramNV ( GLenum , GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glLoadProgramNV ( JNIEnv *env, jobject obj, @@ -42650,13 +42650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fNV ( GLenum , GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4fNV ( JNIEnv *env, jobject obj, @@ -42680,13 +42680,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dNV ( GLenum , GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4dNV ( JNIEnv *env, jobject obj, @@ -42710,13 +42710,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dvNV ( GLenum , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4dvNV ( JNIEnv *env, jobject obj, @@ -42743,13 +42743,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fvNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameter4fvNV ( JNIEnv *env, jobject obj, @@ -42776,13 +42776,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4dvNV ( GLenum , GLuint , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameters4dvNV ( JNIEnv *env, jobject obj, @@ -42811,13 +42811,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4fvNV ( GLenum , GLuint , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glProgramParameters4fvNV ( JNIEnv *env, jobject obj, @@ -42846,13 +42846,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTrackMatrixNV ( GLenum , GLuint , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTrackMatrixNV ( JNIEnv *env, jobject obj, @@ -42872,13 +42872,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribPointerNV ( GLuint , GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribPointerNV__IIII_3B ( JNIEnv *env, jobject obj, @@ -43089,13 +43089,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg4, ptr4, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1sNV ( GLuint , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1sNV ( JNIEnv *env, jobject obj, @@ -43111,13 +43111,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fNV ( GLuint , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1fNV ( JNIEnv *env, jobject obj, @@ -43133,13 +43133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dNV ( GLuint , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1dNV ( JNIEnv *env, jobject obj, @@ -43155,13 +43155,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2sNV ( GLuint , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2sNV ( JNIEnv *env, jobject obj, @@ -43179,13 +43179,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fNV ( GLuint , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2fNV ( JNIEnv *env, jobject obj, @@ -43203,13 +43203,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dNV ( GLuint , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2dNV ( JNIEnv *env, jobject obj, @@ -43227,13 +43227,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3sNV ( GLuint , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3sNV ( JNIEnv *env, jobject obj, @@ -43253,13 +43253,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fNV ( GLuint , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3fNV ( JNIEnv *env, jobject obj, @@ -43279,13 +43279,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dNV ( GLuint , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3dNV ( JNIEnv *env, jobject obj, @@ -43305,13 +43305,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4sNV ( GLuint , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4sNV ( JNIEnv *env, jobject obj, @@ -43333,13 +43333,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fNV ( GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4fNV ( JNIEnv *env, jobject obj, @@ -43361,13 +43361,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dNV ( GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4dNV ( JNIEnv *env, jobject obj, @@ -43389,13 +43389,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubNV ( GLuint , GLubyte , GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4ubNV ( JNIEnv *env, jobject obj, @@ -43417,13 +43417,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1svNV ( JNIEnv *env, jobject obj, @@ -43448,13 +43448,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1fvNV ( JNIEnv *env, jobject obj, @@ -43479,13 +43479,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib1dvNV ( JNIEnv *env, jobject obj, @@ -43510,13 +43510,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2svNV ( JNIEnv *env, jobject obj, @@ -43541,13 +43541,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2fvNV ( JNIEnv *env, jobject obj, @@ -43572,13 +43572,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib2dvNV ( JNIEnv *env, jobject obj, @@ -43603,13 +43603,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3svNV ( JNIEnv *env, jobject obj, @@ -43634,13 +43634,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3fvNV ( JNIEnv *env, jobject obj, @@ -43665,13 +43665,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib3dvNV ( JNIEnv *env, jobject obj, @@ -43696,13 +43696,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4svNV ( JNIEnv *env, jobject obj, @@ -43727,13 +43727,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4fvNV ( JNIEnv *env, jobject obj, @@ -43758,13 +43758,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4dvNV ( JNIEnv *env, jobject obj, @@ -43789,13 +43789,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubvNV ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttrib4ubvNV ( JNIEnv *env, jobject obj, @@ -43820,13 +43820,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs1svNV ( JNIEnv *env, jobject obj, @@ -43853,13 +43853,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs1fvNV ( JNIEnv *env, jobject obj, @@ -43886,13 +43886,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs1dvNV ( JNIEnv *env, jobject obj, @@ -43919,13 +43919,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs2svNV ( JNIEnv *env, jobject obj, @@ -43952,13 +43952,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs2fvNV ( JNIEnv *env, jobject obj, @@ -43985,13 +43985,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs2dvNV ( JNIEnv *env, jobject obj, @@ -44018,13 +44018,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs3svNV ( JNIEnv *env, jobject obj, @@ -44051,13 +44051,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs3fvNV ( JNIEnv *env, jobject obj, @@ -44084,13 +44084,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs3dvNV ( JNIEnv *env, jobject obj, @@ -44117,13 +44117,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4svNV ( JNIEnv *env, jobject obj, @@ -44150,13 +44150,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4fvNV ( JNIEnv *env, jobject obj, @@ -44183,13 +44183,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4dvNV ( JNIEnv *env, jobject obj, @@ -44216,13 +44216,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4ubvNV ( GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexAttribs4ubvNV ( JNIEnv *env, jobject obj, @@ -44249,13 +44249,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterivATI ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexBumpParameterivATI ( JNIEnv *env, jobject obj, @@ -44280,13 +44280,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterfvATI ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glTexBumpParameterfvATI ( JNIEnv *env, jobject obj, @@ -44311,13 +44311,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterivATI ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexBumpParameterivATI ( JNIEnv *env, jobject obj, @@ -44343,13 +44343,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterfvATI ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetTexBumpParameterfvATI ( JNIEnv *env, jobject obj, @@ -44375,13 +44375,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenFragmentShadersATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenFragmentShadersATI ( JNIEnv *env, jobject obj, @@ -44398,13 +44398,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindFragmentShaderATI ( JNIEnv *env, jobject obj, @@ -44418,13 +44418,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteFragmentShaderATI ( JNIEnv *env, jobject obj, @@ -44438,13 +44438,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBeginFragmentShaderATI ( JNIEnv *env, jobject obj) @@ -44456,13 +44456,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndFragmentShaderATI ( JNIEnv *env, jobject obj) @@ -44474,13 +44474,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassTexCoordATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPassTexCoordATI ( JNIEnv *env, jobject obj, @@ -44498,13 +44498,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMapATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSampleMapATI ( JNIEnv *env, jobject obj, @@ -44522,13 +44522,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorFragmentOp1ATI ( JNIEnv *env, jobject obj, @@ -44554,13 +44554,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorFragmentOp2ATI ( JNIEnv *env, jobject obj, @@ -44592,13 +44592,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glColorFragmentOp3ATI ( JNIEnv *env, jobject obj, @@ -44636,13 +44636,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFragmentOp1ATI ( JNIEnv *env, jobject obj, @@ -44666,13 +44666,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFragmentOp2ATI ( JNIEnv *env, jobject obj, @@ -44702,13 +44702,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glAlphaFragmentOp3ATI ( JNIEnv *env, jobject obj, @@ -44744,13 +44744,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFragmentShaderConstantATI ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetFragmentShaderConstantATI ( JNIEnv *env, jobject obj, @@ -44775,13 +44775,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesiATI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPNTrianglesiATI ( JNIEnv *env, jobject obj, @@ -44797,13 +44797,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesfATI ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glPNTrianglesfATI ( JNIEnv *env, jobject obj, @@ -44819,13 +44819,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glNewObjectBufferATI ( GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glNewObjectBufferATI__I_3BI ( JNIEnv *env, jobject obj, @@ -45029,13 +45029,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) } return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsObjectBufferATI ( JNIEnv *env, jobject obj, @@ -45052,13 +45052,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUpdateObjectBufferATI ( GLuint , GLuint , GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glUpdateObjectBufferATI__III_3BI ( JNIEnv *env, jobject obj, @@ -45269,13 +45269,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetObjectBufferfvATI ( JNIEnv *env, jobject obj, @@ -45303,13 +45303,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetObjectBufferivATI ( JNIEnv *env, jobject obj, @@ -45337,13 +45337,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteObjectBufferATI ( JNIEnv *env, jobject obj, @@ -45357,13 +45357,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayObjectATI ( GLenum , GLint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glArrayObjectATI ( JNIEnv *env, jobject obj, @@ -45387,13 +45387,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectfvATI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetArrayObjectfvATI ( JNIEnv *env, jobject obj, @@ -45421,13 +45421,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectivATI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetArrayObjectivATI ( JNIEnv *env, jobject obj, @@ -45455,13 +45455,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantArrayObjectATI ( GLuint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantArrayObjectATI ( JNIEnv *env, jobject obj, @@ -45483,13 +45483,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantArrayObjectfvATI ( JNIEnv *env, jobject obj, @@ -45517,13 +45517,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantArrayObjectivATI ( JNIEnv *env, jobject obj, @@ -45551,13 +45551,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBeginVertexShaderEXT ( JNIEnv *env, jobject obj) @@ -45569,13 +45569,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEndVertexShaderEXT ( JNIEnv *env, jobject obj) @@ -45587,13 +45587,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glBindVertexShaderEXT ( JNIEnv *env, jobject obj, @@ -45607,13 +45607,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenVertexShadersEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenVertexShadersEXT ( JNIEnv *env, jobject obj, @@ -45630,13 +45630,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDeleteVertexShaderEXT ( JNIEnv *env, jobject obj, @@ -45650,13 +45650,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp1EXT ( GLenum , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShaderOp1EXT ( JNIEnv *env, jobject obj, @@ -45674,13 +45674,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp2EXT ( GLenum , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShaderOp2EXT ( JNIEnv *env, jobject obj, @@ -45700,13 +45700,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp3EXT ( GLenum , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glShaderOp3EXT ( JNIEnv *env, jobject obj, @@ -45728,13 +45728,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSwizzleEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSwizzleEXT ( JNIEnv *env, jobject obj, @@ -45758,13 +45758,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWriteMaskEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glWriteMaskEXT ( JNIEnv *env, jobject obj, @@ -45788,13 +45788,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInsertComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glInsertComponentEXT ( JNIEnv *env, jobject obj, @@ -45812,13 +45812,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExtractComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glExtractComponentEXT ( JNIEnv *env, jobject obj, @@ -45836,13 +45836,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenSymbolsEXT ( GLenum , GLenum , GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glGenSymbolsEXT ( JNIEnv *env, jobject obj, @@ -45865,13 +45865,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetInvariantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetInvariantEXT__II_3B ( JNIEnv *env, jobject obj, @@ -46054,13 +46054,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetLocalConstantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glSetLocalConstantEXT__II_3B ( JNIEnv *env, jobject obj, @@ -46243,13 +46243,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantbvEXT ( GLuint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantbvEXT ( JNIEnv *env, jobject obj, @@ -46274,13 +46274,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantsvEXT ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantsvEXT ( JNIEnv *env, jobject obj, @@ -46305,13 +46305,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantivEXT ( GLuint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantivEXT ( JNIEnv *env, jobject obj, @@ -46336,13 +46336,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantfvEXT ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantfvEXT ( JNIEnv *env, jobject obj, @@ -46367,13 +46367,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantdvEXT ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantdvEXT ( JNIEnv *env, jobject obj, @@ -46398,13 +46398,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantubvEXT ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantubvEXT ( JNIEnv *env, jobject obj, @@ -46429,13 +46429,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantusvEXT ( GLuint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantusvEXT ( JNIEnv *env, jobject obj, @@ -46460,13 +46460,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantuivEXT ( GLuint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantuivEXT ( JNIEnv *env, jobject obj, @@ -46491,13 +46491,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantPointerEXT ( GLuint , GLenum , GLuint , const void * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVariantPointerEXT__III_3B ( JNIEnv *env, jobject obj, @@ -46694,13 +46694,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg3, ptr3, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glEnableVariantClientStateEXT ( JNIEnv *env, jobject obj, @@ -46714,13 +46714,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glDisableVariantClientStateEXT ( JNIEnv *env, jobject obj, @@ -46734,13 +46734,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindLightParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindLightParameterEXT ( JNIEnv *env, jobject obj, @@ -46759,13 +46759,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindMaterialParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindMaterialParameterEXT ( JNIEnv *env, jobject obj, @@ -46784,13 +46784,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTexGenParameterEXT ( GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindTexGenParameterEXT ( JNIEnv *env, jobject obj, @@ -46811,13 +46811,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTextureUnitParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindTextureUnitParameterEXT ( JNIEnv *env, jobject obj, @@ -46836,13 +46836,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindParameterEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jint JNICALL Java_gl4java_GLFuncJauJNI_glBindParameterEXT ( JNIEnv *env, jobject obj, @@ -46859,13 +46859,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsVariantEnabledEXT ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT jboolean JNICALL Java_gl4java_GLFuncJauJNI_glIsVariantEnabledEXT ( JNIEnv *env, jobject obj, @@ -46884,13 +46884,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) return ret; } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -46918,13 +46918,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseBooleanArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantIntegervEXT ( JNIEnv *env, jobject obj, @@ -46952,13 +46952,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantFloatvEXT ( JNIEnv *env, jobject obj, @@ -46986,13 +46986,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantPointervEXT ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetVariantPointervEXT__II_3_3B ( JNIEnv *env, jobject obj, @@ -47182,13 +47182,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseLongArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetInvariantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -47216,13 +47216,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseBooleanArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetInvariantIntegervEXT ( JNIEnv *env, jobject obj, @@ -47250,13 +47250,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetInvariantFloatvEXT ( JNIEnv *env, jobject obj, @@ -47284,13 +47284,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLocalConstantBooleanvEXT ( JNIEnv *env, jobject obj, @@ -47318,13 +47318,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseBooleanArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLocalConstantIntegervEXT ( JNIEnv *env, jobject obj, @@ -47352,13 +47352,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glGetLocalConstantFloatvEXT ( JNIEnv *env, jobject obj, @@ -47386,13 +47386,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg2, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1s ( GLenum , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1s ( JNIEnv *env, jobject obj, @@ -47408,13 +47408,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1sv ( JNIEnv *env, jobject obj, @@ -47439,13 +47439,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1i ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1i ( JNIEnv *env, jobject obj, @@ -47461,13 +47461,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1iv ( JNIEnv *env, jobject obj, @@ -47492,13 +47492,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1f ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1f ( JNIEnv *env, jobject obj, @@ -47514,13 +47514,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1fv ( JNIEnv *env, jobject obj, @@ -47545,13 +47545,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1d ( GLenum , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1d ( JNIEnv *env, jobject obj, @@ -47567,13 +47567,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream1dv ( JNIEnv *env, jobject obj, @@ -47598,13 +47598,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2s ( GLenum , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2s ( JNIEnv *env, jobject obj, @@ -47622,13 +47622,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2sv ( JNIEnv *env, jobject obj, @@ -47653,13 +47653,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2i ( GLenum , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2i ( JNIEnv *env, jobject obj, @@ -47677,13 +47677,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2iv ( JNIEnv *env, jobject obj, @@ -47708,13 +47708,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2f ( GLenum , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2f ( JNIEnv *env, jobject obj, @@ -47732,13 +47732,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2fv ( JNIEnv *env, jobject obj, @@ -47763,13 +47763,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2d ( GLenum , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2d ( JNIEnv *env, jobject obj, @@ -47787,13 +47787,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream2dv ( JNIEnv *env, jobject obj, @@ -47818,13 +47818,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3s ( JNIEnv *env, jobject obj, @@ -47844,13 +47844,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3sv ( JNIEnv *env, jobject obj, @@ -47875,13 +47875,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3i ( JNIEnv *env, jobject obj, @@ -47901,13 +47901,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3iv ( JNIEnv *env, jobject obj, @@ -47932,13 +47932,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3f ( JNIEnv *env, jobject obj, @@ -47958,13 +47958,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3fv ( JNIEnv *env, jobject obj, @@ -47989,13 +47989,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3d ( JNIEnv *env, jobject obj, @@ -48015,13 +48015,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream3dv ( JNIEnv *env, jobject obj, @@ -48046,13 +48046,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4s ( GLenum , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4s ( JNIEnv *env, jobject obj, @@ -48074,13 +48074,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4sv ( JNIEnv *env, jobject obj, @@ -48105,13 +48105,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4i ( GLenum , GLint , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4i ( JNIEnv *env, jobject obj, @@ -48133,13 +48133,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4iv ( JNIEnv *env, jobject obj, @@ -48164,13 +48164,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4f ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4f ( JNIEnv *env, jobject obj, @@ -48192,13 +48192,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4fv ( JNIEnv *env, jobject obj, @@ -48223,13 +48223,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4d ( GLenum , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4d ( JNIEnv *env, jobject obj, @@ -48251,13 +48251,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexStream4dv ( JNIEnv *env, jobject obj, @@ -48282,13 +48282,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3b ( GLenum , GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3b ( JNIEnv *env, jobject obj, @@ -48308,13 +48308,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3bv ( GLenum , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3bv ( JNIEnv *env, jobject obj, @@ -48339,13 +48339,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseByteArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3s ( JNIEnv *env, jobject obj, @@ -48365,13 +48365,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3sv ( JNIEnv *env, jobject obj, @@ -48396,13 +48396,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseShortArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3i ( JNIEnv *env, jobject obj, @@ -48422,13 +48422,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3iv ( JNIEnv *env, jobject obj, @@ -48453,13 +48453,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseIntArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3f ( JNIEnv *env, jobject obj, @@ -48479,13 +48479,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3fv ( JNIEnv *env, jobject obj, @@ -48510,13 +48510,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseFloatArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3d ( JNIEnv *env, jobject obj, @@ -48536,13 +48536,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glNormalStream3dv ( JNIEnv *env, jobject obj, @@ -48567,13 +48567,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) (*env)->ReleaseDoubleArrayElements(env, arg1, ptr1, JNI_ABORT); } } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveVertexStream ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glClientActiveVertexStream ( JNIEnv *env, jobject obj, @@ -48587,13 +48587,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvi ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexBlendEnvi ( JNIEnv *env, jobject obj, @@ -48609,13 +48609,13 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvf ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ JNIEXPORT void JNICALL Java_gl4java_GLFuncJauJNI_glVertexBlendEnvf ( JNIEnv *env, jobject obj, @@ -48631,5 +48631,5 @@ Java_gl4java_GLFuncJauJNI_getNativeVersion ( JNIEnv *env, jobject obj ) ); } -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/gl-disp-fetch.hc b/CNativeCode/gl-disp-fetch.hc index 3edc306..d5c437e 100755 --- a/CNativeCode/gl-disp-fetch.hc +++ b/CNativeCode/gl-disp-fetch.hc @@ -13,2948 +13,2948 @@ * 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, GLvoid **)) 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, GLenum, 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__glActiveTexture = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glActiveTexture"); -
+ disp__glClientActiveTexture = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glClientActiveTexture"); -
+ disp__glCompressedTexImage1D = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLint, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexImage1D"); -
+ disp__glCompressedTexImage2D = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexImage2D"); -
+ disp__glCompressedTexImage3D = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexImage3D"); -
+ disp__glCompressedTexSubImage1D = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexSubImage1D"); -
+ disp__glCompressedTexSubImage2D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexSubImage2D"); -
+ disp__glCompressedTexSubImage3D = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexSubImage3D"); -
+ disp__glGetCompressedTexImage = (void (CALLBACK *)(GLenum, GLint, GLvoid *)) GET_GL_PROCADDRESS ("glGetCompressedTexImage"); -
+ disp__glMultiTexCoord1d = (void (CALLBACK *)(GLenum, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord1d"); -
+ disp__glMultiTexCoord1dv = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord1dv"); -
+ disp__glMultiTexCoord1f = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord1f"); -
+ disp__glMultiTexCoord1fv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord1fv"); -
+ disp__glMultiTexCoord1i = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord1i"); -
+ disp__glMultiTexCoord1iv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord1iv"); -
+ disp__glMultiTexCoord1s = (void (CALLBACK *)(GLenum, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord1s"); -
+ disp__glMultiTexCoord1sv = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord1sv"); -
+ disp__glMultiTexCoord2d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord2d"); -
+ disp__glMultiTexCoord2dv = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord2dv"); -
+ disp__glMultiTexCoord2f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord2f"); -
+ disp__glMultiTexCoord2fv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord2fv"); -
+ disp__glMultiTexCoord2i = (void (CALLBACK *)(GLenum, GLint, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord2i"); -
+ disp__glMultiTexCoord2iv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord2iv"); -
+ disp__glMultiTexCoord2s = (void (CALLBACK *)(GLenum, GLshort, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord2s"); -
+ disp__glMultiTexCoord2sv = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord2sv"); -
+ disp__glMultiTexCoord3d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord3d"); -
+ disp__glMultiTexCoord3dv = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord3dv"); -
+ disp__glMultiTexCoord3f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord3f"); -
+ disp__glMultiTexCoord3fv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord3fv"); -
+ disp__glMultiTexCoord3i = (void (CALLBACK *)(GLenum, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord3i"); -
+ disp__glMultiTexCoord3iv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord3iv"); -
+ disp__glMultiTexCoord3s = (void (CALLBACK *)(GLenum, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord3s"); -
+ disp__glMultiTexCoord3sv = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord3sv"); -
+ disp__glMultiTexCoord4d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glMultiTexCoord4d"); -
+ disp__glMultiTexCoord4dv = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glMultiTexCoord4dv"); -
+ disp__glMultiTexCoord4f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glMultiTexCoord4f"); -
+ disp__glMultiTexCoord4fv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMultiTexCoord4fv"); -
+ disp__glMultiTexCoord4i = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glMultiTexCoord4i"); -
+ disp__glMultiTexCoord4iv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMultiTexCoord4iv"); -
+ disp__glMultiTexCoord4s = (void (CALLBACK *)(GLenum, GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glMultiTexCoord4s"); -
+ disp__glMultiTexCoord4sv = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord4sv"); -
+ disp__glLoadTransposeMatrixd = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glLoadTransposeMatrixd"); -
+ disp__glLoadTransposeMatrixf = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glLoadTransposeMatrixf"); -
+ disp__glMultTransposeMatrixd = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glMultTransposeMatrixd"); -
+ disp__glMultTransposeMatrixf = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glMultTransposeMatrixf"); -
+ disp__glSampleCoverage = (void (CALLBACK *)(GLclampf, GLboolean)) GET_GL_PROCADDRESS ("glSampleCoverage"); -
+ disp__glSamplePass = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glSamplePass"); -
+ 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"); -
+ 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, GLvoid **)) 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__glPointParameterfSGIS = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPointParameterfSGIS"); -
+ disp__glPointParameterfvSGIS = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glPointParameterfvSGIS"); -
+ 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__glLoadTransposeMatrixfARB = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glLoadTransposeMatrixfARB"); -
+ disp__glLoadTransposeMatrixdARB = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glLoadTransposeMatrixdARB"); -
+ disp__glMultTransposeMatrixfARB = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glMultTransposeMatrixfARB"); -
+ disp__glMultTransposeMatrixdARB = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glMultTransposeMatrixdARB"); -
+ disp__glSampleCoverageARB = (void (CALLBACK *)(GLclampf, GLboolean)) GET_GL_PROCADDRESS ("glSampleCoverageARB"); -
+ disp__glCompressedTexImage3DARB = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexImage3DARB"); -
+ disp__glCompressedTexImage2DARB = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexImage2DARB"); -
+ disp__glCompressedTexImage1DARB = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLint, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexImage1DARB"); -
+ disp__glCompressedTexSubImage3DARB = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexSubImage3DARB"); -
+ disp__glCompressedTexSubImage2DARB = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexSubImage2DARB"); -
+ disp__glCompressedTexSubImage1DARB = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glCompressedTexSubImage1DARB"); -
+ disp__glGetCompressedTexImageARB = (void (CALLBACK *)(GLenum, GLint, void *)) GET_GL_PROCADDRESS ("glGetCompressedTexImageARB"); -
+ disp__glWeightbvARB = (void (CALLBACK *)(GLint, const GLbyte *)) GET_GL_PROCADDRESS ("glWeightbvARB"); -
+ disp__glWeightsvARB = (void (CALLBACK *)(GLint, const GLshort *)) GET_GL_PROCADDRESS ("glWeightsvARB"); -
+ disp__glWeightivARB = (void (CALLBACK *)(GLint, const GLint *)) GET_GL_PROCADDRESS ("glWeightivARB"); -
+ disp__glWeightfvARB = (void (CALLBACK *)(GLint, const GLfloat *)) GET_GL_PROCADDRESS ("glWeightfvARB"); -
+ disp__glWeightdvARB = (void (CALLBACK *)(GLint, const GLdouble *)) GET_GL_PROCADDRESS ("glWeightdvARB"); -
+ disp__glWeightubvARB = (void (CALLBACK *)(GLint, const GLubyte *)) GET_GL_PROCADDRESS ("glWeightubvARB"); -
+ disp__glWeightusvARB = (void (CALLBACK *)(GLint, const GLushort *)) GET_GL_PROCADDRESS ("glWeightusvARB"); -
+ disp__glWeightuivARB = (void (CALLBACK *)(GLint, const GLuint *)) GET_GL_PROCADDRESS ("glWeightuivARB"); -
+ disp__glWeightPointerARB = (void (CALLBACK *)(GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glWeightPointerARB"); -
+ disp__glVertexBlendARB = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glVertexBlendARB"); -
+ disp__glCurrentPaletteMatrixARB = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glCurrentPaletteMatrixARB"); -
+ disp__glMatrixIndexubvARB = (void (CALLBACK *)(GLint, const GLubyte *)) GET_GL_PROCADDRESS ("glMatrixIndexubvARB"); -
+ disp__glMatrixIndexusvARB = (void (CALLBACK *)(GLint, const GLushort *)) GET_GL_PROCADDRESS ("glMatrixIndexusvARB"); -
+ disp__glMatrixIndexuivARB = (void (CALLBACK *)(GLint, const GLuint *)) GET_GL_PROCADDRESS ("glMatrixIndexuivARB"); -
+ disp__glMatrixIndexPointerARB = (void (CALLBACK *)(GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glMatrixIndexPointerARB"); -
+ disp__glGetTexFilterFuncSGIS = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexFilterFuncSGIS"); -
+ disp__glTexFilterFuncSGIS = (void (CALLBACK *)(GLenum, GLenum, GLsizei, const GLfloat *)) GET_GL_PROCADDRESS ("glTexFilterFuncSGIS"); -
+ disp__glTexSubImage1DEXT = (void (CALLBACK *)(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage1DEXT"); -
+ disp__glTexSubImage2DEXT = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage2DEXT"); -
+ disp__glCopyTexImage1DEXT = (void (CALLBACK *)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint)) GET_GL_PROCADDRESS ("glCopyTexImage1DEXT"); -
+ disp__glCopyTexImage2DEXT = (void (CALLBACK *)(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint)) GET_GL_PROCADDRESS ("glCopyTexImage2DEXT"); -
+ disp__glCopyTexSubImage1DEXT = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage1DEXT"); -
+ disp__glCopyTexSubImage2DEXT = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyTexSubImage2DEXT"); -
+ disp__glGetHistogramEXT = (void (CALLBACK *)(GLenum, GLboolean, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetHistogramEXT"); -
+ disp__glGetHistogramParameterfvEXT = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetHistogramParameterfvEXT"); -
+ disp__glGetHistogramParameterivEXT = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetHistogramParameterivEXT"); -
+ disp__glGetMinmaxEXT = (void (CALLBACK *)(GLenum, GLboolean, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetMinmaxEXT"); -
+ disp__glGetMinmaxParameterfvEXT = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetMinmaxParameterfvEXT"); -
+ disp__glGetMinmaxParameterivEXT = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetMinmaxParameterivEXT"); -
+ disp__glHistogramEXT = (void (CALLBACK *)(GLenum, GLsizei, GLenum, GLboolean)) GET_GL_PROCADDRESS ("glHistogramEXT"); -
+ disp__glMinmaxEXT = (void (CALLBACK *)(GLenum, GLenum, GLboolean)) GET_GL_PROCADDRESS ("glMinmaxEXT"); -
+ disp__glResetHistogramEXT = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glResetHistogramEXT"); -
+ disp__glResetMinmaxEXT = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glResetMinmaxEXT"); -
+ disp__glConvolutionFilter1DEXT = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glConvolutionFilter1DEXT"); -
+ disp__glConvolutionFilter2DEXT = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glConvolutionFilter2DEXT"); -
+ disp__glConvolutionParameterfEXT = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glConvolutionParameterfEXT"); -
+ disp__glConvolutionParameterfvEXT = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glConvolutionParameterfvEXT"); -
+ disp__glConvolutionParameteriEXT = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glConvolutionParameteriEXT"); -
+ disp__glConvolutionParameterivEXT = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glConvolutionParameterivEXT"); -
+ disp__glCopyConvolutionFilter1DEXT = (void (CALLBACK *)(GLenum, GLenum, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyConvolutionFilter1DEXT"); -
+ disp__glCopyConvolutionFilter2DEXT = (void (CALLBACK *)(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei)) GET_GL_PROCADDRESS ("glCopyConvolutionFilter2DEXT"); -
+ disp__glGetConvolutionFilterEXT = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetConvolutionFilterEXT"); -
+ disp__glGetConvolutionParameterfvEXT = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetConvolutionParameterfvEXT"); -
+ disp__glGetConvolutionParameterivEXT = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetConvolutionParameterivEXT"); -
+ disp__glGetSeparableFilterEXT = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *)) GET_GL_PROCADDRESS ("glGetSeparableFilterEXT"); -
+ disp__glSeparableFilter2DEXT = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *)) GET_GL_PROCADDRESS ("glSeparableFilter2DEXT"); -
+ disp__glColorTableSGI = (void (CALLBACK *)(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glColorTableSGI"); -
+ disp__glColorTableParameterfvSGI = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glColorTableParameterfvSGI"); -
+ disp__glColorTableParameterivSGI = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glColorTableParameterivSGI"); -
+ disp__glCopyColorTableSGI = (void (CALLBACK *)(GLenum, GLenum, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyColorTableSGI"); -
+ disp__glGetColorTableSGI = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("glGetColorTableSGI"); -
+ disp__glGetColorTableParameterfvSGI = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetColorTableParameterfvSGI"); -
+ disp__glGetColorTableParameterivSGI = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetColorTableParameterivSGI"); -
+ disp__glPixelTexGenSGIX = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glPixelTexGenSGIX"); -
+ disp__glPixelTexGenParameteriSGIS = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glPixelTexGenParameteriSGIS"); -
+ disp__glPixelTexGenParameterivSGIS = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glPixelTexGenParameterivSGIS"); -
+ disp__glPixelTexGenParameterfSGIS = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPixelTexGenParameterfSGIS"); -
+ disp__glPixelTexGenParameterfvSGIS = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glPixelTexGenParameterfvSGIS"); -
+ disp__glGetPixelTexGenParameterivSGIS = (void (CALLBACK *)(GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetPixelTexGenParameterivSGIS"); -
+ disp__glGetPixelTexGenParameterfvSGIS = (void (CALLBACK *)(GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetPixelTexGenParameterfvSGIS"); -
+ disp__glTexImage4DSGIS = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexImage4DSGIS"); -
+ disp__glTexSubImage4DSGIS = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glTexSubImage4DSGIS"); -
+ disp__glDetailTexFuncSGIS = (void (CALLBACK *)(GLenum, GLsizei, const GLfloat *)) GET_GL_PROCADDRESS ("glDetailTexFuncSGIS"); -
+ disp__glGetDetailTexFuncSGIS = (void (CALLBACK *)(GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetDetailTexFuncSGIS"); -
+ disp__glSharpenTexFuncSGIS = (void (CALLBACK *)(GLenum, GLsizei, const GLfloat *)) GET_GL_PROCADDRESS ("glSharpenTexFuncSGIS"); -
+ disp__glGetSharpenTexFuncSGIS = (void (CALLBACK *)(GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetSharpenTexFuncSGIS"); -
+ disp__glSampleMaskSGIS = (void (CALLBACK *)(GLclampf, GLboolean)) GET_GL_PROCADDRESS ("glSampleMaskSGIS"); -
+ disp__glSamplePatternSGIS = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glSamplePatternSGIS"); -
+ disp__glSpriteParameterfSGIX = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glSpriteParameterfSGIX"); -
+ disp__glSpriteParameterfvSGIX = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glSpriteParameterfvSGIX"); -
+ disp__glSpriteParameteriSGIX = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glSpriteParameteriSGIX"); -
+ disp__glSpriteParameterivSGIX = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glSpriteParameterivSGIX"); -
+ disp__glPointParameterfARB = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPointParameterfARB"); -
+ disp__glPointParameterfvARB = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glPointParameterfvARB"); -
+ disp__glGetInstrumentsSGIX = (GLint (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glGetInstrumentsSGIX"); -
+ disp__glInstrumentsBufferSGIX = (void (CALLBACK *)(GLsizei, GLint *)) GET_GL_PROCADDRESS ("glInstrumentsBufferSGIX"); -
+ disp__glPollInstrumentsSGIX = (GLint (CALLBACK *)(GLint *)) GET_GL_PROCADDRESS ("glPollInstrumentsSGIX"); -
+ disp__glReadInstrumentsSGIX = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glReadInstrumentsSGIX"); -
+ disp__glStartInstrumentsSGIX = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glStartInstrumentsSGIX"); -
+ disp__glStopInstrumentsSGIX = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glStopInstrumentsSGIX"); -
+ disp__glFrameZoomSGIX = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glFrameZoomSGIX"); -
+ disp__glTagSampleBufferSGIX = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glTagSampleBufferSGIX"); -
+ disp__glDeformationMap3dSGIX = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *)) GET_GL_PROCADDRESS ("glDeformationMap3dSGIX"); -
+ disp__glDeformationMap3fSGIX = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *)) GET_GL_PROCADDRESS ("glDeformationMap3fSGIX"); -
+ disp__glDeformSGIX = (void (CALLBACK *)(GLbitfield)) GET_GL_PROCADDRESS ("glDeformSGIX"); -
+ disp__glLoadIdentityDeformationMapSGIX = (void (CALLBACK *)(GLbitfield)) GET_GL_PROCADDRESS ("glLoadIdentityDeformationMapSGIX"); -
+ disp__glReferencePlaneSGIX = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glReferencePlaneSGIX"); -
+ disp__glFlushRasterSGIX = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glFlushRasterSGIX"); -
+ disp__glFogFuncSGIS = (void (CALLBACK *)(GLsizei, const GLfloat *)) GET_GL_PROCADDRESS ("glFogFuncSGIS"); -
+ disp__glGetFogFuncSGIS = (void (CALLBACK *)(GLfloat *)) GET_GL_PROCADDRESS ("glGetFogFuncSGIS"); -
+ disp__glImageTransformParameteriHP = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glImageTransformParameteriHP"); -
+ disp__glImageTransformParameterfHP = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glImageTransformParameterfHP"); -
+ disp__glImageTransformParameterivHP = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glImageTransformParameterivHP"); -
+ disp__glImageTransformParameterfvHP = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glImageTransformParameterfvHP"); -
+ disp__glGetImageTransformParameterivHP = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetImageTransformParameterivHP"); -
+ disp__glGetImageTransformParameterfvHP = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetImageTransformParameterfvHP"); -
+ disp__glCopyColorSubTableEXT = (void (CALLBACK *)(GLenum, GLsizei, GLint, GLint, GLsizei)) GET_GL_PROCADDRESS ("glCopyColorSubTableEXT"); -
+ disp__glHintPGI = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glHintPGI"); -
+ disp__glGetListParameterfvSGIX = (void (CALLBACK *)(GLuint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetListParameterfvSGIX"); -
+ disp__glGetListParameterivSGIX = (void (CALLBACK *)(GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetListParameterivSGIX"); -
+ disp__glListParameterfSGIX = (void (CALLBACK *)(GLuint, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glListParameterfSGIX"); -
+ disp__glListParameterfvSGIX = (void (CALLBACK *)(GLuint, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glListParameterfvSGIX"); -
+ disp__glListParameteriSGIX = (void (CALLBACK *)(GLuint, GLenum, GLint)) GET_GL_PROCADDRESS ("glListParameteriSGIX"); -
+ disp__glListParameterivSGIX = (void (CALLBACK *)(GLuint, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glListParameterivSGIX"); -
+ disp__glIndexMaterialEXT = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glIndexMaterialEXT"); -
+ disp__glIndexFuncEXT = (void (CALLBACK *)(GLenum, GLclampf)) GET_GL_PROCADDRESS ("glIndexFuncEXT"); -
+ disp__glCullParameterdvEXT = (void (CALLBACK *)(GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glCullParameterdvEXT"); -
+ disp__glCullParameterfvEXT = (void (CALLBACK *)(GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glCullParameterfvEXT"); -
+ disp__glFragmentColorMaterialSGIX = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glFragmentColorMaterialSGIX"); -
+ disp__glFragmentLightfSGIX = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glFragmentLightfSGIX"); -
+ disp__glFragmentLightfvSGIX = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glFragmentLightfvSGIX"); -
+ disp__glFragmentLightiSGIX = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glFragmentLightiSGIX"); -
+ disp__glFragmentLightivSGIX = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glFragmentLightivSGIX"); -
+ disp__glFragmentLightModelfSGIX = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glFragmentLightModelfSGIX"); -
+ disp__glFragmentLightModelfvSGIX = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glFragmentLightModelfvSGIX"); -
+ disp__glFragmentLightModeliSGIX = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glFragmentLightModeliSGIX"); -
+ disp__glFragmentLightModelivSGIX = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glFragmentLightModelivSGIX"); -
+ disp__glFragmentMaterialfSGIX = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glFragmentMaterialfSGIX"); -
+ disp__glFragmentMaterialfvSGIX = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glFragmentMaterialfvSGIX"); -
+ disp__glFragmentMaterialiSGIX = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glFragmentMaterialiSGIX"); -
+ disp__glFragmentMaterialivSGIX = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glFragmentMaterialivSGIX"); -
+ disp__glGetFragmentLightfvSGIX = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetFragmentLightfvSGIX"); -
+ disp__glGetFragmentLightivSGIX = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetFragmentLightivSGIX"); -
+ disp__glGetFragmentMaterialfvSGIX = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetFragmentMaterialfvSGIX"); -
+ disp__glGetFragmentMaterialivSGIX = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetFragmentMaterialivSGIX"); -
+ disp__glLightEnviSGIX = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glLightEnviSGIX"); -
+ disp__glDrawRangeElementsEXT = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glDrawRangeElementsEXT"); -
+ disp__glApplyTextureEXT = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glApplyTextureEXT"); -
+ disp__glTextureLightEXT = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glTextureLightEXT"); -
+ disp__glTextureMaterialEXT = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glTextureMaterialEXT"); -
+ disp__glAsyncMarkerSGIX = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glAsyncMarkerSGIX"); -
+ disp__glFinishAsyncSGIX = (GLint (CALLBACK *)(GLuint *)) GET_GL_PROCADDRESS ("glFinishAsyncSGIX"); -
+ disp__glPollAsyncSGIX = (GLint (CALLBACK *)(GLuint *)) GET_GL_PROCADDRESS ("glPollAsyncSGIX"); -
+ disp__glGenAsyncMarkersSGIX = (GLuint (CALLBACK *)(GLsizei)) GET_GL_PROCADDRESS ("glGenAsyncMarkersSGIX"); -
+ disp__glDeleteAsyncMarkersSGIX = (void (CALLBACK *)(GLuint, GLsizei)) GET_GL_PROCADDRESS ("glDeleteAsyncMarkersSGIX"); -
+ disp__glIsAsyncMarkerSGIX = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsAsyncMarkerSGIX"); -
+ disp__glVertexPointervINTEL = (void (CALLBACK *)(GLint, GLenum, const GLvoid **)) GET_GL_PROCADDRESS ("glVertexPointervINTEL"); -
+ disp__glNormalPointervINTEL = (void (CALLBACK *)(GLenum, const GLvoid **)) GET_GL_PROCADDRESS ("glNormalPointervINTEL"); -
+ disp__glColorPointervINTEL = (void (CALLBACK *)(GLint, GLenum, const GLvoid **)) GET_GL_PROCADDRESS ("glColorPointervINTEL"); -
+ disp__glTexCoordPointervINTEL = (void (CALLBACK *)(GLint, GLenum, const GLvoid **)) GET_GL_PROCADDRESS ("glTexCoordPointervINTEL"); -
+ disp__glPixelTransformParameteriEXT = (void (CALLBACK *)(GLenum, GLenum, GLint)) GET_GL_PROCADDRESS ("glPixelTransformParameteriEXT"); -
+ disp__glPixelTransformParameterfEXT = (void (CALLBACK *)(GLenum, GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPixelTransformParameterfEXT"); -
+ disp__glPixelTransformParameterivEXT = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glPixelTransformParameterivEXT"); -
+ disp__glPixelTransformParameterfvEXT = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glPixelTransformParameterfvEXT"); -
+ disp__glSecondaryColor3bEXT = (void (CALLBACK *)(GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glSecondaryColor3bEXT"); -
+ disp__glSecondaryColor3bvEXT = (void (CALLBACK *)(const GLbyte *)) GET_GL_PROCADDRESS ("glSecondaryColor3bvEXT"); -
+ disp__glSecondaryColor3dEXT = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glSecondaryColor3dEXT"); -
+ disp__glSecondaryColor3dvEXT = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glSecondaryColor3dvEXT"); -
+ disp__glSecondaryColor3fEXT = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glSecondaryColor3fEXT"); -
+ disp__glSecondaryColor3fvEXT = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glSecondaryColor3fvEXT"); -
+ disp__glSecondaryColor3iEXT = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glSecondaryColor3iEXT"); -
+ disp__glSecondaryColor3ivEXT = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glSecondaryColor3ivEXT"); -
+ disp__glSecondaryColor3sEXT = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glSecondaryColor3sEXT"); -
+ disp__glSecondaryColor3svEXT = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glSecondaryColor3svEXT"); -
+ disp__glSecondaryColor3ubEXT = (void (CALLBACK *)(GLubyte, GLubyte, GLubyte)) GET_GL_PROCADDRESS ("glSecondaryColor3ubEXT"); -
+ disp__glSecondaryColor3ubvEXT = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glSecondaryColor3ubvEXT"); -
+ disp__glSecondaryColor3uiEXT = (void (CALLBACK *)(GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glSecondaryColor3uiEXT"); -
+ disp__glSecondaryColor3uivEXT = (void (CALLBACK *)(const GLuint *)) GET_GL_PROCADDRESS ("glSecondaryColor3uivEXT"); -
+ disp__glSecondaryColor3usEXT = (void (CALLBACK *)(GLushort, GLushort, GLushort)) GET_GL_PROCADDRESS ("glSecondaryColor3usEXT"); -
+ disp__glSecondaryColor3usvEXT = (void (CALLBACK *)(const GLushort *)) GET_GL_PROCADDRESS ("glSecondaryColor3usvEXT"); -
+ disp__glSecondaryColorPointerEXT = (void (CALLBACK *)(GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glSecondaryColorPointerEXT"); -
+ disp__glTextureNormalEXT = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glTextureNormalEXT"); -
+ disp__glMultiDrawArraysEXT = (void (CALLBACK *)(GLenum, GLint *, GLsizei *, GLsizei)) GET_GL_PROCADDRESS ("glMultiDrawArraysEXT"); -
+ disp__glMultiDrawElementsEXT = (void (CALLBACK *)(GLenum, const GLsizei *, GLenum, const GLvoid **, GLsizei)) GET_GL_PROCADDRESS ("glMultiDrawElementsEXT"); -
+ disp__glFogCoordfEXT = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glFogCoordfEXT"); -
+ disp__glFogCoordfvEXT = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glFogCoordfvEXT"); -
+ disp__glFogCoorddEXT = (void (CALLBACK *)(GLdouble)) GET_GL_PROCADDRESS ("glFogCoorddEXT"); -
+ disp__glFogCoorddvEXT = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glFogCoorddvEXT"); -
+ disp__glFogCoordPointerEXT = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glFogCoordPointerEXT"); -
+ disp__glTangent3bEXT = (void (CALLBACK *)(GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glTangent3bEXT"); -
+ disp__glTangent3bvEXT = (void (CALLBACK *)(const GLbyte *)) GET_GL_PROCADDRESS ("glTangent3bvEXT"); -
+ disp__glTangent3dEXT = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glTangent3dEXT"); -
+ disp__glTangent3dvEXT = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glTangent3dvEXT"); -
+ disp__glTangent3fEXT = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTangent3fEXT"); -
+ disp__glTangent3fvEXT = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glTangent3fvEXT"); -
+ disp__glTangent3iEXT = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glTangent3iEXT"); -
+ disp__glTangent3ivEXT = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glTangent3ivEXT"); -
+ disp__glTangent3sEXT = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glTangent3sEXT"); -
+ disp__glTangent3svEXT = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glTangent3svEXT"); -
+ disp__glBinormal3bEXT = (void (CALLBACK *)(GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glBinormal3bEXT"); -
+ disp__glBinormal3bvEXT = (void (CALLBACK *)(const GLbyte *)) GET_GL_PROCADDRESS ("glBinormal3bvEXT"); -
+ disp__glBinormal3dEXT = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glBinormal3dEXT"); -
+ disp__glBinormal3dvEXT = (void (CALLBACK *)(const GLdouble *)) GET_GL_PROCADDRESS ("glBinormal3dvEXT"); -
+ disp__glBinormal3fEXT = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glBinormal3fEXT"); -
+ disp__glBinormal3fvEXT = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glBinormal3fvEXT"); -
+ disp__glBinormal3iEXT = (void (CALLBACK *)(GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glBinormal3iEXT"); -
+ disp__glBinormal3ivEXT = (void (CALLBACK *)(const GLint *)) GET_GL_PROCADDRESS ("glBinormal3ivEXT"); -
+ disp__glBinormal3sEXT = (void (CALLBACK *)(GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glBinormal3sEXT"); -
+ disp__glBinormal3svEXT = (void (CALLBACK *)(const GLshort *)) GET_GL_PROCADDRESS ("glBinormal3svEXT"); -
+ disp__glTangentPointerEXT = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glTangentPointerEXT"); -
+ disp__glBinormalPointerEXT = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glBinormalPointerEXT"); -
+ disp__glFinishTextureSUNX = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glFinishTextureSUNX"); -
+ disp__glGlobalAlphaFactorbSUN = (void (CALLBACK *)(GLbyte)) GET_GL_PROCADDRESS ("glGlobalAlphaFactorbSUN"); -
+ disp__glGlobalAlphaFactorsSUN = (void (CALLBACK *)(GLshort)) GET_GL_PROCADDRESS ("glGlobalAlphaFactorsSUN"); -
+ disp__glGlobalAlphaFactoriSUN = (void (CALLBACK *)(GLint)) GET_GL_PROCADDRESS ("glGlobalAlphaFactoriSUN"); -
+ disp__glGlobalAlphaFactorfSUN = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glGlobalAlphaFactorfSUN"); -
+ disp__glGlobalAlphaFactordSUN = (void (CALLBACK *)(GLdouble)) GET_GL_PROCADDRESS ("glGlobalAlphaFactordSUN"); -
+ disp__glGlobalAlphaFactorubSUN = (void (CALLBACK *)(GLubyte)) GET_GL_PROCADDRESS ("glGlobalAlphaFactorubSUN"); -
+ disp__glGlobalAlphaFactorusSUN = (void (CALLBACK *)(GLushort)) GET_GL_PROCADDRESS ("glGlobalAlphaFactorusSUN"); -
+ disp__glGlobalAlphaFactoruiSUN = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glGlobalAlphaFactoruiSUN"); -
+ disp__glReplacementCodeuiSUN = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glReplacementCodeuiSUN"); -
+ disp__glReplacementCodeusSUN = (void (CALLBACK *)(GLushort)) GET_GL_PROCADDRESS ("glReplacementCodeusSUN"); -
+ disp__glReplacementCodeubSUN = (void (CALLBACK *)(GLubyte)) GET_GL_PROCADDRESS ("glReplacementCodeubSUN"); -
+ disp__glReplacementCodeuivSUN = (void (CALLBACK *)(const GLuint *)) GET_GL_PROCADDRESS ("glReplacementCodeuivSUN"); -
+ disp__glReplacementCodeusvSUN = (void (CALLBACK *)(const GLushort *)) GET_GL_PROCADDRESS ("glReplacementCodeusvSUN"); -
+ disp__glReplacementCodeubvSUN = (void (CALLBACK *)(const GLubyte *)) GET_GL_PROCADDRESS ("glReplacementCodeubvSUN"); -
+ disp__glReplacementCodePointerSUN = (void (CALLBACK *)(GLenum, GLsizei, const GLvoid **)) GET_GL_PROCADDRESS ("glReplacementCodePointerSUN"); -
+ disp__glColor4ubVertex2fSUN = (void (CALLBACK *)(GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glColor4ubVertex2fSUN"); -
+ disp__glColor4ubVertex2fvSUN = (void (CALLBACK *)(const GLubyte *, const GLfloat *)) GET_GL_PROCADDRESS ("glColor4ubVertex2fvSUN"); -
+ disp__glColor4ubVertex3fSUN = (void (CALLBACK *)(GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glColor4ubVertex3fSUN"); -
+ disp__glColor4ubVertex3fvSUN = (void (CALLBACK *)(const GLubyte *, const GLfloat *)) GET_GL_PROCADDRESS ("glColor4ubVertex3fvSUN"); -
+ disp__glColor3fVertex3fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glColor3fVertex3fSUN"); -
+ disp__glColor3fVertex3fvSUN = (void (CALLBACK *)(const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glColor3fVertex3fvSUN"); -
+ disp__glNormal3fVertex3fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glNormal3fVertex3fSUN"); -
+ disp__glNormal3fVertex3fvSUN = (void (CALLBACK *)(const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glNormal3fVertex3fvSUN"); -
+ disp__glColor4fNormal3fVertex3fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glColor4fNormal3fVertex3fSUN"); -
+ disp__glColor4fNormal3fVertex3fvSUN = (void (CALLBACK *)(const GLfloat *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glColor4fNormal3fVertex3fvSUN"); -
+ disp__glTexCoord2fVertex3fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord2fVertex3fSUN"); -
+ disp__glTexCoord2fVertex3fvSUN = (void (CALLBACK *)(const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord2fVertex3fvSUN"); -
+ disp__glTexCoord4fVertex4fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord4fVertex4fSUN"); -
+ disp__glTexCoord4fVertex4fvSUN = (void (CALLBACK *)(const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord4fVertex4fvSUN"); -
+ disp__glTexCoord2fColor4ubVertex3fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord2fColor4ubVertex3fSUN"); -
+ disp__glTexCoord2fColor4ubVertex3fvSUN = (void (CALLBACK *)(const GLfloat *, const GLubyte *, const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord2fColor4ubVertex3fvSUN"); -
+ disp__glTexCoord2fColor3fVertex3fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord2fColor3fVertex3fSUN"); -
+ disp__glTexCoord2fColor3fVertex3fvSUN = (void (CALLBACK *)(const GLfloat *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord2fColor3fVertex3fvSUN"); -
+ disp__glTexCoord2fNormal3fVertex3fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord2fNormal3fVertex3fSUN"); -
+ disp__glTexCoord2fNormal3fVertex3fvSUN = (void (CALLBACK *)(const GLfloat *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord2fNormal3fVertex3fvSUN"); -
+ disp__glTexCoord2fColor4fNormal3fVertex3fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord2fColor4fNormal3fVertex3fSUN"); -
+ disp__glTexCoord2fColor4fNormal3fVertex3fvSUN = (void (CALLBACK *)(const GLfloat *, const GLfloat *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord2fColor4fNormal3fVertex3fvSUN"); -
+ disp__glTexCoord4fColor4fNormal3fVertex4fSUN = (void (CALLBACK *)(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glTexCoord4fColor4fNormal3fVertex4fSUN"); -
+ disp__glTexCoord4fColor4fNormal3fVertex4fvSUN = (void (CALLBACK *)(const GLfloat *, const GLfloat *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glTexCoord4fColor4fNormal3fVertex4fvSUN"); -
+ disp__glReplacementCodeuiVertex3fSUN = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glReplacementCodeuiVertex3fSUN"); -
+ disp__glReplacementCodeuiVertex3fvSUN = (void (CALLBACK *)(const GLenum *, const GLfloat *)) GET_GL_PROCADDRESS ("glReplacementCodeuiVertex3fvSUN"); -
+ disp__glReplacementCodeuiColor4ubVertex3fSUN = (void (CALLBACK *)(GLenum, GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glReplacementCodeuiColor4ubVertex3fSUN"); -
+ disp__glReplacementCodeuiColor4ubVertex3fvSUN = (void (CALLBACK *)(const GLenum *, const GLubyte *, const GLfloat *)) GET_GL_PROCADDRESS ("glReplacementCodeuiColor4ubVertex3fvSUN"); -
+ disp__glReplacementCodeuiColor3fVertex3fSUN = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glReplacementCodeuiColor3fVertex3fSUN"); -
+ disp__glReplacementCodeuiColor3fVertex3fvSUN = (void (CALLBACK *)(const GLenum *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glReplacementCodeuiColor3fVertex3fvSUN"); -
+ disp__glReplacementCodeuiNormal3fVertex3fSUN = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glReplacementCodeuiNormal3fVertex3fSUN"); -
+ disp__glReplacementCodeuiNormal3fVertex3fvSUN = (void (CALLBACK *)(const GLenum *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glReplacementCodeuiNormal3fVertex3fvSUN"); -
+ disp__glReplacementCodeuiColor4fNormal3fVertex3fSUN = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glReplacementCodeuiColor4fNormal3fVertex3fSUN"); -
+ disp__glReplacementCodeuiColor4fNormal3fVertex3fvSUN = (void (CALLBACK *)(const GLenum *, const GLfloat *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glReplacementCodeuiColor4fNormal3fVertex3fvSUN"); -
+ disp__glReplacementCodeuiTexCoord2fVertex3fSUN = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glReplacementCodeuiTexCoord2fVertex3fSUN"); -
+ disp__glReplacementCodeuiTexCoord2fVertex3fvSUN = (void (CALLBACK *)(const GLenum *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glReplacementCodeuiTexCoord2fVertex3fvSUN"); -
+ disp__glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN"); -
+ disp__glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN = (void (CALLBACK *)(const GLenum *, const GLfloat *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN"); -
+ disp__glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN"); -
+ disp__glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN = (void (CALLBACK *)(const GLenum *, const GLfloat *, const GLfloat *, const GLfloat *, const GLfloat *)) GET_GL_PROCADDRESS ("glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN"); -
+ disp__glBlendFuncSeparateEXT = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLenum)) GET_GL_PROCADDRESS ("glBlendFuncSeparateEXT"); -
+ disp__glBlendFuncSeparateINGR = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLenum)) GET_GL_PROCADDRESS ("glBlendFuncSeparateINGR"); -
+ disp__glVertexWeightfEXT = (void (CALLBACK *)(GLfloat)) GET_GL_PROCADDRESS ("glVertexWeightfEXT"); -
+ disp__glVertexWeightfvEXT = (void (CALLBACK *)(const GLfloat *)) GET_GL_PROCADDRESS ("glVertexWeightfvEXT"); -
+ disp__glVertexWeightPointerEXT = (void (CALLBACK *)(GLsizei, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glVertexWeightPointerEXT"); -
+ disp__glFlushVertexArrayRangeNV = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glFlushVertexArrayRangeNV"); -
+ disp__glVertexArrayRangeNV = (void (CALLBACK *)(GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glVertexArrayRangeNV"); -
+ disp__glCombinerParameterfvNV = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glCombinerParameterfvNV"); -
+ disp__glCombinerParameterfNV = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glCombinerParameterfNV"); -
+ disp__glCombinerParameterivNV = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glCombinerParameterivNV"); -
+ disp__glCombinerParameteriNV = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glCombinerParameteriNV"); -
+ disp__glCombinerInputNV = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum)) GET_GL_PROCADDRESS ("glCombinerInputNV"); -
+ disp__glCombinerOutputNV = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLboolean, GLboolean, GLboolean)) GET_GL_PROCADDRESS ("glCombinerOutputNV"); -
+ disp__glFinalCombinerInputNV = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLenum)) GET_GL_PROCADDRESS ("glFinalCombinerInputNV"); -
+ disp__glGetCombinerInputParameterfvNV = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetCombinerInputParameterfvNV"); -
+ disp__glGetCombinerInputParameterivNV = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetCombinerInputParameterivNV"); -
+ disp__glGetCombinerOutputParameterfvNV = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetCombinerOutputParameterfvNV"); -
+ disp__glGetCombinerOutputParameterivNV = (void (CALLBACK *)(GLenum, GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetCombinerOutputParameterivNV"); -
+ disp__glGetFinalCombinerInputParameterfvNV = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetFinalCombinerInputParameterfvNV"); -
+ disp__glGetFinalCombinerInputParameterivNV = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetFinalCombinerInputParameterivNV"); -
+ disp__glMultiModeDrawArraysIBM = (void (CALLBACK *)(GLenum, const GLint *, const GLsizei *, GLsizei, GLint)) GET_GL_PROCADDRESS ("glMultiModeDrawArraysIBM"); -
+ disp__glMultiModeDrawElementsIBM = (void (CALLBACK *)(const GLenum *, const GLsizei *, GLenum, const GLvoid **, GLsizei, GLint)) GET_GL_PROCADDRESS ("glMultiModeDrawElementsIBM"); -
+ disp__glColorPointerListIBM = (void (CALLBACK *)(GLint, GLenum, GLint, const GLvoid **, GLint)) GET_GL_PROCADDRESS ("glColorPointerListIBM"); -
+ disp__glSecondaryColorPointerListIBM = (void (CALLBACK *)(GLint, GLenum, GLint, const GLvoid **, GLint)) GET_GL_PROCADDRESS ("glSecondaryColorPointerListIBM"); -
+ disp__glEdgeFlagPointerListIBM = (void (CALLBACK *)(GLint, const GLboolean **, GLint)) GET_GL_PROCADDRESS ("glEdgeFlagPointerListIBM"); -
+ disp__glFogCoordPointerListIBM = (void (CALLBACK *)(GLenum, GLint, const GLvoid **, GLint)) GET_GL_PROCADDRESS ("glFogCoordPointerListIBM"); -
+ disp__glIndexPointerListIBM = (void (CALLBACK *)(GLenum, GLint, const GLvoid **, GLint)) GET_GL_PROCADDRESS ("glIndexPointerListIBM"); -
+ disp__glNormalPointerListIBM = (void (CALLBACK *)(GLenum, GLint, const GLvoid **, GLint)) GET_GL_PROCADDRESS ("glNormalPointerListIBM"); -
+ disp__glTexCoordPointerListIBM = (void (CALLBACK *)(GLint, GLenum, GLint, const GLvoid **, GLint)) GET_GL_PROCADDRESS ("glTexCoordPointerListIBM"); -
+ disp__glVertexPointerListIBM = (void (CALLBACK *)(GLint, GLenum, GLint, const GLvoid **, GLint)) GET_GL_PROCADDRESS ("glVertexPointerListIBM"); -
+ disp__glTbufferMask3DFX = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glTbufferMask3DFX"); -
+ disp__glSampleMaskEXT = (void (CALLBACK *)(GLclampf, GLboolean)) GET_GL_PROCADDRESS ("glSampleMaskEXT"); -
+ disp__glSamplePatternEXT = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glSamplePatternEXT"); -
+ disp__glTextureColorMaskSGIS = (void (CALLBACK *)(GLboolean, GLboolean, GLboolean, GLboolean)) GET_GL_PROCADDRESS ("glTextureColorMaskSGIS"); -
+ disp__glIglooInterfaceSGIX = (void (CALLBACK *)(GLenum, const GLvoid *)) GET_GL_PROCADDRESS ("glIglooInterfaceSGIX"); -
+ disp__glGenFencesNV = (void (CALLBACK *)(GLsizei, GLuint *)) GET_GL_PROCADDRESS ("glGenFencesNV"); -
+ disp__glDeleteFencesNV = (void (CALLBACK *)(GLsizei, const GLuint *)) GET_GL_PROCADDRESS ("glDeleteFencesNV"); -
+ disp__glSetFenceNV = (void (CALLBACK *)(GLuint, GLenum)) GET_GL_PROCADDRESS ("glSetFenceNV"); -
+ disp__glTestFenceNV = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glTestFenceNV"); -
+ disp__glFinishFenceNV = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glFinishFenceNV"); -
+ disp__glIsFenceNV = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsFenceNV"); -
+ disp__glGetFenceivNV = (void (CALLBACK *)(GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetFenceivNV"); -
+ disp__glMapControlPointsNV = (void (CALLBACK *)(GLenum, GLuint, GLenum, GLsizei, GLsizei, GLint, GLint, GLboolean, const GLvoid *)) GET_GL_PROCADDRESS ("glMapControlPointsNV"); -
+ disp__glMapParameterivNV = (void (CALLBACK *)(GLenum, GLenum, const GLint *)) GET_GL_PROCADDRESS ("glMapParameterivNV"); -
+ disp__glMapParameterfvNV = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glMapParameterfvNV"); -
+ disp__glGetMapControlPointsNV = (void (CALLBACK *)(GLenum, GLuint, GLenum, GLsizei, GLsizei, GLboolean, GLvoid *)) GET_GL_PROCADDRESS ("glGetMapControlPointsNV"); -
+ disp__glGetMapParameterivNV = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetMapParameterivNV"); -
+ disp__glGetMapParameterfvNV = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetMapParameterfvNV"); -
+ disp__glGetMapAttribParameterivNV = (void (CALLBACK *)(GLenum, GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetMapAttribParameterivNV"); -
+ disp__glGetMapAttribParameterfvNV = (void (CALLBACK *)(GLenum, GLuint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetMapAttribParameterfvNV"); -
+ disp__glEvalMapsNV = (void (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glEvalMapsNV"); -
+ disp__glCombinerStageParameterfvNV = (void (CALLBACK *)(GLenum, GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glCombinerStageParameterfvNV"); -
+ disp__glGetCombinerStageParameterfvNV = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetCombinerStageParameterfvNV"); -
+ disp__glBindProgramNV = (void (CALLBACK *)(GLenum, GLuint)) GET_GL_PROCADDRESS ("glBindProgramNV"); -
+ disp__glDeleteProgramsNV = (void (CALLBACK *)(GLsizei, const GLuint *)) GET_GL_PROCADDRESS ("glDeleteProgramsNV"); -
+ disp__glExecuteProgramNV = (void (CALLBACK *)(GLenum, GLuint, const GLfloat *)) GET_GL_PROCADDRESS ("glExecuteProgramNV"); -
+ disp__glGenProgramsNV = (void (CALLBACK *)(GLsizei, GLuint *)) GET_GL_PROCADDRESS ("glGenProgramsNV"); -
+ disp__glAreProgramsResidentNV = (GLboolean (CALLBACK *)(GLsizei, const GLuint *, GLboolean *)) GET_GL_PROCADDRESS ("glAreProgramsResidentNV"); -
+ disp__glRequestResidentProgramsNV = (void (CALLBACK *)(GLsizei, const GLuint *)) GET_GL_PROCADDRESS ("glRequestResidentProgramsNV"); -
+ disp__glGetProgramParameterfvNV = (void (CALLBACK *)(GLenum, GLuint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetProgramParameterfvNV"); -
+ disp__glGetProgramParameterdvNV = (void (CALLBACK *)(GLenum, GLuint, GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetProgramParameterdvNV"); -
+ disp__glGetProgramivNV = (void (CALLBACK *)(GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetProgramivNV"); -
+ disp__glGetProgramStringNV = (void (CALLBACK *)(GLuint, GLenum, GLubyte *)) GET_GL_PROCADDRESS ("glGetProgramStringNV"); -
+ disp__glGetTrackMatrixivNV = (void (CALLBACK *)(GLenum, GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTrackMatrixivNV"); -
+ disp__glGetVertexAttribdvNV = (void (CALLBACK *)(GLuint, GLenum, GLdouble *)) GET_GL_PROCADDRESS ("glGetVertexAttribdvNV"); -
+ disp__glGetVertexAttribfvNV = (void (CALLBACK *)(GLuint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetVertexAttribfvNV"); -
+ disp__glGetVertexAttribivNV = (void (CALLBACK *)(GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetVertexAttribivNV"); -
+ disp__glGetVertexAttribPointervNV = (void (CALLBACK *)(GLuint, GLenum, GLvoid **)) GET_GL_PROCADDRESS ("glGetVertexAttribPointervNV"); -
+ disp__glIsProgramNV = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsProgramNV"); -
+ disp__glLoadProgramNV = (void (CALLBACK *)(GLenum, GLuint, GLsizei, const GLubyte *)) GET_GL_PROCADDRESS ("glLoadProgramNV"); -
+ disp__glProgramParameter4fNV = (void (CALLBACK *)(GLenum, GLuint, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glProgramParameter4fNV"); -
+ disp__glProgramParameter4dNV = (void (CALLBACK *)(GLenum, GLuint, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glProgramParameter4dNV"); -
+ disp__glProgramParameter4dvNV = (void (CALLBACK *)(GLenum, GLuint, const GLdouble *)) GET_GL_PROCADDRESS ("glProgramParameter4dvNV"); -
+ disp__glProgramParameter4fvNV = (void (CALLBACK *)(GLenum, GLuint, const GLfloat *)) GET_GL_PROCADDRESS ("glProgramParameter4fvNV"); -
+ disp__glProgramParameters4dvNV = (void (CALLBACK *)(GLenum, GLuint, GLuint, const GLdouble *)) GET_GL_PROCADDRESS ("glProgramParameters4dvNV"); -
+ disp__glProgramParameters4fvNV = (void (CALLBACK *)(GLenum, GLuint, GLuint, const GLfloat *)) GET_GL_PROCADDRESS ("glProgramParameters4fvNV"); -
+ disp__glTrackMatrixNV = (void (CALLBACK *)(GLenum, GLuint, GLenum, GLenum)) GET_GL_PROCADDRESS ("glTrackMatrixNV"); -
+ disp__glVertexAttribPointerNV = (void (CALLBACK *)(GLuint, GLint, GLenum, GLsizei, const GLvoid *)) GET_GL_PROCADDRESS ("glVertexAttribPointerNV"); -
+ disp__glVertexAttrib1sNV = (void (CALLBACK *)(GLuint, GLshort)) GET_GL_PROCADDRESS ("glVertexAttrib1sNV"); -
+ disp__glVertexAttrib1fNV = (void (CALLBACK *)(GLuint, GLfloat)) GET_GL_PROCADDRESS ("glVertexAttrib1fNV"); -
+ disp__glVertexAttrib1dNV = (void (CALLBACK *)(GLuint, GLdouble)) GET_GL_PROCADDRESS ("glVertexAttrib1dNV"); -
+ disp__glVertexAttrib2sNV = (void (CALLBACK *)(GLuint, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertexAttrib2sNV"); -
+ disp__glVertexAttrib2fNV = (void (CALLBACK *)(GLuint, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertexAttrib2fNV"); -
+ disp__glVertexAttrib2dNV = (void (CALLBACK *)(GLuint, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertexAttrib2dNV"); -
+ disp__glVertexAttrib3sNV = (void (CALLBACK *)(GLuint, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertexAttrib3sNV"); -
+ disp__glVertexAttrib3fNV = (void (CALLBACK *)(GLuint, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertexAttrib3fNV"); -
+ disp__glVertexAttrib3dNV = (void (CALLBACK *)(GLuint, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertexAttrib3dNV"); -
+ disp__glVertexAttrib4sNV = (void (CALLBACK *)(GLuint, GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertexAttrib4sNV"); -
+ disp__glVertexAttrib4fNV = (void (CALLBACK *)(GLuint, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertexAttrib4fNV"); -
+ disp__glVertexAttrib4dNV = (void (CALLBACK *)(GLuint, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertexAttrib4dNV"); -
+ disp__glVertexAttrib4ubNV = (void (CALLBACK *)(GLuint, GLubyte, GLubyte, GLubyte, GLubyte)) GET_GL_PROCADDRESS ("glVertexAttrib4ubNV"); -
+ disp__glVertexAttrib1svNV = (void (CALLBACK *)(GLuint, const GLshort *)) GET_GL_PROCADDRESS ("glVertexAttrib1svNV"); -
+ disp__glVertexAttrib1fvNV = (void (CALLBACK *)(GLuint, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexAttrib1fvNV"); -
+ disp__glVertexAttrib1dvNV = (void (CALLBACK *)(GLuint, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexAttrib1dvNV"); -
+ disp__glVertexAttrib2svNV = (void (CALLBACK *)(GLuint, const GLshort *)) GET_GL_PROCADDRESS ("glVertexAttrib2svNV"); -
+ disp__glVertexAttrib2fvNV = (void (CALLBACK *)(GLuint, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexAttrib2fvNV"); -
+ disp__glVertexAttrib2dvNV = (void (CALLBACK *)(GLuint, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexAttrib2dvNV"); -
+ disp__glVertexAttrib3svNV = (void (CALLBACK *)(GLuint, const GLshort *)) GET_GL_PROCADDRESS ("glVertexAttrib3svNV"); -
+ disp__glVertexAttrib3fvNV = (void (CALLBACK *)(GLuint, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexAttrib3fvNV"); -
+ disp__glVertexAttrib3dvNV = (void (CALLBACK *)(GLuint, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexAttrib3dvNV"); -
+ disp__glVertexAttrib4svNV = (void (CALLBACK *)(GLuint, const GLshort *)) GET_GL_PROCADDRESS ("glVertexAttrib4svNV"); -
+ disp__glVertexAttrib4fvNV = (void (CALLBACK *)(GLuint, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexAttrib4fvNV"); -
+ disp__glVertexAttrib4dvNV = (void (CALLBACK *)(GLuint, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexAttrib4dvNV"); -
+ disp__glVertexAttrib4ubvNV = (void (CALLBACK *)(GLuint, const GLubyte *)) GET_GL_PROCADDRESS ("glVertexAttrib4ubvNV"); -
+ disp__glVertexAttribs1svNV = (void (CALLBACK *)(GLuint, GLsizei, const GLshort *)) GET_GL_PROCADDRESS ("glVertexAttribs1svNV"); -
+ disp__glVertexAttribs1fvNV = (void (CALLBACK *)(GLuint, GLsizei, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexAttribs1fvNV"); -
+ disp__glVertexAttribs1dvNV = (void (CALLBACK *)(GLuint, GLsizei, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexAttribs1dvNV"); -
+ disp__glVertexAttribs2svNV = (void (CALLBACK *)(GLuint, GLsizei, const GLshort *)) GET_GL_PROCADDRESS ("glVertexAttribs2svNV"); -
+ disp__glVertexAttribs2fvNV = (void (CALLBACK *)(GLuint, GLsizei, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexAttribs2fvNV"); -
+ disp__glVertexAttribs2dvNV = (void (CALLBACK *)(GLuint, GLsizei, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexAttribs2dvNV"); -
+ disp__glVertexAttribs3svNV = (void (CALLBACK *)(GLuint, GLsizei, const GLshort *)) GET_GL_PROCADDRESS ("glVertexAttribs3svNV"); -
+ disp__glVertexAttribs3fvNV = (void (CALLBACK *)(GLuint, GLsizei, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexAttribs3fvNV"); -
+ disp__glVertexAttribs3dvNV = (void (CALLBACK *)(GLuint, GLsizei, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexAttribs3dvNV"); -
+ disp__glVertexAttribs4svNV = (void (CALLBACK *)(GLuint, GLsizei, const GLshort *)) GET_GL_PROCADDRESS ("glVertexAttribs4svNV"); -
+ disp__glVertexAttribs4fvNV = (void (CALLBACK *)(GLuint, GLsizei, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexAttribs4fvNV"); -
+ disp__glVertexAttribs4dvNV = (void (CALLBACK *)(GLuint, GLsizei, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexAttribs4dvNV"); -
+ disp__glVertexAttribs4ubvNV = (void (CALLBACK *)(GLuint, GLsizei, const GLubyte *)) GET_GL_PROCADDRESS ("glVertexAttribs4ubvNV"); -
+ disp__glTexBumpParameterivATI = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glTexBumpParameterivATI"); -
+ disp__glTexBumpParameterfvATI = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glTexBumpParameterfvATI"); -
+ disp__glGetTexBumpParameterivATI = (void (CALLBACK *)(GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetTexBumpParameterivATI"); -
+ disp__glGetTexBumpParameterfvATI = (void (CALLBACK *)(GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetTexBumpParameterfvATI"); -
+ disp__glGenFragmentShadersATI = (GLuint (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glGenFragmentShadersATI"); -
+ disp__glBindFragmentShaderATI = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glBindFragmentShaderATI"); -
+ disp__glDeleteFragmentShaderATI = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glDeleteFragmentShaderATI"); -
+ disp__glBeginFragmentShaderATI = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glBeginFragmentShaderATI"); -
+ disp__glEndFragmentShaderATI = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glEndFragmentShaderATI"); -
+ disp__glPassTexCoordATI = (void (CALLBACK *)(GLuint, GLuint, GLenum)) GET_GL_PROCADDRESS ("glPassTexCoordATI"); -
+ disp__glSampleMapATI = (void (CALLBACK *)(GLuint, GLuint, GLenum)) GET_GL_PROCADDRESS ("glSampleMapATI"); -
+ disp__glColorFragmentOp1ATI = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glColorFragmentOp1ATI"); -
+ disp__glColorFragmentOp2ATI = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glColorFragmentOp2ATI"); -
+ disp__glColorFragmentOp3ATI = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glColorFragmentOp3ATI"); -
+ disp__glAlphaFragmentOp1ATI = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glAlphaFragmentOp1ATI"); -
+ disp__glAlphaFragmentOp2ATI = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glAlphaFragmentOp2ATI"); -
+ disp__glAlphaFragmentOp3ATI = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glAlphaFragmentOp3ATI"); -
+ disp__glSetFragmentShaderConstantATI = (void (CALLBACK *)(GLuint, const GLfloat *)) GET_GL_PROCADDRESS ("glSetFragmentShaderConstantATI"); -
+ disp__glPNTrianglesiATI = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glPNTrianglesiATI"); -
+ disp__glPNTrianglesfATI = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glPNTrianglesfATI"); -
+ disp__glNewObjectBufferATI = (GLuint (CALLBACK *)(GLsizei, const GLvoid *, GLenum)) GET_GL_PROCADDRESS ("glNewObjectBufferATI"); -
+ disp__glIsObjectBufferATI = (GLboolean (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glIsObjectBufferATI"); -
+ disp__glUpdateObjectBufferATI = (void (CALLBACK *)(GLuint, GLuint, GLsizei, const GLvoid *, GLenum)) GET_GL_PROCADDRESS ("glUpdateObjectBufferATI"); -
+ disp__glGetObjectBufferfvATI = (void (CALLBACK *)(GLuint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetObjectBufferfvATI"); -
+ disp__glGetObjectBufferivATI = (void (CALLBACK *)(GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetObjectBufferivATI"); -
+ disp__glDeleteObjectBufferATI = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glDeleteObjectBufferATI"); -
+ disp__glArrayObjectATI = (void (CALLBACK *)(GLenum, GLint, GLenum, GLsizei, GLuint, GLuint)) GET_GL_PROCADDRESS ("glArrayObjectATI"); -
+ disp__glGetArrayObjectfvATI = (void (CALLBACK *)(GLenum, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetArrayObjectfvATI"); -
+ disp__glGetArrayObjectivATI = (void (CALLBACK *)(GLenum, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetArrayObjectivATI"); -
+ disp__glVariantArrayObjectATI = (void (CALLBACK *)(GLuint, GLenum, GLsizei, GLuint, GLuint)) GET_GL_PROCADDRESS ("glVariantArrayObjectATI"); -
+ disp__glGetVariantArrayObjectfvATI = (void (CALLBACK *)(GLuint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetVariantArrayObjectfvATI"); -
+ disp__glGetVariantArrayObjectivATI = (void (CALLBACK *)(GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetVariantArrayObjectivATI"); -
+ disp__glBeginVertexShaderEXT = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glBeginVertexShaderEXT"); -
+ disp__glEndVertexShaderEXT = (void (CALLBACK *)(void)) GET_GL_PROCADDRESS ("glEndVertexShaderEXT"); -
+ disp__glBindVertexShaderEXT = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glBindVertexShaderEXT"); -
+ disp__glGenVertexShadersEXT = (GLuint (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glGenVertexShadersEXT"); -
+ disp__glDeleteVertexShaderEXT = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glDeleteVertexShaderEXT"); -
+ disp__glShaderOp1EXT = (void (CALLBACK *)(GLenum, GLuint, GLuint)) GET_GL_PROCADDRESS ("glShaderOp1EXT"); -
+ disp__glShaderOp2EXT = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glShaderOp2EXT"); -
+ disp__glShaderOp3EXT = (void (CALLBACK *)(GLenum, GLuint, GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glShaderOp3EXT"); -
+ disp__glSwizzleEXT = (void (CALLBACK *)(GLuint, GLuint, GLenum, GLenum, GLenum, GLenum)) GET_GL_PROCADDRESS ("glSwizzleEXT"); -
+ disp__glWriteMaskEXT = (void (CALLBACK *)(GLuint, GLuint, GLenum, GLenum, GLenum, GLenum)) GET_GL_PROCADDRESS ("glWriteMaskEXT"); -
+ disp__glInsertComponentEXT = (void (CALLBACK *)(GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glInsertComponentEXT"); -
+ disp__glExtractComponentEXT = (void (CALLBACK *)(GLuint, GLuint, GLuint)) GET_GL_PROCADDRESS ("glExtractComponentEXT"); -
+ disp__glGenSymbolsEXT = (GLuint (CALLBACK *)(GLenum, GLenum, GLenum, GLuint)) GET_GL_PROCADDRESS ("glGenSymbolsEXT"); -
+ disp__glSetInvariantEXT = (void (CALLBACK *)(GLuint, GLenum, const void *)) GET_GL_PROCADDRESS ("glSetInvariantEXT"); -
+ disp__glSetLocalConstantEXT = (void (CALLBACK *)(GLuint, GLenum, const void *)) GET_GL_PROCADDRESS ("glSetLocalConstantEXT"); -
+ disp__glVariantbvEXT = (void (CALLBACK *)(GLuint, const GLbyte *)) GET_GL_PROCADDRESS ("glVariantbvEXT"); -
+ disp__glVariantsvEXT = (void (CALLBACK *)(GLuint, const GLshort *)) GET_GL_PROCADDRESS ("glVariantsvEXT"); -
+ disp__glVariantivEXT = (void (CALLBACK *)(GLuint, const GLint *)) GET_GL_PROCADDRESS ("glVariantivEXT"); -
+ disp__glVariantfvEXT = (void (CALLBACK *)(GLuint, const GLfloat *)) GET_GL_PROCADDRESS ("glVariantfvEXT"); -
+ disp__glVariantdvEXT = (void (CALLBACK *)(GLuint, const GLdouble *)) GET_GL_PROCADDRESS ("glVariantdvEXT"); -
+ disp__glVariantubvEXT = (void (CALLBACK *)(GLuint, const GLubyte *)) GET_GL_PROCADDRESS ("glVariantubvEXT"); -
+ disp__glVariantusvEXT = (void (CALLBACK *)(GLuint, const GLushort *)) GET_GL_PROCADDRESS ("glVariantusvEXT"); -
+ disp__glVariantuivEXT = (void (CALLBACK *)(GLuint, const GLuint *)) GET_GL_PROCADDRESS ("glVariantuivEXT"); -
+ disp__glVariantPointerEXT = (void (CALLBACK *)(GLuint, GLenum, GLuint, const void *)) GET_GL_PROCADDRESS ("glVariantPointerEXT"); -
+ disp__glEnableVariantClientStateEXT = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glEnableVariantClientStateEXT"); -
+ disp__glDisableVariantClientStateEXT = (void (CALLBACK *)(GLuint)) GET_GL_PROCADDRESS ("glDisableVariantClientStateEXT"); -
+ disp__glBindLightParameterEXT = (GLuint (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glBindLightParameterEXT"); -
+ disp__glBindMaterialParameterEXT = (GLuint (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glBindMaterialParameterEXT"); -
+ disp__glBindTexGenParameterEXT = (GLuint (CALLBACK *)(GLenum, GLenum, GLenum)) GET_GL_PROCADDRESS ("glBindTexGenParameterEXT"); -
+ disp__glBindTextureUnitParameterEXT = (GLuint (CALLBACK *)(GLenum, GLenum)) GET_GL_PROCADDRESS ("glBindTextureUnitParameterEXT"); -
+ disp__glBindParameterEXT = (GLuint (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glBindParameterEXT"); -
+ disp__glIsVariantEnabledEXT = (GLboolean (CALLBACK *)(GLuint, GLenum)) GET_GL_PROCADDRESS ("glIsVariantEnabledEXT"); -
+ disp__glGetVariantBooleanvEXT = (void (CALLBACK *)(GLuint, GLenum, GLboolean *)) GET_GL_PROCADDRESS ("glGetVariantBooleanvEXT"); -
+ disp__glGetVariantIntegervEXT = (void (CALLBACK *)(GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetVariantIntegervEXT"); -
+ disp__glGetVariantFloatvEXT = (void (CALLBACK *)(GLuint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetVariantFloatvEXT"); -
+ disp__glGetVariantPointervEXT = (void (CALLBACK *)(GLuint, GLenum, GLvoid **)) GET_GL_PROCADDRESS ("glGetVariantPointervEXT"); -
+ disp__glGetInvariantBooleanvEXT = (void (CALLBACK *)(GLuint, GLenum, GLboolean *)) GET_GL_PROCADDRESS ("glGetInvariantBooleanvEXT"); -
+ disp__glGetInvariantIntegervEXT = (void (CALLBACK *)(GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetInvariantIntegervEXT"); -
+ disp__glGetInvariantFloatvEXT = (void (CALLBACK *)(GLuint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetInvariantFloatvEXT"); -
+ disp__glGetLocalConstantBooleanvEXT = (void (CALLBACK *)(GLuint, GLenum, GLboolean *)) GET_GL_PROCADDRESS ("glGetLocalConstantBooleanvEXT"); -
+ disp__glGetLocalConstantIntegervEXT = (void (CALLBACK *)(GLuint, GLenum, GLint *)) GET_GL_PROCADDRESS ("glGetLocalConstantIntegervEXT"); -
+ disp__glGetLocalConstantFloatvEXT = (void (CALLBACK *)(GLuint, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("glGetLocalConstantFloatvEXT"); -
+ disp__glVertexStream1s = (void (CALLBACK *)(GLenum, GLshort)) GET_GL_PROCADDRESS ("glVertexStream1s"); -
+ disp__glVertexStream1sv = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glVertexStream1sv"); -
+ disp__glVertexStream1i = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glVertexStream1i"); -
+ disp__glVertexStream1iv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glVertexStream1iv"); -
+ disp__glVertexStream1f = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glVertexStream1f"); -
+ disp__glVertexStream1fv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexStream1fv"); -
+ disp__glVertexStream1d = (void (CALLBACK *)(GLenum, GLdouble)) GET_GL_PROCADDRESS ("glVertexStream1d"); -
+ disp__glVertexStream1dv = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexStream1dv"); -
+ disp__glVertexStream2s = (void (CALLBACK *)(GLenum, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertexStream2s"); -
+ disp__glVertexStream2sv = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glVertexStream2sv"); -
+ disp__glVertexStream2i = (void (CALLBACK *)(GLenum, GLint, GLint)) GET_GL_PROCADDRESS ("glVertexStream2i"); -
+ disp__glVertexStream2iv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glVertexStream2iv"); -
+ disp__glVertexStream2f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertexStream2f"); -
+ disp__glVertexStream2fv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexStream2fv"); -
+ disp__glVertexStream2d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertexStream2d"); -
+ disp__glVertexStream2dv = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexStream2dv"); -
+ disp__glVertexStream3s = (void (CALLBACK *)(GLenum, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertexStream3s"); -
+ disp__glVertexStream3sv = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glVertexStream3sv"); -
+ disp__glVertexStream3i = (void (CALLBACK *)(GLenum, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glVertexStream3i"); -
+ disp__glVertexStream3iv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glVertexStream3iv"); -
+ disp__glVertexStream3f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertexStream3f"); -
+ disp__glVertexStream3fv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexStream3fv"); -
+ disp__glVertexStream3d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertexStream3d"); -
+ disp__glVertexStream3dv = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexStream3dv"); -
+ disp__glVertexStream4s = (void (CALLBACK *)(GLenum, GLshort, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glVertexStream4s"); -
+ disp__glVertexStream4sv = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glVertexStream4sv"); -
+ disp__glVertexStream4i = (void (CALLBACK *)(GLenum, GLint, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glVertexStream4i"); -
+ disp__glVertexStream4iv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glVertexStream4iv"); -
+ disp__glVertexStream4f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glVertexStream4f"); -
+ disp__glVertexStream4fv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glVertexStream4fv"); -
+ disp__glVertexStream4d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glVertexStream4d"); -
+ disp__glVertexStream4dv = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glVertexStream4dv"); -
+ disp__glNormalStream3b = (void (CALLBACK *)(GLenum, GLbyte, GLbyte, GLbyte)) GET_GL_PROCADDRESS ("glNormalStream3b"); -
+ disp__glNormalStream3bv = (void (CALLBACK *)(GLenum, const GLbyte *)) GET_GL_PROCADDRESS ("glNormalStream3bv"); -
+ disp__glNormalStream3s = (void (CALLBACK *)(GLenum, GLshort, GLshort, GLshort)) GET_GL_PROCADDRESS ("glNormalStream3s"); -
+ disp__glNormalStream3sv = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glNormalStream3sv"); -
+ disp__glNormalStream3i = (void (CALLBACK *)(GLenum, GLint, GLint, GLint)) GET_GL_PROCADDRESS ("glNormalStream3i"); -
+ disp__glNormalStream3iv = (void (CALLBACK *)(GLenum, const GLint *)) GET_GL_PROCADDRESS ("glNormalStream3iv"); -
+ disp__glNormalStream3f = (void (CALLBACK *)(GLenum, GLfloat, GLfloat, GLfloat)) GET_GL_PROCADDRESS ("glNormalStream3f"); -
+ disp__glNormalStream3fv = (void (CALLBACK *)(GLenum, const GLfloat *)) GET_GL_PROCADDRESS ("glNormalStream3fv"); -
+ disp__glNormalStream3d = (void (CALLBACK *)(GLenum, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("glNormalStream3d"); -
+ disp__glNormalStream3dv = (void (CALLBACK *)(GLenum, const GLdouble *)) GET_GL_PROCADDRESS ("glNormalStream3dv"); -
+ disp__glClientActiveVertexStream = (void (CALLBACK *)(GLenum)) GET_GL_PROCADDRESS ("glClientActiveVertexStream"); -
+ disp__glVertexBlendEnvi = (void (CALLBACK *)(GLenum, GLint)) GET_GL_PROCADDRESS ("glVertexBlendEnvi"); -
+ disp__glVertexBlendEnvf = (void (CALLBACK *)(GLenum, GLfloat)) GET_GL_PROCADDRESS ("glVertexBlendEnvf"); -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/gl-disp-var.h b/CNativeCode/gl-disp-var.h index 429ddb8..8db399e 100755 --- a/CNativeCode/gl-disp-var.h +++ b/CNativeCode/gl-disp-var.h @@ -11,7853 +11,7853 @@ * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearIndex ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClearIndex )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClearColor )(GLclampf, GLclampf, GLclampf, GLclampf); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClear ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClear )(GLbitfield); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexMask )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMask ( GLboolean red , GLboolean green , GLboolean blue , GLboolean alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorMask )(GLboolean, GLboolean, GLboolean, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFunc ( GLenum func , GLclampf ref ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glAlphaFunc )(GLenum, GLclampf); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFunc ( GLenum sfactor , GLenum dfactor ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBlendFunc )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLogicOp ( GLenum opcode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLogicOp )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCullFace )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrontFace ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFrontFace )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointSize ( GLfloat size ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPointSize )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineWidth ( GLfloat width ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLineWidth )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLineStipple ( GLint factor , GLushort pattern ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLineStipple )(GLint, GLushort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonMode ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPolygonMode )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffset ( GLfloat factor , GLfloat units ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPolygonOffset )(GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonStipple ( const GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPolygonStipple )(const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPolygonStipple ( GLubyte * mask ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetPolygonStipple )(GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlag ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEdgeFlag )(GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagv ( const GLboolean * flag ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEdgeFlagv )(const GLboolean *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScissor ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glScissor )(GLint, GLint, GLsizei, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClipPlane ( GLenum plane , const GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClipPlane )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetClipPlane ( GLenum plane , GLdouble * equation ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetClipPlane )(GLenum, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDrawBuffer )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadBuffer ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReadBuffer )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEnable )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisable ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDisable )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsEnabled ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glIsEnabled )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEnableClientState )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableClientState ( GLenum cap ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDisableClientState )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetBooleanv ( GLenum pname , GLboolean * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetBooleanv )(GLenum, GLboolean *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDoublev ( GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetDoublev )(GLenum, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFloatv ( GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetFloatv )(GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetIntegerv ( GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetIntegerv )(GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPushAttrib )(GLbitfield); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPopAttrib )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushClientAttrib ( GLbitfield mask ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPushClientAttrib )(GLbitfield); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopClientAttrib ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPopClientAttrib )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glRenderMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__glRenderMode )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLenum glGetError ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLenum (CALLBACK * disp__glGetError )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinish ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFinish )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlush ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFlush )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHint ( GLenum target , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glHint )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearDepth ( GLclampd depth ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClearDepth )(GLclampd); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthFunc ( GLenum func ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDepthFunc )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthMask ( GLboolean flag ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDepthMask )(GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDepthRange ( GLclampd near_val , GLclampd far_val ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDepthRange )(GLclampd, GLclampd); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearAccum ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClearAccum )(GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAccum ( GLenum op , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glAccum )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixMode ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMatrixMode )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glOrtho ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glOrtho )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrustum ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top , GLdouble near_val , GLdouble far_val ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFrustum )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glViewport ( GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glViewport )(GLint, GLint, GLsizei, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPushMatrix )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopMatrix ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPopMatrix )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentity ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadIdentity )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadMatrixd )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadMatrixf )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixd ( const GLdouble * m ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultMatrixd )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultMatrixf ( const GLfloat * m ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultMatrixf )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotated ( GLdouble angle , GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRotated )(GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRotatef ( GLfloat angle , GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRotatef )(GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScaled ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glScaled )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glScalef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glScalef )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslated ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTranslated )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTranslatef ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTranslatef )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glIsList )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteLists ( GLuint list , GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeleteLists )(GLuint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenLists ( GLsizei range ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glGenLists )(GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNewList ( GLuint list , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNewList )(GLuint, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndList ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEndList )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallList ( GLuint list ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCallList )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCallLists ( GLsizei n , GLenum type , const GLvoid * lists ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCallLists )(GLsizei, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListBase ( GLuint base ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glListBase )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBegin ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBegin )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnd ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEnd )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex2d )(GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex2f )(GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex2i )(GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex2s )(GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex3d )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex3f )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex3i )(GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex3s )(GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex4d )(GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex4f )(GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex4i )(GLint, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex4s )(GLshort, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex2dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex2fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex2iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex2sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex3dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex3fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex3iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex3sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex4dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex4fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex4iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertex4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertex4sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3b ( GLbyte nx , GLbyte ny , GLbyte nz ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3b )(GLbyte, GLbyte, GLbyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3d ( GLdouble nx , GLdouble ny , GLdouble nz ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3d )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3f ( GLfloat nx , GLfloat ny , GLfloat nz ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3f )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3i ( GLint nx , GLint ny , GLint nz ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3i )(GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3s ( GLshort nx , GLshort ny , GLshort nz ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3s )(GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3bv )(const GLbyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexd ( GLdouble c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexd )(GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexf ( GLfloat c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexf )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexi ( GLint c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexi )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexs ( GLshort c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexs )(GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexub ( GLubyte c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexub )(GLubyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexdv ( const GLdouble * c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexdv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexfv ( const GLfloat * c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexfv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexiv ( const GLint * c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexiv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexsv ( const GLshort * c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexsv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexubv ( const GLubyte * c ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexubv )(const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3b ( GLbyte red , GLbyte green , GLbyte blue ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3b )(GLbyte, GLbyte, GLbyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3d ( GLdouble red , GLdouble green , GLdouble blue ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3d )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3f ( GLfloat red , GLfloat green , GLfloat blue ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3f )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3i ( GLint red , GLint green , GLint blue ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3i )(GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3s ( GLshort red , GLshort green , GLshort blue ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3s )(GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ub ( GLubyte red , GLubyte green , GLubyte blue ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3ub )(GLubyte, GLubyte, GLubyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ui ( GLuint red , GLuint green , GLuint blue ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3ui )(GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3us ( GLushort red , GLushort green , GLushort blue ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3us )(GLushort, GLushort, GLushort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4b ( GLbyte red , GLbyte green , GLbyte blue , GLbyte alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4b )(GLbyte, GLbyte, GLbyte, GLbyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4d ( GLdouble red , GLdouble green , GLdouble blue , GLdouble alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4d )(GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4f ( GLfloat red , GLfloat green , GLfloat blue , GLfloat alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4f )(GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4i ( GLint red , GLint green , GLint blue , GLint alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4i )(GLint, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4s ( GLshort red , GLshort green , GLshort blue , GLshort alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4s )(GLshort, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ub ( GLubyte red , GLubyte green , GLubyte blue , GLubyte alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4ub )(GLubyte, GLubyte, GLubyte, GLubyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ui ( GLuint red , GLuint green , GLuint blue , GLuint alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4ui )(GLuint, GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4us ( GLushort red , GLushort green , GLushort blue , GLushort alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4us )(GLushort, GLushort, GLushort, GLushort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3bv )(const GLbyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3ubv )(const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3uiv )(const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3usv )(const GLushort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4bv ( const GLbyte * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4bv )(const GLbyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubv ( const GLubyte * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4ubv )(const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4uiv ( const GLuint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4uiv )(const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4usv ( const GLushort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4usv )(const GLushort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1d ( GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord1d )(GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1f ( GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord1f )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1i ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord1i )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1s ( GLshort s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord1s )(GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2d ( GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2d )(GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2f ( GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2f )(GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2i ( GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2i )(GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2s ( GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2s )(GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3d ( GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord3d )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3f ( GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord3f )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3i ( GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord3i )(GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3s ( GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord3s )(GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4d ( GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4d )(GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4f ( GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4f )(GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4i ( GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4i )(GLint, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4s ( GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4s )(GLshort, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord1dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord1fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord1iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord1sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord1sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord3dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord3fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord3iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord3sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2d ( GLdouble x , GLdouble y ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos2d )(GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2f ( GLfloat x , GLfloat y ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos2f )(GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2i ( GLint x , GLint y ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos2i )(GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2s ( GLshort x , GLshort y ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos2s )(GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3d ( GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos3d )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3f ( GLfloat x , GLfloat y , GLfloat z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos3f )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3i ( GLint x , GLint y , GLint z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos3i )(GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3s ( GLshort x , GLshort y , GLshort z ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos3s )(GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4d ( GLdouble x , GLdouble y , GLdouble z , GLdouble w ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos4d )(GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4f ( GLfloat x , GLfloat y , GLfloat z , GLfloat w ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos4f )(GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4i ( GLint x , GLint y , GLint z , GLint w ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos4i )(GLint, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4s ( GLshort x , GLshort y , GLshort z , GLshort w ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos4s )(GLshort, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos2dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos2fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos2iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos2sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos2sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos3dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos3fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos3iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos3sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos3sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4dv ( const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos4dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4fv ( const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos4fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4iv ( const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos4iv )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRasterPos4sv ( const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRasterPos4sv )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectd ( GLdouble x1 , GLdouble y1 , GLdouble x2 , GLdouble y2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRectd )(GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectf ( GLfloat x1 , GLfloat y1 , GLfloat x2 , GLfloat y2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRectf )(GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRecti ( GLint x1 , GLint y1 , GLint x2 , GLint y2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRecti )(GLint, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRects ( GLshort x1 , GLshort y1 , GLshort x2 , GLshort y2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRects )(GLshort, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectdv ( const GLdouble * v1 , const GLdouble * v2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRectdv )(const GLdouble *, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectfv ( const GLfloat * v1 , const GLfloat * v2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRectfv )(const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectiv ( const GLint * v1 , const GLint * v2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRectiv )(const GLint *, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRectsv ( const GLshort * v1 , const GLshort * v2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRectsv )(const GLshort *, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexPointer )(GLint, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalPointer )(GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorPointer )(GLint, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointer ( GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexPointer )(GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointer ( GLint size , GLenum type , GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoordPointer )(GLint, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointer ( GLsizei stride , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEdgeFlagPointer )(GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointerv ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetPointerv )(GLenum, GLvoid **); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElement ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glArrayElement )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArrays ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDrawArrays )(GLenum, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawElements ( GLenum mode , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDrawElements )(GLenum, GLsizei, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInterleavedArrays ( GLenum format , GLsizei stride , const GLvoid * pointer ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glInterleavedArrays )(GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShadeModel ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glShadeModel )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightf ( GLenum light , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLightf )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLighti ( GLenum light , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLighti )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightfv ( GLenum light , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLightfv )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightiv ( GLenum light , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLightiv )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightfv ( GLenum light , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetLightfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLightiv ( GLenum light , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetLightiv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLightModelf )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeli ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLightModeli )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModelfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLightModelfv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightModeliv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLightModeliv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialf ( GLenum face , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMaterialf )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMateriali ( GLenum face , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMateriali )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialfv ( GLenum face , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMaterialfv )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMaterialiv ( GLenum face , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMaterialiv )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialfv ( GLenum face , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMaterialfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMaterialiv ( GLenum face , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMaterialiv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorMaterial ( GLenum face , GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorMaterial )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelZoom ( GLfloat xfactor , GLfloat yfactor ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelZoom )(GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStoref ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelStoref )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelStorei ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelStorei )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTransferf )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransferi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTransferi )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapfv ( GLenum map , GLint mapsize , const GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelMapfv )(GLenum, GLint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapuiv ( GLenum map , GLint mapsize , const GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelMapuiv )(GLenum, GLint, const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelMapusv ( GLenum map , GLint mapsize , const GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelMapusv )(GLenum, GLint, const GLushort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapfv ( GLenum map , GLfloat * values ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetPixelMapfv )(GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapuiv ( GLenum map , GLuint * values ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetPixelMapuiv )(GLenum, GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelMapusv ( GLenum map , GLushort * values ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetPixelMapusv )(GLenum, GLushort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBitmap ( GLsizei width , GLsizei height , GLfloat xorig , GLfloat yorig , GLfloat xmove , GLfloat ymove , const GLubyte * bitmap ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBitmap )(GLsizei, GLsizei, GLfloat, GLfloat, GLfloat, GLfloat, const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReadPixels )(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawPixels ( GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDrawPixels )(GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyPixels ( GLint x , GLint y , GLsizei width , GLsizei height , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyPixels )(GLint, GLint, GLsizei, GLsizei, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilFunc ( GLenum func , GLint ref , GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glStencilFunc )(GLenum, GLint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilMask ( GLuint mask ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glStencilMask )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStencilOp ( GLenum fail , GLenum zfail , GLenum zpass ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glStencilOp )(GLenum, GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClearStencil ( GLint s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClearStencil )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGend ( GLenum coord , GLenum pname , GLdouble param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexGend )(GLenum, GLenum, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenf ( GLenum coord , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexGenf )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeni ( GLenum coord , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexGeni )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGendv ( GLenum coord , GLenum pname , const GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexGendv )(GLenum, GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGenfv ( GLenum coord , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexGenfv )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexGeniv ( GLenum coord , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexGeniv )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGendv ( GLenum coord , GLenum pname , GLdouble * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexGendv )(GLenum, GLenum, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGenfv ( GLenum coord , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexGenfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexGeniv ( GLenum coord , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexGeniv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexEnvf )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvi ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexEnvi )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnvfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexEnvfv )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexEnviv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexEnviv )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnvfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexEnvfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexEnviv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexEnviv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterf ( GLenum target , GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexParameterf )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteri ( GLenum target , GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexParameteri )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexParameterfv )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexParameteriv )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexParameterfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexParameteriv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameterfv ( GLenum target , GLint level , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexLevelParameterfv )(GLenum, GLint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexLevelParameteriv ( GLenum target , GLint level , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexLevelParameteriv )(GLenum, GLint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage1D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexImage1D )(GLenum, GLint, GLint, GLsizei, GLint, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage2D ( GLenum target , GLint level , GLint internalFormat , GLsizei width , GLsizei height , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexImage2D )(GLenum, GLint, GLint, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexImage ( GLenum target , GLint level , GLenum format , GLenum type , GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexImage )(GLenum, GLint, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTextures ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGenTextures )(GLsizei, GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTextures ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeleteTextures )(GLsizei, const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTexture ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBindTexture )(GLenum, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTextures ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPrioritizeTextures )(GLsizei, const GLuint *, const GLclampf *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResident ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glAreTexturesResident )(GLsizei, const GLuint *, GLboolean *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTexture ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glIsTexture )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexSubImage1D )(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexSubImage2D )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLint border ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexImage1D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height , GLint border ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexImage2D )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage1D )(GLenum, GLint, GLint, GLint, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage2D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint stride , GLint order , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMap1d )(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap1f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint stride , GLint order , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMap1f )(GLenum, GLfloat, GLfloat, GLint, GLint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2d ( GLenum target , GLdouble u1 , GLdouble u2 , GLint ustride , GLint uorder , GLdouble v1 , GLdouble v2 , GLint vstride , GLint vorder , const GLdouble * points ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMap2d )(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMap2f ( GLenum target , GLfloat u1 , GLfloat u2 , GLint ustride , GLint uorder , GLfloat v1 , GLfloat v2 , GLint vstride , GLint vorder , const GLfloat * points ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMap2f )(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapdv ( GLenum target , GLenum query , GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMapdv )(GLenum, GLenum, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapfv ( GLenum target , GLenum query , GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMapfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapiv ( GLenum target , GLenum query , GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMapiv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1d ( GLdouble u ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalCoord1d )(GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1f ( GLfloat u ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalCoord1f )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalCoord1dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord1fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalCoord1fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2d ( GLdouble u , GLdouble v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalCoord2d )(GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2f ( GLfloat u , GLfloat v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalCoord2f )(GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2dv ( const GLdouble * u ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalCoord2dv )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalCoord2fv ( const GLfloat * u ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalCoord2fv )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1d ( GLint un , GLdouble u1 , GLdouble u2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMapGrid1d )(GLint, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid1f ( GLint un , GLfloat u1 , GLfloat u2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMapGrid1f )(GLint, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2d ( GLint un , GLdouble u1 , GLdouble u2 , GLint vn , GLdouble v1 , GLdouble v2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMapGrid2d )(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapGrid2f ( GLint un , GLfloat u1 , GLfloat u2 , GLint vn , GLfloat v1 , GLfloat v2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMapGrid2f )(GLint, GLfloat, GLfloat, GLint, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint1 ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalPoint1 )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalPoint2 ( GLint i , GLint j ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalPoint2 )(GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh1 ( GLenum mode , GLint i1 , GLint i2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalMesh1 )(GLenum, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMesh2 ( GLenum mode , GLint i1 , GLint i2 , GLint j1 , GLint j2 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalMesh2 )(GLenum, GLint, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogf ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogf )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogi ( GLenum pname , GLint param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogi )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogfv ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogfv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogiv ( GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogiv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFeedbackBuffer ( GLsizei size , GLenum type , GLfloat * buffer ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFeedbackBuffer )(GLsizei, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassThrough ( GLfloat token ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPassThrough )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSelectBuffer ( GLsizei size , GLuint * buffer ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSelectBuffer )(GLsizei, GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInitNames ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glInitNames )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadName )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPushName ( GLuint name ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPushName )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPopName ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPopName )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElements ( GLenum mode , GLuint start , GLuint end , GLsizei count , GLenum type , const GLvoid * indices ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDrawRangeElements )(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3D ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexImage3D )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTable ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorTable )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTable ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorSubTable )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorTableParameteriv )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorTableParameterfv )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTable ( GLenum target , GLsizei start , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyColorSubTable )(GLenum, GLsizei, GLint, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTable ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyColorTable )(GLenum, GLenum, GLint, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTable ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetColorTable )(GLenum, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetColorTableParameteriv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquation ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBlendEquation )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColor ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBlendColor )(GLclampf, GLclampf, GLclampf, GLclampf); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogram ( GLenum target , GLsizei width , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glHistogram )(GLenum, GLsizei, GLenum, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogram ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glResetHistogram )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogram ( GLenum target , GLboolean reset , GLenum format , GLenum type , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetHistogram )(GLenum, GLboolean, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetHistogramParameterfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetHistogramParameteriv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmax ( GLenum target , GLenum internalformat , GLboolean sink ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMinmax )(GLenum, GLenum, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmax ( GLenum target ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glResetMinmax )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmax ( GLenum target , GLboolean reset , GLenum format , GLenum types , GLvoid * values ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMinmax )(GLenum, GLboolean, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMinmaxParameterfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMinmaxParameteriv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1D ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionFilter1D )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterf ( GLenum target , GLenum pname , GLfloat params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionParameterf )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfv ( GLenum target , GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionParameterfv )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteri ( GLenum target , GLenum pname , GLint params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionParameteri )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriv ( GLenum target , GLenum pname , const GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionParameteriv )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyConvolutionFilter1D )(GLenum, GLenum, GLint, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2D ( GLenum target , GLenum internalformat , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyConvolutionFilter2D )(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilter ( GLenum target , GLenum format , GLenum type , GLvoid * image ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetConvolutionFilter )(GLenum, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfv ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetConvolutionParameterfv )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameteriv ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetConvolutionParameteriv )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2D ( GLenum target , GLenum internalformat , GLsizei width , GLsizei height , GLenum format , GLenum type , const GLvoid * row , const GLvoid * column ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSeparableFilter2D )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilter ( GLenum target , GLenum format , GLenum type , GLvoid * row , GLvoid * column , GLvoid * span ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetSeparableFilter )(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glActiveTexture )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTexture ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClientActiveTexture )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexImage1D )(GLenum, GLint, GLenum, GLsizei, GLint, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexImage2D )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3D ( GLenum target , GLint level , GLenum internalformat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexImage3D )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1D ( GLenum target , GLint level , GLint xoffset , GLsizei width , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexSubImage1D )(GLenum, GLint, GLint, GLsizei, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLsizei width , GLsizei height , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexSubImage2D )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3D ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLsizei imageSize , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImage ( GLenum target , GLint lod , GLvoid * img ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetCompressedTexImage )(GLenum, GLint, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1d ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1d )(GLenum, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1dv )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1f ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1f )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1fv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1i ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1i )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1iv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1s ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1s )(GLenum, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1sv )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2d ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2d )(GLenum, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2dv )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2f ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2f )(GLenum, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2fv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2i ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2i )(GLenum, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2iv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2s ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2s )(GLenum, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2sv )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3d ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3d )(GLenum, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3dv )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3f ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3f )(GLenum, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3fv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3i ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3i )(GLenum, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3iv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3s ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3s )(GLenum, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3sv )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4d ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4d )(GLenum, GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dv ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4dv )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4f ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4f )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fv ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4fv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4i ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4i )(GLenum, GLint, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iv ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4iv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4s ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4s )(GLenum, GLshort, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sv ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4sv )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadTransposeMatrixd )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadTransposeMatrixf )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixd ( const GLdouble m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultTransposeMatrixd )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixf ( const GLfloat m [ 16 ] ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultTransposeMatrixf )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverage ( GLclampf value , GLboolean invert ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSampleCoverage )(GLclampf, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePass ( GLenum pass ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSamplePass )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glActiveTextureARB )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveTextureARB ( GLenum texture ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClientActiveTextureARB )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dARB ( GLenum target , GLdouble s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1dARB )(GLenum, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1dvARB )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fARB ( GLenum target , GLfloat s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1fARB )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1fvARB )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1iARB ( GLenum target , GLint s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1iARB )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1ivARB )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1sARB ( GLenum target , GLshort s ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1sARB )(GLenum, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord1svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord1svARB )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dARB ( GLenum target , GLdouble s , GLdouble t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2dARB )(GLenum, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2dvARB )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fARB ( GLenum target , GLfloat s , GLfloat t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2fARB )(GLenum, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2fvARB )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2iARB ( GLenum target , GLint s , GLint t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2iARB )(GLenum, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2ivARB )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2sARB ( GLenum target , GLshort s , GLshort t ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2sARB )(GLenum, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord2svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord2svARB )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3dARB )(GLenum, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3dvARB )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3fARB )(GLenum, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3fvARB )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3iARB ( GLenum target , GLint s , GLint t , GLint r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3iARB )(GLenum, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3ivARB )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3sARB ( GLenum target , GLshort s , GLshort t , GLshort r ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3sARB )(GLenum, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord3svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord3svARB )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dARB ( GLenum target , GLdouble s , GLdouble t , GLdouble r , GLdouble q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4dARB )(GLenum, GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4dvARB ( GLenum target , const GLdouble * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4dvARB )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fARB ( GLenum target , GLfloat s , GLfloat t , GLfloat r , GLfloat q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4fARB )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4fvARB ( GLenum target , const GLfloat * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4fvARB )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4iARB ( GLenum target , GLint s , GLint t , GLint r , GLint q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4iARB )(GLenum, GLint, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4ivARB ( GLenum target , const GLint * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4ivARB )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4sARB ( GLenum target , GLshort s , GLshort t , GLshort r , GLshort q ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4sARB )(GLenum, GLshort, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiTexCoord4svARB ( GLenum target , const GLshort * v ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiTexCoord4svARB )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendColorEXT ( GLclampf red , GLclampf green , GLclampf blue , GLclampf alpha ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBlendColorEXT )(GLclampf, GLclampf, GLclampf, GLclampf); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPolygonOffsetEXT ( GLfloat factor , GLfloat bias ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPolygonOffsetEXT )(GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage3DEXT ( GLenum target , GLint level , GLenum internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLint border , GLenum format , GLenum type , const GLvoid * pixels ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexImage3DEXT )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage3DEXT ( GLenum target , GLint level , GLint xoffset , GLint yoffset , GLint zoffset , GLint x , GLint y , GLsizei width , GLsizei height ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage3DEXT )(GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenTexturesEXT ( GLsizei n , GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGenTexturesEXT )(GLsizei, GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteTexturesEXT ( GLsizei n , const GLuint * textures ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeleteTexturesEXT )(GLsizei, const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindTextureEXT ( GLenum target , GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBindTextureEXT )(GLenum, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPrioritizeTexturesEXT ( GLsizei n , const GLuint * textures , const GLclampf * priorities ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPrioritizeTexturesEXT )(GLsizei, const GLuint *, const GLclampf *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreTexturesResidentEXT ( GLsizei n , const GLuint * textures , GLboolean * residences ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glAreTexturesResidentEXT )(GLsizei, const GLuint *, GLboolean *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsTextureEXT ( GLuint texture ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glIsTextureEXT )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerEXT ( GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexPointerEXT )(GLenum, GLsizei, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerEXT ( GLint size , GLenum type , GLsizei stride , GLsizei count , const GLvoid * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoordPointerEXT )(GLint, GLenum, GLsizei, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerEXT ( GLsizei stride , GLsizei count , const GLboolean * ptr ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEdgeFlagPointerEXT )(GLsizei, GLsizei, const GLboolean *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPointervEXT ( GLenum pname , GLvoid * * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetPointervEXT )(GLenum, GLvoid **); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayElementEXT ( GLint i ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glArrayElementEXT )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawArraysEXT ( GLenum mode , GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDrawArraysEXT )(GLenum, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendEquationEXT ( GLenum mode ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBlendEquationEXT )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfEXT ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPointParameterfEXT )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvEXT ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPointParameterfvEXT )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfSGIS ( GLenum pname , GLfloat param ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPointParameterfSGIS )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvSGIS ( GLenum pname , const GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPointParameterfvSGIS )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableEXT ( GLenum target , GLenum internalformat , GLsizei width , GLenum format , GLenum type , const GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorTableEXT )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorSubTableEXT ( GLenum target , GLsizei start , GLsizei count , GLenum format , GLenum type , const GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorSubTableEXT )(GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableEXT ( GLenum target , GLenum format , GLenum type , GLvoid * table ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetColorTableEXT )(GLenum, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvEXT ( GLenum target , GLenum pname , GLfloat * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterfvEXT )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivEXT ( GLenum target , GLenum pname , GLint * params ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterivEXT )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLockArraysEXT ( GLint first , GLsizei count ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLockArraysEXT )(GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUnlockArraysEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glUnlockArraysEXT )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadTransposeMatrixfARB )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadTransposeMatrixdARB )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixfARB ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultTransposeMatrixfARB )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultTransposeMatrixdARB ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultTransposeMatrixdARB )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleCoverageARB ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSampleCoverageARB )(GLclampf, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage3DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexImage3DARB )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage2DARB ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexImage2DARB )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexImage1DARB ( GLenum , GLint , GLenum , GLsizei , GLint , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexImage1DARB )(GLenum, GLint, GLenum, GLsizei, GLint, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage3DARB ( GLenum , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexSubImage3DARB )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage2DARB ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexSubImage2DARB )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCompressedTexSubImage1DARB ( GLenum , GLint , GLint , GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCompressedTexSubImage1DARB )(GLenum, GLint, GLint, GLsizei, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCompressedTexImageARB ( GLenum , GLint , void * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetCompressedTexImageARB )(GLenum, GLint, void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightbvARB ( GLint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWeightbvARB )(GLint, const GLbyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightsvARB ( GLint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWeightsvARB )(GLint, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightivARB ( GLint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWeightivARB )(GLint, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightfvARB ( GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWeightfvARB )(GLint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightdvARB ( GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWeightdvARB )(GLint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWeightubvARB )(GLint, const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWeightusvARB )(GLint, const GLushort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWeightuivARB )(GLint, const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWeightPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWeightPointerARB )(GLint, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexBlendARB )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCurrentPaletteMatrixARB ( GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCurrentPaletteMatrixARB )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexubvARB ( GLint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMatrixIndexubvARB )(GLint, const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexusvARB ( GLint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMatrixIndexusvARB )(GLint, const GLushort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexuivARB ( GLint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMatrixIndexuivARB )(GLint, const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMatrixIndexPointerARB ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMatrixIndexPointerARB )(GLint, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexFilterFuncSGIS ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexFilterFuncSGIS )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexFilterFuncSGIS ( GLenum , GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexFilterFuncSGIS )(GLenum, GLenum, GLsizei, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage1DEXT ( GLenum , GLint , GLint , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexSubImage1DEXT )(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexSubImage2DEXT )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage1DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexImage1DEXT )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexImage2DEXT ( GLenum , GLint , GLenum , GLint , GLint , GLsizei , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexImage2DEXT )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage1DEXT ( GLenum , GLint , GLint , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage1DEXT )(GLenum, GLint, GLint, GLint, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyTexSubImage2DEXT ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyTexSubImage2DEXT )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetHistogramEXT )(GLenum, GLboolean, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetHistogramParameterfvEXT )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetHistogramParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetHistogramParameterivEXT )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxEXT ( GLenum , GLboolean , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMinmaxEXT )(GLenum, GLboolean, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMinmaxParameterfvEXT )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMinmaxParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMinmaxParameterivEXT )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHistogramEXT ( GLenum , GLsizei , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glHistogramEXT )(GLenum, GLsizei, GLenum, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMinmaxEXT ( GLenum , GLenum , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMinmaxEXT )(GLenum, GLenum, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetHistogramEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glResetHistogramEXT )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glResetMinmaxEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glResetMinmaxEXT )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter1DEXT ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionFilter1DEXT )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionFilter2DEXT )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionParameterfEXT )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionParameterfvEXT )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionParameteriEXT )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glConvolutionParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glConvolutionParameterivEXT )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter1DEXT ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyConvolutionFilter1DEXT )(GLenum, GLenum, GLint, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyConvolutionFilter2DEXT ( GLenum , GLenum , GLint , GLint , GLsizei , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyConvolutionFilter2DEXT )(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionFilterEXT ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetConvolutionFilterEXT )(GLenum, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterfvEXT ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetConvolutionParameterfvEXT )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetConvolutionParameterivEXT ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetConvolutionParameterivEXT )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSeparableFilterEXT ( GLenum , GLenum , GLenum , GLvoid * , GLvoid * , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetSeparableFilterEXT )(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSeparableFilter2DEXT ( GLenum , GLenum , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSeparableFilter2DEXT )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableSGI ( GLenum , GLenum , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorTableSGI )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterfvSGI ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorTableParameterfvSGI )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorTableParameterivSGI ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorTableParameterivSGI )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorTableSGI ( GLenum , GLenum , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyColorTableSGI )(GLenum, GLenum, GLint, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableSGI ( GLenum , GLenum , GLenum , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetColorTableSGI )(GLenum, GLenum, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterfvSGI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterfvSGI )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetColorTableParameterivSGI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetColorTableParameterivSGI )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenSGIX ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTexGenSGIX )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameteriSGIS ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTexGenParameteriSGIS )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterivSGIS ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTexGenParameterivSGIS )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfSGIS ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTexGenParameterfSGIS )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTexGenParameterfvSGIS ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTexGenParameterfvSGIS )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterivSGIS ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetPixelTexGenParameterivSGIS )(GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetPixelTexGenParameterfvSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetPixelTexGenParameterfvSGIS )(GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexImage4DSGIS ( GLenum , GLint , GLenum , GLsizei , GLsizei , GLsizei , GLsizei , GLint , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexImage4DSGIS )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexSubImage4DSGIS ( GLenum , GLint , GLint , GLint , GLint , GLint , GLsizei , GLsizei , GLsizei , GLsizei , GLenum , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexSubImage4DSGIS )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDetailTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDetailTexFuncSGIS )(GLenum, GLsizei, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetDetailTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetDetailTexFuncSGIS )(GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSharpenTexFuncSGIS ( GLenum , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSharpenTexFuncSGIS )(GLenum, GLsizei, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetSharpenTexFuncSGIS ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetSharpenTexFuncSGIS )(GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskSGIS ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSampleMaskSGIS )(GLclampf, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternSGIS ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSamplePatternSGIS )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSpriteParameterfSGIX )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSpriteParameterfvSGIX )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameteriSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSpriteParameteriSGIX )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSpriteParameterivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSpriteParameterivSGIX )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfARB ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPointParameterfARB )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPointParameterfvARB ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPointParameterfvARB )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glGetInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__glGetInstrumentsSGIX )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInstrumentsBufferSGIX ( GLsizei , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glInstrumentsBufferSGIX )(GLsizei, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollInstrumentsSGIX ( GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__glPollInstrumentsSGIX )(GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReadInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReadInstrumentsSGIX )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStartInstrumentsSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glStartInstrumentsSGIX )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glStopInstrumentsSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glStopInstrumentsSGIX )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFrameZoomSGIX ( GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFrameZoomSGIX )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTagSampleBufferSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTagSampleBufferSGIX )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3dSGIX ( GLenum , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , GLdouble , GLdouble , GLint , GLint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeformationMap3dSGIX )(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformationMap3fSGIX ( GLenum , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , GLfloat , GLfloat , GLint , GLint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeformationMap3fSGIX )(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeformSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeformSGIX )(GLbitfield); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadIdentityDeformationMapSGIX ( GLbitfield ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadIdentityDeformationMapSGIX )(GLbitfield); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReferencePlaneSGIX ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReferencePlaneSGIX )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushRasterSGIX ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFlushRasterSGIX )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogFuncSGIS ( GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogFuncSGIS )(GLsizei, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFogFuncSGIS ( GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetFogFuncSGIS )(GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameteriHP ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glImageTransformParameteriHP )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfHP ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glImageTransformParameterfHP )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterivHP ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glImageTransformParameterivHP )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glImageTransformParameterfvHP ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glImageTransformParameterfvHP )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterivHP ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetImageTransformParameterivHP )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetImageTransformParameterfvHP ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetImageTransformParameterfvHP )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCopyColorSubTableEXT ( GLenum , GLsizei , GLint , GLint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCopyColorSubTableEXT )(GLenum, GLsizei, GLint, GLint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glHintPGI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glHintPGI )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterfvSGIX ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetListParameterfvSGIX )(GLuint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetListParameterivSGIX ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetListParameterivSGIX )(GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfSGIX ( GLuint , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glListParameterfSGIX )(GLuint, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterfvSGIX ( GLuint , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glListParameterfvSGIX )(GLuint, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameteriSGIX ( GLuint , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glListParameteriSGIX )(GLuint, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glListParameterivSGIX ( GLuint , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glListParameterivSGIX )(GLuint, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexMaterialEXT )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexFuncEXT ( GLenum , GLclampf ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexFuncEXT )(GLenum, GLclampf); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterdvEXT ( GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCullParameterdvEXT )(GLenum, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCullParameterfvEXT ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCullParameterfvEXT )(GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentColorMaterialSGIX ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentColorMaterialSGIX )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentLightfSGIX )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentLightfvSGIX )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentLightiSGIX )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentLightivSGIX )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfSGIX ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentLightModelfSGIX )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelfvSGIX ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentLightModelfvSGIX )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModeliSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentLightModeliSGIX )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentLightModelivSGIX ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentLightModelivSGIX )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfSGIX ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentMaterialfSGIX )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialfvSGIX ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentMaterialfvSGIX )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialiSGIX ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentMaterialiSGIX )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFragmentMaterialivSGIX ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFragmentMaterialivSGIX )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetFragmentLightfvSGIX )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentLightivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetFragmentLightivSGIX )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialfvSGIX ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetFragmentMaterialfvSGIX )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFragmentMaterialivSGIX ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetFragmentMaterialivSGIX )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLightEnviSGIX ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLightEnviSGIX )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDrawRangeElementsEXT ( GLenum , GLuint , GLuint , GLsizei , GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDrawRangeElementsEXT )(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glApplyTextureEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glApplyTextureEXT )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureLightEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTextureLightEXT )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureMaterialEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTextureMaterialEXT )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glAsyncMarkerSGIX )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glFinishAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__glFinishAsyncSGIX )(GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint glPollAsyncSGIX ( GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__glPollAsyncSGIX )(GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenAsyncMarkersSGIX ( GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glGenAsyncMarkersSGIX )(GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteAsyncMarkersSGIX ( GLuint , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeleteAsyncMarkersSGIX )(GLuint, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsAsyncMarkerSGIX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glIsAsyncMarkerSGIX )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexPointervINTEL )(GLint, GLenum, const GLvoid **); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointervINTEL ( GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalPointervINTEL )(GLenum, const GLvoid **); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorPointervINTEL )(GLint, GLenum, const GLvoid **); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointervINTEL ( GLint , GLenum , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoordPointervINTEL )(GLint, GLenum, const GLvoid **); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameteriEXT ( GLenum , GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTransformParameteriEXT )(GLenum, GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfEXT ( GLenum , GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTransformParameterfEXT )(GLenum, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterivEXT ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTransformParameterivEXT )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPixelTransformParameterfvEXT ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPixelTransformParameterfvEXT )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3bEXT )(GLbyte, GLbyte, GLbyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3bvEXT )(const GLbyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3dEXT )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3dvEXT )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3fEXT )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3fvEXT )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3iEXT )(GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3ivEXT )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3sEXT )(GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3svEXT )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubEXT ( GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3ubEXT )(GLubyte, GLubyte, GLubyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3ubvEXT ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3ubvEXT )(const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uiEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3uiEXT )(GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3uivEXT ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3uivEXT )(const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usEXT ( GLushort , GLushort , GLushort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3usEXT )(GLushort, GLushort, GLushort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColor3usvEXT ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColor3usvEXT )(const GLushort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerEXT ( GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColorPointerEXT )(GLint, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureNormalEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTextureNormalEXT )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawArraysEXT ( GLenum , GLint * , GLsizei * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiDrawArraysEXT )(GLenum, GLint *, GLsizei *, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiDrawElementsEXT ( GLenum , const GLsizei * , GLenum , const GLvoid * * , GLsizei ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiDrawElementsEXT )(GLenum, const GLsizei *, GLenum, const GLvoid **, GLsizei); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogCoordfEXT )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogCoordfvEXT )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddEXT ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogCoorddEXT )(GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoorddvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogCoorddvEXT )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogCoordPointerEXT )(GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3bEXT )(GLbyte, GLbyte, GLbyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3bvEXT )(const GLbyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3dEXT )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3dvEXT )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3fEXT )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3fvEXT )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3iEXT )(GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3ivEXT )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3sEXT )(GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangent3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangent3svEXT )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bEXT ( GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3bEXT )(GLbyte, GLbyte, GLbyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3bvEXT ( const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3bvEXT )(const GLbyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dEXT ( GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3dEXT )(GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3dvEXT ( const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3dvEXT )(const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fEXT ( GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3fEXT )(GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3fvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3fvEXT )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3iEXT ( GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3iEXT )(GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3ivEXT ( const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3ivEXT )(const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3sEXT ( GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3sEXT )(GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormal3svEXT ( const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormal3svEXT )(const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTangentPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTangentPointerEXT )(GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBinormalPointerEXT ( GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBinormalPointerEXT )(GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishTextureSUNX ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFinishTextureSUNX )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorbSUN ( GLbyte ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGlobalAlphaFactorbSUN )(GLbyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorsSUN ( GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGlobalAlphaFactorsSUN )(GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoriSUN ( GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGlobalAlphaFactoriSUN )(GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorfSUN ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGlobalAlphaFactorfSUN )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactordSUN ( GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGlobalAlphaFactordSUN )(GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGlobalAlphaFactorubSUN )(GLubyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactorusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGlobalAlphaFactorusSUN )(GLushort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGlobalAlphaFactoruiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGlobalAlphaFactoruiSUN )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiSUN ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiSUN )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusSUN ( GLushort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeusSUN )(GLushort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubSUN ( GLubyte ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeubSUN )(GLubyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuivSUN ( const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuivSUN )(const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeusvSUN ( const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeusvSUN )(const GLushort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeubvSUN ( const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeubvSUN )(const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodePointerSUN ( GLenum , GLsizei , const GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodePointerSUN )(GLenum, GLsizei, const GLvoid **); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4ubVertex2fSUN )(GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex2fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4ubVertex2fvSUN )(const GLubyte *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fSUN ( GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4ubVertex3fSUN )(GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4ubVertex3fvSUN ( const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4ubVertex3fvSUN )(const GLubyte *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor3fVertex3fvSUN )(const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormal3fVertex3fvSUN )(const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4fNormal3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColor4fNormal3fVertex3fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fVertex3fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fVertex3fvSUN )(const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4fVertex4fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fVertex4fvSUN ( const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4fVertex4fvSUN )(const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fSUN ( GLfloat , GLfloat , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fColor4ubVertex3fSUN )(GLfloat, GLfloat, GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4ubVertex3fvSUN ( const GLfloat * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fColor4ubVertex3fvSUN )(const GLfloat *, const GLubyte *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fColor3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fColor3fVertex3fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fNormal3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fNormal3fVertex3fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fColor4fNormal3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord2fColor4fNormal3fVertex3fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fSUN ( GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4fColor4fNormal3fVertex4fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoord4fColor4fNormal3fVertex4fvSUN ( const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoord4fColor4fNormal3fVertex4fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiVertex3fvSUN ( const GLenum * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiVertex3fvSUN )(const GLenum *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fSUN ( GLenum , GLubyte , GLubyte , GLubyte , GLubyte , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiColor4ubVertex3fSUN )(GLenum, GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4ubVertex3fvSUN ( const GLenum * , const GLubyte * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiColor4ubVertex3fvSUN )(const GLenum *, const GLubyte *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiColor3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiColor3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiNormal3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiNormal3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiColor4fNormal3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiColor4fNormal3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiTexCoord2fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiTexCoord2fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLenum * , const GLfloat * , const GLfloat * , const GLfloat * , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *, const GLfloat *, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateEXT ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBlendFuncSeparateEXT )(GLenum, GLenum, GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBlendFuncSeparateINGR ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBlendFuncSeparateINGR )(GLenum, GLenum, GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfEXT ( GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexWeightfEXT )(GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightfvEXT ( const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexWeightfvEXT )(const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexWeightPointerEXT ( GLsizei , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexWeightPointerEXT )(GLsizei, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFlushVertexArrayRangeNV ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFlushVertexArrayRangeNV )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexArrayRangeNV ( GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexArrayRangeNV )(GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfvNV ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCombinerParameterfvNV )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterfNV ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCombinerParameterfNV )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameterivNV ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCombinerParameterivNV )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerParameteriNV ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCombinerParameteriNV )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerInputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCombinerInputNV )(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerOutputNV ( GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLenum , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCombinerOutputNV )(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLboolean, GLboolean, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinalCombinerInputNV ( GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFinalCombinerInputNV )(GLenum, GLenum, GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterfvNV ( GLenum , GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetCombinerInputParameterfvNV )(GLenum, GLenum, GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerInputParameterivNV ( GLenum , GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetCombinerInputParameterivNV )(GLenum, GLenum, GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterfvNV ( GLenum , GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetCombinerOutputParameterfvNV )(GLenum, GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerOutputParameterivNV ( GLenum , GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetCombinerOutputParameterivNV )(GLenum, GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetFinalCombinerInputParameterfvNV )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFinalCombinerInputParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetFinalCombinerInputParameterivNV )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawArraysIBM ( GLenum , const GLint * , const GLsizei * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiModeDrawArraysIBM )(GLenum, const GLint *, const GLsizei *, GLsizei, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMultiModeDrawElementsIBM ( const GLenum * , const GLsizei * , GLenum , const GLvoid * * , GLsizei , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMultiModeDrawElementsIBM )(const GLenum *, const GLsizei *, GLenum, const GLvoid **, GLsizei, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorPointerListIBM )(GLint, GLenum, GLint, const GLvoid **, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSecondaryColorPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSecondaryColorPointerListIBM )(GLint, GLenum, GLint, const GLvoid **, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEdgeFlagPointerListIBM ( GLint , const GLboolean * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEdgeFlagPointerListIBM )(GLint, const GLboolean **, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFogCoordPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFogCoordPointerListIBM )(GLenum, GLint, const GLvoid **, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIndexPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIndexPointerListIBM )(GLenum, GLint, const GLvoid **, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalPointerListIBM ( GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalPointerListIBM )(GLenum, GLint, const GLvoid **, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexCoordPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexCoordPointerListIBM )(GLint, GLenum, GLint, const GLvoid **, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexPointerListIBM ( GLint , GLenum , GLint , const GLvoid * * , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexPointerListIBM )(GLint, GLenum, GLint, const GLvoid **, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTbufferMask3DFX ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTbufferMask3DFX )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMaskEXT ( GLclampf , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSampleMaskEXT )(GLclampf, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSamplePatternEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSamplePatternEXT )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTextureColorMaskSGIS ( GLboolean , GLboolean , GLboolean , GLboolean ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTextureColorMaskSGIS )(GLboolean, GLboolean, GLboolean, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glIglooInterfaceSGIX ( GLenum , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glIglooInterfaceSGIX )(GLenum, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenFencesNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGenFencesNV )(GLsizei, GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFencesNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeleteFencesNV )(GLsizei, const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFenceNV ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSetFenceNV )(GLuint, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glTestFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glTestFenceNV )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glFinishFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glFinishFenceNV )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsFenceNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glIsFenceNV )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetFenceivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetFenceivNV )(GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLint , GLint , GLboolean , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMapControlPointsNV )(GLenum, GLuint, GLenum, GLsizei, GLsizei, GLint, GLint, GLboolean, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterivNV ( GLenum , GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMapParameterivNV )(GLenum, GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glMapParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glMapParameterfvNV )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapControlPointsNV ( GLenum , GLuint , GLenum , GLsizei , GLsizei , GLboolean , GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMapControlPointsNV )(GLenum, GLuint, GLenum, GLsizei, GLsizei, GLboolean, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterivNV ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMapParameterivNV )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMapParameterfvNV )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMapAttribParameterivNV )(GLenum, GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetMapAttribParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetMapAttribParameterfvNV )(GLenum, GLuint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEvalMapsNV ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEvalMapsNV )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glCombinerStageParameterfvNV ( GLenum , GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glCombinerStageParameterfvNV )(GLenum, GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetCombinerStageParameterfvNV ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetCombinerStageParameterfvNV )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindProgramNV ( GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBindProgramNV )(GLenum, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeleteProgramsNV )(GLsizei, const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExecuteProgramNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glExecuteProgramNV )(GLenum, GLuint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGenProgramsNV ( GLsizei , GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGenProgramsNV )(GLsizei, GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glAreProgramsResidentNV ( GLsizei , const GLuint * , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glAreProgramsResidentNV )(GLsizei, const GLuint *, GLboolean *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glRequestResidentProgramsNV ( GLsizei , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glRequestResidentProgramsNV )(GLsizei, const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterfvNV ( GLenum , GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetProgramParameterfvNV )(GLenum, GLuint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramParameterdvNV ( GLenum , GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetProgramParameterdvNV )(GLenum, GLuint, GLenum, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetProgramivNV )(GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetProgramStringNV ( GLuint , GLenum , GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetProgramStringNV )(GLuint, GLenum, GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTrackMatrixivNV ( GLenum , GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTrackMatrixivNV )(GLenum, GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribdvNV ( GLuint , GLenum , GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVertexAttribdvNV )(GLuint, GLenum, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribfvNV ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVertexAttribfvNV )(GLuint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribivNV ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVertexAttribivNV )(GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVertexAttribPointervNV ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVertexAttribPointervNV )(GLuint, GLenum, GLvoid **); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsProgramNV ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glIsProgramNV )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glLoadProgramNV ( GLenum , GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glLoadProgramNV )(GLenum, GLuint, GLsizei, const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fNV ( GLenum , GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glProgramParameter4fNV )(GLenum, GLuint, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dNV ( GLenum , GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glProgramParameter4dNV )(GLenum, GLuint, GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4dvNV ( GLenum , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glProgramParameter4dvNV )(GLenum, GLuint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameter4fvNV ( GLenum , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glProgramParameter4fvNV )(GLenum, GLuint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4dvNV ( GLenum , GLuint , GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glProgramParameters4dvNV )(GLenum, GLuint, GLuint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glProgramParameters4fvNV ( GLenum , GLuint , GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glProgramParameters4fvNV )(GLenum, GLuint, GLuint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTrackMatrixNV ( GLenum , GLuint , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTrackMatrixNV )(GLenum, GLuint, GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribPointerNV ( GLuint , GLint , GLenum , GLsizei , const GLvoid * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribPointerNV )(GLuint, GLint, GLenum, GLsizei, const GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1sNV ( GLuint , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib1sNV )(GLuint, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fNV ( GLuint , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib1fNV )(GLuint, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dNV ( GLuint , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib1dNV )(GLuint, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2sNV ( GLuint , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib2sNV )(GLuint, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fNV ( GLuint , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib2fNV )(GLuint, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dNV ( GLuint , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib2dNV )(GLuint, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3sNV ( GLuint , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib3sNV )(GLuint, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fNV ( GLuint , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib3fNV )(GLuint, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dNV ( GLuint , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib3dNV )(GLuint, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4sNV ( GLuint , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib4sNV )(GLuint, GLshort, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fNV ( GLuint , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib4fNV )(GLuint, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dNV ( GLuint , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib4dNV )(GLuint, GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubNV ( GLuint , GLubyte , GLubyte , GLubyte , GLubyte ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib4ubNV )(GLuint, GLubyte, GLubyte, GLubyte, GLubyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib1svNV )(GLuint, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib1fvNV )(GLuint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib1dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib1dvNV )(GLuint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib2svNV )(GLuint, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib2fvNV )(GLuint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib2dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib2dvNV )(GLuint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib3svNV )(GLuint, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib3fvNV )(GLuint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib3dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib3dvNV )(GLuint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4svNV ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib4svNV )(GLuint, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4fvNV ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib4fvNV )(GLuint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4dvNV ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib4dvNV )(GLuint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttrib4ubvNV ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttrib4ubvNV )(GLuint, const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs1svNV )(GLuint, GLsizei, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs1fvNV )(GLuint, GLsizei, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs1dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs1dvNV )(GLuint, GLsizei, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs2svNV )(GLuint, GLsizei, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs2fvNV )(GLuint, GLsizei, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs2dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs2dvNV )(GLuint, GLsizei, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs3svNV )(GLuint, GLsizei, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs3fvNV )(GLuint, GLsizei, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs3dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs3dvNV )(GLuint, GLsizei, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4svNV ( GLuint , GLsizei , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs4svNV )(GLuint, GLsizei, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4fvNV ( GLuint , GLsizei , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs4fvNV )(GLuint, GLsizei, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4dvNV ( GLuint , GLsizei , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs4dvNV )(GLuint, GLsizei, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexAttribs4ubvNV ( GLuint , GLsizei , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexAttribs4ubvNV )(GLuint, GLsizei, const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterivATI ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexBumpParameterivATI )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glTexBumpParameterfvATI ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glTexBumpParameterfvATI )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterivATI ( GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexBumpParameterivATI )(GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetTexBumpParameterfvATI ( GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetTexBumpParameterfvATI )(GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenFragmentShadersATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glGenFragmentShadersATI )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBindFragmentShaderATI )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteFragmentShaderATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeleteFragmentShaderATI )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBeginFragmentShaderATI )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndFragmentShaderATI ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEndFragmentShaderATI )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPassTexCoordATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPassTexCoordATI )(GLuint, GLuint, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSampleMapATI ( GLuint , GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSampleMapATI )(GLuint, GLuint, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorFragmentOp1ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorFragmentOp2ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glColorFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glColorFragmentOp3ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp1ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glAlphaFragmentOp1ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp2ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glAlphaFragmentOp2ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glAlphaFragmentOp3ATI ( GLenum , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glAlphaFragmentOp3ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetFragmentShaderConstantATI ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSetFragmentShaderConstantATI )(GLuint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesiATI ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPNTrianglesiATI )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glPNTrianglesfATI ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glPNTrianglesfATI )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glNewObjectBufferATI ( GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glNewObjectBufferATI )(GLsizei, const GLvoid *, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glIsObjectBufferATI )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glUpdateObjectBufferATI ( GLuint , GLuint , GLsizei , const GLvoid * , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glUpdateObjectBufferATI )(GLuint, GLuint, GLsizei, const GLvoid *, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetObjectBufferfvATI )(GLuint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetObjectBufferivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetObjectBufferivATI )(GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteObjectBufferATI ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeleteObjectBufferATI )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glArrayObjectATI ( GLenum , GLint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glArrayObjectATI )(GLenum, GLint, GLenum, GLsizei, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectfvATI ( GLenum , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetArrayObjectfvATI )(GLenum, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetArrayObjectivATI ( GLenum , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetArrayObjectivATI )(GLenum, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantArrayObjectATI ( GLuint , GLenum , GLsizei , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantArrayObjectATI )(GLuint, GLenum, GLsizei, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectfvATI ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVariantArrayObjectfvATI )(GLuint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantArrayObjectivATI ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVariantArrayObjectivATI )(GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBeginVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBeginVertexShaderEXT )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEndVertexShaderEXT ( void ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEndVertexShaderEXT )(void); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glBindVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glBindVertexShaderEXT )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenVertexShadersEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glGenVertexShadersEXT )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDeleteVertexShaderEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDeleteVertexShaderEXT )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp1EXT ( GLenum , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glShaderOp1EXT )(GLenum, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp2EXT ( GLenum , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glShaderOp2EXT )(GLenum, GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glShaderOp3EXT ( GLenum , GLuint , GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glShaderOp3EXT )(GLenum, GLuint, GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSwizzleEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSwizzleEXT )(GLuint, GLuint, GLenum, GLenum, GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glWriteMaskEXT ( GLuint , GLuint , GLenum , GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glWriteMaskEXT )(GLuint, GLuint, GLenum, GLenum, GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glInsertComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glInsertComponentEXT )(GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glExtractComponentEXT ( GLuint , GLuint , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glExtractComponentEXT )(GLuint, GLuint, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glGenSymbolsEXT ( GLenum , GLenum , GLenum , GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glGenSymbolsEXT )(GLenum, GLenum, GLenum, GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetInvariantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSetInvariantEXT )(GLuint, GLenum, const void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glSetLocalConstantEXT ( GLuint , GLenum , const void * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glSetLocalConstantEXT )(GLuint, GLenum, const void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantbvEXT ( GLuint , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantbvEXT )(GLuint, const GLbyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantsvEXT ( GLuint , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantsvEXT )(GLuint, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantivEXT ( GLuint , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantivEXT )(GLuint, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantfvEXT ( GLuint , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantfvEXT )(GLuint, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantdvEXT ( GLuint , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantdvEXT )(GLuint, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantubvEXT ( GLuint , const GLubyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantubvEXT )(GLuint, const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantusvEXT ( GLuint , const GLushort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantusvEXT )(GLuint, const GLushort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantuivEXT ( GLuint , const GLuint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantuivEXT )(GLuint, const GLuint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVariantPointerEXT ( GLuint , GLenum , GLuint , const void * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVariantPointerEXT )(GLuint, GLenum, GLuint, const void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glEnableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glEnableVariantClientStateEXT )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glDisableVariantClientStateEXT ( GLuint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glDisableVariantClientStateEXT )(GLuint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindLightParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glBindLightParameterEXT )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindMaterialParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glBindMaterialParameterEXT )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTexGenParameterEXT ( GLenum , GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glBindTexGenParameterEXT )(GLenum, GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindTextureUnitParameterEXT ( GLenum , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glBindTextureUnitParameterEXT )(GLenum, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLuint glBindParameterEXT ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLuint (CALLBACK * disp__glBindParameterEXT )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean glIsVariantEnabledEXT ( GLuint , GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__glIsVariantEnabledEXT )(GLuint, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVariantBooleanvEXT )(GLuint, GLenum, GLboolean *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVariantIntegervEXT )(GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVariantFloatvEXT )(GLuint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetVariantPointervEXT ( GLuint , GLenum , GLvoid * * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetVariantPointervEXT )(GLuint, GLenum, GLvoid **); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetInvariantBooleanvEXT )(GLuint, GLenum, GLboolean *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetInvariantIntegervEXT )(GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetInvariantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetInvariantFloatvEXT )(GLuint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantBooleanvEXT ( GLuint , GLenum , GLboolean * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetLocalConstantBooleanvEXT )(GLuint, GLenum, GLboolean *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantIntegervEXT ( GLuint , GLenum , GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetLocalConstantIntegervEXT )(GLuint, GLenum, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glGetLocalConstantFloatvEXT ( GLuint , GLenum , GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glGetLocalConstantFloatvEXT )(GLuint, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1s ( GLenum , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream1s )(GLenum, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream1sv )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1i ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream1i )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream1iv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1f ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream1f )(GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream1fv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1d ( GLenum , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream1d )(GLenum, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream1dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream1dv )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2s ( GLenum , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream2s )(GLenum, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream2sv )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2i ( GLenum , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream2i )(GLenum, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream2iv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2f ( GLenum , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream2f )(GLenum, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream2fv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2d ( GLenum , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream2d )(GLenum, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream2dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream2dv )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream3s )(GLenum, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream3sv )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream3i )(GLenum, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream3iv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream3f )(GLenum, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream3fv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream3d )(GLenum, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream3dv )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4s ( GLenum , GLshort , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream4s )(GLenum, GLshort, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream4sv )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4i ( GLenum , GLint , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream4i )(GLenum, GLint, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream4iv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4f ( GLenum , GLfloat , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream4f )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream4fv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4d ( GLenum , GLdouble , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream4d )(GLenum, GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexStream4dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexStream4dv )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3b ( GLenum , GLbyte , GLbyte , GLbyte ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3b )(GLenum, GLbyte, GLbyte, GLbyte); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3bv ( GLenum , const GLbyte * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3bv )(GLenum, const GLbyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3s ( GLenum , GLshort , GLshort , GLshort ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3s )(GLenum, GLshort, GLshort, GLshort); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3sv ( GLenum , const GLshort * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3sv )(GLenum, const GLshort *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3i ( GLenum , GLint , GLint , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3i )(GLenum, GLint, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3iv ( GLenum , const GLint * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3iv )(GLenum, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3f ( GLenum , GLfloat , GLfloat , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3f )(GLenum, GLfloat, GLfloat, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3fv ( GLenum , const GLfloat * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3fv )(GLenum, const GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3d ( GLenum , GLdouble , GLdouble , GLdouble ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3d )(GLenum, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glNormalStream3dv ( GLenum , const GLdouble * ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glNormalStream3dv )(GLenum, const GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glClientActiveVertexStream ( GLenum ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glClientActiveVertexStream )(GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvi ( GLenum , GLint ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexBlendEnvi )(GLenum, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void glVertexBlendEnvf ( GLenum , GLfloat ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__glVertexBlendEnvf )(GLenum, GLfloat); -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/gl-disp-var.hc b/CNativeCode/gl-disp-var.hc index 280bdad..fa3d6ea 100755 --- a/CNativeCode/gl-disp-var.hc +++ b/CNativeCode/gl-disp-var.hc @@ -11,1967 +11,1967 @@ * 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, GLvoid **) = 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, GLenum, 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__glActiveTexture )(GLenum) = NULL; -
+ void (CALLBACK * disp__glClientActiveTexture )(GLenum) = NULL; -
+ void (CALLBACK * disp__glCompressedTexImage1D )(GLenum, GLint, GLenum, GLsizei, GLint, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexImage2D )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexImage3D )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexSubImage1D )(GLenum, GLint, GLint, GLsizei, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexSubImage2D )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexSubImage3D )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glGetCompressedTexImage )(GLenum, GLint, GLvoid *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord1d )(GLenum, GLdouble) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord1dv )(GLenum, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord1f )(GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord1fv )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord1i )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord1iv )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord1s )(GLenum, GLshort) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord1sv )(GLenum, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord2d )(GLenum, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord2dv )(GLenum, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord2f )(GLenum, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord2fv )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord2i )(GLenum, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord2iv )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord2s )(GLenum, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord2sv )(GLenum, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord3d )(GLenum, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord3dv )(GLenum, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord3f )(GLenum, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord3fv )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord3i )(GLenum, GLint, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord3iv )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord3s )(GLenum, GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord3sv )(GLenum, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord4d )(GLenum, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord4dv )(GLenum, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord4f )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord4fv )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord4i )(GLenum, GLint, GLint, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord4iv )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord4s )(GLenum, GLshort, GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glMultiTexCoord4sv )(GLenum, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glLoadTransposeMatrixd )(const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glLoadTransposeMatrixf )(const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glMultTransposeMatrixd )(const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glMultTransposeMatrixf )(const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glSampleCoverage )(GLclampf, GLboolean) = NULL; -
+ void (CALLBACK * disp__glSamplePass )(GLenum) = 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; -
+ 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, GLvoid **) = 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__glPointParameterfSGIS )(GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glPointParameterfvSGIS )(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__glLoadTransposeMatrixfARB )(const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glLoadTransposeMatrixdARB )(const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glMultTransposeMatrixfARB )(const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glMultTransposeMatrixdARB )(const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glSampleCoverageARB )(GLclampf, GLboolean) = NULL; -
+ void (CALLBACK * disp__glCompressedTexImage3DARB )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexImage2DARB )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexImage1DARB )(GLenum, GLint, GLenum, GLsizei, GLint, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexSubImage3DARB )(GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexSubImage2DARB )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCompressedTexSubImage1DARB )(GLenum, GLint, GLint, GLsizei, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glGetCompressedTexImageARB )(GLenum, GLint, void *) = NULL; -
+ void (CALLBACK * disp__glWeightbvARB )(GLint, const GLbyte *) = NULL; -
+ void (CALLBACK * disp__glWeightsvARB )(GLint, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glWeightivARB )(GLint, const GLint *) = NULL; -
+ void (CALLBACK * disp__glWeightfvARB )(GLint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glWeightdvARB )(GLint, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glWeightubvARB )(GLint, const GLubyte *) = NULL; -
+ void (CALLBACK * disp__glWeightusvARB )(GLint, const GLushort *) = NULL; -
+ void (CALLBACK * disp__glWeightuivARB )(GLint, const GLuint *) = NULL; -
+ void (CALLBACK * disp__glWeightPointerARB )(GLint, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glVertexBlendARB )(GLint) = NULL; -
+ void (CALLBACK * disp__glCurrentPaletteMatrixARB )(GLint) = NULL; -
+ void (CALLBACK * disp__glMatrixIndexubvARB )(GLint, const GLubyte *) = NULL; -
+ void (CALLBACK * disp__glMatrixIndexusvARB )(GLint, const GLushort *) = NULL; -
+ void (CALLBACK * disp__glMatrixIndexuivARB )(GLint, const GLuint *) = NULL; -
+ void (CALLBACK * disp__glMatrixIndexPointerARB )(GLint, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glGetTexFilterFuncSGIS )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexFilterFuncSGIS )(GLenum, GLenum, GLsizei, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexSubImage1DEXT )(GLenum, GLint, GLint, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glTexSubImage2DEXT )(GLenum, GLint, GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCopyTexImage1DEXT )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLint) = NULL; -
+ void (CALLBACK * disp__glCopyTexImage2DEXT )(GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint) = NULL; -
+ void (CALLBACK * disp__glCopyTexSubImage1DEXT )(GLenum, GLint, GLint, GLint, GLint, GLsizei) = NULL; -
+ void (CALLBACK * disp__glCopyTexSubImage2DEXT )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei) = NULL; -
+ void (CALLBACK * disp__glGetHistogramEXT )(GLenum, GLboolean, GLenum, GLenum, GLvoid *) = NULL; -
+ void (CALLBACK * disp__glGetHistogramParameterfvEXT )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetHistogramParameterivEXT )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetMinmaxEXT )(GLenum, GLboolean, GLenum, GLenum, GLvoid *) = NULL; -
+ void (CALLBACK * disp__glGetMinmaxParameterfvEXT )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetMinmaxParameterivEXT )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glHistogramEXT )(GLenum, GLsizei, GLenum, GLboolean) = NULL; -
+ void (CALLBACK * disp__glMinmaxEXT )(GLenum, GLenum, GLboolean) = NULL; -
+ void (CALLBACK * disp__glResetHistogramEXT )(GLenum) = NULL; -
+ void (CALLBACK * disp__glResetMinmaxEXT )(GLenum) = NULL; -
+ void (CALLBACK * disp__glConvolutionFilter1DEXT )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glConvolutionFilter2DEXT )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glConvolutionParameterfEXT )(GLenum, GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glConvolutionParameterfvEXT )(GLenum, GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glConvolutionParameteriEXT )(GLenum, GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glConvolutionParameterivEXT )(GLenum, GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glCopyConvolutionFilter1DEXT )(GLenum, GLenum, GLint, GLint, GLsizei) = NULL; -
+ void (CALLBACK * disp__glCopyConvolutionFilter2DEXT )(GLenum, GLenum, GLint, GLint, GLsizei, GLsizei) = NULL; -
+ void (CALLBACK * disp__glGetConvolutionFilterEXT )(GLenum, GLenum, GLenum, GLvoid *) = NULL; -
+ void (CALLBACK * disp__glGetConvolutionParameterfvEXT )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetConvolutionParameterivEXT )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetSeparableFilterEXT )(GLenum, GLenum, GLenum, GLvoid *, GLvoid *, GLvoid *) = NULL; -
+ void (CALLBACK * disp__glSeparableFilter2DEXT )(GLenum, GLenum, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glColorTableSGI )(GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glColorTableParameterfvSGI )(GLenum, GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glColorTableParameterivSGI )(GLenum, GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glCopyColorTableSGI )(GLenum, GLenum, GLint, GLint, GLsizei) = NULL; -
+ void (CALLBACK * disp__glGetColorTableSGI )(GLenum, GLenum, GLenum, GLvoid *) = NULL; -
+ void (CALLBACK * disp__glGetColorTableParameterfvSGI )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetColorTableParameterivSGI )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glPixelTexGenSGIX )(GLenum) = NULL; -
+ void (CALLBACK * disp__glPixelTexGenParameteriSGIS )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glPixelTexGenParameterivSGIS )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glPixelTexGenParameterfSGIS )(GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glPixelTexGenParameterfvSGIS )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetPixelTexGenParameterivSGIS )(GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetPixelTexGenParameterfvSGIS )(GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexImage4DSGIS )(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glTexSubImage4DSGIS )(GLenum, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glDetailTexFuncSGIS )(GLenum, GLsizei, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetDetailTexFuncSGIS )(GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glSharpenTexFuncSGIS )(GLenum, GLsizei, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetSharpenTexFuncSGIS )(GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glSampleMaskSGIS )(GLclampf, GLboolean) = NULL; -
+ void (CALLBACK * disp__glSamplePatternSGIS )(GLenum) = NULL; -
+ void (CALLBACK * disp__glSpriteParameterfSGIX )(GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glSpriteParameterfvSGIX )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glSpriteParameteriSGIX )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glSpriteParameterivSGIX )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glPointParameterfARB )(GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glPointParameterfvARB )(GLenum, const GLfloat *) = NULL; -
+ GLint (CALLBACK * disp__glGetInstrumentsSGIX )(void) = NULL; -
+ void (CALLBACK * disp__glInstrumentsBufferSGIX )(GLsizei, GLint *) = NULL; -
+ GLint (CALLBACK * disp__glPollInstrumentsSGIX )(GLint *) = NULL; -
+ void (CALLBACK * disp__glReadInstrumentsSGIX )(GLint) = NULL; -
+ void (CALLBACK * disp__glStartInstrumentsSGIX )(void) = NULL; -
+ void (CALLBACK * disp__glStopInstrumentsSGIX )(GLint) = NULL; -
+ void (CALLBACK * disp__glFrameZoomSGIX )(GLint) = NULL; -
+ void (CALLBACK * disp__glTagSampleBufferSGIX )(void) = NULL; -
+ void (CALLBACK * disp__glDeformationMap3dSGIX )(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glDeformationMap3fSGIX )(GLenum, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, GLfloat, GLfloat, GLint, GLint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glDeformSGIX )(GLbitfield) = NULL; -
+ void (CALLBACK * disp__glLoadIdentityDeformationMapSGIX )(GLbitfield) = NULL; -
+ void (CALLBACK * disp__glReferencePlaneSGIX )(const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glFlushRasterSGIX )(void) = NULL; -
+ void (CALLBACK * disp__glFogFuncSGIS )(GLsizei, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetFogFuncSGIS )(GLfloat *) = NULL; -
+ void (CALLBACK * disp__glImageTransformParameteriHP )(GLenum, GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glImageTransformParameterfHP )(GLenum, GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glImageTransformParameterivHP )(GLenum, GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glImageTransformParameterfvHP )(GLenum, GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetImageTransformParameterivHP )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetImageTransformParameterfvHP )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glCopyColorSubTableEXT )(GLenum, GLsizei, GLint, GLint, GLsizei) = NULL; -
+ void (CALLBACK * disp__glHintPGI )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glGetListParameterfvSGIX )(GLuint, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetListParameterivSGIX )(GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glListParameterfSGIX )(GLuint, GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glListParameterfvSGIX )(GLuint, GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glListParameteriSGIX )(GLuint, GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glListParameterivSGIX )(GLuint, GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glIndexMaterialEXT )(GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glIndexFuncEXT )(GLenum, GLclampf) = NULL; -
+ void (CALLBACK * disp__glCullParameterdvEXT )(GLenum, GLdouble *) = NULL; -
+ void (CALLBACK * disp__glCullParameterfvEXT )(GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glFragmentColorMaterialSGIX )(GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glFragmentLightfSGIX )(GLenum, GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glFragmentLightfvSGIX )(GLenum, GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glFragmentLightiSGIX )(GLenum, GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glFragmentLightivSGIX )(GLenum, GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glFragmentLightModelfSGIX )(GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glFragmentLightModelfvSGIX )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glFragmentLightModeliSGIX )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glFragmentLightModelivSGIX )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glFragmentMaterialfSGIX )(GLenum, GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glFragmentMaterialfvSGIX )(GLenum, GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glFragmentMaterialiSGIX )(GLenum, GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glFragmentMaterialivSGIX )(GLenum, GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glGetFragmentLightfvSGIX )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetFragmentLightivSGIX )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetFragmentMaterialfvSGIX )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetFragmentMaterialivSGIX )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glLightEnviSGIX )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glDrawRangeElementsEXT )(GLenum, GLuint, GLuint, GLsizei, GLenum, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glApplyTextureEXT )(GLenum) = NULL; -
+ void (CALLBACK * disp__glTextureLightEXT )(GLenum) = NULL; -
+ void (CALLBACK * disp__glTextureMaterialEXT )(GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glAsyncMarkerSGIX )(GLuint) = NULL; -
+ GLint (CALLBACK * disp__glFinishAsyncSGIX )(GLuint *) = NULL; -
+ GLint (CALLBACK * disp__glPollAsyncSGIX )(GLuint *) = NULL; -
+ GLuint (CALLBACK * disp__glGenAsyncMarkersSGIX )(GLsizei) = NULL; -
+ void (CALLBACK * disp__glDeleteAsyncMarkersSGIX )(GLuint, GLsizei) = NULL; -
+ GLboolean (CALLBACK * disp__glIsAsyncMarkerSGIX )(GLuint) = NULL; -
+ void (CALLBACK * disp__glVertexPointervINTEL )(GLint, GLenum, const GLvoid **) = NULL; -
+ void (CALLBACK * disp__glNormalPointervINTEL )(GLenum, const GLvoid **) = NULL; -
+ void (CALLBACK * disp__glColorPointervINTEL )(GLint, GLenum, const GLvoid **) = NULL; -
+ void (CALLBACK * disp__glTexCoordPointervINTEL )(GLint, GLenum, const GLvoid **) = NULL; -
+ void (CALLBACK * disp__glPixelTransformParameteriEXT )(GLenum, GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glPixelTransformParameterfEXT )(GLenum, GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glPixelTransformParameterivEXT )(GLenum, GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glPixelTransformParameterfvEXT )(GLenum, GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3bEXT )(GLbyte, GLbyte, GLbyte) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3bvEXT )(const GLbyte *) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3dEXT )(GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3dvEXT )(const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3fEXT )(GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3fvEXT )(const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3iEXT )(GLint, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3ivEXT )(const GLint *) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3sEXT )(GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3svEXT )(const GLshort *) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3ubEXT )(GLubyte, GLubyte, GLubyte) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3ubvEXT )(const GLubyte *) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3uiEXT )(GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3uivEXT )(const GLuint *) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3usEXT )(GLushort, GLushort, GLushort) = NULL; -
+ void (CALLBACK * disp__glSecondaryColor3usvEXT )(const GLushort *) = NULL; -
+ void (CALLBACK * disp__glSecondaryColorPointerEXT )(GLint, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glTextureNormalEXT )(GLenum) = NULL; -
+ void (CALLBACK * disp__glMultiDrawArraysEXT )(GLenum, GLint *, GLsizei *, GLsizei) = NULL; -
+ void (CALLBACK * disp__glMultiDrawElementsEXT )(GLenum, const GLsizei *, GLenum, const GLvoid **, GLsizei) = NULL; -
+ void (CALLBACK * disp__glFogCoordfEXT )(GLfloat) = NULL; -
+ void (CALLBACK * disp__glFogCoordfvEXT )(const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glFogCoorddEXT )(GLdouble) = NULL; -
+ void (CALLBACK * disp__glFogCoorddvEXT )(const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glFogCoordPointerEXT )(GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glTangent3bEXT )(GLbyte, GLbyte, GLbyte) = NULL; -
+ void (CALLBACK * disp__glTangent3bvEXT )(const GLbyte *) = NULL; -
+ void (CALLBACK * disp__glTangent3dEXT )(GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glTangent3dvEXT )(const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glTangent3fEXT )(GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glTangent3fvEXT )(const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTangent3iEXT )(GLint, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glTangent3ivEXT )(const GLint *) = NULL; -
+ void (CALLBACK * disp__glTangent3sEXT )(GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glTangent3svEXT )(const GLshort *) = NULL; -
+ void (CALLBACK * disp__glBinormal3bEXT )(GLbyte, GLbyte, GLbyte) = NULL; -
+ void (CALLBACK * disp__glBinormal3bvEXT )(const GLbyte *) = NULL; -
+ void (CALLBACK * disp__glBinormal3dEXT )(GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glBinormal3dvEXT )(const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glBinormal3fEXT )(GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glBinormal3fvEXT )(const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glBinormal3iEXT )(GLint, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glBinormal3ivEXT )(const GLint *) = NULL; -
+ void (CALLBACK * disp__glBinormal3sEXT )(GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glBinormal3svEXT )(const GLshort *) = NULL; -
+ void (CALLBACK * disp__glTangentPointerEXT )(GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glBinormalPointerEXT )(GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glFinishTextureSUNX )(void) = NULL; -
+ void (CALLBACK * disp__glGlobalAlphaFactorbSUN )(GLbyte) = NULL; -
+ void (CALLBACK * disp__glGlobalAlphaFactorsSUN )(GLshort) = NULL; -
+ void (CALLBACK * disp__glGlobalAlphaFactoriSUN )(GLint) = NULL; -
+ void (CALLBACK * disp__glGlobalAlphaFactorfSUN )(GLfloat) = NULL; -
+ void (CALLBACK * disp__glGlobalAlphaFactordSUN )(GLdouble) = NULL; -
+ void (CALLBACK * disp__glGlobalAlphaFactorubSUN )(GLubyte) = NULL; -
+ void (CALLBACK * disp__glGlobalAlphaFactorusSUN )(GLushort) = NULL; -
+ void (CALLBACK * disp__glGlobalAlphaFactoruiSUN )(GLuint) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiSUN )(GLuint) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeusSUN )(GLushort) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeubSUN )(GLubyte) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuivSUN )(const GLuint *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeusvSUN )(const GLushort *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeubvSUN )(const GLubyte *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodePointerSUN )(GLenum, GLsizei, const GLvoid **) = NULL; -
+ void (CALLBACK * disp__glColor4ubVertex2fSUN )(GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glColor4ubVertex2fvSUN )(const GLubyte *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glColor4ubVertex3fSUN )(GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glColor4ubVertex3fvSUN )(const GLubyte *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glColor3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glColor3fVertex3fvSUN )(const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glNormal3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glNormal3fVertex3fvSUN )(const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glColor4fNormal3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glColor4fNormal3fVertex3fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fVertex3fvSUN )(const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexCoord4fVertex4fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glTexCoord4fVertex4fvSUN )(const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fColor4ubVertex3fSUN )(GLfloat, GLfloat, GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fColor4ubVertex3fvSUN )(const GLfloat *, const GLubyte *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fColor3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fColor3fVertex3fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fNormal3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fNormal3fVertex3fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fColor4fNormal3fVertex3fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glTexCoord2fColor4fNormal3fVertex3fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTexCoord4fColor4fNormal3fVertex4fSUN )(GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glTexCoord4fColor4fNormal3fVertex4fvSUN )(const GLfloat *, const GLfloat *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiVertex3fvSUN )(const GLenum *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiColor4ubVertex3fSUN )(GLenum, GLubyte, GLubyte, GLubyte, GLubyte, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiColor4ubVertex3fvSUN )(const GLenum *, const GLubyte *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiColor3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiColor3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiNormal3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiNormal3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiColor4fNormal3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiColor4fNormal3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiTexCoord2fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiTexCoord2fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN )(const GLenum *, const GLfloat *, const GLfloat *, const GLfloat *, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glBlendFuncSeparateEXT )(GLenum, GLenum, GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glBlendFuncSeparateINGR )(GLenum, GLenum, GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glVertexWeightfEXT )(GLfloat) = NULL; -
+ void (CALLBACK * disp__glVertexWeightfvEXT )(const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexWeightPointerEXT )(GLsizei, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glFlushVertexArrayRangeNV )(void) = NULL; -
+ void (CALLBACK * disp__glVertexArrayRangeNV )(GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glCombinerParameterfvNV )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glCombinerParameterfNV )(GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glCombinerParameterivNV )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glCombinerParameteriNV )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glCombinerInputNV )(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glCombinerOutputNV )(GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLenum, GLboolean, GLboolean, GLboolean) = NULL; -
+ void (CALLBACK * disp__glFinalCombinerInputNV )(GLenum, GLenum, GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glGetCombinerInputParameterfvNV )(GLenum, GLenum, GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetCombinerInputParameterivNV )(GLenum, GLenum, GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetCombinerOutputParameterfvNV )(GLenum, GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetCombinerOutputParameterivNV )(GLenum, GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetFinalCombinerInputParameterfvNV )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetFinalCombinerInputParameterivNV )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glMultiModeDrawArraysIBM )(GLenum, const GLint *, const GLsizei *, GLsizei, GLint) = NULL; -
+ void (CALLBACK * disp__glMultiModeDrawElementsIBM )(const GLenum *, const GLsizei *, GLenum, const GLvoid **, GLsizei, GLint) = NULL; -
+ void (CALLBACK * disp__glColorPointerListIBM )(GLint, GLenum, GLint, const GLvoid **, GLint) = NULL; -
+ void (CALLBACK * disp__glSecondaryColorPointerListIBM )(GLint, GLenum, GLint, const GLvoid **, GLint) = NULL; -
+ void (CALLBACK * disp__glEdgeFlagPointerListIBM )(GLint, const GLboolean **, GLint) = NULL; -
+ void (CALLBACK * disp__glFogCoordPointerListIBM )(GLenum, GLint, const GLvoid **, GLint) = NULL; -
+ void (CALLBACK * disp__glIndexPointerListIBM )(GLenum, GLint, const GLvoid **, GLint) = NULL; -
+ void (CALLBACK * disp__glNormalPointerListIBM )(GLenum, GLint, const GLvoid **, GLint) = NULL; -
+ void (CALLBACK * disp__glTexCoordPointerListIBM )(GLint, GLenum, GLint, const GLvoid **, GLint) = NULL; -
+ void (CALLBACK * disp__glVertexPointerListIBM )(GLint, GLenum, GLint, const GLvoid **, GLint) = NULL; -
+ void (CALLBACK * disp__glTbufferMask3DFX )(GLuint) = NULL; -
+ void (CALLBACK * disp__glSampleMaskEXT )(GLclampf, GLboolean) = NULL; -
+ void (CALLBACK * disp__glSamplePatternEXT )(GLenum) = NULL; -
+ void (CALLBACK * disp__glTextureColorMaskSGIS )(GLboolean, GLboolean, GLboolean, GLboolean) = NULL; -
+ void (CALLBACK * disp__glIglooInterfaceSGIX )(GLenum, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glGenFencesNV )(GLsizei, GLuint *) = NULL; -
+ void (CALLBACK * disp__glDeleteFencesNV )(GLsizei, const GLuint *) = NULL; -
+ void (CALLBACK * disp__glSetFenceNV )(GLuint, GLenum) = NULL; -
+ GLboolean (CALLBACK * disp__glTestFenceNV )(GLuint) = NULL; -
+ void (CALLBACK * disp__glFinishFenceNV )(GLuint) = NULL; -
+ GLboolean (CALLBACK * disp__glIsFenceNV )(GLuint) = NULL; -
+ void (CALLBACK * disp__glGetFenceivNV )(GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glMapControlPointsNV )(GLenum, GLuint, GLenum, GLsizei, GLsizei, GLint, GLint, GLboolean, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glMapParameterivNV )(GLenum, GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glMapParameterfvNV )(GLenum, GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetMapControlPointsNV )(GLenum, GLuint, GLenum, GLsizei, GLsizei, GLboolean, GLvoid *) = NULL; -
+ void (CALLBACK * disp__glGetMapParameterivNV )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetMapParameterfvNV )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetMapAttribParameterivNV )(GLenum, GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetMapAttribParameterfvNV )(GLenum, GLuint, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glEvalMapsNV )(GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glCombinerStageParameterfvNV )(GLenum, GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetCombinerStageParameterfvNV )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glBindProgramNV )(GLenum, GLuint) = NULL; -
+ void (CALLBACK * disp__glDeleteProgramsNV )(GLsizei, const GLuint *) = NULL; -
+ void (CALLBACK * disp__glExecuteProgramNV )(GLenum, GLuint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGenProgramsNV )(GLsizei, GLuint *) = NULL; -
+ GLboolean (CALLBACK * disp__glAreProgramsResidentNV )(GLsizei, const GLuint *, GLboolean *) = NULL; -
+ void (CALLBACK * disp__glRequestResidentProgramsNV )(GLsizei, const GLuint *) = NULL; -
+ void (CALLBACK * disp__glGetProgramParameterfvNV )(GLenum, GLuint, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetProgramParameterdvNV )(GLenum, GLuint, GLenum, GLdouble *) = NULL; -
+ void (CALLBACK * disp__glGetProgramivNV )(GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetProgramStringNV )(GLuint, GLenum, GLubyte *) = NULL; -
+ void (CALLBACK * disp__glGetTrackMatrixivNV )(GLenum, GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetVertexAttribdvNV )(GLuint, GLenum, GLdouble *) = NULL; -
+ void (CALLBACK * disp__glGetVertexAttribfvNV )(GLuint, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetVertexAttribivNV )(GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetVertexAttribPointervNV )(GLuint, GLenum, GLvoid **) = NULL; -
+ GLboolean (CALLBACK * disp__glIsProgramNV )(GLuint) = NULL; -
+ void (CALLBACK * disp__glLoadProgramNV )(GLenum, GLuint, GLsizei, const GLubyte *) = NULL; -
+ void (CALLBACK * disp__glProgramParameter4fNV )(GLenum, GLuint, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glProgramParameter4dNV )(GLenum, GLuint, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glProgramParameter4dvNV )(GLenum, GLuint, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glProgramParameter4fvNV )(GLenum, GLuint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glProgramParameters4dvNV )(GLenum, GLuint, GLuint, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glProgramParameters4fvNV )(GLenum, GLuint, GLuint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glTrackMatrixNV )(GLenum, GLuint, GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glVertexAttribPointerNV )(GLuint, GLint, GLenum, GLsizei, const GLvoid *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib1sNV )(GLuint, GLshort) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib1fNV )(GLuint, GLfloat) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib1dNV )(GLuint, GLdouble) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib2sNV )(GLuint, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib2fNV )(GLuint, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib2dNV )(GLuint, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib3sNV )(GLuint, GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib3fNV )(GLuint, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib3dNV )(GLuint, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib4sNV )(GLuint, GLshort, GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib4fNV )(GLuint, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib4dNV )(GLuint, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib4ubNV )(GLuint, GLubyte, GLubyte, GLubyte, GLubyte) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib1svNV )(GLuint, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib1fvNV )(GLuint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib1dvNV )(GLuint, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib2svNV )(GLuint, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib2fvNV )(GLuint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib2dvNV )(GLuint, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib3svNV )(GLuint, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib3fvNV )(GLuint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib3dvNV )(GLuint, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib4svNV )(GLuint, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib4fvNV )(GLuint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib4dvNV )(GLuint, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexAttrib4ubvNV )(GLuint, const GLubyte *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs1svNV )(GLuint, GLsizei, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs1fvNV )(GLuint, GLsizei, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs1dvNV )(GLuint, GLsizei, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs2svNV )(GLuint, GLsizei, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs2fvNV )(GLuint, GLsizei, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs2dvNV )(GLuint, GLsizei, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs3svNV )(GLuint, GLsizei, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs3fvNV )(GLuint, GLsizei, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs3dvNV )(GLuint, GLsizei, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs4svNV )(GLuint, GLsizei, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs4fvNV )(GLuint, GLsizei, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs4dvNV )(GLuint, GLsizei, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexAttribs4ubvNV )(GLuint, GLsizei, const GLubyte *) = NULL; -
+ void (CALLBACK * disp__glTexBumpParameterivATI )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glTexBumpParameterfvATI )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetTexBumpParameterivATI )(GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetTexBumpParameterfvATI )(GLenum, GLfloat *) = NULL; -
+ GLuint (CALLBACK * disp__glGenFragmentShadersATI )(GLuint) = NULL; -
+ void (CALLBACK * disp__glBindFragmentShaderATI )(GLuint) = NULL; -
+ void (CALLBACK * disp__glDeleteFragmentShaderATI )(GLuint) = NULL; -
+ void (CALLBACK * disp__glBeginFragmentShaderATI )(void) = NULL; -
+ void (CALLBACK * disp__glEndFragmentShaderATI )(void) = NULL; -
+ void (CALLBACK * disp__glPassTexCoordATI )(GLuint, GLuint, GLenum) = NULL; -
+ void (CALLBACK * disp__glSampleMapATI )(GLuint, GLuint, GLenum) = NULL; -
+ void (CALLBACK * disp__glColorFragmentOp1ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glColorFragmentOp2ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glColorFragmentOp3ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glAlphaFragmentOp1ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glAlphaFragmentOp2ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glAlphaFragmentOp3ATI )(GLenum, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glSetFragmentShaderConstantATI )(GLuint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glPNTrianglesiATI )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glPNTrianglesfATI )(GLenum, GLfloat) = NULL; -
+ GLuint (CALLBACK * disp__glNewObjectBufferATI )(GLsizei, const GLvoid *, GLenum) = NULL; -
+ GLboolean (CALLBACK * disp__glIsObjectBufferATI )(GLuint) = NULL; -
+ void (CALLBACK * disp__glUpdateObjectBufferATI )(GLuint, GLuint, GLsizei, const GLvoid *, GLenum) = NULL; -
+ void (CALLBACK * disp__glGetObjectBufferfvATI )(GLuint, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetObjectBufferivATI )(GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glDeleteObjectBufferATI )(GLuint) = NULL; -
+ void (CALLBACK * disp__glArrayObjectATI )(GLenum, GLint, GLenum, GLsizei, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glGetArrayObjectfvATI )(GLenum, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetArrayObjectivATI )(GLenum, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glVariantArrayObjectATI )(GLuint, GLenum, GLsizei, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glGetVariantArrayObjectfvATI )(GLuint, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetVariantArrayObjectivATI )(GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glBeginVertexShaderEXT )(void) = NULL; -
+ void (CALLBACK * disp__glEndVertexShaderEXT )(void) = NULL; -
+ void (CALLBACK * disp__glBindVertexShaderEXT )(GLuint) = NULL; -
+ GLuint (CALLBACK * disp__glGenVertexShadersEXT )(GLuint) = NULL; -
+ void (CALLBACK * disp__glDeleteVertexShaderEXT )(GLuint) = NULL; -
+ void (CALLBACK * disp__glShaderOp1EXT )(GLenum, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glShaderOp2EXT )(GLenum, GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glShaderOp3EXT )(GLenum, GLuint, GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glSwizzleEXT )(GLuint, GLuint, GLenum, GLenum, GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glWriteMaskEXT )(GLuint, GLuint, GLenum, GLenum, GLenum, GLenum) = NULL; -
+ void (CALLBACK * disp__glInsertComponentEXT )(GLuint, GLuint, GLuint) = NULL; -
+ void (CALLBACK * disp__glExtractComponentEXT )(GLuint, GLuint, GLuint) = NULL; -
+ GLuint (CALLBACK * disp__glGenSymbolsEXT )(GLenum, GLenum, GLenum, GLuint) = NULL; -
+ void (CALLBACK * disp__glSetInvariantEXT )(GLuint, GLenum, const void *) = NULL; -
+ void (CALLBACK * disp__glSetLocalConstantEXT )(GLuint, GLenum, const void *) = NULL; -
+ void (CALLBACK * disp__glVariantbvEXT )(GLuint, const GLbyte *) = NULL; -
+ void (CALLBACK * disp__glVariantsvEXT )(GLuint, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVariantivEXT )(GLuint, const GLint *) = NULL; -
+ void (CALLBACK * disp__glVariantfvEXT )(GLuint, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVariantdvEXT )(GLuint, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVariantubvEXT )(GLuint, const GLubyte *) = NULL; -
+ void (CALLBACK * disp__glVariantusvEXT )(GLuint, const GLushort *) = NULL; -
+ void (CALLBACK * disp__glVariantuivEXT )(GLuint, const GLuint *) = NULL; -
+ void (CALLBACK * disp__glVariantPointerEXT )(GLuint, GLenum, GLuint, const void *) = NULL; -
+ void (CALLBACK * disp__glEnableVariantClientStateEXT )(GLuint) = NULL; -
+ void (CALLBACK * disp__glDisableVariantClientStateEXT )(GLuint) = NULL; -
+ GLuint (CALLBACK * disp__glBindLightParameterEXT )(GLenum, GLenum) = NULL; -
+ GLuint (CALLBACK * disp__glBindMaterialParameterEXT )(GLenum, GLenum) = NULL; -
+ GLuint (CALLBACK * disp__glBindTexGenParameterEXT )(GLenum, GLenum, GLenum) = NULL; -
+ GLuint (CALLBACK * disp__glBindTextureUnitParameterEXT )(GLenum, GLenum) = NULL; -
+ GLuint (CALLBACK * disp__glBindParameterEXT )(GLenum) = NULL; -
+ GLboolean (CALLBACK * disp__glIsVariantEnabledEXT )(GLuint, GLenum) = NULL; -
+ void (CALLBACK * disp__glGetVariantBooleanvEXT )(GLuint, GLenum, GLboolean *) = NULL; -
+ void (CALLBACK * disp__glGetVariantIntegervEXT )(GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetVariantFloatvEXT )(GLuint, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetVariantPointervEXT )(GLuint, GLenum, GLvoid **) = NULL; -
+ void (CALLBACK * disp__glGetInvariantBooleanvEXT )(GLuint, GLenum, GLboolean *) = NULL; -
+ void (CALLBACK * disp__glGetInvariantIntegervEXT )(GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetInvariantFloatvEXT )(GLuint, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glGetLocalConstantBooleanvEXT )(GLuint, GLenum, GLboolean *) = NULL; -
+ void (CALLBACK * disp__glGetLocalConstantIntegervEXT )(GLuint, GLenum, GLint *) = NULL; -
+ void (CALLBACK * disp__glGetLocalConstantFloatvEXT )(GLuint, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexStream1s )(GLenum, GLshort) = NULL; -
+ void (CALLBACK * disp__glVertexStream1sv )(GLenum, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexStream1i )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glVertexStream1iv )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glVertexStream1f )(GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__glVertexStream1fv )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexStream1d )(GLenum, GLdouble) = NULL; -
+ void (CALLBACK * disp__glVertexStream1dv )(GLenum, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexStream2s )(GLenum, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glVertexStream2sv )(GLenum, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexStream2i )(GLenum, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glVertexStream2iv )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glVertexStream2f )(GLenum, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glVertexStream2fv )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexStream2d )(GLenum, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glVertexStream2dv )(GLenum, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexStream3s )(GLenum, GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glVertexStream3sv )(GLenum, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexStream3i )(GLenum, GLint, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glVertexStream3iv )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glVertexStream3f )(GLenum, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glVertexStream3fv )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexStream3d )(GLenum, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glVertexStream3dv )(GLenum, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glVertexStream4s )(GLenum, GLshort, GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glVertexStream4sv )(GLenum, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glVertexStream4i )(GLenum, GLint, GLint, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glVertexStream4iv )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glVertexStream4f )(GLenum, GLfloat, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glVertexStream4fv )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glVertexStream4d )(GLenum, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glVertexStream4dv )(GLenum, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glNormalStream3b )(GLenum, GLbyte, GLbyte, GLbyte) = NULL; -
+ void (CALLBACK * disp__glNormalStream3bv )(GLenum, const GLbyte *) = NULL; -
+ void (CALLBACK * disp__glNormalStream3s )(GLenum, GLshort, GLshort, GLshort) = NULL; -
+ void (CALLBACK * disp__glNormalStream3sv )(GLenum, const GLshort *) = NULL; -
+ void (CALLBACK * disp__glNormalStream3i )(GLenum, GLint, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__glNormalStream3iv )(GLenum, const GLint *) = NULL; -
+ void (CALLBACK * disp__glNormalStream3f )(GLenum, GLfloat, GLfloat, GLfloat) = NULL; -
+ void (CALLBACK * disp__glNormalStream3fv )(GLenum, const GLfloat *) = NULL; -
+ void (CALLBACK * disp__glNormalStream3d )(GLenum, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__glNormalStream3dv )(GLenum, const GLdouble *) = NULL; -
+ void (CALLBACK * disp__glClientActiveVertexStream )(GLenum) = NULL; -
+ void (CALLBACK * disp__glVertexBlendEnvi )(GLenum, GLint) = NULL; -
+ void (CALLBACK * disp__glVertexBlendEnvf )(GLenum, GLfloat) = NULL; -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/glu-disp-fetch.hc b/CNativeCode/glu-disp-fetch.hc index b7e6f54..7251b21 100755 --- a/CNativeCode/glu-disp-fetch.hc +++ b/CNativeCode/glu-disp-fetch.hc @@ -44,143 +44,143 @@ * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ -
+ disp__gluBeginCurve = (void (CALLBACK *)(GLUnurbs *)) GET_GL_PROCADDRESS ("gluBeginCurve"); -
+ disp__gluBeginPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluBeginPolygon"); -
+ disp__gluBeginSurface = (void (CALLBACK *)(GLUnurbs *)) GET_GL_PROCADDRESS ("gluBeginSurface"); -
+ disp__gluBeginTrim = (void (CALLBACK *)(GLUnurbs *)) GET_GL_PROCADDRESS ("gluBeginTrim"); -
+ disp__gluBuild1DMipmapLevels = (GLint (CALLBACK *)(GLenum, GLint, GLsizei, GLenum, GLenum, GLint, GLint, GLint, const void *)) GET_GL_PROCADDRESS ("gluBuild1DMipmapLevels"); -
+ disp__gluBuild1DMipmaps = (GLint (CALLBACK *)(GLenum, GLint, GLsizei, GLenum, GLenum, const void *)) GET_GL_PROCADDRESS ("gluBuild1DMipmaps"); -
+ disp__gluBuild2DMipmapLevels = (GLint (CALLBACK *)(GLenum, GLint, GLsizei, GLsizei, GLenum, GLenum, GLint, GLint, GLint, const void *)) GET_GL_PROCADDRESS ("gluBuild2DMipmapLevels"); -
+ disp__gluBuild2DMipmaps = (GLint (CALLBACK *)(GLenum, GLint, GLsizei, GLsizei, GLenum, GLenum, const void *)) GET_GL_PROCADDRESS ("gluBuild2DMipmaps"); -
+ disp__gluBuild3DMipmapLevels = (GLint (CALLBACK *)(GLenum, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, GLint, GLint, GLint, const void *)) GET_GL_PROCADDRESS ("gluBuild3DMipmapLevels"); -
+ disp__gluBuild3DMipmaps = (GLint (CALLBACK *)(GLenum, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const void *)) GET_GL_PROCADDRESS ("gluBuild3DMipmaps"); -
+ disp__gluCheckExtension = (GLboolean (CALLBACK *)(const GLubyte *, const GLubyte *)) GET_GL_PROCADDRESS ("gluCheckExtension"); -
+ disp__gluCylinder = (void (CALLBACK *)(GLUquadric *, GLdouble, GLdouble, GLdouble, GLint, GLint)) GET_GL_PROCADDRESS ("gluCylinder"); -
+ disp__gluDisk = (void (CALLBACK *)(GLUquadric *, GLdouble, GLdouble, GLint, GLint)) GET_GL_PROCADDRESS ("gluDisk"); -
+ disp__gluEndCurve = (void (CALLBACK *)(GLUnurbs *)) GET_GL_PROCADDRESS ("gluEndCurve"); -
+ disp__gluEndPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluEndPolygon"); -
+ disp__gluEndSurface = (void (CALLBACK *)(GLUnurbs *)) GET_GL_PROCADDRESS ("gluEndSurface"); -
+ disp__gluEndTrim = (void (CALLBACK *)(GLUnurbs *)) GET_GL_PROCADDRESS ("gluEndTrim"); -
+ disp__gluGetNurbsProperty = (void (CALLBACK *)(GLUnurbs *, GLenum, GLfloat *)) GET_GL_PROCADDRESS ("gluGetNurbsProperty"); -
+ disp__gluGetTessProperty = (void (CALLBACK *)(GLUtesselator *, GLenum, GLdouble *)) GET_GL_PROCADDRESS ("gluGetTessProperty"); -
+ disp__gluLoadSamplingMatrices = (void (CALLBACK *)(GLUnurbs *, const GLfloat *, const GLfloat *, const GLint *)) GET_GL_PROCADDRESS ("gluLoadSamplingMatrices"); -
+ disp__gluLookAt = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluLookAt"); -
+ disp__gluNextContour = (void (CALLBACK *)(GLUtesselator *, GLenum)) GET_GL_PROCADDRESS ("gluNextContour"); -
+ disp__gluNurbsCurve = (void (CALLBACK *)(GLUnurbs *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLenum)) GET_GL_PROCADDRESS ("gluNurbsCurve"); -
+ disp__gluNurbsProperty = (void (CALLBACK *)(GLUnurbs *, GLenum, GLfloat)) GET_GL_PROCADDRESS ("gluNurbsProperty"); -
+ disp__gluNurbsSurface = (void (CALLBACK *)(GLUnurbs *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLint, GLfloat *, GLint, GLint, GLenum)) GET_GL_PROCADDRESS ("gluNurbsSurface"); -
+ disp__gluOrtho2D = (void (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluOrtho2D"); -
+ disp__gluPartialDisk = (void (CALLBACK *)(GLUquadric *, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluPartialDisk"); -
+ 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__gluPwlCurve = (void (CALLBACK *)(GLUnurbs *, GLint, GLfloat *, GLint, GLenum)) GET_GL_PROCADDRESS ("gluPwlCurve"); -
+ disp__gluQuadricDrawStyle = (void (CALLBACK *)(GLUquadric *, GLenum)) GET_GL_PROCADDRESS ("gluQuadricDrawStyle"); -
+ disp__gluQuadricNormals = (void (CALLBACK *)(GLUquadric *, GLenum)) GET_GL_PROCADDRESS ("gluQuadricNormals"); -
+ disp__gluQuadricOrientation = (void (CALLBACK *)(GLUquadric *, GLenum)) GET_GL_PROCADDRESS ("gluQuadricOrientation"); -
+ disp__gluQuadricTexture = (void (CALLBACK *)(GLUquadric *, GLboolean)) GET_GL_PROCADDRESS ("gluQuadricTexture"); -
+ disp__gluScaleImage = (GLint (CALLBACK *)(GLenum, GLsizei, GLsizei, GLenum, const void *, GLsizei, GLsizei, GLenum, GLvoid *)) GET_GL_PROCADDRESS ("gluScaleImage"); -
+ disp__gluSphere = (void (CALLBACK *)(GLUquadric *, GLdouble, GLint, GLint)) GET_GL_PROCADDRESS ("gluSphere"); -
+ disp__gluTessBeginContour = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluTessBeginContour"); -
+ disp__gluTessBeginPolygon = (void (CALLBACK *)(GLUtesselator *, GLvoid *)) GET_GL_PROCADDRESS ("gluTessBeginPolygon"); -
+ disp__gluTessEndContour = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluTessEndContour"); -
+ disp__gluTessEndPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluTessEndPolygon"); -
+ disp__gluTessNormal = (void (CALLBACK *)(GLUtesselator *, GLdouble, GLdouble, GLdouble)) GET_GL_PROCADDRESS ("gluTessNormal"); -
+ disp__gluTessProperty = (void (CALLBACK *)(GLUtesselator *, GLenum, GLdouble)) GET_GL_PROCADDRESS ("gluTessProperty"); -
+ disp__gluTessVertex = (void (CALLBACK *)(GLUtesselator *, GLdouble *, GLvoid *)) GET_GL_PROCADDRESS ("gluTessVertex"); -
+ disp__gluUnProject = (GLint (CALLBACK *)(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *)) GET_GL_PROCADDRESS ("gluUnProject"); -
+ disp__gluUnProject4 = (GLint (CALLBACK *)(GLdouble, GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble, GLdouble, GLdouble *, GLdouble *, GLdouble *, GLdouble *)) GET_GL_PROCADDRESS ("gluUnProject4"); -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/glu-disp-var.h b/CNativeCode/glu-disp-var.h index 4fa9129..9f45d41 100755 --- a/CNativeCode/glu-disp-var.h +++ b/CNativeCode/glu-disp-var.h @@ -31,373 +31,373 @@ LIBAPI GLUtesselator* (CALLBACK * disp__gluNewTess) ( void ); * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluBeginCurve )(GLUnurbs *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluBeginPolygon )(GLUtesselator *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluBeginSurface )(GLUnurbs *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluBeginTrim )(GLUnurbs *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluBuild1DMipmapLevels )(GLenum, GLint, GLsizei, GLenum, GLenum, GLint, GLint, GLint, const void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluBuild1DMipmaps )(GLenum, GLint, GLsizei, GLenum, GLenum, const void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluBuild2DMipmapLevels )(GLenum, GLint, GLsizei, GLsizei, GLenum, GLenum, GLint, GLint, GLint, const void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluBuild2DMipmaps )(GLenum, GLint, GLsizei, GLsizei, GLenum, GLenum, const void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluBuild3DMipmapLevels )(GLenum, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, GLint, GLint, GLint, const void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluBuild3DMipmaps )(GLenum, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const void *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean gluCheckExtension ( const GLubyte * extName , const GLubyte * extString ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLboolean (CALLBACK * disp__gluCheckExtension )(const GLubyte *, const GLubyte *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluCylinder ( GLUquadric * quad , GLdouble base , GLdouble top , GLdouble height , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluCylinder )(GLUquadric *, GLdouble, GLdouble, GLdouble, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluDisk )(GLUquadric *, GLdouble, GLdouble, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluEndCurve )(GLUnurbs *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluEndPolygon )(GLUtesselator *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluEndSurface )(GLUnurbs *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluEndTrim )(GLUnurbs *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluGetNurbsProperty )(GLUnurbs *, GLenum, GLfloat *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetTessProperty ( GLUtesselator * tess , GLenum which , GLdouble * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluGetTessProperty )(GLUtesselator *, GLenum, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLoadSamplingMatrices ( GLUnurbs * nurb , const GLfloat * model , const GLfloat * perspective , const GLint * view ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluLoadSamplingMatrices )(GLUnurbs *, const GLfloat *, const GLfloat *, const GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLookAt ( GLdouble eyeX , GLdouble eyeY , GLdouble eyeZ , GLdouble centerX , GLdouble centerY , GLdouble centerZ , GLdouble upX , GLdouble upY , GLdouble upZ ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluLookAt )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNextContour ( GLUtesselator * tess , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluNextContour )(GLUtesselator *, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsCurve ( GLUnurbs * nurb , GLint knotCount , GLfloat * knots , GLint stride , GLfloat * control , GLint order , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluNurbsCurve )(GLUnurbs *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluNurbsProperty )(GLUnurbs *, GLenum, GLfloat); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsSurface ( GLUnurbs * nurb , GLint sKnotCount , GLfloat * sKnots , GLint tKnotCount , GLfloat * tKnots , GLint sStride , GLint tStride , GLfloat * control , GLint sOrder , GLint tOrder , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluNurbsSurface )(GLUnurbs *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLint, GLfloat *, GLint, GLint, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluOrtho2D )(GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPartialDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops , GLdouble start , GLdouble sweep ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluPartialDisk )(GLUquadric *, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluPerspective )(GLdouble, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble delX , GLdouble delY , GLint * viewport ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluPickMatrix )(GLdouble, GLdouble, GLdouble, GLdouble, GLint *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluProject ( GLdouble objX , GLdouble objY , GLdouble objZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * winX , GLdouble * winY , GLdouble * winZ ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPwlCurve ( GLUnurbs * nurb , GLint count , GLfloat * data , GLint stride , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluPwlCurve )(GLUnurbs *, GLint, GLfloat *, GLint, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricDrawStyle ( GLUquadric * quad , GLenum draw ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluQuadricDrawStyle )(GLUquadric *, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricNormals ( GLUquadric * quad , GLenum normal ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluQuadricNormals )(GLUquadric *, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricOrientation ( GLUquadric * quad , GLenum orientation ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluQuadricOrientation )(GLUquadric *, GLenum); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricTexture ( GLUquadric * quad , GLboolean texture ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluQuadricTexture )(GLUquadric *, GLboolean); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluScaleImage ( GLenum format , GLsizei wIn , GLsizei hIn , GLenum typeIn , const void * dataIn , GLsizei wOut , GLsizei hOut , GLenum typeOut , GLvoid * dataOut ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluScaleImage )(GLenum, GLsizei, GLsizei, GLenum, const void *, GLsizei, GLsizei, GLenum, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluSphere ( GLUquadric * quad , GLdouble radius , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluSphere )(GLUquadric *, GLdouble, GLint, GLint); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluTessBeginContour )(GLUtesselator *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginPolygon ( GLUtesselator * tess , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluTessBeginPolygon )(GLUtesselator *, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluTessEndContour )(GLUtesselator *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluTessEndPolygon )(GLUtesselator *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessNormal ( GLUtesselator * tess , GLdouble valueX , GLdouble valueY , GLdouble valueZ ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluTessNormal )(GLUtesselator *, GLdouble, GLdouble, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessProperty ( GLUtesselator * tess , GLenum which , GLdouble data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluTessProperty )(GLUtesselator *, GLenum, GLdouble); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI void (CALLBACK * disp__gluTessVertex )(GLUtesselator *, GLdouble *, GLvoid *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject ( GLdouble winX , GLdouble winY , GLdouble winZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * objX , GLdouble * objY , GLdouble * objZ ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluUnProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *); -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject4 ( GLdouble winX , GLdouble winY , GLdouble winZ , GLdouble clipW , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble nearVal , GLdouble farVal , GLdouble * objX , GLdouble * objY , GLdouble * objZ , GLdouble * objW ) ; - * </pre>
- */
+ * </pre> + */ LIBAPI GLint (CALLBACK * disp__gluUnProject4 )(GLdouble, GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble, GLdouble, GLdouble *, GLdouble *, GLdouble *, GLdouble *); -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ diff --git a/CNativeCode/glu-disp-var.hc b/CNativeCode/glu-disp-var.hc index 6231cc3..68b06d8 100755 --- a/CNativeCode/glu-disp-var.hc +++ b/CNativeCode/glu-disp-var.hc @@ -32,97 +32,97 @@ GLUtesselator* (CALLBACK * disp__gluNewTess) ( void ) = NULL; * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ -
+ void (CALLBACK * disp__gluBeginCurve )(GLUnurbs *) = NULL; -
+ void (CALLBACK * disp__gluBeginPolygon )(GLUtesselator *) = NULL; -
+ void (CALLBACK * disp__gluBeginSurface )(GLUnurbs *) = NULL; -
+ void (CALLBACK * disp__gluBeginTrim )(GLUnurbs *) = NULL; -
+ GLint (CALLBACK * disp__gluBuild1DMipmapLevels )(GLenum, GLint, GLsizei, GLenum, GLenum, GLint, GLint, GLint, const void *) = NULL; -
+ GLint (CALLBACK * disp__gluBuild1DMipmaps )(GLenum, GLint, GLsizei, GLenum, GLenum, const void *) = NULL; -
+ GLint (CALLBACK * disp__gluBuild2DMipmapLevels )(GLenum, GLint, GLsizei, GLsizei, GLenum, GLenum, GLint, GLint, GLint, const void *) = NULL; -
+ GLint (CALLBACK * disp__gluBuild2DMipmaps )(GLenum, GLint, GLsizei, GLsizei, GLenum, GLenum, const void *) = NULL; -
+ GLint (CALLBACK * disp__gluBuild3DMipmapLevels )(GLenum, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, GLint, GLint, GLint, const void *) = NULL; -
+ GLint (CALLBACK * disp__gluBuild3DMipmaps )(GLenum, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, const void *) = NULL; -
+ GLboolean (CALLBACK * disp__gluCheckExtension )(const GLubyte *, const GLubyte *) = NULL; -
+ void (CALLBACK * disp__gluCylinder )(GLUquadric *, GLdouble, GLdouble, GLdouble, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__gluDisk )(GLUquadric *, GLdouble, GLdouble, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__gluEndCurve )(GLUnurbs *) = NULL; -
+ void (CALLBACK * disp__gluEndPolygon )(GLUtesselator *) = NULL; -
+ void (CALLBACK * disp__gluEndSurface )(GLUnurbs *) = NULL; -
+ void (CALLBACK * disp__gluEndTrim )(GLUnurbs *) = NULL; -
+ void (CALLBACK * disp__gluGetNurbsProperty )(GLUnurbs *, GLenum, GLfloat *) = NULL; -
+ void (CALLBACK * disp__gluGetTessProperty )(GLUtesselator *, GLenum, GLdouble *) = NULL; -
+ void (CALLBACK * disp__gluLoadSamplingMatrices )(GLUnurbs *, const GLfloat *, const GLfloat *, const GLint *) = NULL; -
+ void (CALLBACK * disp__gluLookAt )(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__gluNextContour )(GLUtesselator *, GLenum) = NULL; -
+ void (CALLBACK * disp__gluNurbsCurve )(GLUnurbs *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLenum) = NULL; -
+ void (CALLBACK * disp__gluNurbsProperty )(GLUnurbs *, GLenum, GLfloat) = NULL; -
+ void (CALLBACK * disp__gluNurbsSurface )(GLUnurbs *, GLint, GLfloat *, GLint, GLfloat *, GLint, GLint, GLfloat *, GLint, GLint, GLenum) = NULL; -
+ void (CALLBACK * disp__gluOrtho2D )(GLdouble, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__gluPartialDisk )(GLUquadric *, GLdouble, GLdouble, GLint, GLint, 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; -
+ void (CALLBACK * disp__gluPwlCurve )(GLUnurbs *, GLint, GLfloat *, GLint, GLenum) = NULL; -
+ void (CALLBACK * disp__gluQuadricDrawStyle )(GLUquadric *, GLenum) = NULL; -
+ void (CALLBACK * disp__gluQuadricNormals )(GLUquadric *, GLenum) = NULL; -
+ void (CALLBACK * disp__gluQuadricOrientation )(GLUquadric *, GLenum) = NULL; -
+ void (CALLBACK * disp__gluQuadricTexture )(GLUquadric *, GLboolean) = NULL; -
+ GLint (CALLBACK * disp__gluScaleImage )(GLenum, GLsizei, GLsizei, GLenum, const void *, GLsizei, GLsizei, GLenum, GLvoid *) = NULL; -
+ void (CALLBACK * disp__gluSphere )(GLUquadric *, GLdouble, GLint, GLint) = NULL; -
+ void (CALLBACK * disp__gluTessBeginContour )(GLUtesselator *) = NULL; -
+ void (CALLBACK * disp__gluTessBeginPolygon )(GLUtesselator *, GLvoid *) = NULL; -
+ void (CALLBACK * disp__gluTessEndContour )(GLUtesselator *) = NULL; -
+ void (CALLBACK * disp__gluTessEndPolygon )(GLUtesselator *) = NULL; -
+ void (CALLBACK * disp__gluTessNormal )(GLUtesselator *, GLdouble, GLdouble, GLdouble) = NULL; -
+ void (CALLBACK * disp__gluTessProperty )(GLUtesselator *, GLenum, GLdouble) = NULL; -
+ void (CALLBACK * disp__gluTessVertex )(GLUtesselator *, GLdouble *, GLvoid *) = NULL; -
+ GLint (CALLBACK * disp__gluUnProject )(GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble *, GLdouble *, GLdouble *) = NULL; -
+ GLint (CALLBACK * disp__gluUnProject4 )(GLdouble, GLdouble, GLdouble, GLdouble, const GLdouble *, const GLdouble *, const GLint *, GLdouble, GLdouble, GLdouble *, GLdouble *, GLdouble *, GLdouble *) = NULL; -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ |