Class ARBImaging


  • public final class ARBImaging
    extends java.lang.Object

    The GL12 imaging subset extension.

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void glBlendColor​(float red, float green, float blue, float alpha)  
      static void glBlendEquation​(int mode)  
      static void glColorSubTable​(int target, int start, int count, int format, int type, long data_buffer_offset)  
      static void glColorSubTable​(int target, int start, int count, int format, int type, java.nio.ByteBuffer data)  
      static void glColorSubTable​(int target, int start, int count, int format, int type, java.nio.DoubleBuffer data)  
      static void glColorSubTable​(int target, int start, int count, int format, int type, java.nio.FloatBuffer data)  
      static void glColorTable​(int target, int internalFormat, int width, int format, int type, long data_buffer_offset)  
      static void glColorTable​(int target, int internalFormat, int width, int format, int type, java.nio.ByteBuffer data)  
      static void glColorTable​(int target, int internalFormat, int width, int format, int type, java.nio.DoubleBuffer data)  
      static void glColorTable​(int target, int internalFormat, int width, int format, int type, java.nio.FloatBuffer data)  
      static void glColorTableParameter​(int target, int pname, java.nio.FloatBuffer params)  
      static void glColorTableParameter​(int target, int pname, java.nio.IntBuffer params)  
      static void glConvolutionFilter1D​(int target, int internalformat, int width, int format, int type, long image_buffer_offset)  
      static void glConvolutionFilter1D​(int target, int internalformat, int width, int format, int type, java.nio.ByteBuffer image)  
      static void glConvolutionFilter1D​(int target, int internalformat, int width, int format, int type, java.nio.DoubleBuffer image)  
      static void glConvolutionFilter1D​(int target, int internalformat, int width, int format, int type, java.nio.FloatBuffer image)  
      static void glConvolutionFilter1D​(int target, int internalformat, int width, int format, int type, java.nio.IntBuffer image)  
      static void glConvolutionFilter1D​(int target, int internalformat, int width, int format, int type, java.nio.ShortBuffer image)  
      static void glConvolutionFilter2D​(int target, int internalformat, int width, int height, int format, int type, long image_buffer_offset)  
      static void glConvolutionFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer image)  
      static void glConvolutionFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer image)  
      static void glConvolutionFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer image)  
      static void glConvolutionParameter​(int target, int pname, java.nio.FloatBuffer params)  
      static void glConvolutionParameter​(int target, int pname, java.nio.IntBuffer params)  
      static void glConvolutionParameterf​(int target, int pname, float params)  
      static void glConvolutionParameteri​(int target, int pname, int params)  
      static void glCopyColorSubTable​(int target, int start, int x, int y, int width)  
      static void glCopyColorTable​(int target, int internalformat, int x, int y, int width)  
      static void glCopyConvolutionFilter1D​(int target, int internalformat, int x, int y, int width)  
      static void glCopyConvolutionFilter2D​(int target, int internalformat, int x, int y, int width, int height)  
      static void glGetColorTable​(int target, int format, int type, java.nio.ByteBuffer data)  
      static void glGetColorTable​(int target, int format, int type, java.nio.DoubleBuffer data)  
      static void glGetColorTable​(int target, int format, int type, java.nio.FloatBuffer data)  
      static void glGetColorTableParameter​(int target, int pname, java.nio.FloatBuffer params)  
      static void glGetColorTableParameter​(int target, int pname, java.nio.IntBuffer params)  
      static void glGetConvolutionFilter​(int target, int format, int type, long image_buffer_offset)  
      static void glGetConvolutionFilter​(int target, int format, int type, java.nio.ByteBuffer image)  
      static void glGetConvolutionFilter​(int target, int format, int type, java.nio.DoubleBuffer image)  
      static void glGetConvolutionFilter​(int target, int format, int type, java.nio.FloatBuffer image)  
      static void glGetConvolutionFilter​(int target, int format, int type, java.nio.IntBuffer image)  
      static void glGetConvolutionFilter​(int target, int format, int type, java.nio.ShortBuffer image)  
      static void glGetConvolutionParameter​(int target, int pname, java.nio.FloatBuffer params)  
      static void glGetConvolutionParameter​(int target, int pname, java.nio.IntBuffer params)  
      static void glGetHistogram​(int target, boolean reset, int format, int type, long values_buffer_offset)  
      static void glGetHistogram​(int target, boolean reset, int format, int type, java.nio.ByteBuffer values)  
      static void glGetHistogram​(int target, boolean reset, int format, int type, java.nio.DoubleBuffer values)  
      static void glGetHistogram​(int target, boolean reset, int format, int type, java.nio.FloatBuffer values)  
      static void glGetHistogram​(int target, boolean reset, int format, int type, java.nio.IntBuffer values)  
      static void glGetHistogram​(int target, boolean reset, int format, int type, java.nio.ShortBuffer values)  
      static void glGetHistogramParameter​(int target, int pname, java.nio.FloatBuffer params)  
      static void glGetHistogramParameter​(int target, int pname, java.nio.IntBuffer params)  
      static void glGetMinmax​(int target, boolean reset, int format, int types, long values_buffer_offset)  
      static void glGetMinmax​(int target, boolean reset, int format, int types, java.nio.ByteBuffer values)  
      static void glGetMinmax​(int target, boolean reset, int format, int types, java.nio.DoubleBuffer values)  
      static void glGetMinmax​(int target, boolean reset, int format, int types, java.nio.FloatBuffer values)  
      static void glGetMinmax​(int target, boolean reset, int format, int types, java.nio.IntBuffer values)  
      static void glGetMinmax​(int target, boolean reset, int format, int types, java.nio.ShortBuffer values)  
      static void glGetMinmaxParameter​(int target, int pname, java.nio.FloatBuffer params)  
      static void glGetMinmaxParameter​(int target, int pname, java.nio.IntBuffer params)  
      static void glGetSeparableFilter​(int target, int format, int type, long row_buffer_offset, long column_buffer_offset, long span_buffer_offset)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)  
      static void glGetSeparableFilter​(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)  
      static void glHistogram​(int target, int width, int internalformat, boolean sink)  
      static void glMinmax​(int target, int internalformat, boolean sink)  
      static void glResetHistogram​(int target)  
      static void glResetMinmax​(int target)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, long row_buffer_offset, long column_buffer_offset)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.FloatBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.FloatBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.FloatBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.FloatBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.FloatBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column)  
      static void glSeparableFilter2D​(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • glColorTable

        public static void glColorTable​(int target,
                                        int internalFormat,
                                        int width,
                                        int format,
                                        int type,
                                        java.nio.ByteBuffer data)
      • glColorTable

        public static void glColorTable​(int target,
                                        int internalFormat,
                                        int width,
                                        int format,
                                        int type,
                                        java.nio.DoubleBuffer data)
      • glColorTable

        public static void glColorTable​(int target,
                                        int internalFormat,
                                        int width,
                                        int format,
                                        int type,
                                        java.nio.FloatBuffer data)
      • glColorTable

        public static void glColorTable​(int target,
                                        int internalFormat,
                                        int width,
                                        int format,
                                        int type,
                                        long data_buffer_offset)
      • glColorSubTable

        public static void glColorSubTable​(int target,
                                           int start,
                                           int count,
                                           int format,
                                           int type,
                                           java.nio.ByteBuffer data)
      • glColorSubTable

        public static void glColorSubTable​(int target,
                                           int start,
                                           int count,
                                           int format,
                                           int type,
                                           java.nio.DoubleBuffer data)
      • glColorSubTable

        public static void glColorSubTable​(int target,
                                           int start,
                                           int count,
                                           int format,
                                           int type,
                                           java.nio.FloatBuffer data)
      • glColorSubTable

        public static void glColorSubTable​(int target,
                                           int start,
                                           int count,
                                           int format,
                                           int type,
                                           long data_buffer_offset)
      • glColorTableParameter

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

        public static void glColorTableParameter​(int target,
                                                 int pname,
                                                 java.nio.FloatBuffer params)
      • glCopyColorSubTable

        public static void glCopyColorSubTable​(int target,
                                               int start,
                                               int x,
                                               int y,
                                               int width)
      • glCopyColorTable

        public static void glCopyColorTable​(int target,
                                            int internalformat,
                                            int x,
                                            int y,
                                            int width)
      • glGetColorTable

        public static void glGetColorTable​(int target,
                                           int format,
                                           int type,
                                           java.nio.ByteBuffer data)
      • glGetColorTable

        public static void glGetColorTable​(int target,
                                           int format,
                                           int type,
                                           java.nio.DoubleBuffer data)
      • glGetColorTable

        public static void glGetColorTable​(int target,
                                           int format,
                                           int type,
                                           java.nio.FloatBuffer data)
      • glGetColorTableParameter

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

        public static void glGetColorTableParameter​(int target,
                                                    int pname,
                                                    java.nio.FloatBuffer params)
      • glBlendEquation

        public static void glBlendEquation​(int mode)
      • glBlendColor

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

        public static void glHistogram​(int target,
                                       int width,
                                       int internalformat,
                                       boolean sink)
      • glResetHistogram

        public static void glResetHistogram​(int target)
      • glGetHistogram

        public static void glGetHistogram​(int target,
                                          boolean reset,
                                          int format,
                                          int type,
                                          java.nio.ByteBuffer values)
      • glGetHistogram

        public static void glGetHistogram​(int target,
                                          boolean reset,
                                          int format,
                                          int type,
                                          java.nio.DoubleBuffer values)
      • glGetHistogram

        public static void glGetHistogram​(int target,
                                          boolean reset,
                                          int format,
                                          int type,
                                          java.nio.FloatBuffer values)
      • glGetHistogram

        public static void glGetHistogram​(int target,
                                          boolean reset,
                                          int format,
                                          int type,
                                          java.nio.IntBuffer values)
      • glGetHistogram

        public static void glGetHistogram​(int target,
                                          boolean reset,
                                          int format,
                                          int type,
                                          java.nio.ShortBuffer values)
      • glGetHistogram

        public static void glGetHistogram​(int target,
                                          boolean reset,
                                          int format,
                                          int type,
                                          long values_buffer_offset)
      • glGetHistogramParameter

        public static void glGetHistogramParameter​(int target,
                                                   int pname,
                                                   java.nio.FloatBuffer params)
      • glGetHistogramParameter

        public static void glGetHistogramParameter​(int target,
                                                   int pname,
                                                   java.nio.IntBuffer params)
      • glMinmax

        public static void glMinmax​(int target,
                                    int internalformat,
                                    boolean sink)
      • glResetMinmax

        public static void glResetMinmax​(int target)
      • glGetMinmax

        public static void glGetMinmax​(int target,
                                       boolean reset,
                                       int format,
                                       int types,
                                       java.nio.ByteBuffer values)
      • glGetMinmax

        public static void glGetMinmax​(int target,
                                       boolean reset,
                                       int format,
                                       int types,
                                       java.nio.DoubleBuffer values)
      • glGetMinmax

        public static void glGetMinmax​(int target,
                                       boolean reset,
                                       int format,
                                       int types,
                                       java.nio.FloatBuffer values)
      • glGetMinmax

        public static void glGetMinmax​(int target,
                                       boolean reset,
                                       int format,
                                       int types,
                                       java.nio.IntBuffer values)
      • glGetMinmax

        public static void glGetMinmax​(int target,
                                       boolean reset,
                                       int format,
                                       int types,
                                       java.nio.ShortBuffer values)
      • glGetMinmax

        public static void glGetMinmax​(int target,
                                       boolean reset,
                                       int format,
                                       int types,
                                       long values_buffer_offset)
      • glGetMinmaxParameter

        public static void glGetMinmaxParameter​(int target,
                                                int pname,
                                                java.nio.FloatBuffer params)
      • glGetMinmaxParameter

        public static void glGetMinmaxParameter​(int target,
                                                int pname,
                                                java.nio.IntBuffer params)
      • glConvolutionFilter1D

        public static void glConvolutionFilter1D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int format,
                                                 int type,
                                                 java.nio.ByteBuffer image)
      • glConvolutionFilter1D

        public static void glConvolutionFilter1D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int format,
                                                 int type,
                                                 java.nio.DoubleBuffer image)
      • glConvolutionFilter1D

        public static void glConvolutionFilter1D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int format,
                                                 int type,
                                                 java.nio.FloatBuffer image)
      • glConvolutionFilter1D

        public static void glConvolutionFilter1D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int format,
                                                 int type,
                                                 java.nio.IntBuffer image)
      • glConvolutionFilter1D

        public static void glConvolutionFilter1D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int format,
                                                 int type,
                                                 java.nio.ShortBuffer image)
      • glConvolutionFilter1D

        public static void glConvolutionFilter1D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int format,
                                                 int type,
                                                 long image_buffer_offset)
      • glConvolutionFilter2D

        public static void glConvolutionFilter2D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int height,
                                                 int format,
                                                 int type,
                                                 java.nio.ByteBuffer image)
      • glConvolutionFilter2D

        public static void glConvolutionFilter2D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int height,
                                                 int format,
                                                 int type,
                                                 java.nio.IntBuffer image)
      • glConvolutionFilter2D

        public static void glConvolutionFilter2D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int height,
                                                 int format,
                                                 int type,
                                                 java.nio.ShortBuffer image)
      • glConvolutionFilter2D

        public static void glConvolutionFilter2D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int height,
                                                 int format,
                                                 int type,
                                                 long image_buffer_offset)
      • glConvolutionParameterf

        public static void glConvolutionParameterf​(int target,
                                                   int pname,
                                                   float params)
      • glConvolutionParameter

        public static void glConvolutionParameter​(int target,
                                                  int pname,
                                                  java.nio.FloatBuffer params)
      • glConvolutionParameteri

        public static void glConvolutionParameteri​(int target,
                                                   int pname,
                                                   int params)
      • glConvolutionParameter

        public static void glConvolutionParameter​(int target,
                                                  int pname,
                                                  java.nio.IntBuffer params)
      • glCopyConvolutionFilter1D

        public static void glCopyConvolutionFilter1D​(int target,
                                                     int internalformat,
                                                     int x,
                                                     int y,
                                                     int width)
      • glCopyConvolutionFilter2D

        public static void glCopyConvolutionFilter2D​(int target,
                                                     int internalformat,
                                                     int x,
                                                     int y,
                                                     int width,
                                                     int height)
      • glGetConvolutionFilter

        public static void glGetConvolutionFilter​(int target,
                                                  int format,
                                                  int type,
                                                  java.nio.ByteBuffer image)
      • glGetConvolutionFilter

        public static void glGetConvolutionFilter​(int target,
                                                  int format,
                                                  int type,
                                                  java.nio.DoubleBuffer image)
      • glGetConvolutionFilter

        public static void glGetConvolutionFilter​(int target,
                                                  int format,
                                                  int type,
                                                  java.nio.FloatBuffer image)
      • glGetConvolutionFilter

        public static void glGetConvolutionFilter​(int target,
                                                  int format,
                                                  int type,
                                                  java.nio.IntBuffer image)
      • glGetConvolutionFilter

        public static void glGetConvolutionFilter​(int target,
                                                  int format,
                                                  int type,
                                                  java.nio.ShortBuffer image)
      • glGetConvolutionFilter

        public static void glGetConvolutionFilter​(int target,
                                                  int format,
                                                  int type,
                                                  long image_buffer_offset)
      • glGetConvolutionParameter

        public static void glGetConvolutionParameter​(int target,
                                                     int pname,
                                                     java.nio.FloatBuffer params)
      • glGetConvolutionParameter

        public static void glGetConvolutionParameter​(int target,
                                                     int pname,
                                                     java.nio.IntBuffer params)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ByteBuffer row,
                                               java.nio.ByteBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ByteBuffer row,
                                               java.nio.DoubleBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ByteBuffer row,
                                               java.nio.FloatBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ByteBuffer row,
                                               java.nio.IntBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ByteBuffer row,
                                               java.nio.ShortBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.DoubleBuffer row,
                                               java.nio.ByteBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.DoubleBuffer row,
                                               java.nio.DoubleBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.DoubleBuffer row,
                                               java.nio.FloatBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.DoubleBuffer row,
                                               java.nio.IntBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.DoubleBuffer row,
                                               java.nio.ShortBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.FloatBuffer row,
                                               java.nio.ByteBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.FloatBuffer row,
                                               java.nio.DoubleBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.FloatBuffer row,
                                               java.nio.FloatBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.FloatBuffer row,
                                               java.nio.IntBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.FloatBuffer row,
                                               java.nio.ShortBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.IntBuffer row,
                                               java.nio.ByteBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.IntBuffer row,
                                               java.nio.DoubleBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.IntBuffer row,
                                               java.nio.FloatBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.IntBuffer row,
                                               java.nio.IntBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.IntBuffer row,
                                               java.nio.ShortBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ShortBuffer row,
                                               java.nio.ByteBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ShortBuffer row,
                                               java.nio.DoubleBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ShortBuffer row,
                                               java.nio.FloatBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ShortBuffer row,
                                               java.nio.IntBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               java.nio.ShortBuffer row,
                                               java.nio.ShortBuffer column)
      • glSeparableFilter2D

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               long row_buffer_offset,
                                               long column_buffer_offset)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ByteBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.DoubleBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.FloatBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.IntBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.ByteBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.DoubleBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.IntBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ByteBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.DoubleBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.IntBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                java.nio.ShortBuffer row,
                                                java.nio.ShortBuffer column,
                                                java.nio.ShortBuffer span)
      • glGetSeparableFilter

        public static void glGetSeparableFilter​(int target,
                                                int format,
                                                int type,
                                                long row_buffer_offset,
                                                long column_buffer_offset,
                                                long span_buffer_offset)