From 8fdc4baaee82a63247a9f4203dace4ee910881bb Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 6 Dec 2001 09:18:00 +0000 Subject: 2.8.1 rc 0 --- C2J/glu-proto-auto.c | 556 +++++++++++++++++++++++++-------------------------- 1 file changed, 278 insertions(+), 278 deletions(-) (limited to 'C2J/glu-proto-auto.c') diff --git a/C2J/glu-proto-auto.c b/C2J/glu-proto-auto.c index a6210bc..4bc6f52 100644 --- a/C2J/glu-proto-auto.c +++ b/C2J/glu-proto-auto.c @@ -4,13 +4,13 @@ * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbs * nurb ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginCurve ( JNIEnv *env, jobject obj, @@ -24,13 +24,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tess ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginPolygon ( JNIEnv *env, jobject obj, @@ -44,13 +44,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbs * nurb ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginSurface ( JNIEnv *env, jobject obj, @@ -64,13 +64,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbs * nurb ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluBeginTrim ( JNIEnv *env, jobject obj, @@ -84,13 +84,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmapLevels__IIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -378,13 +378,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild1DMipmaps__IIIII_3B ( JNIEnv *env, jobject obj, @@ -630,13 +630,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmapLevels__IIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -938,13 +938,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild2DMipmaps__IIIIII_3B ( JNIEnv *env, jobject obj, @@ -1204,13 +1204,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild3DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild3DMipmapLevels__IIIIIIIIII_3B ( JNIEnv *env, jobject obj, @@ -1526,13 +1526,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild3DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluBuild3DMipmaps__IIIIIII_3B ( JNIEnv *env, jobject obj, @@ -1806,13 +1806,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLboolean gluCheckExtension ( const GLubyte * extName , const GLubyte * extString ) ;
- * 
- */ + *
+ */ JNIEXPORT jboolean JNICALL Java_gl4java_GLUFuncJauJNI_gluCheckExtension ( JNIEnv *env, jobject obj, @@ -1849,13 +1849,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadric * quad , GLdouble base , GLdouble top , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluCylinder ( JNIEnv *env, jobject obj, @@ -1879,13 +1879,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluDisk ( JNIEnv *env, jobject obj, @@ -1907,13 +1907,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbs * nurb ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndCurve ( JNIEnv *env, jobject obj, @@ -1927,13 +1927,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tess ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndPolygon ( JNIEnv *env, jobject obj, @@ -1947,13 +1947,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbs * nurb ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndSurface ( JNIEnv *env, jobject obj, @@ -1967,13 +1967,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbs * nurb ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluEndTrim ( JNIEnv *env, jobject obj, @@ -1987,13 +1987,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetNurbsProperty ( JNIEnv *env, jobject obj, @@ -2021,13 +2021,13 @@ (*env)->ReleaseFloatArrayElements(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tess , GLenum which , GLdouble * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluGetTessProperty ( JNIEnv *env, jobject obj, @@ -2055,13 +2055,13 @@ (*env)->ReleaseDoubleArrayElements(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbs * nurb , const GLfloat * model , const GLfloat * perspective , const GLint * view ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLoadSamplingMatrices ( JNIEnv *env, jobject obj, @@ -2108,13 +2108,13 @@ (*env)->ReleaseIntArrayElements(env, view, ptr3, JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyeX , GLdouble eyeY , GLdouble eyeZ , GLdouble centerX , GLdouble centerY , GLdouble centerZ , GLdouble upX , GLdouble upY , GLdouble upZ ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluLookAt ( JNIEnv *env, jobject obj, @@ -2144,13 +2144,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tess , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNextContour ( JNIEnv *env, jobject obj, @@ -2166,13 +2166,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbs * nurb , GLint knotCount , GLfloat * knots , GLint stride , GLfloat * control , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsCurve ( JNIEnv *env, jobject obj, @@ -2218,13 +2218,13 @@ (*env)->ReleaseFloatArrayElements(env, control, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsProperty ( JNIEnv *env, jobject obj, @@ -2242,13 +2242,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbs * nurb , GLint sKnotCount , GLfloat * sKnots , GLint tKnotCount , GLfloat * tKnots , GLint sStride , GLint tStride , GLfloat * control , GLint sOrder , GLint tOrder , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluNurbsSurface ( JNIEnv *env, jobject obj, @@ -2312,13 +2312,13 @@ (*env)->ReleaseFloatArrayElements(env, control, ptr7, (isCopiedArray7 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluOrtho2D ( JNIEnv *env, jobject obj, @@ -2338,13 +2338,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops , GLdouble start , GLdouble sweep ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPartialDisk ( JNIEnv *env, jobject obj, @@ -2370,13 +2370,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPerspective ( JNIEnv *env, jobject obj, @@ -2396,13 +2396,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble delX , GLdouble delY , GLint * viewport ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPickMatrix ( JNIEnv *env, jobject obj, @@ -2434,13 +2434,13 @@ (*env)->ReleaseIntArrayElements(env, viewport, ptr4, (isCopiedArray4 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objX , GLdouble objY , GLdouble objZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * winX , GLdouble * winY , GLdouble * winZ ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluProject ( JNIEnv *env, jobject obj, @@ -2530,13 +2530,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbs * nurb , GLint count , GLfloat * data , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluPwlCurve ( JNIEnv *env, jobject obj, @@ -2568,13 +2568,13 @@ (*env)->ReleaseFloatArrayElements(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadric * quad , GLenum draw ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricDrawStyle ( JNIEnv *env, jobject obj, @@ -2590,13 +2590,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadric * quad , GLenum normal ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricNormals ( JNIEnv *env, jobject obj, @@ -2612,13 +2612,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadric * quad , GLenum orientation ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricOrientation ( JNIEnv *env, jobject obj, @@ -2634,13 +2634,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadric * quad , GLboolean texture ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluQuadricTexture ( JNIEnv *env, jobject obj, @@ -2656,13 +2656,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei wIn , GLsizei hIn , GLenum typeIn , const void * dataIn , GLsizei wOut , GLsizei hOut , GLenum typeOut , GLvoid * dataOut ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluScaleImage__IIII_3BIII_3B ( JNIEnv *env, jobject obj, @@ -3020,13 +3020,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadric * quad , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluSphere ( JNIEnv *env, jobject obj, @@ -3046,13 +3046,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tess ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginContour ( JNIEnv *env, jobject obj, @@ -3066,13 +3066,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tess , GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessBeginPolygon__J_3B ( JNIEnv *env, jobject obj, @@ -3248,13 +3248,13 @@ (*env)->ReleaseLongArrayElements(env, data, ptr1, (isCopiedArray1 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tess ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndContour ( JNIEnv *env, jobject obj, @@ -3268,13 +3268,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tess ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessEndPolygon ( JNIEnv *env, jobject obj, @@ -3288,13 +3288,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tess , GLdouble valueX , GLdouble valueY , GLdouble valueZ ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessNormal ( JNIEnv *env, jobject obj, @@ -3314,13 +3314,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tess , GLenum which , GLdouble data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessProperty ( JNIEnv *env, jobject obj, @@ -3338,13 +3338,13 @@ ); } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ;
- * 
- */ + *
+ */ JNIEXPORT void JNICALL Java_gl4java_GLUFuncJauJNI_gluTessVertex__J_3D_3B ( JNIEnv *env, jobject obj, @@ -3604,13 +3604,13 @@ (*env)->ReleaseLongArrayElements(env, data, ptr2, (isCopiedArray2 == JNI_TRUE)?0:JNI_ABORT); } } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winX , GLdouble winY , GLdouble winZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * objX , GLdouble * objY , GLdouble * objZ ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject ( JNIEnv *env, jobject obj, @@ -3700,13 +3700,13 @@ } return ret; } - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject4 ( GLdouble winX , GLdouble winY , GLdouble winZ , GLdouble clipW , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble nearVal , GLdouble farVal , GLdouble * objX , GLdouble * objY , GLdouble * objZ , GLdouble * objW ) ;
- * 
- */ + *
+ */ JNIEXPORT jint JNICALL Java_gl4java_GLUFuncJauJNI_gluUnProject4 ( JNIEnv *env, jobject obj, @@ -3814,5 +3814,5 @@ } return ret; } - -/* C2J Parser Version 3.0: Java program parsed successfully. */ + +/* C2J Parser Version 3.0: Java program parsed successfully. */ -- cgit v1.2.3