/[libvob]/libvob/org/nongnu/libvob/gl/GL.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/gl/GL.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by tjl, Mon Mar 17 12:48:19 2003 UTC revision 1.6 by tjl, Fri Mar 21 09:42:51 2003 UTC
# Line 750  public class GL { Line 750  public class GL {
750                      float fract, boolean standardcoords,                      float fract, boolean standardcoords,
751                  boolean showFinal);                  boolean showFinal);
752    
753      public static float timeRender(      public static double timeRender(
754                      RenderingSurface win, int iters,                      RenderingSurface win, int iters,
755                      int ninds, int[] inds1, float[] pts1,                      int ninds, int[] inds1, float[] pts1,
756                      int[] codes,                      int[] codes,
757                      boolean standardcoords) {                      boolean standardcoords, boolean swapbuf) {
758          return timeRenderImpl(win.getId(), iters,          return timeRenderImpl(win.getId(), iters,
759                      ninds, inds1, pts1, codes, standardcoords);                      ninds, inds1, pts1, codes, standardcoords, swapbuf);
760      }                }          
761      private static native float timeRenderImpl(      private static native float timeRenderImpl(
762                      int window, int iters,                      int window, int iters,
763                      int ninds, int[] inds1, float[] pts1,                      int ninds, int[] inds1, float[] pts1,
764                      int[] codes,                      int[] codes,
765                      boolean standardcoords);                      boolean standardcoords, boolean swapbuf);
766    
767      public static native boolean transform(int ninds, int[] inds, float[] pts,      public static native boolean transform(int ninds, int[] inds, float[] pts,
768                      int coordsys, boolean inverse, float[] points, float[]into);                      int coordsys, boolean inverse, float[] points, float[]into);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26