diff options
author | Sven Gothel <[email protected]> | 2001-06-19 00:35:32 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-06-19 00:35:32 +0000 |
commit | f62755830910dd46e08854c7f5fc00e9eb07461b (patch) | |
tree | d09359c6aa6ac54aa4174ab592b76807618a7a64 /C2J/glu-proto-auto.java | |
parent | c8a2ba351724ccd7705715b73b0ae23fb8917bf0 (diff) |
2.8.0.0 pre-release cvs only
Diffstat (limited to 'C2J/glu-proto-auto.java')
-rw-r--r-- | C2J/glu-proto-auto.java | 488 |
1 files changed, 244 insertions, 244 deletions
diff --git a/C2J/glu-proto-auto.java b/C2J/glu-proto-auto.java index 11f3057..5472d56 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 :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLookAt ( GLdouble eyex , GLdouble eyey , GLdouble eyez , GLdouble centerx , GLdouble centery , GLdouble centerz , GLdouble upx , GLdouble upy , GLdouble upz ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluLookAt ( double eyex, double eyey, @@ -22,39 +22,39 @@ double upy, double upz ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluOrtho2D ( GLdouble left , GLdouble right , GLdouble bottom , GLdouble top ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluOrtho2D ( double left, double right, double bottom, double top ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPerspective ( GLdouble fovy , GLdouble aspect , GLdouble zNear , GLdouble zFar ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluPerspective ( double fovy, double aspect, double zNear, double zFar ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPickMatrix ( GLdouble x , GLdouble y , GLdouble width , GLdouble height , GLint * viewport ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluPickMatrix ( double x, double y, @@ -62,13 +62,13 @@ double height, int[] viewport ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluProject ( double objx, double objy, @@ -80,13 +80,13 @@ double[] winy, double[] winz ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluUnProject ( double winx, double winy, @@ -98,31 +98,31 @@ double[] objy, double[] objz ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
- extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const char * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , char * dataout ) ; - * </pre>
- */
+ +/** + * Original Function-Prototype : + * <pre> + extern GLint gluScaleImage ( GLenum format , GLsizei widthin , GLsizei heightin , GLenum typein , const GLbyte * datain , GLsizei widthout , GLsizei heightout , GLenum typeout , GLbyte * dataout ) ; + * </pre> + */ public final native int gluScaleImage ( int format, int widthin, int heightin, int typein, - String datain, + byte[] datain, int widthout, int heightout, int typeout, byte[] dataout ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmaps ( GLenum target , GLint components , GLint width , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluBuild1DMipmaps ( int target, int components, @@ -179,13 +179,13 @@ int type, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmaps ( GLenum target , GLint components , GLint width , GLint height , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluBuild2DMipmaps ( int target, int components, @@ -249,57 +249,57 @@ int type, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricDrawStyle ( GLUquadricObj * quadObject , GLenum drawStyle ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluQuadricDrawStyle ( long quadObject, int drawStyle ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricOrientation ( GLUquadricObj * quadObject , GLenum orientation ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluQuadricOrientation ( long quadObject, int orientation ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricNormals ( GLUquadricObj * quadObject , GLenum normals ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluQuadricNormals ( long quadObject, int normals ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricTexture ( GLUquadricObj * quadObject , GLboolean textureCoords ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluQuadricTexture ( long quadObject, boolean textureCoords ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluCylinder ( GLUquadricObj * qobj , GLdouble baseRadius , GLdouble topRadius , GLdouble height , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluCylinder ( long qobj, double baseRadius, @@ -308,26 +308,26 @@ int slices, int stacks ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluSphere ( GLUquadricObj * qobj , GLdouble radius , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluSphere ( long qobj, double radius, int slices, int stacks ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluDisk ( long qobj, double innerRadius, @@ -335,13 +335,13 @@ int slices, int loops ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPartialDisk ( GLUquadricObj * qobj , GLdouble innerRadius , GLdouble outerRadius , GLint slices , GLint loops , GLdouble startAngle , GLdouble sweepAngle ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluPartialDisk ( long qobj, double innerRadius, @@ -351,70 +351,70 @@ double startAngle, double sweepAngle ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLoadSamplingMatrices ( GLUnurbsObj * nobj , const GLfloat modelMatrix [ 16 ] , const GLfloat projMatrix [ 16 ] , const GLint viewport [ 4 ] ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluLoadSamplingMatrices ( long nobj, float[] modelMatrix, float[] projMatrix, int[] viewport ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluNurbsProperty ( long nobj, int property, float value ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetNurbsProperty ( GLUnurbsObj * nobj , GLenum property , GLfloat * value ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluGetNurbsProperty ( long nobj, int property, float[] value ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginCurve ( GLUnurbsObj * nobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluBeginCurve ( long nobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndCurve ( GLUnurbsObj * nobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluEndCurve ( long nobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsCurve ( GLUnurbsObj * nobj , GLint nknots , GLfloat * knot , GLint stride , GLfloat * ctlarray , GLint order , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluNurbsCurve ( long nobj, int nknots, @@ -424,33 +424,33 @@ int order, int type ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginSurface ( GLUnurbsObj * nobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluBeginSurface ( long nobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndSurface ( GLUnurbsObj * nobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluEndSurface ( long nobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> 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 ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluNurbsSurface ( long nobj, int sknot_count, @@ -464,33 +464,33 @@ int torder, int type ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginTrim ( GLUnurbsObj * nobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluBeginTrim ( long nobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndTrim ( GLUnurbsObj * nobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluEndTrim ( long nobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPwlCurve ( GLUnurbsObj * nobj , GLint count , GLfloat * array , GLint stride , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluPwlCurve ( long nobj, int count, @@ -498,13 +498,13 @@ int stride, int type ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginPolygon ( GLUtesselator * tobj , void * polygon_data ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessBeginPolygon ( long tobj, byte[] polygon_data @@ -533,23 +533,23 @@ long tobj, long[] polygon_data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginContour ( GLUtesselator * tobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessBeginContour ( long tobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessVertex ( GLUtesselator * tobj , GLdouble coords [ 3 ] , void * vertex_data ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessVertex ( long tobj, double[] coords, @@ -585,93 +585,93 @@ double[] coords, long[] vertex_data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndContour ( GLUtesselator * tobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessEndContour ( long tobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndPolygon ( GLUtesselator * tobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessEndPolygon ( long tobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble value ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessProperty ( long tobj, int which, double value ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessNormal ( GLUtesselator * tobj , GLdouble x , GLdouble y , GLdouble z ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessNormal ( long tobj, double x, double y, double z ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetTessProperty ( GLUtesselator * tobj , GLenum which , GLdouble * value ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluGetTessProperty ( long tobj, int which, double[] value ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginPolygon ( GLUtesselator * tobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluBeginPolygon ( long tobj ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNextContour ( GLUtesselator * tobj , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluNextContour ( long tobj, int type ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndPolygon ( GLUtesselator * tobj ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluEndPolygon ( long tobj ) ; -
-/* C2J Parser Version 2.2: Java program parsed successfully. */
+ +/* C2J Parser Version 2.2: Java program parsed successfully. */ |