diff options
Diffstat (limited to 'C2J/glu-proto-auto-14.java')
-rw-r--r-- | C2J/glu-proto-auto-14.java | 556 |
1 files changed, 278 insertions, 278 deletions
diff --git a/C2J/glu-proto-auto-14.java b/C2J/glu-proto-auto-14.java index 8f6ddbd..501ac8e 100644 --- a/C2J/glu-proto-auto-14.java +++ b/C2J/glu-proto-auto-14.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, @@ -139,13 +139,13 @@ int max, Buffer 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, @@ -210,13 +210,13 @@ int type, Buffer 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, @@ -313,13 +313,13 @@ int max, Buffer 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, @@ -392,13 +392,13 @@ int type, Buffer 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, @@ -503,13 +503,13 @@ int max, Buffer 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, @@ -590,24 +590,24 @@ int type, Buffer 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, @@ -616,13 +616,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, @@ -630,90 +630,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, @@ -725,24 +725,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, @@ -752,25 +752,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, @@ -784,26 +784,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, @@ -813,26 +813,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, @@ -840,13 +840,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, @@ -858,13 +858,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, @@ -872,57 +872,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, @@ -1011,36 +1011,36 @@ int typeOut, Buffer 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 @@ -1073,58 +1073,58 @@ long tess, Buffer 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, @@ -1165,13 +1165,13 @@ double[] location, Buffer 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, @@ -1183,13 +1183,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, @@ -1205,5 +1205,5 @@ double[] objZ, double[] objW ) ; - -/* C2J Parser Version 3.0: Java program parsed successfully. */ +
+/* C2J Parser Version 3.0: Java program parsed successfully. */
|