From bb755766d33e6c7fb43c7e6d1ba8cf5843041b72 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 8 Feb 2001 04:04:12 +0000 Subject: bugfix 2.5.1.0 --- C2J/glu-proto-auto.java | 520 ++++++++++++++++++++++++------------------------ 1 file changed, 260 insertions(+), 260 deletions(-) (limited to 'C2J/glu-proto-auto.java') diff --git a/C2J/glu-proto-auto.java b/C2J/glu-proto-auto.java index 94cd1a6..8366474 100644 --- a/C2J/glu-proto-auto.java +++ b/C2J/glu-proto-auto.java @@ -4,13 +4,13 @@ * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ;
- * 
- */ + *
+ */ public final native void gluLookAt ( double eyex, double eyey, @@ -22,39 +22,39 @@ double upy, double upz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ;
- * 
- */ + *
+ */ public final native void gluOrtho2D ( double left, double right, double bottom, double top ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ;
- * 
- */ + *
+ */ public final native void gluPerspective ( double fovy, double aspect, double zNear, double zFar ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ;
- * 
- */ + *
+ */ public final native void gluPickMatrix ( double x, double y, @@ -62,13 +62,13 @@ double height, int[] viewport ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluProject ( GLdouble objx , GLdouble objy , GLdouble objz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * winx , GLdouble * winy , GLdouble * winz ) ;
- * 
- */ + *
+ */ public final native int gluProject ( double objx, double objy, @@ -80,13 +80,13 @@ double[] winy, double[] winz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluUnProject ( GLdouble winx , GLdouble winy , GLdouble winz , const GLdouble modelMatrix [ 16 ] , const GLdouble projMatrix [ 16 ] , const GLint viewport [ 4 ] , GLdouble * objx , GLdouble * objy , GLdouble * objz ) ;
- * 
- */ + *
+ */ public final native int gluUnProject ( double winx, double winy, @@ -98,13 +98,13 @@ double[] objy, double[] objz ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ;
- * 
- */ + *
+ */ public final native int gluScaleImage ( int format, int widthin, @@ -116,13 +116,13 @@ int typeout, byte[] dataout ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ public final native int gluBuild1DMipmaps ( int target, int components, @@ -179,13 +179,13 @@ int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ;
- * 
- */ + *
+ */ public final native int gluBuild2DMipmaps ( int target, int components, @@ -249,66 +249,66 @@ int type, long[] data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLUquadricObj * gluNewQuadric ( void ) ;
- * 
- */ + *
+ */ public final native int gluNewQuadric ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ;
- * 
- */ + *
+ */ public final native void gluQuadricDrawStyle ( int quadObject, int drawStyle ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ;
- * 
- */ + *
+ */ public final native void gluQuadricOrientation ( int quadObject, int orientation ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ;
- * 
- */ + *
+ */ public final native void gluQuadricNormals ( int quadObject, int normals ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ;
- * 
- */ + *
+ */ public final native void gluQuadricTexture ( int quadObject, boolean textureCoords ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ public final native void gluCylinder ( int qobj, double baseRadius, @@ -317,26 +317,26 @@ int slices, int stacks ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ;
- * 
- */ + *
+ */ public final native void gluSphere ( int qobj, double radius, int slices, int stacks ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ;
- * 
- */ + *
+ */ public final native void gluDisk ( int qobj, double innerRadius, @@ -344,13 +344,13 @@ int slices, int loops ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ;
- * 
- */ + *
+ */ public final native void gluPartialDisk ( int qobj, double innerRadius, @@ -360,79 +360,79 @@ double startAngle, double sweepAngle ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLUnurbsObj * gluNewNurbsRenderer ( void ) ;
- * 
- */ + *
+ */ public final native int gluNewNurbsRenderer ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ;
- * 
- */ + *
+ */ public final native void gluLoadSamplingMatrices ( int nobj, float[] modelMatrix, float[] projMatrix, int[] viewport ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ;
- * 
- */ + *
+ */ public final native void gluNurbsProperty ( int nobj, int property, float value ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ;
- * 
- */ + *
+ */ public final native void gluGetNurbsProperty ( int nobj, int property, float[] value ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluBeginCurve ( int nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndCurve ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluEndCurve ( int nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ;
- * 
- */ + *
+ */ public final native void gluNurbsCurve ( int nobj, int nknots, @@ -442,33 +442,33 @@ int order, int type ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluBeginSurface ( int nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndSurface ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluEndSurface ( int nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNurbsSurface ( GLUnurbsObj * nobj , GLint sknot_count , GLfloat * sknot , GLint tknot_count , GLfloat * tknot , GLint s_stride , GLint t_stride , GLfloat * ctlarray , GLint sorder , GLint torder , GLenum type ) ;
- * 
- */ + *
+ */ public final native void gluNurbsSurface ( int nobj, int sknot_count, @@ -482,33 +482,33 @@ int torder, int type ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluBeginTrim ( int nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndTrim ( GLUnurbsObj * nobj ) ;
- * 
- */ + *
+ */ public final native void gluEndTrim ( int nobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ;
- * 
- */ + *
+ */ public final native void gluPwlCurve ( int nobj, int count, @@ -516,22 +516,22 @@ int stride, int type ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern GLUtesselator * gluNewTess ( void ) ;
- * 
- */ + *
+ */ public final native int gluNewTess ( ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ;
- * 
- */ + *
+ */ public final native void gluTessBeginPolygon ( int tobj, byte[] polygon_data @@ -560,23 +560,23 @@ int tobj, long[] polygon_data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessBeginContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluTessBeginContour ( int tobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ;
- * 
- */ + *
+ */ public final native void gluTessVertex ( int tobj, double[] coords, @@ -612,93 +612,93 @@ double[] coords, long[] vertex_data ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndContour ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluTessEndContour ( int tobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluTessEndPolygon ( int tobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ;
- * 
- */ + *
+ */ public final native void gluTessProperty ( int tobj, int which, double value ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ;
- * 
- */ + *
+ */ public final native void gluTessNormal ( int tobj, double x, double y, double z ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ;
- * 
- */ + *
+ */ public final native void gluGetTessProperty ( int tobj, int which, double[] value ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluBeginPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluBeginPolygon ( int tobj ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ;
- * 
- */ + *
+ */ public final native void gluNextContour ( int tobj, int type ) ; - -/** - * Original Function-Prototype : - *
 
+
+/**
+ * Original Function-Prototype :
+ * 
 
    extern void gluEndPolygon ( GLUtesselator * tobj ) ;
- * 
- */ + *
+ */ public final native void gluEndPolygon ( int tobj ) ; - -/* C2J Parser Version 1.4 Beta: Java program parsed successfully. */ + +/* C2J Parser Version 1.4 Beta: Java program parsed successfully. */ -- cgit v1.2.3