Class GL14


  • public final class GL14
    extends java.lang.Object

    The core OpenGL1.4 API.

    Version:
    $Revision$ $Id$
    Author:
    cix_foo
    • Method Detail

      • glBlendEquation

        public static void glBlendEquation​(int mode)
      • glBlendColor

        public static void glBlendColor​(float red,
                                        float green,
                                        float blue,
                                        float alpha)
      • glFogCoordf

        public static void glFogCoordf​(float coord)
      • glFogCoordd

        public static void glFogCoordd​(double coord)
      • glFogCoordPointer

        public static void glFogCoordPointer​(int stride,
                                             java.nio.DoubleBuffer data)
      • glFogCoordPointer

        public static void glFogCoordPointer​(int stride,
                                             java.nio.FloatBuffer data)
      • glFogCoordPointer

        public static void glFogCoordPointer​(int type,
                                             int stride,
                                             long data_buffer_offset)
      • glMultiDrawArrays

        public static void glMultiDrawArrays​(int mode,
                                             java.nio.IntBuffer piFirst,
                                             java.nio.IntBuffer piCount)
      • glPointParameteri

        public static void glPointParameteri​(int pname,
                                             int param)
      • glPointParameterf

        public static void glPointParameterf​(int pname,
                                             float param)
      • glPointParameter

        public static void glPointParameter​(int pname,
                                            java.nio.IntBuffer params)
      • glPointParameter

        public static void glPointParameter​(int pname,
                                            java.nio.FloatBuffer params)
      • glSecondaryColor3b

        public static void glSecondaryColor3b​(byte red,
                                              byte green,
                                              byte blue)
      • glSecondaryColor3f

        public static void glSecondaryColor3f​(float red,
                                              float green,
                                              float blue)
      • glSecondaryColor3d

        public static void glSecondaryColor3d​(double red,
                                              double green,
                                              double blue)
      • glSecondaryColor3ub

        public static void glSecondaryColor3ub​(byte red,
                                               byte green,
                                               byte blue)
      • glSecondaryColorPointer

        public static void glSecondaryColorPointer​(int size,
                                                   int stride,
                                                   java.nio.DoubleBuffer data)
      • glSecondaryColorPointer

        public static void glSecondaryColorPointer​(int size,
                                                   int stride,
                                                   java.nio.FloatBuffer data)
      • glSecondaryColorPointer

        public static void glSecondaryColorPointer​(int size,
                                                   boolean unsigned,
                                                   int stride,
                                                   java.nio.ByteBuffer data)
      • glSecondaryColorPointer

        public static void glSecondaryColorPointer​(int size,
                                                   int type,
                                                   int stride,
                                                   long data_buffer_offset)
      • glBlendFuncSeparate

        public static void glBlendFuncSeparate​(int sfactorRGB,
                                               int dfactorRGB,
                                               int sfactorAlpha,
                                               int dfactorAlpha)
      • glWindowPos2f

        public static void glWindowPos2f​(float x,
                                         float y)
      • glWindowPos2d

        public static void glWindowPos2d​(double x,
                                         double y)
      • glWindowPos2i

        public static void glWindowPos2i​(int x,
                                         int y)
      • glWindowPos3f

        public static void glWindowPos3f​(float x,
                                         float y,
                                         float z)
      • glWindowPos3d

        public static void glWindowPos3d​(double x,
                                         double y,
                                         double z)
      • glWindowPos3i

        public static void glWindowPos3i​(int x,
                                         int y,
                                         int z)