Interface GL11Ext

  • All Superinterfaces:
    GL

    public interface GL11Ext
    extends GL
    • Method Detail

      • glTexParameterfv

        void glTexParameterfv​(int target,
                              int pname,
                              float[] param,
                              int offset)
      • glCurrentPaletteMatrixOES

        void glCurrentPaletteMatrixOES​(int matrixpaletteindex)
      • glDrawTexfOES

        void glDrawTexfOES​(float x,
                           float y,
                           float z,
                           float width,
                           float height)
      • glDrawTexfvOES

        void glDrawTexfvOES​(float[] coords,
                            int offset)
      • glDrawTexfvOES

        void glDrawTexfvOES​(java.nio.FloatBuffer coords)
      • glDrawTexiOES

        void glDrawTexiOES​(int x,
                           int y,
                           int z,
                           int width,
                           int height)
      • glDrawTexivOES

        void glDrawTexivOES​(int[] coords,
                            int offset)
      • glDrawTexivOES

        void glDrawTexivOES​(java.nio.IntBuffer coords)
      • glDrawTexsOES

        void glDrawTexsOES​(short x,
                           short y,
                           short z,
                           short width,
                           short height)
      • glDrawTexsvOES

        void glDrawTexsvOES​(short[] coords,
                            int offset)
      • glDrawTexsvOES

        void glDrawTexsvOES​(java.nio.ShortBuffer coords)
      • glDrawTexxOES

        void glDrawTexxOES​(int x,
                           int y,
                           int z,
                           int width,
                           int height)
      • glDrawTexxvOES

        void glDrawTexxvOES​(int[] coords,
                            int offset)
      • glDrawTexxvOES

        void glDrawTexxvOES​(java.nio.IntBuffer coords)
      • glEnable

        void glEnable​(int cap)
      • glEnableClientState

        void glEnableClientState​(int array)
      • glLoadPaletteFromModelViewMatrixOES

        void glLoadPaletteFromModelViewMatrixOES()
      • glMatrixIndexPointerOES

        void glMatrixIndexPointerOES​(int size,
                                     int type,
                                     int stride,
                                     java.nio.Buffer pointer)
      • glMatrixIndexPointerOES

        void glMatrixIndexPointerOES​(int size,
                                     int type,
                                     int stride,
                                     int offset)
      • glWeightPointerOES

        void glWeightPointerOES​(int size,
                                int type,
                                int stride,
                                java.nio.Buffer pointer)
      • glWeightPointerOES

        void glWeightPointerOES​(int size,
                                int type,
                                int stride,
                                int offset)