diff options
Diffstat (limited to 'C2J/glu-proto-auto.java')
-rw-r--r-- | C2J/glu-proto-auto.java | 556 |
1 files changed, 278 insertions, 278 deletions
diff --git a/C2J/glu-proto-auto.java b/C2J/glu-proto-auto.java index 9e9705c..a108934 100644 --- a/C2J/glu-proto-auto.java +++ b/C2J/glu-proto-auto.java @@ -4,53 +4,53 @@ * 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, @@ -128,13 +128,13 @@ 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, @@ -191,13 +191,13 @@ 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, @@ -282,13 +282,13 @@ 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, @@ -352,13 +352,13 @@ 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, @@ -450,13 +450,13 @@ 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, @@ -527,24 +527,24 @@ 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, @@ -553,13 +553,13 @@ 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, @@ -567,90 +567,90 @@ 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, @@ -662,24 +662,24 @@ 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, @@ -689,25 +689,25 @@ 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, @@ -721,26 +721,26 @@ 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, @@ -750,26 +750,26 @@ 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, @@ -777,13 +777,13 @@ 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, @@ -795,13 +795,13 @@ 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, @@ -809,57 +809,57 @@ 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, @@ -937,36 +937,36 @@ 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 @@ -995,58 +995,58 @@ 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, @@ -1082,13 +1082,13 @@ 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, @@ -1100,13 +1100,13 @@ 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, @@ -1122,5 +1122,5 @@ double[] objZ, double[] objW ) ; -
-/* C2J Parser Version 3.0: Java program parsed successfully. */
+ +/* C2J Parser Version 3.0: Java program parsed successfully. */ |