Package org.lwjgl.opengl
Class ARBRobustness
java.lang.Object
org.lwjgl.opengl.ARBRobustness
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
GLenum glGetGraphicsResetStatusARB(void)
static void
glGetnColorTableARB
(int target, int format, int type, float[] table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
static void
glGetnColorTableARB
(int target, int format, int type, int[] table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
static void
glGetnColorTableARB
(int target, int format, int type, int bufSize, long table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
static void
glGetnColorTableARB
(int target, int format, int type, short[] table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
static void
glGetnColorTableARB
(int target, int format, int type, ByteBuffer table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
static void
glGetnColorTableARB
(int target, int format, int type, FloatBuffer table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
static void
glGetnColorTableARB
(int target, int format, int type, IntBuffer table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
static void
glGetnColorTableARB
(int target, int format, int type, ShortBuffer table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
static void
glGetnCompressedTexImageARB
(int target, int level, int bufSize, long img) void glGetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, void * img)
static void
glGetnCompressedTexImageARB
(int target, int level, ByteBuffer img) void glGetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, void * img)
static void
glGetnConvolutionFilterARB
(int target, int format, int type, int bufSize, long image) void glGetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * image)
static void
glGetnConvolutionFilterARB
(int target, int format, int type, ByteBuffer image) void glGetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * image)
static void
glGetnHistogramARB
(int target, boolean reset, int format, int type, int bufSize, long values) void glGetnHistogramARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
static void
glGetnHistogramARB
(int target, boolean reset, int format, int type, ByteBuffer values) void glGetnHistogramARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
static double
glGetnMapdARB
(int target, int query) void glGetnMapdvARB(GLenum target, GLenum query, GLsizei bufSize, GLdouble * data)
static void
glGetnMapdvARB
(int target, int query, double[] data) void glGetnMapdvARB(GLenum target, GLenum query, GLsizei bufSize, GLdouble * data)
static void
glGetnMapdvARB
(int target, int query, DoubleBuffer data) void glGetnMapdvARB(GLenum target, GLenum query, GLsizei bufSize, GLdouble * data)
static float
glGetnMapfARB
(int target, int query) void glGetnMapfvARB(GLenum target, GLenum query, GLsizei bufSize, GLfloat * data)
static void
glGetnMapfvARB
(int target, int query, float[] data) void glGetnMapfvARB(GLenum target, GLenum query, GLsizei bufSize, GLfloat * data)
static void
glGetnMapfvARB
(int target, int query, FloatBuffer data) void glGetnMapfvARB(GLenum target, GLenum query, GLsizei bufSize, GLfloat * data)
static int
glGetnMapiARB
(int target, int query) void glGetnMapivARB(GLenum target, GLenum query, GLsizei bufSize, GLint * data)
static void
glGetnMapivARB
(int target, int query, int[] data) void glGetnMapivARB(GLenum target, GLenum query, GLsizei bufSize, GLint * data)
static void
glGetnMapivARB
(int target, int query, IntBuffer data) void glGetnMapivARB(GLenum target, GLenum query, GLsizei bufSize, GLint * data)
static void
glGetnMinmaxARB
(int target, boolean reset, int format, int type, int bufSize, long values) void glGetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
static void
glGetnMinmaxARB
(int target, boolean reset, int format, int type, ByteBuffer values) void glGetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
static void
glGetnPixelMapfvARB
(int map, float[] data) void glGetnPixelMapfvARB(GLenum map, GLsizei bufSize, GLfloat * data)
static void
glGetnPixelMapfvARB
(int map, FloatBuffer data) void glGetnPixelMapfvARB(GLenum map, GLsizei bufSize, GLfloat * data)
static void
glGetnPixelMapuivARB
(int map, int[] data) void glGetnPixelMapuivARB(GLenum map, GLsizei bufSize, GLuint * data)
static void
glGetnPixelMapuivARB
(int map, IntBuffer data) void glGetnPixelMapuivARB(GLenum map, GLsizei bufSize, GLuint * data)
static void
glGetnPixelMapusvARB
(int map, short[] data) void glGetnPixelMapusvARB(GLenum map, GLsizei bufSize, GLushort * data)
static void
glGetnPixelMapusvARB
(int map, ShortBuffer data) void glGetnPixelMapusvARB(GLenum map, GLsizei bufSize, GLushort * data)
static void
glGetnPolygonStippleARB
(int bufSize, long pattern) void glGetnPolygonStippleARB(GLsizei bufSize, GLubyte * pattern)
static void
glGetnPolygonStippleARB
(ByteBuffer pattern) void glGetnPolygonStippleARB(GLsizei bufSize, GLubyte * pattern)
static void
glGetnSeparableFilterARB
(int target, int format, int type, int rowBufSize, long row, int columnBufSize, long column, @Nullable ByteBuffer span) void glGetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void * row, GLsizei columnBufSize, void * column, void * span)
static void
glGetnSeparableFilterARB
(int target, int format, int type, ByteBuffer row, ByteBuffer column, @Nullable ByteBuffer span) void glGetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void * row, GLsizei columnBufSize, void * column, void * span)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, double[] img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, float[] img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, int[] img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, int bufSize, long img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, short[] img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, ByteBuffer img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, DoubleBuffer img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, FloatBuffer img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, IntBuffer img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
glGetnTexImageARB
(int tex, int level, int format, int type, ShortBuffer img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static double
glGetnUniformdARB
(int program, int location) void glGetnUniformdvARB(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
static void
glGetnUniformdvARB
(int program, int location, double[] params) void glGetnUniformdvARB(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
static void
glGetnUniformdvARB
(int program, int location, DoubleBuffer params) void glGetnUniformdvARB(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
static float
glGetnUniformfARB
(int program, int location) void glGetnUniformfvARB(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
static void
glGetnUniformfvARB
(int program, int location, float[] params) void glGetnUniformfvARB(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
static void
glGetnUniformfvARB
(int program, int location, FloatBuffer params) void glGetnUniformfvARB(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
static int
glGetnUniformiARB
(int program, int location) void glGetnUniformivARB(GLuint program, GLint location, GLsizei bufSize, GLint * params)
static void
glGetnUniformivARB
(int program, int location, int[] params) void glGetnUniformivARB(GLuint program, GLint location, GLsizei bufSize, GLint * params)
static void
glGetnUniformivARB
(int program, int location, IntBuffer params) void glGetnUniformivARB(GLuint program, GLint location, GLsizei bufSize, GLint * params)
static int
glGetnUniformuiARB
(int program, int location) void glGetnUniformuivARB(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
static void
glGetnUniformuivARB
(int program, int location, int[] params) void glGetnUniformuivARB(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
static void
glGetnUniformuivARB
(int program, int location, IntBuffer params) void glGetnUniformuivARB(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
static void
glReadnPixelsARB
(int x, int y, int width, int height, int format, int type, float[] data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
static void
glReadnPixelsARB
(int x, int y, int width, int height, int format, int type, int[] data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
static void
glReadnPixelsARB
(int x, int y, int width, int height, int format, int type, int bufSize, long data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
static void
glReadnPixelsARB
(int x, int y, int width, int height, int format, int type, short[] data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
static void
glReadnPixelsARB
(int x, int y, int width, int height, int format, int type, ByteBuffer data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
static void
glReadnPixelsARB
(int x, int y, int width, int height, int format, int type, FloatBuffer data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
static void
glReadnPixelsARB
(int x, int y, int width, int height, int format, int type, IntBuffer data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
static void
glReadnPixelsARB
(int x, int y, int width, int height, int format, int type, ShortBuffer data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
static void
nglGetnColorTableARB
(int target, int format, int type, int bufSize, long table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
static void
nglGetnCompressedTexImageARB
(int target, int level, int bufSize, long img) void glGetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, void * img)
static void
nglGetnConvolutionFilterARB
(int target, int format, int type, int bufSize, long image) void glGetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * image)
static void
nglGetnHistogramARB
(int target, boolean reset, int format, int type, int bufSize, long values) void glGetnHistogramARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
static void
nglGetnMapdvARB
(int target, int query, int bufSize, long data) void glGetnMapdvARB(GLenum target, GLenum query, GLsizei bufSize, GLdouble * data)
static void
nglGetnMapfvARB
(int target, int query, int bufSize, long data) void glGetnMapfvARB(GLenum target, GLenum query, GLsizei bufSize, GLfloat * data)
static void
nglGetnMapivARB
(int target, int query, int bufSize, long data) void glGetnMapivARB(GLenum target, GLenum query, GLsizei bufSize, GLint * data)
static void
nglGetnMinmaxARB
(int target, boolean reset, int format, int type, int bufSize, long values) void glGetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
static void
nglGetnPixelMapfvARB
(int map, int bufSize, long data) void glGetnPixelMapfvARB(GLenum map, GLsizei bufSize, GLfloat * data)
static void
nglGetnPixelMapuivARB
(int map, int bufSize, long data) void glGetnPixelMapuivARB(GLenum map, GLsizei bufSize, GLuint * data)
static void
nglGetnPixelMapusvARB
(int map, int bufSize, long data) void glGetnPixelMapusvARB(GLenum map, GLsizei bufSize, GLushort * data)
static void
nglGetnPolygonStippleARB
(int bufSize, long pattern) void glGetnPolygonStippleARB(GLsizei bufSize, GLubyte * pattern)
static void
nglGetnSeparableFilterARB
(int target, int format, int type, int rowBufSize, long row, int columnBufSize, long column, long span) void glGetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void * row, GLsizei columnBufSize, void * column, void * span)
static void
nglGetnTexImageARB
(int tex, int level, int format, int type, int bufSize, long img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
static void
nglGetnUniformdvARB
(int program, int location, int bufSize, long params) void glGetnUniformdvARB(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
static void
nglGetnUniformfvARB
(int program, int location, int bufSize, long params) void glGetnUniformfvARB(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
static void
nglGetnUniformivARB
(int program, int location, int bufSize, long params) void glGetnUniformivARB(GLuint program, GLint location, GLsizei bufSize, GLint * params)
static void
nglGetnUniformuivARB
(int program, int location, int bufSize, long params) void glGetnUniformuivARB(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
static void
nglReadnPixelsARB
(int x, int y, int width, int height, int format, int type, int bufSize, long data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
Field Details
-
GL_GUILTY_CONTEXT_RESET_ARB
public static final int GL_GUILTY_CONTEXT_RESET_ARB- See Also:
-
GL_INNOCENT_CONTEXT_RESET_ARB
public static final int GL_INNOCENT_CONTEXT_RESET_ARB- See Also:
-
GL_UNKNOWN_CONTEXT_RESET_ARB
public static final int GL_UNKNOWN_CONTEXT_RESET_ARB- See Also:
-
GL_RESET_NOTIFICATION_STRATEGY_ARB
public static final int GL_RESET_NOTIFICATION_STRATEGY_ARB- See Also:
-
GL_LOSE_CONTEXT_ON_RESET_ARB
public static final int GL_LOSE_CONTEXT_ON_RESET_ARB- See Also:
-
GL_NO_RESET_NOTIFICATION_ARB
public static final int GL_NO_RESET_NOTIFICATION_ARB- See Also:
-
GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB
public static final int GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB- See Also:
-
-
Method Details
-
glGetGraphicsResetStatusARB
public static int glGetGraphicsResetStatusARB()GLenum glGetGraphicsResetStatusARB(void)
-
nglGetnMapdvARB
public static void nglGetnMapdvARB(int target, int query, int bufSize, long data) void glGetnMapdvARB(GLenum target, GLenum query, GLsizei bufSize, GLdouble * data)
-
glGetnMapdvARB
void glGetnMapdvARB(GLenum target, GLenum query, GLsizei bufSize, GLdouble * data)
-
glGetnMapdARB
public static double glGetnMapdARB(int target, int query) void glGetnMapdvARB(GLenum target, GLenum query, GLsizei bufSize, GLdouble * data)
-
nglGetnMapfvARB
public static void nglGetnMapfvARB(int target, int query, int bufSize, long data) void glGetnMapfvARB(GLenum target, GLenum query, GLsizei bufSize, GLfloat * data)
-
glGetnMapfvARB
void glGetnMapfvARB(GLenum target, GLenum query, GLsizei bufSize, GLfloat * data)
-
glGetnMapfARB
public static float glGetnMapfARB(int target, int query) void glGetnMapfvARB(GLenum target, GLenum query, GLsizei bufSize, GLfloat * data)
-
nglGetnMapivARB
public static void nglGetnMapivARB(int target, int query, int bufSize, long data) void glGetnMapivARB(GLenum target, GLenum query, GLsizei bufSize, GLint * data)
-
glGetnMapivARB
void glGetnMapivARB(GLenum target, GLenum query, GLsizei bufSize, GLint * data)
-
glGetnMapiARB
public static int glGetnMapiARB(int target, int query) void glGetnMapivARB(GLenum target, GLenum query, GLsizei bufSize, GLint * data)
-
nglGetnPixelMapfvARB
public static void nglGetnPixelMapfvARB(int map, int bufSize, long data) void glGetnPixelMapfvARB(GLenum map, GLsizei bufSize, GLfloat * data)
-
glGetnPixelMapfvARB
void glGetnPixelMapfvARB(GLenum map, GLsizei bufSize, GLfloat * data)
-
nglGetnPixelMapuivARB
public static void nglGetnPixelMapuivARB(int map, int bufSize, long data) void glGetnPixelMapuivARB(GLenum map, GLsizei bufSize, GLuint * data)
-
glGetnPixelMapuivARB
void glGetnPixelMapuivARB(GLenum map, GLsizei bufSize, GLuint * data)
-
nglGetnPixelMapusvARB
public static void nglGetnPixelMapusvARB(int map, int bufSize, long data) void glGetnPixelMapusvARB(GLenum map, GLsizei bufSize, GLushort * data)
-
glGetnPixelMapusvARB
void glGetnPixelMapusvARB(GLenum map, GLsizei bufSize, GLushort * data)
-
nglGetnPolygonStippleARB
public static void nglGetnPolygonStippleARB(int bufSize, long pattern) void glGetnPolygonStippleARB(GLsizei bufSize, GLubyte * pattern)
-
glGetnPolygonStippleARB
public static void glGetnPolygonStippleARB(int bufSize, long pattern) void glGetnPolygonStippleARB(GLsizei bufSize, GLubyte * pattern)
-
glGetnPolygonStippleARB
void glGetnPolygonStippleARB(GLsizei bufSize, GLubyte * pattern)
-
nglGetnTexImageARB
public static void nglGetnTexImageARB(int tex, int level, int format, int type, int bufSize, long img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glGetnTexImageARB
public static void glGetnTexImageARB(int tex, int level, int format, int type, int bufSize, long img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glGetnTexImageARB
void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glGetnTexImageARB
void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glGetnTexImageARB
void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glGetnTexImageARB
void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glGetnTexImageARB
void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
nglReadnPixelsARB
public static void nglReadnPixelsARB(int x, int y, int width, int height, int format, int type, int bufSize, long data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
glReadnPixelsARB
public static void glReadnPixelsARB(int x, int y, int width, int height, int format, int type, int bufSize, long data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
glReadnPixelsARB
public static void glReadnPixelsARB(int x, int y, int width, int height, int format, int type, ByteBuffer data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
glReadnPixelsARB
public static void glReadnPixelsARB(int x, int y, int width, int height, int format, int type, ShortBuffer data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
glReadnPixelsARB
public static void glReadnPixelsARB(int x, int y, int width, int height, int format, int type, IntBuffer data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
glReadnPixelsARB
public static void glReadnPixelsARB(int x, int y, int width, int height, int format, int type, FloatBuffer data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
nglGetnColorTableARB
public static void nglGetnColorTableARB(int target, int format, int type, int bufSize, long table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
-
glGetnColorTableARB
public static void glGetnColorTableARB(int target, int format, int type, int bufSize, long table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
-
glGetnColorTableARB
void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
-
glGetnColorTableARB
void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
-
glGetnColorTableARB
void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
-
glGetnColorTableARB
void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
-
nglGetnConvolutionFilterARB
public static void nglGetnConvolutionFilterARB(int target, int format, int type, int bufSize, long image) void glGetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * image)
-
glGetnConvolutionFilterARB
public static void glGetnConvolutionFilterARB(int target, int format, int type, int bufSize, long image) void glGetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * image)
-
glGetnConvolutionFilterARB
void glGetnConvolutionFilterARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * image)
-
nglGetnSeparableFilterARB
public static void nglGetnSeparableFilterARB(int target, int format, int type, int rowBufSize, long row, int columnBufSize, long column, long span) void glGetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void * row, GLsizei columnBufSize, void * column, void * span)
-
glGetnSeparableFilterARB
public static void glGetnSeparableFilterARB(int target, int format, int type, int rowBufSize, long row, int columnBufSize, long column, @Nullable ByteBuffer span) void glGetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void * row, GLsizei columnBufSize, void * column, void * span)
-
glGetnSeparableFilterARB
public static void glGetnSeparableFilterARB(int target, int format, int type, ByteBuffer row, ByteBuffer column, @Nullable ByteBuffer span) void glGetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void * row, GLsizei columnBufSize, void * column, void * span)
-
nglGetnHistogramARB
public static void nglGetnHistogramARB(int target, boolean reset, int format, int type, int bufSize, long values) void glGetnHistogramARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
-
glGetnHistogramARB
public static void glGetnHistogramARB(int target, boolean reset, int format, int type, int bufSize, long values) void glGetnHistogramARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
-
glGetnHistogramARB
public static void glGetnHistogramARB(int target, boolean reset, int format, int type, ByteBuffer values) void glGetnHistogramARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
-
nglGetnMinmaxARB
public static void nglGetnMinmaxARB(int target, boolean reset, int format, int type, int bufSize, long values) void glGetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
-
glGetnMinmaxARB
public static void glGetnMinmaxARB(int target, boolean reset, int format, int type, int bufSize, long values) void glGetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
-
glGetnMinmaxARB
public static void glGetnMinmaxARB(int target, boolean reset, int format, int type, ByteBuffer values) void glGetnMinmaxARB(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void * values)
-
nglGetnCompressedTexImageARB
public static void nglGetnCompressedTexImageARB(int target, int level, int bufSize, long img) void glGetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, void * img)
-
glGetnCompressedTexImageARB
public static void glGetnCompressedTexImageARB(int target, int level, int bufSize, long img) void glGetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, void * img)
-
glGetnCompressedTexImageARB
void glGetnCompressedTexImageARB(GLenum target, GLint level, GLsizei bufSize, void * img)
-
nglGetnUniformfvARB
public static void nglGetnUniformfvARB(int program, int location, int bufSize, long params) void glGetnUniformfvARB(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
-
glGetnUniformfvARB
void glGetnUniformfvARB(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
-
glGetnUniformfARB
public static float glGetnUniformfARB(int program, int location) void glGetnUniformfvARB(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
-
nglGetnUniformivARB
public static void nglGetnUniformivARB(int program, int location, int bufSize, long params) void glGetnUniformivARB(GLuint program, GLint location, GLsizei bufSize, GLint * params)
-
glGetnUniformivARB
void glGetnUniformivARB(GLuint program, GLint location, GLsizei bufSize, GLint * params)
-
glGetnUniformiARB
public static int glGetnUniformiARB(int program, int location) void glGetnUniformivARB(GLuint program, GLint location, GLsizei bufSize, GLint * params)
-
nglGetnUniformuivARB
public static void nglGetnUniformuivARB(int program, int location, int bufSize, long params) void glGetnUniformuivARB(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
-
glGetnUniformuivARB
void glGetnUniformuivARB(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
-
glGetnUniformuiARB
public static int glGetnUniformuiARB(int program, int location) void glGetnUniformuivARB(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
-
nglGetnUniformdvARB
public static void nglGetnUniformdvARB(int program, int location, int bufSize, long params) void glGetnUniformdvARB(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
-
glGetnUniformdvARB
void glGetnUniformdvARB(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
-
glGetnUniformdARB
public static double glGetnUniformdARB(int program, int location) void glGetnUniformdvARB(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
-
glGetnMapdvARB
public static void glGetnMapdvARB(int target, int query, double[] data) void glGetnMapdvARB(GLenum target, GLenum query, GLsizei bufSize, GLdouble * data)
-
glGetnMapfvARB
public static void glGetnMapfvARB(int target, int query, float[] data) void glGetnMapfvARB(GLenum target, GLenum query, GLsizei bufSize, GLfloat * data)
-
glGetnMapivARB
public static void glGetnMapivARB(int target, int query, int[] data) void glGetnMapivARB(GLenum target, GLenum query, GLsizei bufSize, GLint * data)
-
glGetnPixelMapfvARB
public static void glGetnPixelMapfvARB(int map, float[] data) void glGetnPixelMapfvARB(GLenum map, GLsizei bufSize, GLfloat * data)
-
glGetnPixelMapuivARB
public static void glGetnPixelMapuivARB(int map, int[] data) void glGetnPixelMapuivARB(GLenum map, GLsizei bufSize, GLuint * data)
-
glGetnPixelMapusvARB
public static void glGetnPixelMapusvARB(int map, short[] data) void glGetnPixelMapusvARB(GLenum map, GLsizei bufSize, GLushort * data)
-
glGetnTexImageARB
public static void glGetnTexImageARB(int tex, int level, int format, int type, short[] img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glGetnTexImageARB
public static void glGetnTexImageARB(int tex, int level, int format, int type, int[] img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glGetnTexImageARB
public static void glGetnTexImageARB(int tex, int level, int format, int type, float[] img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glGetnTexImageARB
public static void glGetnTexImageARB(int tex, int level, int format, int type, double[] img) void glGetnTexImageARB(GLenum tex, GLint level, GLenum format, GLenum type, GLsizei bufSize, void * img)
-
glReadnPixelsARB
public static void glReadnPixelsARB(int x, int y, int width, int height, int format, int type, short[] data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
glReadnPixelsARB
public static void glReadnPixelsARB(int x, int y, int width, int height, int format, int type, int[] data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
glReadnPixelsARB
public static void glReadnPixelsARB(int x, int y, int width, int height, int format, int type, float[] data) void glReadnPixelsARB(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data)
-
glGetnColorTableARB
public static void glGetnColorTableARB(int target, int format, int type, short[] table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
-
glGetnColorTableARB
public static void glGetnColorTableARB(int target, int format, int type, int[] table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
-
glGetnColorTableARB
public static void glGetnColorTableARB(int target, int format, int type, float[] table) void glGetnColorTableARB(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void * table)
-
glGetnUniformfvARB
public static void glGetnUniformfvARB(int program, int location, float[] params) void glGetnUniformfvARB(GLuint program, GLint location, GLsizei bufSize, GLfloat * params)
-
glGetnUniformivARB
public static void glGetnUniformivARB(int program, int location, int[] params) void glGetnUniformivARB(GLuint program, GLint location, GLsizei bufSize, GLint * params)
-
glGetnUniformuivARB
public static void glGetnUniformuivARB(int program, int location, int[] params) void glGetnUniformuivARB(GLuint program, GLint location, GLsizei bufSize, GLuint * params)
-
glGetnUniformdvARB
public static void glGetnUniformdvARB(int program, int location, double[] params) void glGetnUniformdvARB(GLuint program, GLint location, GLsizei bufSize, GLdouble * params)
-