aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/OpenGL_JauJNI14_funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'CNativeCode/OpenGL_JauJNI14_funcs.c')
-rw-r--r--CNativeCode/OpenGL_JauJNI14_funcs.c11883
1 files changed, 5943 insertions, 5940 deletions
diff --git a/CNativeCode/OpenGL_JauJNI14_funcs.c b/CNativeCode/OpenGL_JauJNI14_funcs.c
index 691fd11..c0eb12d 100644
--- a/CNativeCode/OpenGL_JauJNI14_funcs.c
+++ b/CNativeCode/OpenGL_JauJNI14_funcs.c
@@ -4,56 +4,61 @@
*/
-/*
- * Leo Chan -- 1995
- *
- * This mammoth C file takes care of all the native implementation for the
- * bulk of OpenGL commands
- * ---------------
- *
- * Sven Goethel
- *
- * September 1997
- */
-
-/*
- * need to include the JAVA internal header files for macros and function
- * prototypes required to maipulated JAVA data structures and functions
- *
- * StubPreamble.h includes the structure and macro definitions neede to
- * convert JAVA data structures into C data structures.
- *
- */
-
-#include "OpenGL_misc.h"
-
-/*
- * the next thing to include are special headers that were created by
- * JAVAH. They include the C structure definitions for the JAVA classes
- */
-#include "gl4java_GLFunc14JauJNI.h"
-
-/*--------------------------------------------------------------------------
- * here on in is just regular apple pie C
- */
-
-#ifndef LIBAPIENTRY
- #define LIBAPIENTRY
-#endif
-#ifndef LIBAPI
- #define LIBAPI
-#endif
-
-#ifndef CALLBACK
- #define CALLBACK
-#endif
+/*
+ * Leo Chan -- 1995
+ *
+ * This mammoth C file takes care of all the native implementation for the
+ * bulk of OpenGL commands
+ * ---------------
+ *
+ * Sven Goethel
+ *
+ * September 1997
+ */
+
+/*
+ * need to include the JAVA internal header files for macros and function
+ * prototypes required to maipulated JAVA data structures and functions
+ *
+ * StubPreamble.h includes the structure and macro definitions neede to
+ * convert JAVA data structures into C data structures.
+ *
+ */
+
+#include "OpenGL_misc.h"
+
+/*
+ * the next thing to include are special headers that were created by
+ * JAVAH. They include the C structure definitions for the JAVA classes
+ */
+#include "gl4java_GLFunc14JauJNI.h"
+
+/*--------------------------------------------------------------------------
+ * here on in is just regular apple pie C
+ */
+
+#ifndef LIBAPIENTRY
+ #define LIBAPIENTRY
+#endif
+#ifndef LIBAPI
+ #define LIBAPI
+#endif
+
+#ifndef CALLBACK
+ #define CALLBACK
+#endif
/** THIS IS A MANUAL CODED PART
- gl-manualCodedImplJNI.java
+ gl-manualCodedImplJNI14.java
*/
static const char _gl_n_a_string[] = "GL-String not avaiable !";
+static const char * _gl_lib_vendor_="Jausoft - Sven Goethel Software Development";
+static const char * _gl_lib_version_="2.8.1.0";
+
+/* ---------------------------------------------------------------------- */
+
JNIEXPORT jstring JNICALL
Java_gl4java_GLFunc14JauJNI_glGetString ( JNIEnv *env, jobject obj,
jint name )
@@ -70,9 +75,6 @@ Java_gl4java_GLFunc14JauJNI_glGetString ( JNIEnv *env, jobject obj,
return (*env)->NewStringUTF(env, tmpString);
}
-static const char * _gl_lib_vendor_="Jausoft - Sven Goethel Software Development";
-static const char * _gl_lib_version_="2.8.0.8";
-
JNIEXPORT jstring JNICALL
Java_gl4java_GLFunc14JauJNI_getNativeVendor ( JNIEnv *env, jobject obj )
{
@@ -85,9 +87,10 @@ Java_gl4java_GLFunc14JauJNI_getNativeVersion ( JNIEnv *env, jobject obj )
return (*env)->NewStringUTF(env, _gl_lib_version_);
}
-//----------------------------------------------------------------------
-// Support for NVidia routines
-//
+/* ---------------------------------------------------------------------- */
+/*
+ * Support for NVidia routines
+ */
#include "ptrtypes.h"
@@ -102,7 +105,7 @@ Java_gl4java_GLFunc14JauJNI_getNativeVersion ( JNIEnv *env, jobject obj )
#include "wgltool.h"
#endif
-#define GET_GL_PROCADDRESS(a) getGLProcAddressHelper (NULL, NULL, (a), NULL, 1, 0);
+#define GET_GL_PROCADDRESS(a) getGLProcAddressHelper (NULL, NULL, (a), NULL, 0);
JNIEXPORT jlong JNICALL
Java_gl4java_GLFunc14JauJNI_glAllocateMemoryNV0(JNIEnv* env, jobject unused,
@@ -153,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,
@@ -173,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,
@@ -199,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,
@@ -219,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,
@@ -239,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,
@@ -265,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,
@@ -287,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,
@@ -309,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,
@@ -329,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,
@@ -349,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,
@@ -369,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,
@@ -389,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,
@@ -409,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,
@@ -431,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,
@@ -453,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,
@@ -475,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,
@@ -504,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,
@@ -534,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,
@@ -554,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,
@@ -583,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,
@@ -609,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,
@@ -640,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,
@@ -672,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,
@@ -692,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,
@@ -712,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,
@@ -732,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,
@@ -752,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,
@@ -775,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,
@@ -795,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,
@@ -815,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,
@@ -847,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,
@@ -879,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,
@@ -911,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,
@@ -943,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,
@@ -963,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)
@@ -981,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,
@@ -1001,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)
@@ -1019,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,
@@ -1042,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)
@@ -1063,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)
@@ -1081,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)
@@ -1099,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,
@@ -1121,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,
@@ -1141,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,
@@ -1161,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,
@@ -1181,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,
@@ -1203,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,
@@ -1229,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,
@@ -1251,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,
@@ -1271,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,
@@ -1301,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,
@@ -1331,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,
@@ -1357,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)
@@ -1375,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)
@@ -1393,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)
@@ -1411,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,
@@ -1440,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,
@@ -1469,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,
@@ -1498,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,
@@ -1527,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,
@@ -1553,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,
@@ -1579,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,
@@ -1603,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,
@@ -1627,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,
@@ -1651,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,
@@ -1675,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,
@@ -1698,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,
@@ -1720,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,
@@ -1743,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,
@@ -1765,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)
@@ -1783,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,
@@ -1803,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,
@@ -2019,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,
@@ -2039,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,
@@ -2059,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)
@@ -2077,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,
@@ -2099,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,
@@ -2121,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,
@@ -2143,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,
@@ -2165,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,
@@ -2189,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,
@@ -2213,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,
@@ -2237,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,
@@ -2261,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,
@@ -2287,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,
@@ -2313,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,
@@ -2339,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,
@@ -2365,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,
@@ -2394,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,
@@ -2423,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,
@@ -2452,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,
@@ -2481,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,
@@ -2510,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,
@@ -2539,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,
@@ -2568,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,
@@ -2597,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,
@@ -2626,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,
@@ -2655,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,
@@ -2684,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,
@@ -2713,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,
@@ -2737,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,
@@ -2761,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,
@@ -2785,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,
@@ -2809,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,
@@ -2833,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,
@@ -2862,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,
@@ -2891,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,
@@ -2920,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,
@@ -2949,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,
@@ -2978,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,
@@ -2998,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,
@@ -3018,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,
@@ -3038,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,
@@ -3058,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,
@@ -3078,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,
@@ -3107,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,
@@ -3136,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,
@@ -3165,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,
@@ -3194,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,
@@ -3223,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,
@@ -3247,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,
@@ -3271,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,
@@ -3295,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,
@@ -3319,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,
@@ -3343,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,
@@ -3367,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,
@@ -3391,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,
@@ -3415,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,
@@ -3441,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,
@@ -3467,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,
@@ -3493,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,
@@ -3519,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,
@@ -3545,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,
@@ -3571,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,
@@ -3597,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,
@@ -3623,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,
@@ -3652,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,
@@ -3681,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,
@@ -3710,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,
@@ -3739,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,
@@ -3768,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,
@@ -3797,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,
@@ -3826,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,
@@ -3855,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,
@@ -3884,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,
@@ -3913,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,
@@ -3942,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,
@@ -3971,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,
@@ -4000,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,
@@ -4029,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,
@@ -4058,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,
@@ -4087,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,
@@ -4107,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,
@@ -4127,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,
@@ -4147,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,
@@ -4167,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,
@@ -4189,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,
@@ -4211,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,
@@ -4233,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,
@@ -4255,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,
@@ -4279,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,
@@ -4303,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,
@@ -4327,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,
@@ -4351,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,
@@ -4377,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,
@@ -4403,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,
@@ -4429,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,
@@ -4455,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,
@@ -4484,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,
@@ -4513,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,
@@ -4542,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,
@@ -4571,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,
@@ -4600,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,
@@ -4629,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,
@@ -4658,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,
@@ -4687,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,
@@ -4716,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,
@@ -4745,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,
@@ -4774,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,
@@ -4803,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,
@@ -4832,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,
@@ -4861,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,
@@ -4890,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,
@@ -4919,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,
@@ -4941,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,
@@ -4963,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,
@@ -4985,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,
@@ -5007,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,
@@ -5031,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,
@@ -5055,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,
@@ -5079,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,
@@ -5103,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,
@@ -5129,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,
@@ -5155,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,
@@ -5181,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,
@@ -5207,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,
@@ -5236,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,
@@ -5265,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,
@@ -5294,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,
@@ -5323,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,
@@ -5352,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,
@@ -5381,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,
@@ -5410,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,
@@ -5439,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,
@@ -5468,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,
@@ -5497,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,
@@ -5526,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,
@@ -5555,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,
@@ -5581,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,
@@ -5607,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,
@@ -5633,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,
@@ -5659,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,
@@ -5699,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,
@@ -5739,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,
@@ -5779,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,
@@ -5819,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,
@@ -6051,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,
@@ -6267,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,
@@ -6499,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,
@@ -6715,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,
@@ -6947,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,
@@ -7147,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,
@@ -7329,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,
@@ -7349,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,
@@ -7373,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,
@@ -7605,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,
@@ -7821,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,
@@ -7841,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,
@@ -7865,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,
@@ -7889,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,
@@ -7922,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,
@@ -7955,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,
@@ -7989,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,
@@ -8023,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,
@@ -8045,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,
@@ -8067,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,
@@ -8098,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,
@@ -8129,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,
@@ -8153,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,
@@ -8177,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,
@@ -8210,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,
@@ -8243,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,
@@ -8277,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,
@@ -8311,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,
@@ -8333,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,
@@ -8355,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,
@@ -8377,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,
@@ -8399,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,
@@ -8421,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,
@@ -8443,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,
@@ -8476,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,
@@ -8509,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,
@@ -8542,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,
@@ -8574,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,
@@ -8606,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,
@@ -8638,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,
@@ -8679,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,
@@ -8966,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,
@@ -9214,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,
@@ -9242,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,
@@ -9266,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,
@@ -9286,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,
@@ -9310,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,
@@ -9330,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,
@@ -9354,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,
@@ -9378,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,
@@ -9402,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,
@@ -9435,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,
@@ -9468,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,
@@ -9501,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,
@@ -9535,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,
@@ -9569,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,
@@ -9603,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,
@@ -9627,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,
@@ -9651,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,
@@ -9684,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,
@@ -9717,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,
@@ -9751,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,
@@ -9785,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,
@@ -9809,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,
@@ -9833,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,
@@ -9866,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,
@@ -9899,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,
@@ -9933,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,
@@ -9967,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,
@@ -10003,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,
@@ -10039,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,
@@ -10335,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,
@@ -10647,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,
@@ -10902,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,
@@ -10934,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,
@@ -10965,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,
@@ -10987,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,
@@ -11029,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,
@@ -11075,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,
@@ -11098,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,
@@ -11378,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,
@@ -11690,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,
@@ -11722,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,
@@ -11756,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,
@@ -11786,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,
@@ -11820,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,
@@ -11859,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,
@@ -11898,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,
@@ -11945,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,
@@ -11992,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,
@@ -12026,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,
@@ -12060,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,
@@ -12094,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,
@@ -12114,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,
@@ -12134,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,
@@ -12163,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,
@@ -12192,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,
@@ -12214,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,
@@ -12236,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,
@@ -12265,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,
@@ -12294,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,
@@ -12318,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,
@@ -12342,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,
@@ -12372,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,
@@ -12402,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,
@@ -12422,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,
@@ -12444,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,
@@ -12468,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,
@@ -12496,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,
@@ -12518,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,
@@ -12540,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,
@@ -12571,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,
@@ -12602,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,
@@ -12636,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,
@@ -12656,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,
@@ -12688,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)
@@ -12706,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,
@@ -12726,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,
@@ -12746,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)
@@ -12764,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,
@@ -13028,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,
@@ -13356,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,
@@ -13700,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,
@@ -13736,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,
@@ -14000,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,
@@ -14264,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,
@@ -14297,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,
@@ -14330,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,
@@ -14358,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,
@@ -14386,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,
@@ -14625,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,
@@ -14659,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,
@@ -14693,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,
@@ -14713,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,
@@ -14739,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,
@@ -14765,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,
@@ -14785,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,
@@ -15040,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,
@@ -15074,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,
@@ -15108,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,
@@ -15132,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,
@@ -15152,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,
@@ -15407,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,
@@ -15441,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,
@@ -15475,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,
@@ -15739,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,
@@ -16019,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,
@@ -16043,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,
@@ -16076,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,
@@ -16100,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,
@@ -16133,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,
@@ -16161,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,
@@ -16191,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,
@@ -16430,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,
@@ -16464,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,
@@ -16498,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,
@@ -16867,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,
@@ -17298,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,
@@ -17318,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,
@@ -17338,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,
@@ -17618,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,
@@ -17914,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,
@@ -18226,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,
@@ -18506,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,
@@ -18818,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,
@@ -19162,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,
@@ -19385,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,
@@ -19407,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,
@@ -19438,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,
@@ -19460,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,
@@ -19491,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,
@@ -19513,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,
@@ -19544,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,
@@ -19566,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,
@@ -19597,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,
@@ -19621,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,
@@ -19652,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,
@@ -19676,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,
@@ -19707,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,
@@ -19731,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,
@@ -19762,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,
@@ -19786,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,
@@ -19817,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,
@@ -19843,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,
@@ -19874,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,
@@ -19900,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,
@@ -19931,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,
@@ -19957,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,
@@ -19988,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,
@@ -20014,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,
@@ -20045,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,
@@ -20073,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,
@@ -20104,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,
@@ -20132,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,
@@ -20163,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,
@@ -20191,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,
@@ -20222,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,
@@ -20250,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,
@@ -20281,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,
@@ -20310,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,
@@ -20339,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,
@@ -20368,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,
@@ -20397,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,
@@ -20419,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,
@@ -20439,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,
@@ -20459,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,
@@ -20479,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,
@@ -20501,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,
@@ -20532,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,
@@ -20554,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,
@@ -20585,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,
@@ -20607,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,
@@ -20638,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,
@@ -20660,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,
@@ -20691,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,
@@ -20715,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,
@@ -20746,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,
@@ -20770,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,
@@ -20801,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,
@@ -20825,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,
@@ -20856,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,
@@ -20880,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,
@@ -20911,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,
@@ -20937,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,
@@ -20968,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,
@@ -20994,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,
@@ -21025,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,
@@ -21051,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,
@@ -21082,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,
@@ -21108,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,
@@ -21139,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,
@@ -21167,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,
@@ -21198,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,
@@ -21226,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,
@@ -21257,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,
@@ -21285,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,
@@ -21316,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,
@@ -21344,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,
@@ -21375,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,
@@ -21401,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,
@@ -21423,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,
@@ -21751,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,
@@ -22095,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,
@@ -22131,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,
@@ -22163,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,
@@ -22194,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,
@@ -22216,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,
@@ -22258,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,
@@ -22304,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,
@@ -22327,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,
@@ -22575,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,
@@ -22807,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,
@@ -23055,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,
@@ -23287,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,
@@ -23535,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,
@@ -23568,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,
@@ -23750,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,
@@ -23770,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,
@@ -23794,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,
@@ -23814,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,
@@ -23836,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,
@@ -23867,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,
@@ -23889,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,
@@ -23920,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,
@@ -24184,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,
@@ -24448,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,
@@ -24687,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,
@@ -24721,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,
@@ -24755,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,
@@ -24777,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)
@@ -24795,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,
@@ -24824,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,
@@ -24853,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,
@@ -24882,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,
@@ -24911,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,
@@ -24933,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,
@@ -25245,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,
@@ -25541,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,
@@ -25821,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,
@@ -26165,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,
@@ -26477,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,
@@ -26757,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,
@@ -26980,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,
@@ -27011,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,
@@ -27042,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,
@@ -27073,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,
@@ -27104,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,
@@ -27135,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,
@@ -27166,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,
@@ -27197,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,
@@ -27228,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,
@@ -27460,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,
@@ -27480,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,
@@ -27500,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,
@@ -27531,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,
@@ -27562,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,
@@ -27593,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,
@@ -27825,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,
@@ -27859,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,
@@ -27894,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,
@@ -28174,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,
@@ -28486,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,
@@ -28518,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,
@@ -28552,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,
@@ -28582,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,
@@ -28616,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,
@@ -28871,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,
@@ -28905,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,
@@ -28939,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,
@@ -29194,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,
@@ -29228,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,
@@ -29262,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,
@@ -29288,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,
@@ -29312,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,
@@ -29332,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,
@@ -29352,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,
@@ -29616,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,
@@ -29896,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,
@@ -29920,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,
@@ -29953,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,
@@ -29977,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,
@@ -30010,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,
@@ -30038,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,
@@ -30068,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,
@@ -30307,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,
@@ -30341,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,
@@ -30375,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,
@@ -30806,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,
@@ -31175,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,
@@ -31439,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,
@@ -31472,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,
@@ -31505,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,
@@ -31533,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,
@@ -31772,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,
@@ -31806,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,
@@ -31840,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,
@@ -31860,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,
@@ -31882,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,
@@ -31913,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,
@@ -31935,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,
@@ -31966,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,
@@ -31998,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,
@@ -32030,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,
@@ -32374,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,
@@ -32750,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,
@@ -32783,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,
@@ -32815,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,
@@ -32848,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,
@@ -32880,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,
@@ -32902,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,
@@ -32922,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,
@@ -32944,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,
@@ -32975,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,
@@ -32997,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,
@@ -33028,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,
@@ -33050,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,
@@ -33081,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)
@@ -33102,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,
@@ -33134,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,
@@ -33167,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,
@@ -33187,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)
@@ -33205,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,
@@ -33225,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,
@@ -33245,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)
@@ -33263,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,
@@ -33318,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,
@@ -33373,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,
@@ -33393,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,
@@ -33413,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,
@@ -33442,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)
@@ -33460,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,
@@ -33491,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,
@@ -33521,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,
@@ -33545,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,
@@ -33569,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,
@@ -33602,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,
@@ -33635,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,
@@ -33669,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,
@@ -33703,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,
@@ -33731,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,
@@ -33753,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,
@@ -33787,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,
@@ -33821,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,
@@ -33845,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,
@@ -33878,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,
@@ -33902,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,
@@ -33935,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,
@@ -33957,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,
@@ -33979,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,
@@ -34011,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,
@@ -34043,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,
@@ -34065,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,
@@ -34089,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,
@@ -34122,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,
@@ -34146,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,
@@ -34179,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,
@@ -34201,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,
@@ -34232,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,
@@ -34254,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,
@@ -34285,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,
@@ -34309,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,
@@ -34342,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,
@@ -34366,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,
@@ -34399,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,
@@ -34433,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,
@@ -34467,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,
@@ -34501,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,
@@ -34535,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,
@@ -34557,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,
@@ -34821,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,
@@ -34841,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,
@@ -34861,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,
@@ -34883,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,
@@ -34903,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,
@@ -34936,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,
@@ -34969,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,
@@ -34992,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,
@@ -35014,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,
@@ -35037,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,
@@ -35226,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,
@@ -35401,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,
@@ -35590,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,
@@ -35779,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,
@@ -35803,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,
@@ -35827,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,
@@ -35860,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,
@@ -35893,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,
@@ -35917,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,
@@ -35946,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,
@@ -35970,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,
@@ -35999,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,
@@ -36023,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,
@@ -36052,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,
@@ -36076,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,
@@ -36105,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,
@@ -36129,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,
@@ -36158,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,
@@ -36182,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,
@@ -36211,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,
@@ -36235,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,
@@ -36264,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,
@@ -36288,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,
@@ -36317,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,
@@ -36549,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,
@@ -36569,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,
@@ -36615,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,
@@ -36895,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,
@@ -36915,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,
@@ -36944,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,
@@ -36964,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,
@@ -36993,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,
@@ -37209,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,
@@ -37233,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,
@@ -37262,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,
@@ -37286,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,
@@ -37315,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,
@@ -37339,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,
@@ -37368,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,
@@ -37392,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,
@@ -37421,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,
@@ -37445,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,
@@ -37474,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,
@@ -37498,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,
@@ -37527,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,
@@ -37551,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,
@@ -37580,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,
@@ -37604,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,
@@ -37633,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,
@@ -37657,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,
@@ -37686,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,
@@ -37710,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,
@@ -37739,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,
@@ -37955,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,
@@ -38171,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)
@@ -38189,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,
@@ -38209,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,
@@ -38229,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,
@@ -38249,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,
@@ -38269,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,
@@ -38289,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,
@@ -38309,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,
@@ -38329,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,
@@ -38349,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,
@@ -38369,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,
@@ -38389,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,
@@ -38409,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,
@@ -38438,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,
@@ -38467,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,
@@ -38496,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,
@@ -38685,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,
@@ -38715,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,
@@ -38755,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,
@@ -38787,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,
@@ -38827,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,
@@ -38857,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,
@@ -38897,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,
@@ -38927,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,
@@ -38967,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,
@@ -39005,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,
@@ -39056,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,
@@ -39084,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,
@@ -39124,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,
@@ -39158,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,
@@ -39198,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,
@@ -39234,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,
@@ -39285,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,
@@ -39319,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,
@@ -39370,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,
@@ -39404,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,
@@ -39455,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,
@@ -39497,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,
@@ -39559,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,
@@ -39607,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,
@@ -39669,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,
@@ -39695,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,
@@ -39735,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,
@@ -39769,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,
@@ -39820,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,
@@ -39852,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,
@@ -39903,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,
@@ -39935,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,
@@ -39986,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,
@@ -40026,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,
@@ -40088,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,
@@ -40118,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,
@@ -40169,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,
@@ -40205,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,
@@ -40267,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,
@@ -40311,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,
@@ -40384,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,
@@ -40410,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,
@@ -40436,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,
@@ -40456,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,
@@ -40485,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,
@@ -40717,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)
@@ -40735,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,
@@ -40935,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,
@@ -40966,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,
@@ -40988,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,
@@ -41019,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,
@@ -41041,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,
@@ -41071,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,
@@ -41109,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,
@@ -41135,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,
@@ -41173,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,
@@ -41211,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,
@@ -41247,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,
@@ -41283,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,
@@ -41317,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,
@@ -41351,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,
@@ -41397,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,
@@ -41754,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,
@@ -41971,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,
@@ -42188,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,
@@ -42221,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,
@@ -42424,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,
@@ -42627,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,
@@ -42830,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,
@@ -43047,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,
@@ -43264,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,
@@ -43284,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,
@@ -43306,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,
@@ -43326,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,
@@ -43352,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,
@@ -43552,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,
@@ -43584,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,
@@ -43615,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,
@@ -43637,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,
@@ -43660,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,
@@ -43680,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,
@@ -43703,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,
@@ -43737,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,
@@ -44049,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,
@@ -44082,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,
@@ -44115,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,
@@ -44402,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,
@@ -44436,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,
@@ -44470,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,
@@ -44506,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,
@@ -44542,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,
@@ -44564,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,
@@ -44597,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,
@@ -44631,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,
@@ -44653,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,
@@ -44684,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,
@@ -44717,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,
@@ -44749,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,
@@ -44795,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,
@@ -44826,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,
@@ -44862,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,
@@ -44898,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,
@@ -44932,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,
@@ -44966,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,
@@ -45002,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,
@@ -45036,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,
@@ -45070,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,
@@ -45104,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,
@@ -45300,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,
@@ -45323,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,
@@ -45358,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,
@@ -45388,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,
@@ -45418,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,
@@ -45451,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,
@@ -45484,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,
@@ -45519,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,
@@ -45554,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,
@@ -45580,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,
@@ -45828,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,
@@ -45850,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,
@@ -45872,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,
@@ -45894,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,
@@ -45918,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,
@@ -45942,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,
@@ -45966,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,
@@ -45992,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,
@@ -46018,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,
@@ -46044,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,
@@ -46072,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,
@@ -46100,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,
@@ -46128,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,
@@ -46156,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,
@@ -46187,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,
@@ -46218,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,
@@ -46249,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,
@@ -46280,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,
@@ -46311,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,
@@ -46342,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,
@@ -46373,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,
@@ -46404,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,
@@ -46435,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,
@@ -46466,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,
@@ -46497,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,
@@ -46528,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,
@@ -46559,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,
@@ -46592,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,
@@ -46625,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,
@@ -46658,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,
@@ -46691,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,
@@ -46724,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,
@@ -46757,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,
@@ -46790,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,
@@ -46823,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,
@@ -46856,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,
@@ -46889,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,
@@ -46922,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,
@@ -46955,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,
@@ -46988,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,
@@ -47019,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,
@@ -47050,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,
@@ -47082,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,
@@ -47114,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,
@@ -47137,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,
@@ -47157,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,
@@ -47177,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)
@@ -47195,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)
@@ -47213,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,
@@ -47237,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,
@@ -47261,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,
@@ -47293,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,
@@ -47331,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,
@@ -47375,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,
@@ -47405,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,
@@ -47441,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,
@@ -47483,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,
@@ -47514,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,
@@ -47536,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,
@@ -47558,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,
@@ -47798,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,
@@ -47821,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,
@@ -48069,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,
@@ -48103,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,
@@ -48137,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,
@@ -48157,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,
@@ -48187,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,
@@ -48221,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,
@@ -48255,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,
@@ -48283,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,
@@ -48317,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,
@@ -48351,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)
@@ -48369,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)
@@ -48387,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,
@@ -48407,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,
@@ -48430,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,
@@ -48450,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,
@@ -48474,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,
@@ -48500,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,
@@ -48528,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,
@@ -48558,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,
@@ -48588,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,
@@ -48612,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,
@@ -48636,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,
@@ -48665,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,
@@ -48881,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,
@@ -49097,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,
@@ -49128,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,
@@ -49159,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,
@@ -49190,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,
@@ -49221,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,
@@ -49252,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,
@@ -49283,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,
@@ -49314,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,
@@ -49345,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,
@@ -49577,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,
@@ -49597,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,
@@ -49617,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,
@@ -49642,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,
@@ -49667,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,
@@ -49694,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,
@@ -49719,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,
@@ -49742,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,
@@ -49767,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,
@@ -49801,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,
@@ -49835,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,
@@ -49869,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,
@@ -50065,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,
@@ -50099,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,
@@ -50133,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,
@@ -50167,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,
@@ -50201,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,
@@ -50235,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,
@@ -50269,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,
@@ -50291,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,
@@ -50322,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,
@@ -50344,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,
@@ -50375,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,
@@ -50397,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,
@@ -50428,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,
@@ -50450,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,
@@ -50481,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,
@@ -50505,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,
@@ -50536,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,
@@ -50560,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,
@@ -50591,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,
@@ -50615,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,
@@ -50646,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,
@@ -50670,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,
@@ -50701,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,
@@ -50727,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,
@@ -50758,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,
@@ -50784,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,
@@ -50815,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,
@@ -50841,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,
@@ -50872,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,
@@ -50898,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,
@@ -50929,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,
@@ -50957,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,
@@ -50988,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,
@@ -51016,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,
@@ -51047,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,
@@ -51075,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,
@@ -51106,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,
@@ -51134,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,
@@ -51165,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,
@@ -51191,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,
@@ -51222,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,
@@ -51248,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,
@@ -51279,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,
@@ -51305,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,
@@ -51336,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,
@@ -51362,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,
@@ -51393,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,
@@ -51419,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,
@@ -51450,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,
@@ -51470,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,
@@ -51492,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,
@@ -51514,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. */