public final class ARBImaging
extends java.lang.Object
Modifier and Type | Method and 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,
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 |
glColorSubTable(int target,
int start,
int count,
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 |
glColorTable(int target,
int internalFormat,
int width,
int format,
int type,
long data_buffer_offset) |
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,
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,
long image_buffer_offset) |
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,
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,
long image_buffer_offset) |
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,
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,
long image_buffer_offset) |
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,
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,
long values_buffer_offset) |
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,
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,
long values_buffer_offset) |
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,
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,
long row_buffer_offset,
long column_buffer_offset,
long span_buffer_offset) |
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,
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,
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.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) |
public static final int GL_CONSTANT_COLOR
public static final int GL_ONE_MINUS_CONSTANT_COLOR
public static final int GL_CONSTANT_ALPHA
public static final int GL_ONE_MINUS_CONSTANT_ALPHA
public static final int GL_BLEND_COLOR
public static final int GL_FUNC_ADD
public static final int GL_MIN
public static final int GL_MAX
public static final int GL_BLEND_EQUATION
public static final int GL_FUNC_SUBTRACT
public static final int GL_FUNC_REVERSE_SUBTRACT
public static final int GL_COLOR_MATRIX
public static final int GL_COLOR_MATRIX_STACK_DEPTH
public static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH
public static final int GL_POST_COLOR_MATRIX_RED_SCALE
public static final int GL_POST_COLOR_MATRIX_GREEN_SCALE
public static final int GL_POST_COLOR_MATRIX_BLUE_SCALE
public static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE
public static final int GL_POST_COLOR_MATRIX_RED_BIAS
public static final int GL_POST_COLOR_MATRIX_GREEN_BIAS
public static final int GL_POST_COLOR_MATRIX_BLUE_BIAS
public static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS
public static final int GL_COLOR_TABLE
public static final int GL_POST_CONVOLUTION_COLOR_TABLE
public static final int GL_POST_COLOR_MATRIX_COLOR_TABLE
public static final int GL_PROXY_COLOR_TABLE
public static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE
public static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE
public static final int GL_COLOR_TABLE_SCALE
public static final int GL_COLOR_TABLE_BIAS
public static final int GL_COLOR_TABLE_FORMAT
public static final int GL_COLOR_TABLE_WIDTH
public static final int GL_COLOR_TABLE_RED_SIZE
public static final int GL_COLOR_TABLE_GREEN_SIZE
public static final int GL_COLOR_TABLE_BLUE_SIZE
public static final int GL_COLOR_TABLE_ALPHA_SIZE
public static final int GL_COLOR_TABLE_LUMINANCE_SIZE
public static final int GL_COLOR_TABLE_INTENSITY_SIZE
public static final int GL_CONVOLUTION_1D
public static final int GL_CONVOLUTION_2D
public static final int GL_SEPARABLE_2D
public static final int GL_CONVOLUTION_BORDER_MODE
public static final int GL_CONVOLUTION_FILTER_SCALE
public static final int GL_CONVOLUTION_FILTER_BIAS
public static final int GL_REDUCE
public static final int GL_CONVOLUTION_FORMAT
public static final int GL_CONVOLUTION_WIDTH
public static final int GL_CONVOLUTION_HEIGHT
public static final int GL_MAX_CONVOLUTION_WIDTH
public static final int GL_MAX_CONVOLUTION_HEIGHT
public static final int GL_POST_CONVOLUTION_RED_SCALE
public static final int GL_POST_CONVOLUTION_GREEN_SCALE
public static final int GL_POST_CONVOLUTION_BLUE_SCALE
public static final int GL_POST_CONVOLUTION_ALPHA_SCALE
public static final int GL_POST_CONVOLUTION_RED_BIAS
public static final int GL_POST_CONVOLUTION_GREEN_BIAS
public static final int GL_POST_CONVOLUTION_BLUE_BIAS
public static final int GL_POST_CONVOLUTION_ALPHA_BIAS
public static final int GL_IGNORE_BORDER
public static final int GL_CONSTANT_BORDER
public static final int GL_REPLICATE_BORDER
public static final int GL_CONVOLUTION_BORDER_COLOR
public static final int GL_HISTOGRAM
public static final int GL_PROXY_HISTOGRAM
public static final int GL_HISTOGRAM_WIDTH
public static final int GL_HISTOGRAM_FORMAT
public static final int GL_HISTOGRAM_RED_SIZE
public static final int GL_HISTOGRAM_GREEN_SIZE
public static final int GL_HISTOGRAM_BLUE_SIZE
public static final int GL_HISTOGRAM_ALPHA_SIZE
public static final int GL_HISTOGRAM_LUMINANCE_SIZE
public static final int GL_HISTOGRAM_SINK
public static final int GL_MINMAX
public static final int GL_MINMAX_FORMAT
public static final int GL_MINMAX_SINK
public static final int GL_TABLE_TOO_LARGE
public static void glColorTable(int target, int internalFormat, int width, int format, int type, java.nio.ByteBuffer data)
public static void glColorTable(int target, int internalFormat, int width, int format, int type, java.nio.DoubleBuffer data)
public static void glColorTable(int target, int internalFormat, int width, int format, int type, java.nio.FloatBuffer data)
public static void glColorTable(int target, int internalFormat, int width, int format, int type, long data_buffer_offset)
public static void glColorSubTable(int target, int start, int count, int format, int type, java.nio.ByteBuffer data)
public static void glColorSubTable(int target, int start, int count, int format, int type, java.nio.DoubleBuffer data)
public static void glColorSubTable(int target, int start, int count, int format, int type, java.nio.FloatBuffer data)
public static void glColorSubTable(int target, int start, int count, int format, int type, long data_buffer_offset)
public static void glColorTableParameter(int target, int pname, java.nio.IntBuffer params)
public static void glColorTableParameter(int target, int pname, java.nio.FloatBuffer params)
public static void glCopyColorSubTable(int target, int start, int x, int y, int width)
public static void glCopyColorTable(int target, int internalformat, int x, int y, int width)
public static void glGetColorTable(int target, int format, int type, java.nio.ByteBuffer data)
public static void glGetColorTable(int target, int format, int type, java.nio.DoubleBuffer data)
public static void glGetColorTable(int target, int format, int type, java.nio.FloatBuffer data)
public static void glGetColorTableParameter(int target, int pname, java.nio.IntBuffer params)
public static void glGetColorTableParameter(int target, int pname, java.nio.FloatBuffer params)
public static void glBlendEquation(int mode)
public static void glBlendColor(float red, float green, float blue, float alpha)
public static void glHistogram(int target, int width, int internalformat, boolean sink)
public static void glResetHistogram(int target)
public static void glGetHistogram(int target, boolean reset, int format, int type, java.nio.ByteBuffer values)
public static void glGetHistogram(int target, boolean reset, int format, int type, java.nio.DoubleBuffer values)
public static void glGetHistogram(int target, boolean reset, int format, int type, java.nio.FloatBuffer values)
public static void glGetHistogram(int target, boolean reset, int format, int type, java.nio.IntBuffer values)
public static void glGetHistogram(int target, boolean reset, int format, int type, java.nio.ShortBuffer values)
public static void glGetHistogram(int target, boolean reset, int format, int type, long values_buffer_offset)
public static void glGetHistogramParameter(int target, int pname, java.nio.FloatBuffer params)
public static void glGetHistogramParameter(int target, int pname, java.nio.IntBuffer params)
public static void glMinmax(int target, int internalformat, boolean sink)
public static void glResetMinmax(int target)
public static void glGetMinmax(int target, boolean reset, int format, int types, java.nio.ByteBuffer values)
public static void glGetMinmax(int target, boolean reset, int format, int types, java.nio.DoubleBuffer values)
public static void glGetMinmax(int target, boolean reset, int format, int types, java.nio.FloatBuffer values)
public static void glGetMinmax(int target, boolean reset, int format, int types, java.nio.IntBuffer values)
public static void glGetMinmax(int target, boolean reset, int format, int types, java.nio.ShortBuffer values)
public static void glGetMinmax(int target, boolean reset, int format, int types, long values_buffer_offset)
public static void glGetMinmaxParameter(int target, int pname, java.nio.FloatBuffer params)
public static void glGetMinmaxParameter(int target, int pname, java.nio.IntBuffer params)
public static void glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, java.nio.ByteBuffer image)
public static void glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, java.nio.DoubleBuffer image)
public static void glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, java.nio.FloatBuffer image)
public static void glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, java.nio.IntBuffer image)
public static void glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, java.nio.ShortBuffer image)
public static void glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, long image_buffer_offset)
public static void glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer image)
public static void glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer image)
public static void glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer image)
public static void glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, long image_buffer_offset)
public static void glConvolutionParameterf(int target, int pname, float params)
public static void glConvolutionParameter(int target, int pname, java.nio.FloatBuffer params)
public static void glConvolutionParameteri(int target, int pname, int params)
public static void glConvolutionParameter(int target, int pname, java.nio.IntBuffer params)
public static void glCopyConvolutionFilter1D(int target, int internalformat, int x, int y, int width)
public static void glCopyConvolutionFilter2D(int target, int internalformat, int x, int y, int width, int height)
public static void glGetConvolutionFilter(int target, int format, int type, java.nio.ByteBuffer image)
public static void glGetConvolutionFilter(int target, int format, int type, java.nio.DoubleBuffer image)
public static void glGetConvolutionFilter(int target, int format, int type, java.nio.FloatBuffer image)
public static void glGetConvolutionFilter(int target, int format, int type, java.nio.IntBuffer image)
public static void glGetConvolutionFilter(int target, int format, int type, java.nio.ShortBuffer image)
public static void glGetConvolutionFilter(int target, int format, int type, long image_buffer_offset)
public static void glGetConvolutionParameter(int target, int pname, java.nio.FloatBuffer params)
public static void glGetConvolutionParameter(int target, int pname, java.nio.IntBuffer params)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.FloatBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.FloatBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.FloatBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.FloatBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.FloatBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column)
public static void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, long row_buffer_offset, long column_buffer_offset)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ByteBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.DoubleBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.FloatBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.IntBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ByteBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.DoubleBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.IntBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column, java.nio.ByteBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column, java.nio.DoubleBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column, java.nio.IntBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, java.nio.ShortBuffer row, java.nio.ShortBuffer column, java.nio.ShortBuffer span)
public static void glGetSeparableFilter(int target, int format, int type, long row_buffer_offset, long column_buffer_offset, long span_buffer_offset)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.