diff options
author | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-12-11 07:38:23 +0000 |
commit | 10f15a12d51ef116c46140a45875c011d9c1dbd8 (patch) | |
tree | 32f65cb863a89b7cf96311cd91fa93e7abc1402a /gl4java/GLUFuncJauJNI.java | |
parent | 6abd5e8b0dd518a2438000126ca5886124986040 (diff) |
GL4Java 2.8.2.0rel-2-8-2-0-rc
kbr's jawt synamic loader
installer fixes
minor cleanups
Diffstat (limited to 'gl4java/GLUFuncJauJNI.java')
-rw-r--r-- | gl4java/GLUFuncJauJNI.java | 556 |
1 files changed, 278 insertions, 278 deletions
diff --git a/gl4java/GLUFuncJauJNI.java b/gl4java/GLUFuncJauJNI.java index cd3fa87..82159a4 100644 --- a/gl4java/GLUFuncJauJNI.java +++ b/gl4java/GLUFuncJauJNI.java @@ -253,53 +253,53 @@ public final int gluUnProject(double winx, * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! */ -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluBeginCurve ( long nurb ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluBeginPolygon ( long tess ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluBeginSurface ( long nurb ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluBeginTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluBeginTrim ( long nurb ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluBuild1DMipmapLevels ( int target, int internalFormat, @@ -377,13 +377,13 @@ public final int gluUnProject(double winx, int max, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild1DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluBuild1DMipmaps ( int target, int internalFormat, @@ -440,13 +440,13 @@ public final int gluUnProject(double winx, int type, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluBuild2DMipmapLevels ( int target, int internalFormat, @@ -531,13 +531,13 @@ public final int gluUnProject(double winx, int max, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild2DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluBuild2DMipmaps ( int target, int internalFormat, @@ -601,13 +601,13 @@ public final int gluUnProject(double winx, int type, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmapLevels ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , GLint level , GLint base , GLint max , const void * data ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluBuild3DMipmapLevels ( int target, int internalFormat, @@ -699,13 +699,13 @@ public final int gluUnProject(double winx, int max, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluBuild3DMipmaps ( GLenum target , GLint internalFormat , GLsizei width , GLsizei height , GLsizei depth , GLenum format , GLenum type , const void * data ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluBuild3DMipmaps ( int target, int internalFormat, @@ -776,24 +776,24 @@ public final int gluUnProject(double winx, int type, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLboolean gluCheckExtension ( const GLubyte * extName , const GLubyte * extString ) ; - * </pre>
- */
+ * </pre> + */ public final native boolean gluCheckExtension ( byte[] extName, byte[] extString ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluCylinder ( GLUquadric * quad , GLdouble base , GLdouble top , GLdouble height , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluCylinder ( long quad, double base, @@ -802,13 +802,13 @@ public final int gluUnProject(double winx, int slices, int stacks ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluDisk ( long quad, double inner, @@ -816,90 +816,90 @@ public final int gluUnProject(double winx, int slices, int loops ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndCurve ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluEndCurve ( long nurb ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluEndPolygon ( long tess ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndSurface ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluEndSurface ( long nurb ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluEndTrim ( GLUnurbs * nurb ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluEndTrim ( long nurb ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat * data ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluGetNurbsProperty ( long nurb, int property, float[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluGetTessProperty ( GLUtesselator * tess , GLenum which , GLdouble * data ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluGetTessProperty ( long tess, int which, double[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluLoadSamplingMatrices ( GLUnurbs * nurb , const GLfloat * model , const GLfloat * perspective , const GLint * view ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluLoadSamplingMatrices ( long nurb, float[] model, float[] perspective, int[] view ) ; -
-/**
- * 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, @@ -911,24 +911,24 @@ public final int gluUnProject(double winx, double upY, double upZ ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNextContour ( GLUtesselator * tess , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluNextContour ( long tess, int type ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsCurve ( GLUnurbs * nurb , GLint knotCount , GLfloat * knots , GLint stride , GLfloat * control , GLint order , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluNurbsCurve ( long nurb, int knotCount, @@ -938,25 +938,25 @@ public final int gluUnProject(double winx, int order, int type ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsProperty ( GLUnurbs * nurb , GLenum property , GLfloat value ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluNurbsProperty ( long nurb, int property, float value ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluNurbsSurface ( GLUnurbs * nurb , GLint sKnotCount , GLfloat * sKnots , GLint tKnotCount , GLfloat * tKnots , GLint sStride , GLint tStride , GLfloat * control , GLint sOrder , GLint tOrder , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluNurbsSurface ( long nurb, int sKnotCount, @@ -970,26 +970,26 @@ public final int gluUnProject(double winx, int tOrder, int type ) ; -
-/**
- * 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 gluPartialDisk ( GLUquadric * quad , GLdouble inner , GLdouble outer , GLint slices , GLint loops , GLdouble start , GLdouble sweep ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluPartialDisk ( long quad, double inner, @@ -999,26 +999,26 @@ public final int gluUnProject(double winx, double start, double sweep ) ; -
-/**
- * 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 delX , GLdouble delY , GLint * viewport ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluPickMatrix ( double x, double y, @@ -1026,13 +1026,13 @@ public final int gluUnProject(double winx, double delY, int[] viewport ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluProject ( GLdouble objX , GLdouble objY , GLdouble objZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * winX , GLdouble * winY , GLdouble * winZ ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluProject ( double objX, double objY, @@ -1044,13 +1044,13 @@ public final int gluUnProject(double winx, double[] winY, double[] winZ ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluPwlCurve ( GLUnurbs * nurb , GLint count , GLfloat * data , GLint stride , GLenum type ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluPwlCurve ( long nurb, int count, @@ -1058,57 +1058,57 @@ public final int gluUnProject(double winx, int stride, int type ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricDrawStyle ( GLUquadric * quad , GLenum draw ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluQuadricDrawStyle ( long quad, int draw ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricNormals ( GLUquadric * quad , GLenum normal ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluQuadricNormals ( long quad, int normal ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricOrientation ( GLUquadric * quad , GLenum orientation ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluQuadricOrientation ( long quad, int orientation ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluQuadricTexture ( GLUquadric * quad , GLboolean texture ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluQuadricTexture ( long quad, boolean texture ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluScaleImage ( GLenum format , GLsizei wIn , GLsizei hIn , GLenum typeIn , const void * dataIn , GLsizei wOut , GLsizei hOut , GLenum typeOut , GLvoid * dataOut ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluScaleImage ( int format, int wIn, @@ -1186,36 +1186,36 @@ public final int gluUnProject(double winx, int typeOut, long[] dataOut ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluSphere ( GLUquadric * quad , GLdouble radius , GLint slices , GLint stacks ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluSphere ( long quad, double radius, int slices, int stacks ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessBeginContour ( long tess ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessBeginPolygon ( GLUtesselator * tess , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessBeginPolygon ( long tess, byte[] data @@ -1244,58 +1244,58 @@ public final int gluUnProject(double winx, long tess, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndContour ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessEndContour ( long tess ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessEndPolygon ( GLUtesselator * tess ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessEndPolygon ( long tess ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessNormal ( GLUtesselator * tess , GLdouble valueX , GLdouble valueY , GLdouble valueZ ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessNormal ( long tess, double valueX, double valueY, double valueZ ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessProperty ( GLUtesselator * tess , GLenum which , GLdouble data ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessProperty ( long tess, int which, double data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ; - * </pre>
- */
+ * </pre> + */ public final native void gluTessVertex ( long tess, double[] location, @@ -1331,13 +1331,13 @@ public final int gluUnProject(double winx, double[] location, long[] data ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject ( GLdouble winX , GLdouble winY , GLdouble winZ , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble * objX , GLdouble * objY , GLdouble * objZ ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluUnProject ( double winX, double winY, @@ -1349,13 +1349,13 @@ public final int gluUnProject(double winx, double[] objY, double[] objZ ) ; -
-/**
- * Original Function-Prototype :
- * <pre>
+ +/** + * Original Function-Prototype : + * <pre> extern GLint gluUnProject4 ( GLdouble winX , GLdouble winY , GLdouble winZ , GLdouble clipW , const GLdouble * model , const GLdouble * proj , const GLint * view , GLdouble nearVal , GLdouble farVal , GLdouble * objX , GLdouble * objY , GLdouble * objZ , GLdouble * objW ) ; - * </pre>
- */
+ * </pre> + */ public final native int gluUnProject4 ( double winX, double winY, @@ -1371,8 +1371,8 @@ public final int gluUnProject(double winx, double[] objZ, double[] objW ) ; -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ } |