Class ARBImaging


  • public final class ARBImaging
    extends Object

    The GL12 imaging subset extension.

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

      • glColorTable

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

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

        public static void glColorTable​(int target,
                                        int internalFormat,
                                        int width,
                                        int format,
                                        int type,
                                        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,
                                           ByteBuffer data)
      • glColorSubTable

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

        public static void glColorSubTable​(int target,
                                           int start,
                                           int count,
                                           int format,
                                           int type,
                                           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,
                                                 IntBuffer params)
      • glColorTableParameter

        public static void glColorTableParameter​(int target,
                                                 int pname,
                                                 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,
                                           ByteBuffer data)
      • glGetColorTable

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

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

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

        public static void glGetColorTableParameter​(int target,
                                                    int pname,
                                                    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,
                                          ByteBuffer values)
      • glGetHistogram

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

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

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

        public static void glGetHistogram​(int target,
                                          boolean reset,
                                          int format,
                                          int type,
                                          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,
                                                   FloatBuffer params)
      • glGetHistogramParameter

        public static void glGetHistogramParameter​(int target,
                                                   int pname,
                                                   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,
                                       ByteBuffer values)
      • glGetMinmax

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

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

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

        public static void glGetMinmax​(int target,
                                       boolean reset,
                                       int format,
                                       int types,
                                       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,
                                                FloatBuffer params)
      • glGetMinmaxParameter

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

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

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

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

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

        public static void glConvolutionFilter1D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int format,
                                                 int type,
                                                 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,
                                                 ByteBuffer image)
      • glConvolutionFilter2D

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

        public static void glConvolutionFilter2D​(int target,
                                                 int internalformat,
                                                 int width,
                                                 int height,
                                                 int format,
                                                 int type,
                                                 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,
                                                  FloatBuffer params)
      • glConvolutionParameteri

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

        public static void glConvolutionParameter​(int target,
                                                  int pname,
                                                  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,
                                                  ByteBuffer image)
      • glGetConvolutionFilter

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

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

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

        public static void glGetConvolutionFilter​(int target,
                                                  int format,
                                                  int type,
                                                  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,
                                                     FloatBuffer params)
      • glGetConvolutionParameter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public static void glSeparableFilter2D​(int target,
                                               int internalformat,
                                               int width,
                                               int height,
                                               int format,
                                               int type,
                                               ShortBuffer row,
                                               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,
                                                ByteBuffer row,
                                                ByteBuffer column,
                                                ByteBuffer span)
      • glGetSeparableFilter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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