4package com.jogamp.opengl;
7import com.jogamp.opengl.*;
8import com.jogamp.opengl.fixedfunc.*;
10import com.jogamp.gluegen.runtime.*;
11import com.jogamp.common.os.*;
12import com.jogamp.common.nio.*;
14import com.jogamp.common.util.*;
17import java.util.HashMap;
18import java.nio.charset.Charset;
19import java.nio.charset.StandardCharsets;
1451 public static final int GL_Q = 0x2003;
1453 public static final int GL_S = 0x2000;
1455 public static final int GL_R = 0x2002;
1457 public static final int GL_T = 0x2001;
2998 public void glClipPlane(
int plane,
double[] equation,
int equation_offset);
3037 public void glRotated(
double angle,
double x,
double y,
double z);
3287 public void glColor3d(
double red,
double green,
double blue);
3308 public void glColor4b(
byte red,
byte green,
byte blue,
byte alpha);
3311 public void glColor4d(
double red,
double green,
double blue,
double alpha);
3314 public void glColor4i(
int red,
int green,
int blue,
int alpha);
3317 public void glColor4s(
short red,
short green,
short blue,
short alpha);
3323 public void glColor4us(
short red,
short green,
short blue,
short alpha);
3718 public void glRectd(
double x1,
double y1,
double x2,
double y2);
3721 public void glRectf(
float x1,
float y1,
float x2,
float y2);
3724 public void glRecti(
int x1,
int y1,
int x2,
int y2);
3727 public void glRects(
short x1,
short y1,
short x2,
short y2);
3732 public void glRectdv(DoubleBuffer v1, DoubleBuffer v2);
3735 public void glRectdv(
double[] v1,
int v1_offset,
double[] v2,
int v2_offset);
3743 public void glRectfv(
float[] v1,
int v1_offset,
float[] v2,
int v2_offset);
3751 public void glRectiv(
int[] v1,
int v1_offset,
int[] v2,
int v2_offset);
3759 public void glRectsv(
short[] v1,
int v1_offset,
short[] v2,
int v2_offset);
3766 public void glLightiv(
int light,
int pname, IntBuffer params);
3769 public void glLightiv(
int light,
int pname,
int[] params,
int params_offset);
3776 public void glGetLightiv(
int light,
int pname,
int[] params,
int params_offset);
3796 public void glMaterialiv(
int face,
int pname,
int[] params,
int params_offset);
3822 public void glPixelMapfv(
int map,
int mapsize,
float[] values,
int values_offset);
3832 public void glPixelMapuiv(
int map,
int mapsize,
int[] values,
int values_offset);
3842 public void glPixelMapusv(
int map,
int mapsize,
short[] values,
int values_offset);
3879 public void glBitmap(
int width,
int height,
float xorig,
float yorig,
float xmove,
float ymove, ByteBuffer bitmap);
3882 public void glBitmap(
int width,
int height,
float xorig,
float yorig,
float xmove,
float ymove,
byte[] bitmap,
int bitmap_offset);
3885 public void glBitmap(
int width,
int height,
float xorig,
float yorig,
float xmove,
float ymove,
long bitmap_buffer_offset);
3889 public void glDrawPixels(
int width,
int height,
int format,
int type, Buffer pixels);
3892 public void glDrawPixels(
int width,
int height,
int format,
int type,
long pixels_buffer_offset);
3908 public void glTexGendv(
int coord,
int pname, DoubleBuffer params);
3911 public void glTexGendv(
int coord,
int pname,
double[] params,
int params_offset);
3915 public void glTexGenfv(
int coord,
int pname, FloatBuffer params);
3918 public void glTexGenfv(
int coord,
int pname,
float[] params,
int params_offset);
3925 public void glTexGeniv(
int coord,
int pname,
int[] params,
int params_offset);
3932 public void glGetTexGendv(
int coord,
int pname,
double[] params,
int params_offset);
3939 public void glGetTexGenfv(
int coord,
int pname,
float[] params,
int params_offset);
3946 public void glGetTexGeniv(
int coord,
int pname,
int[] params,
int params_offset);
3950 public void glMap1d(
int target,
double u1,
double u2,
int stride,
int order, DoubleBuffer points);
3953 public void glMap1d(
int target,
double u1,
double u2,
int stride,
int order,
double[] points,
int points_offset);
3957 public void glMap1f(
int target,
float u1,
float u2,
int stride,
int order, FloatBuffer points);
3960 public void glMap1f(
int target,
float u1,
float u2,
int stride,
int order,
float[] points,
int points_offset);
3964 public void glMap2d(
int target,
double u1,
double u2,
int ustride,
int uorder,
double v1,
double v2,
int vstride,
int vorder, DoubleBuffer points);
3967 public void glMap2d(
int target,
double u1,
double u2,
int ustride,
int uorder,
double v1,
double v2,
int vstride,
int vorder,
double[] points,
int points_offset);
3971 public void glMap2f(
int target,
float u1,
float u2,
int ustride,
int uorder,
float v1,
float v2,
int vstride,
int vorder, FloatBuffer points);
3974 public void glMap2f(
int target,
float u1,
float u2,
int ustride,
int uorder,
float v1,
float v2,
int vstride,
int vorder,
float[] points,
int points_offset);
3981 public void glGetMapdv(
int target,
int query,
double[] v,
int v_offset);
3988 public void glGetMapfv(
int target,
int query,
float[] v,
int v_offset);
3995 public void glGetMapiv(
int target,
int query,
int[] v,
int v_offset);
4044 public void glMapGrid2d(
int un,
double u1,
double u2,
int vn,
double v1,
double v2);
4047 public void glMapGrid2f(
int un,
float u1,
float u2,
int vn,
float v1,
float v2);
4069 public void glFogiv(
int pname,
int[] params,
int params_offset);
4137 public void glPrioritizeTextures(
int n,
int[] textures,
int textures_offset,
float[] priorities,
int priorities_offset);
4145 public boolean glAreTexturesResident(
int n,
int[] textures,
int textures_offset,
byte[] residences,
int residences_offset);
4546 public void glGetnMapdv(
int target,
int query,
int bufSize, DoubleBuffer v);
4549 public void glGetnMapdv(
int target,
int query,
int bufSize,
double[] v,
int v_offset);
4553 public void glGetnMapfv(
int target,
int query,
int bufSize, FloatBuffer v);
4556 public void glGetnMapfv(
int target,
int query,
int bufSize,
float[] v,
int v_offset);
4560 public void glGetnMapiv(
int target,
int query,
int bufSize, IntBuffer v);
4563 public void glGetnMapiv(
int target,
int query,
int bufSize,
int[] v,
int v_offset);
4605 public void glGetnSeparableFilter(
int target,
int format,
int type,
int rowBufSize, Buffer row,
int columnBufSize, Buffer column, Buffer span);
4609 public void glGetnHistogram(
int target,
boolean reset,
int format,
int type,
int bufSize, Buffer values);
4613 public void glGetnMinmax(
int target,
boolean reset,
int format,
int type,
int bufSize, Buffer values);
4719 public void glColorTable(
int target,
int internalformat,
int width,
int format,
int type, Buffer table);
4722 public void glColorTable(
int target,
int internalformat,
int width,
int format,
int type,
long table_buffer_offset);
4764 public void glColorSubTable(
int target,
int start,
int count,
int format,
int type, Buffer data);
4767 public void glColorSubTable(
int target,
int start,
int count,
int format,
int type,
long data_buffer_offset);
4777 public void glConvolutionFilter1D(
int target,
int internalformat,
int width,
int format,
int type,
long image_buffer_offset);
4781 public void glConvolutionFilter2D(
int target,
int internalformat,
int width,
int height,
int format,
int type, Buffer image);
4784 public void glConvolutionFilter2D(
int target,
int internalformat,
int width,
int height,
int format,
int type,
long image_buffer_offset);
4840 public void glGetSeparableFilter(
int target,
int format,
int type,
long row_buffer_offset,
long column_buffer_offset,
long span_buffer_offset);
4845 public void glSeparableFilter2D(
int target,
int internalformat,
int width,
int height,
int format,
int type, Buffer row, Buffer column);
4848 public void glSeparableFilter2D(
int target,
int internalformat,
int width,
int height,
int format,
int type,
long row_buffer_offset,
long column_buffer_offset);
4852 public void glGetHistogram(
int target,
boolean reset,
int format,
int type, Buffer values);
4855 public void glGetHistogram(
int target,
boolean reset,
int format,
int type,
long values_buffer_offset);
4873 public void glGetMinmax(
int target,
boolean reset,
int format,
int type, Buffer values);
4876 public void glGetMinmax(
int target,
boolean reset,
int format,
int type,
long values_buffer_offset);
4893 public void glHistogram(
int target,
int width,
int internalformat,
boolean sink);
4896 public void glMinmax(
int target,
int internalformat,
boolean sink);
4952 public void glShaderSourceARB(
long shaderObj,
int count, String[]
string,
int[] length,
int length_offset);
5090 public void glGetInfoLogARB(
long obj,
int maxLength, IntBuffer length, ByteBuffer infoLog);
5093 public void glGetInfoLogARB(
long obj,
int maxLength,
int[] length,
int length_offset,
byte[] infoLog,
int infoLog_offset);
5111 public void glGetActiveUniformARB(
long programObj,
int index,
int maxLength, IntBuffer length, IntBuffer size, IntBuffer type, ByteBuffer name);
5114 public void glGetActiveUniformARB(
long programObj,
int index,
int maxLength,
int[] length,
int length_offset,
int[] size,
int size_offset,
int[] type,
int type_offset,
byte[] name,
int name_offset);
5136 public void glGetShaderSourceARB(
long obj,
int maxLength,
int[] length,
int length_offset,
byte[] source,
int source_offset);
5557 public int glQueryMatrixxOES(
int[] mantissa,
int mantissa_offset,
int[] exponent,
int exponent_offset);
5564 public void glClipPlanef(
int plane,
float[] equation,
int equation_offset);
5760 public void glGenNamesAMD(
int identifier,
int num,
int[] names,
int names_offset);
5790 public void glGetPerfMonitorCountersAMD(
int group,
int[] numCounters,
int numCounters_offset,
int[] maxActiveCounters,
int maxActiveCounters_offset,
int counterSize,
int[] counters,
int counters_offset);
5848 public void glTexStorageSparseAMD(
int target,
int internalFormat,
int width,
int height,
int depth,
int layers,
int flags);
5851 public void glTextureStorageSparseAMD(
int texture,
int target,
int internalFormat,
int width,
int height,
int depth,
int layers,
int flags);
5898 public void glMapVertexAttrib1dAPPLE(
int index,
int size,
double u1,
double u2,
int stride,
int order,
double[] points,
int points_offset);
5905 public void glMapVertexAttrib1fAPPLE(
int index,
int size,
float u1,
float u2,
int stride,
int order,
float[] points,
int points_offset);
5909 public void glMapVertexAttrib2dAPPLE(
int index,
int size,
double u1,
double u2,
int ustride,
int uorder,
double v1,
double v2,
int vstride,
int vorder, DoubleBuffer points);
5912 public void glMapVertexAttrib2dAPPLE(
int index,
int size,
double u1,
double u2,
int ustride,
int uorder,
double v1,
double v2,
int vstride,
int vorder,
double[] points,
int points_offset);
5916 public void glMapVertexAttrib2fAPPLE(
int index,
int size,
float u1,
float u2,
int ustride,
int uorder,
float v1,
float v2,
int vstride,
int vorder, FloatBuffer points);
5919 public void glMapVertexAttrib2fAPPLE(
int index,
int size,
float u1,
float u2,
int ustride,
int uorder,
float v1,
float v2,
int vstride,
int vorder,
float[] points,
int points_offset);
6016 public void glMatrixFrustumEXT(
int mode,
double left,
double right,
double bottom,
double top,
double zNear,
double zFar);
6019 public void glMatrixOrthoEXT(
int mode,
double left,
double right,
double bottom,
double top,
double zNear,
double zFar);
6055 public void glTextureImage1DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int border,
int format,
int type, Buffer pixels);
6058 public void glTextureImage1DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int border,
int format,
int type,
long pixels_buffer_offset);
6062 public void glTextureImage2DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int border,
int format,
int type, Buffer pixels);
6065 public void glTextureImage2DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int border,
int format,
int type,
long pixels_buffer_offset);
6069 public void glTextureSubImage1DEXT(
int texture,
int target,
int level,
int xoffset,
int width,
int format,
int type, Buffer pixels);
6072 public void glTextureSubImage1DEXT(
int texture,
int target,
int level,
int xoffset,
int width,
int format,
int type,
long pixels_buffer_offset);
6076 public void glTextureSubImage2DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type, Buffer pixels);
6079 public void glTextureSubImage2DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type,
long pixels_buffer_offset);
6085 public void glCopyTextureImage2DEXT(
int texture,
int target,
int level,
int internalformat,
int x,
int y,
int width,
int height,
int border);
6127 public void glTextureImage3DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int format,
int type, Buffer pixels);
6130 public void glTextureImage3DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int format,
int type,
long pixels_buffer_offset);
6134 public void glTextureSubImage3DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type, Buffer pixels);
6137 public void glTextureSubImage3DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
long pixels_buffer_offset);
6140 public void glCopyTextureSubImage3DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int x,
int y,
int width,
int height);
6256 public void glMultiTexImage1DEXT(
int texunit,
int target,
int level,
int internalformat,
int width,
int border,
int format,
int type, Buffer pixels);
6260 public void glMultiTexImage2DEXT(
int texunit,
int target,
int level,
int internalformat,
int width,
int height,
int border,
int format,
int type, Buffer pixels);
6264 public void glMultiTexSubImage1DEXT(
int texunit,
int target,
int level,
int xoffset,
int width,
int format,
int type, Buffer pixels);
6268 public void glMultiTexSubImage2DEXT(
int texunit,
int target,
int level,
int xoffset,
int yoffset,
int width,
int height,
int format,
int type, Buffer pixels);
6274 public void glCopyMultiTexImage2DEXT(
int texunit,
int target,
int level,
int internalformat,
int x,
int y,
int width,
int height,
int border);
6316 public void glMultiTexImage3DEXT(
int texunit,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int format,
int type, Buffer pixels);
6320 public void glMultiTexSubImage3DEXT(
int texunit,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type, Buffer pixels);
6323 public void glCopyMultiTexSubImage3DEXT(
int texunit,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int x,
int y,
int width,
int height);
6370 public void glCompressedTextureImage3DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int imageSize, Buffer bits);
6374 public void glCompressedTextureImage2DEXT(
int texture,
int target,
int level,
int internalformat,
int width,
int height,
int border,
int imageSize, Buffer bits);
6382 public void glCompressedTextureSubImage3DEXT(
int texture,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int imageSize, Buffer bits);
6398 public void glCompressedMultiTexImage3DEXT(
int texunit,
int target,
int level,
int internalformat,
int width,
int height,
int depth,
int border,
int imageSize, Buffer bits);
6410 public void glCompressedMultiTexSubImage3DEXT(
int texunit,
int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int imageSize, Buffer bits);
6960 public void glTexturePageCommitmentEXT(
int texture,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
boolean commit);
7094 public void glSwizzleEXT(
int res,
int in,
int outX,
int outY,
int outZ,
int outW);
7299 public ByteBuffer
glMapTexture2DINTEL(
int texture,
int level,
int access, IntBuffer stride, IntBuffer layout);
7302 public ByteBuffer
glMapTexture2DINTEL(
int texture,
int level,
int access,
int[] stride,
int stride_offset,
int[] layout,
int layout_offset);
7342 public void glGetPerfCounterInfoINTEL(
int queryId,
int counterId,
int counterNameLength, ByteBuffer counterName,
int counterDescLength, ByteBuffer counterDesc, IntBuffer counterOffset, IntBuffer counterDataSize, IntBuffer counterTypeEnum, IntBuffer counterDataTypeEnum, LongBuffer rawCounterMaxValue);
7345 public void glGetPerfCounterInfoINTEL(
int queryId,
int counterId,
int counterNameLength,
byte[] counterName,
int counterName_offset,
int counterDescLength,
byte[] counterDesc,
int counterDesc_offset,
int[] counterOffset,
int counterOffset_offset,
int[] counterDataSize,
int counterDataSize_offset,
int[] counterTypeEnum,
int counterTypeEnum_offset,
int[] counterDataTypeEnum,
int counterDataTypeEnum_offset,
long[] rawCounterMaxValue,
int rawCounterMaxValue_offset);
7354 public void glGetPerfQueryDataINTEL(
int queryHandle,
int flags,
int dataSize, Buffer data,
int[] bytesWritten,
int bytesWritten_offset);
7370 public void glGetPerfQueryInfoINTEL(
int queryId,
int queryNameLength, ByteBuffer queryName, IntBuffer dataSize, IntBuffer noCounters, IntBuffer noInstances, IntBuffer capsMask);
7373 public void glGetPerfQueryInfoINTEL(
int queryId,
int queryNameLength,
byte[] queryName,
int queryName_offset,
int[] dataSize,
int dataSize_offset,
int[] noCounters,
int noCounters_offset,
int[] noInstances,
int noInstances_offset,
int[] capsMask,
int capsMask_offset);
7426 public void glDrawCommandsNV(
int primitiveMode,
int buffer, PointerBuffer indirects, IntBuffer sizes,
int count);
7430 public void glDrawCommandsNV(
int primitiveMode,
int buffer, PointerBuffer indirects,
int[] sizes,
int sizes_offset,
int count);
7438 public void glDrawCommandsAddressNV(
int primitiveMode,
long[] indirects,
int indirects_offset,
int[] sizes,
int sizes_offset,
int count);
7445 public void glDrawCommandsStatesNV(
int buffer, PointerBuffer indirects, IntBuffer sizes, IntBuffer states, IntBuffer fbos,
int count);
7449 public void glDrawCommandsStatesNV(
int buffer, PointerBuffer indirects,
int[] sizes,
int sizes_offset,
int[] states,
int states_offset,
int[] fbos,
int fbos_offset,
int count);
7459 public void glDrawCommandsStatesAddressNV(
long[] indirects,
int indirects_offset,
int[] sizes,
int sizes_offset,
int[] states,
int states_offset,
int[] fbos,
int fbos_offset,
int count);
7487 public void glListDrawCommandsStatesClientNV(
int list,
int segment, PointerBuffer indirects,
int[] sizes,
int sizes_offset,
int[] states,
int states_offset,
int[] fbos,
int fbos_offset,
int count);
7505 public void glCopyImageSubDataNV(
int srcName,
int srcTarget,
int srcLevel,
int srcX,
int srcY,
int srcZ,
int dstName,
int dstTarget,
int dstLevel,
int dstX,
int dstY,
int dstZ,
int width,
int height,
int depth);
7508 public void glDrawTextureNV(
int texture,
int sampler,
float x0,
float y0,
float x1,
float y1,
float z,
float s0,
float t0,
float s1,
float t1);
7512 public void glMapControlPointsNV(
int target,
int index,
int type,
int ustride,
int vstride,
int uorder,
int vorder,
boolean packed, Buffer points);
7766 public void glColor4h(
short red,
short green,
short blue,
short alpha);
8111 public void glVDPAUGetSurfaceivNV(
long surface,
int pname,
int bufSize,
int[] length,
int length_offset,
int[] values,
int values_offset);
8390 public int glVideoCaptureNV(
int video_capture_slot, IntBuffer sequence_num, LongBuffer capture_time);
8393 public int glVideoCaptureNV(
int video_capture_slot,
int[] sequence_num,
int sequence_num_offset,
long[] capture_time,
int capture_time_offset);
OpenGL buffer storage object reflecting it's.
A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeExceptio...
void glRects(short x1, short y1, short x2, short y2)
Entry point to C language function: void {@native glRects}(GLshort x1, GLshort y1,...
void glSecondaryColor3ub(byte red, byte green, byte blue)
Entry point to C language function: void {@native glSecondaryColor3ub}(GLubyte red,...
static final int GL_CURRENT_MATRIX_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_CURRENT_MATRIX_ARB" with expression '0x8641...
void glColorMaterial(int face, int mode)
Entry point to C language function: void {@native glColorMaterial}(GLenum face, GLenum mode) Part ...
static final int GL_RGBA_FLOAT32_APPLE
GL_APPLE_float_pixels Define "GL_RGBA_FLOAT32_APPLE" with expression '0x8814', CType: int
void glEndConditionalRenderNVX()
Entry point to C language function: void {@native glEndConditionalRenderNVX}() Part of GL_NVX_cond...
static final int GL_MODELVIEW9_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW9_ARB" with expression '0x8729', CType: int
static final int GL_FOG_COORDINATE_ARRAY_STRIDE
GL_VERSION_1_4, GL_EXT_fog_coord Alias for: GL_FOG_COORDINATE_ARRAY_STRIDE_EXT Define "GL_FOG_COORDI...
void glCullParameterfvEXT(int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glCullParameterfvEXT}(GLenum pname,...
void glGetProgramSubroutineParameteruivNV(int target, int index, int[] param, int param_offset)
Entry point to C language function: void {@native glGetProgramSubroutineParameteruivNV}(GLenum targe...
static final int GL_PIXEL_COUNT_AVAILABLE_NV
GL_NV_occlusion_query Define "GL_PIXEL_COUNT_AVAILABLE_NV" with expression '0x8867',...
void glRasterPos2i(int x, int y)
Entry point to C language function: void {@native glRasterPos2i}(GLint x, GLint y) Part of GL_VERS...
void glGetPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, Buffer data, int[] bytesWritten, int bytesWritten_offset)
Entry point to C language function: void {@native glGetPerfQueryDataINTEL}(GLuint queryHandle,...
static final int GL_ABGR_EXT
GL_EXT_abgr Define "GL_ABGR_EXT" with expression '0x8000', CType: int
static final int GL_PIXEL_MAP_S_TO_S
GL_VERSION_1_0 Define "GL_PIXEL_MAP_S_TO_S" with expression '0x0C71', CType: int
void glMatrixMultfEXT(int mode, float[] m, int m_offset)
Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m) ...
void glProgramUniform4dvEXT(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program,...
void glRectiv(int[] v1, int v1_offset, int[] v2, int v2_offset)
Entry point to C language function: void {@native glRectiv}(const GLint * v1, const GLint * v2) Pa...
void glWindowPos2sv(short[] v, int v_offset)
Entry point to C language function: void {@native glWindowPos2sv}(const GLshort * v) Part of GL_VE...
void glVertexAttribI2iEXT(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2iEXT}(GLuint index,...
GLBufferStorage mapNamedBufferRangeEXT(final int bufferName, final long offset, final long length, final int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferRangeEXT(....
static final int GL_VIDEO_CAPTURE_FRAME_WIDTH_NV
GL_NV_video_capture Define "GL_VIDEO_CAPTURE_FRAME_WIDTH_NV" with expression '0x9038',...
static final int GL_LUMINANCE_ALPHA_FLOAT32_ATI
GL_ATI_texture_float Define "GL_LUMINANCE_ALPHA_FLOAT32_ATI" with expression '0x8819',...
static final int GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV
GL_NV_video_capture Define "GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV" with expression '0x9035',...
void glGenOcclusionQueriesNV(int n, IntBuffer ids)
Entry point to C language function: void {@native glGenOcclusionQueriesNV}(GLsizei n,...
static final int GL_PROGRAM_ERROR_POSITION_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_ERROR_POSITION_ARB" with expression...
void glVertexAttribL3ui64NV(int index, long x, long y, long z)
Entry point to C language function: void {@native glVertexAttribL3ui64NV}(GLuint index,...
static final int GL_EYE_PLANE
GL_VERSION_1_0 Define "GL_EYE_PLANE" with expression '0x2502', CType: int
static final int GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT
GL_EXT_texture_compression_latc Define "GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT" with expression '0x8...
static final int GL_CONVOLUTION_FORMAT
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_CONVOLUTION_FORMAT_EXT Define "GL_CONVOLUTION_FORMA...
static final int GL_VERTEX_ARRAY_RANGE_APPLE
GL_APPLE_vertex_array_range Define "GL_VERTEX_ARRAY_RANGE_APPLE" with expression '0x851D',...
void glColor3bv(ByteBuffer v)
Entry point to C language function: void {@native glColor3bv}(const GLbyte * v) Part of GL_VERSION...
void glGetTextureImageEXT(int texture, int target, int level, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glGetTextureImageEXT}(GLuint texture,...
void glTextureRangeAPPLE(int target, int length, Buffer pointer)
Entry point to C language function: void {@native glTextureRangeAPPLE}(GLenum target,...
void glVertexWeightfEXT(float weight)
Entry point to C language function: void {@native glVertexWeightfEXT}(GLfloat weight) Part of GL_E...
static final int GL_PIXEL_MAP_I_TO_G_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_G_SIZE" with expression '0x0CB3', CType: int
static final int GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV
GL_NV_parameter_buffer_object Define "GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x8DA...
static final int GL_TEXTURE_LO_SIZE_NV
GL_NV_texture_shader Define "GL_TEXTURE_LO_SIZE_NV" with expression '0x871C', CType: int
static final int GL_DRAW_BUFFER2_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER2_ATI" with expression '0x8827', CType: int
static final int GL_MAX_BINDABLE_UNIFORM_SIZE_EXT
GL_EXT_bindable_uniform Define "GL_MAX_BINDABLE_UNIFORM_SIZE_EXT" with expression '0x8DED',...
void glGetMultiTexEnvfvEXT(int texunit, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit,...
static final int GL_INTENSITY8
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_INTENSITY8_EXT Define "GL_INTENSITY8" with expression '...
static final int GL_WEIGHT_ARRAY_ARB
GL_ARB_vertex_blend Define "GL_WEIGHT_ARRAY_ARB" with expression '0x86AD', CType: int
static final int GL_LUMINANCE12
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_LUMINANCE12_EXT Define "GL_LUMINANCE12" with expression...
void glEvalCoord2fv(float[] u, int u_offset)
Entry point to C language function: void {@native glEvalCoord2fv}(const GLfloat * u) Part of GL_VE...
static final int GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV
GL_NV_parameter_buffer_object Define "GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV" with expression '0x8DA...
void glLighti(int light, int pname, int param)
Entry point to C language function: void {@native glLighti}(GLenum light, GLenum pname,...
static final int GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB
GL_ARB_fragment_program Define "GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB" with expression '0x880E',...
void glLoadName(int name)
Entry point to C language function: void {@native glLoadName}(GLuint name) Part of GL_VERSION_1_0
static final int GL_MATRIX12_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX12_ARB" with expression '0x88CC',...
void glSelectPerfMonitorCountersAMD(int monitor, boolean enable, int group, int numCounters, IntBuffer counterList)
Entry point to C language function: void {@native glSelectPerfMonitorCountersAMD}(GLuint monitor,...
static final int GL_PURGEABLE_APPLE
GL_APPLE_object_purgeable Define "GL_PURGEABLE_APPLE" with expression '0x8A1D', CType: int
void glMapVertexAttrib2fAPPLE(int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, FloatBuffer points)
Entry point to C language function: void {@native glMapVertexAttrib2fAPPLE}(GLuint index,...
int glGenLists(int range)
Entry point to C language function: GLuint {@native glGenLists}(GLsizei range) Part of GL_VERSION_...
void glCoverageModulationNV(int components)
Entry point to C language function: void {@native glCoverageModulationNV}(GLenum components) Part ...
int glObjectPurgeableAPPLE(int objectType, int name, int option)
Entry point to C language function: GLenum {@native glObjectPurgeableAPPLE}(GLenum objectType,...
static final int GL_PROGRAM_TEMPORARIES_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_TEMPORARIES_ARB" with expression '0...
static final int GL_FOG_COORD
GL_VERSION_1_5 Define "GL_FOG_COORD" with expression '0x8451', CType: int
void glVertexArrayVertexAttribFormatEXT(int vaobj, int attribindex, int size, int type, boolean normalized, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribFormatEXT}(GLuint vaobj,...
void glColor3fv(FloatBuffer v)
Entry point to C language function: void {@native glColor3fv}(const GLfloat * v) Part of GL_VERSIO...
void glCopyTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int x, int y, int width)
Entry point to C language function: void {@native glCopyTextureSubImage1DEXT}(GLuint texture,...
static final int GL_MODELVIEW11_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW11_ARB" with expression '0x872B', CType: int
void glGetLightiv(int light, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetLightiv}(GLenum light, GLenum pname,...
static final int GL_ALPHA8_SNORM
GL_EXT_texture_snorm Define "GL_ALPHA8_SNORM" with expression '0x9014', CType: int
static final int GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI
GL_ATI_pn_triangles Define "GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI" with expression '0x87F8',...
static final int GL_SOFTLIGHT
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_SOFTLI...
void glTexCoord2f(float s, float t)
Entry point to C language function: void {@native glTexCoord2f}(GLfloat s, GLfloat t) Part of GL_V...
void glColor3i(int red, int green, int blue)
Entry point to C language function: void {@native glColor3i}(GLint red, GLint green,...
void glCallList(int list)
Entry point to C language function: void {@native glCallList}(GLuint list) Part of GL_VERSION_1_0
void glDrawCommandsAddressNV(int primitiveMode, long[] indirects, int indirects_offset, int[] sizes, int sizes_offset, int count)
Entry point to C language function: void {@native glDrawCommandsAddressNV}(GLenum primitiveMode,...
static final int GL_AUX3
GL_VERSION_1_0 Define "GL_AUX3" with expression '0x040C', CType: int
void glGetnMinmax(int target, boolean reset, int format, int type, int bufSize, Buffer values)
Entry point to C language function: void {@native glGetnMinmax}(GLenum target, GLboolean reset,...
void glGetMultiTexGenivEXT(int texunit, int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit,...
void glTexCoord4dv(DoubleBuffer v)
Entry point to C language function: void {@native glTexCoord4dv}(const GLdouble * v) Part of GL_VE...
void glGetQueryObjectui64vEXT(int id, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetQueryObjectui64vEXT}(GLuint id,...
static final int GL_UNSIGNED_INT8_VEC4_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT8_VEC4_NV" with expression '0x8FEF'...
void glEnableClientStateiEXT(int array, int index)
Entry point to C language function: void {@native glEnableClientStateiEXT}(GLenum array,...
static final int GL_COLOR_TABLE_GREEN_SIZE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_GREEN_SIZE_SGI Define "GL_COLOR_TABLE_G...
static final int GL_TEXTURE_BORDER_VALUES_NV
GL_NV_texture_shader Define "GL_TEXTURE_BORDER_VALUES_NV" with expression '0x871A',...
static final int GL_POST_COLOR_MATRIX_BLUE_SCALE
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_POST_COLOR_MATRIX_BLUE_SCALE_SGI Define "GL_POST_C...
static final int GL_INTENSITY_FLOAT32_APPLE
GL_APPLE_float_pixels Define "GL_INTENSITY_FLOAT32_APPLE" with expression '0x8817',...
void glGetMapiv(int target, int query, int[] v, int v_offset)
Entry point to C language function: void {@native glGetMapiv}(GLenum target, GLenum query,...
void glMatrixIndexPointerARB(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glMatrixIndexPointerARB}(GLint size,...
void glVertex4iv(IntBuffer v)
Entry point to C language function: void {@native glVertex4iv}(const GLint * v) Part of GL_VERSION...
static final int GL_MODELVIEW12_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW12_ARB" with expression '0x872C', CType: int
static final int GL_PIXEL_TRANSFORM_2D_MATRIX_EXT
GL_EXT_pixel_transform Define "GL_PIXEL_TRANSFORM_2D_MATRIX_EXT" with expression '0x8338',...
static final int GL_OUTPUT_TEXTURE_COORD15_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD15_EXT" with expression '0x87AC',...
static final int GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_GPA_EXTENDED_COUNTERS_INTEL" with expression '0x9500'...
void glVertexAttribL2i64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL2i64vNV}(GLuint index,...
void glSecondaryColor3ubv(ByteBuffer v)
Entry point to C language function: void {@native glSecondaryColor3ubv}(const GLubyte * v) Part of...
void glGetMinmaxParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMinmaxParameterfv}(GLenum target,...
void glGetVideoCaptureivNV(int video_capture_slot, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVideoCaptureivNV}(GLuint video_capture_slot,...
void glVertexAttrib2svARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib2svARB}(GLuint index,...
void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, long row_buffer_offset, long column_buffer_offset)
Entry point to C language function: void {@native glSeparableFilter2D}(GLenum target,...
void glGetVertexArrayPointeri_vEXT(int vaobj, int index, int pname, PointerBuffer param)
Entry point to C language function: void {@native glGetVertexArrayPointeri_vEXT}(GLuint vaobj,...
void glPolygonStipple(byte[] mask, int mask_offset)
Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask) Part of ...
void glProgramUniform1dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program,...
void glGetPerfMonitorCounterDataAMD(int monitor, int pname, int dataSize, int[] data, int data_offset, int[] bytesWritten, int bytesWritten_offset)
Entry point to C language function: void {@native glGetPerfMonitorCounterDataAMD}(GLuint monitor,...
void glMatrixFrustumEXT(int mode, double left, double right, double bottom, double top, double zNear, double zFar)
Entry point to C language function: void {@native glMatrixFrustumEXT}(GLenum mode,...
static final int GL_SIGNED_ALPHA_NV
GL_NV_texture_shader Define "GL_SIGNED_ALPHA_NV" with expression '0x8705', CType: int
static final int GL_SELECT
GL_VERSION_1_0 Define "GL_SELECT" with expression '0x1C02', CType: int
static final int GL_DT_SCALE_NV
GL_NV_texture_shader Define "GL_DT_SCALE_NV" with expression '0x8711', CType: int
static final int GL_PIXEL_MAG_FILTER_EXT
GL_EXT_pixel_transform Define "GL_PIXEL_MAG_FILTER_EXT" with expression '0x8331', CType: int
void glVertexAttrib1dvARB(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib1dvARB}(GLuint index,...
static final int GL_MATRIX27_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX27_ARB" with expression '0x88DB',...
void glUniform3i64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform3i64vNV}(GLint location,...
void glTextureStorageSparseAMD(int texture, int target, int internalFormat, int width, int height, int depth, int layers, int flags)
Entry point to C language function: void {@native glTextureStorageSparseAMD}(GLuint texture,...
static final int GL_DOT_PRODUCT_PASS_THROUGH_NV
GL_NV_texture_shader3 Define "GL_DOT_PRODUCT_PASS_THROUGH_NV" with expression '0x885B',...
static final int GL_MODELVIEW16_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW16_ARB" with expression '0x8730', CType: int
void glProgramUniform4i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4i64vNV}(GLuint program,...
void glDrawCommandsStatesAddressNV(LongBuffer indirects, IntBuffer sizes, IntBuffer states, IntBuffer fbos, int count)
Entry point to C language function: void {@native glDrawCommandsStatesAddressNV}(const GLuint64 * in...
static final int GL_MAX_DEBUG_MESSAGE_LENGTH_AMD
GL_AMD_debug_output Define "GL_MAX_DEBUG_MESSAGE_LENGTH_AMD" with expression '0x9143',...
static final int GL_COLOR_TABLE_LUMINANCE_SIZE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_LUMINANCE_SIZE_SGI Define "GL_COLOR_TAB...
void glDeleteNamesAMD(int identifier, int num, IntBuffer names)
Entry point to C language function: void {@native glDeleteNamesAMD}(GLenum identifier,...
void glProgramUniform1ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1ui64vNV}(GLuint program,...
static final int GL_OBJECT_TYPE_ARB
GL_ARB_shader_objects Define "GL_OBJECT_TYPE_ARB" with expression '0x8B4E', CType: int
void glColorMaskIndexed(int index, boolean r, boolean g, boolean b, boolean a)
Entry point to C language function: void {@native glColorMaskIndexed}(GLuint index,...
void glWindowPos3d(double x, double y, double z)
Entry point to C language function: void {@native glWindowPos3d}(GLdouble x, GLdouble y,...
void glRasterPos4i(int x, int y, int z, int w)
Entry point to C language function: void {@native glRasterPos4i}(GLint x, GLint y,...
static final int GL_INTENSITY16I
GL_EXT_texture_integer Alias for: GL_INTENSITY16I_EXT Define "GL_INTENSITY16I" with expression '0x8D...
static final int GL_LOCAL_CONSTANT_EXT
GL_EXT_vertex_shader Define "GL_LOCAL_CONSTANT_EXT" with expression '0x87C3', CType: int
static final int GL_UNIFORM_BUFFER_EXT
GL_EXT_bindable_uniform Define "GL_UNIFORM_BUFFER_EXT" with expression '0x8DEE', CType: int
static final int GL_INDEX_ARRAY_TYPE
GL_VERSION_1_1, GL_EXT_vertex_array Alias for: GL_INDEX_ARRAY_TYPE_EXT Define "GL_INDEX_ARRAY_TYPE" ...
void glProgramUniform2dEXT(int program, int location, double x, double y)
Entry point to C language function: void {@native glProgramUniform2dEXT}(GLuint program,...
void glWindowPos3fv(float[] v, int v_offset)
Entry point to C language function: void {@native glWindowPos3fv}(const GLfloat * v) Part of GL_VE...
void glCommandListSegmentsNV(int list, int segments)
Entry point to C language function: void {@native glCommandListSegmentsNV}(GLuint list,...
static final int GL_TEXTURE_SWIZZLE_B_EXT
GL_EXT_texture_swizzle Define "GL_TEXTURE_SWIZZLE_B_EXT" with expression '0x8E44',...
void glGetFloati_vEXT(int pname, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname,...
static final int GL_TEXTURE_STORAGE_SPARSE_BIT_AMD
GL_AMD_sparse_texture Define "GL_TEXTURE_STORAGE_SPARSE_BIT_AMD" with expression '0x00000001',...
static final int GL_PIXEL_MAP_I_TO_A_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_A_SIZE" with expression '0x0CB5', CType: int
static final int GL_REPLICATE_BORDER
GL_ARB_imaging, GL_HP_convolution_border_modes Alias for: GL_REPLICATE_BORDER_HP Define "GL_REPLICAT...
void glMultiTexBufferEXT(int texunit, int target, int internalformat, int buffer)
Entry point to C language function: void {@native glMultiTexBufferEXT}(GLenum texunit,...
static final int GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV
GL_NV_framebuffer_mixed_samples Define "GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV" with expression '0x933...
void glGetVertexAttribLui64vNV(int index, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribLui64vNV}(GLuint index,...
static final int GL_CONVOLUTION_HEIGHT
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_CONVOLUTION_HEIGHT_EXT Define "GL_CONVOLUTION_HEIGH...
void glMateriali(int face, int pname, int param)
Entry point to C language function: void {@native glMateriali}(GLenum face, GLenum pname,...
void glGetVertexAttribLui64vNV(int index, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLui64vNV}(GLuint index,...
void glGetNamedProgramLocalParameterfvEXT(int program, int target, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint progr...
static final int GL_FOG_COORD_SRC
GL_VERSION_1_5 Define "GL_FOG_COORD_SRC" with expression '0x8450', CType: int
void glVertexArrayMultiTexCoordOffsetEXT(int vaobj, int buffer, int texunit, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayMultiTexCoordOffsetEXT}(GLuint vaobj,...
static final int GL_EVAL_2D_NV
GL_NV_evaluators Define "GL_EVAL_2D_NV" with expression '0x86C0', CType: int
static final int GL_INVARIANT_EXT
GL_EXT_vertex_shader Define "GL_INVARIANT_EXT" with expression '0x87C2', CType: int
void glMultiTexGenfvEXT(int texunit, int coord, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit,...
static final int GL_HISTOGRAM_WIDTH
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_HISTOGRAM_WIDTH_EXT Define "GL_HISTOGRAM_WIDTH" with ...
static final int GL_OUTPUT_VERTEX_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_VERTEX_EXT" with expression '0x879A', CType: int
static final int GL_TEXTURE_RANGE_POINTER_APPLE
GL_APPLE_texture_range Define "GL_TEXTURE_RANGE_POINTER_APPLE" with expression '0x85B8',...
void glVertex3d(double x, double y, double z)
Entry point to C language function: void {@native glVertex3d}(GLdouble x, GLdouble y,...
static final int GL_LUMINANCE8_SNORM
GL_EXT_texture_snorm Define "GL_LUMINANCE8_SNORM" with expression '0x9015', CType: int
static final int GL_PIXEL_MAP_I_TO_I_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_I_SIZE" with expression '0x0CB0', CType: int
void glMatrixMultdEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)...
static final int GL_CONSERVATIVE_RASTER_DILATE_NV
GL_NV_conservative_raster_dilate Define "GL_CONSERVATIVE_RASTER_DILATE_NV" with expression '0x9379',...
static final int GL_EDGE_FLAG_ARRAY_POINTER
GL_VERSION_1_1, GL_EXT_vertex_array Alias for: GL_EDGE_FLAG_ARRAY_POINTER_EXT Define "GL_EDGE_FLAG_A...
int glGenVertexShadersEXT(int range)
Entry point to C language function: GLuint {@native glGenVertexShadersEXT}(GLuint range) Part of G...
void glVertex3fv(float[] v, int v_offset)
Entry point to C language function: void {@native glVertex3fv}(const GLfloat * v) Part of GL_VERSI...
static final int GL_LO_SCALE_NV
GL_NV_texture_shader Define "GL_LO_SCALE_NV" with expression '0x870F', CType: int
static final int GL_PROGRAM_OBJECT_ARB
GL_ARB_shader_objects Define "GL_PROGRAM_OBJECT_ARB" with expression '0x8B40', CType: int
static final int GL_LINE_WIDTH_COMMAND_NV
GL_NV_command_list Define "GL_LINE_WIDTH_COMMAND_NV" with expression '0x000D', CType: int
static final int GL_FRONT_FACE_COMMAND_NV
GL_NV_command_list Define "GL_FRONT_FACE_COMMAND_NV" with expression '0x0012', CType: int
static final int GL_ACCUM_BUFFER_BIT
GL_VERSION_1_0 Define "GL_ACCUM_BUFFER_BIT" with expression '0x00000200', CType: int
void glMapVertexAttrib2fAPPLE(int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float[] points, int points_offset)
Entry point to C language function: void {@native glMapVertexAttrib2fAPPLE}(GLuint index,...
static final int GL_TRANSFORM_HINT_APPLE
GL_APPLE_transform_hint Define "GL_TRANSFORM_HINT_APPLE" with expression '0x85B1',...
static final int GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB
GL_ARB_vertex_program Define "GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB" with expression '0x886A',...
static final int GL_LOCAL_EXT
GL_EXT_vertex_shader Define "GL_LOCAL_EXT" with expression '0x87C4', CType: int
static final int GL_UNSIGNED_INT16_VEC3_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT16_VEC3_NV" with expression '0x8FF2...
void glGetTextureParameterivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture,...
void glGetDoubleIndexedvEXT(int target, int index, double[] data, int data_offset)
Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target,...
void glDisableVertexAttribArrayARB(int index)
Entry point to C language function: void {@native glDisableVertexAttribArrayARB}(GLuint index) Par...
void glVertexArraySecondaryColorOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArraySecondaryColorOffsetEXT}(GLuint vaobj...
static final int GL_LIGHTING_BIT
GL_VERSION_1_0 Define "GL_LIGHTING_BIT" with expression '0x00000040', CType: int
void glNormal3sv(ShortBuffer v)
Entry point to C language function: void {@native glNormal3sv}(const GLshort * v) Part of GL_VERSI...
static final int GL_DSDT8_MAG8_INTENSITY8_NV
GL_NV_texture_shader Define "GL_DSDT8_MAG8_INTENSITY8_NV" with expression '0x870B',...
static final int GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD
GL_AMD_occlusion_query_event Define "GL_QUERY_DEPTH_BOUNDS_FAIL_EVENT_BIT_AMD" with expression '0x000...
static final int GL_LAYOUT_LINEAR_CPU_CACHED_INTEL
GL_INTEL_map_texture Define "GL_LAYOUT_LINEAR_CPU_CACHED_INTEL" with expression '2',...
void glGetPixelTransformParameterivEXT(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetPixelTransformParameterivEXT}(GLenum target,...
void glVertexAttrib4NbvARB(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NbvARB}(GLuint index,...
static final int GL_OUTPUT_FOG_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_FOG_EXT" with expression '0x87BD', CType: int
void glValidateProgramARB(long programObj)
Entry point to C language function: void {@native glValidateProgramARB}(GLhandleARB programObj) Pa...
static final int GL_VERTEX_PROGRAM_TWO_SIDE_ARB
GL_ARB_vertex_program Define "GL_VERTEX_PROGRAM_TWO_SIDE_ARB" with expression '0x8643',...
void glGetnPixelMapusv(int map, int bufSize, ShortBuffer values)
Entry point to C language function: void {@native glGetnPixelMapusv}(GLenum map, GLsizei bufSize,...
void glUniform4iARB(int location, int v0, int v1, int v2, int v3)
Entry point to C language function: void {@native glUniform4iARB}(GLint location,...
static final int GL_RGBA_S3TC
GL_S3_s3tc Define "GL_RGBA_S3TC" with expression '0x83A2', CType: int
void glGetIntegerIndexedv(int target, int index, IntBuffer data)
Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target,...
static final int GL_OUTPUT_TEXTURE_COORD27_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD27_EXT" with expression '0x87B8',...
static final int GL_BUFFER_FLUSHING_UNMAP
GL_APPLE_flush_buffer_range Alias for: GL_BUFFER_FLUSHING_UNMAP_APPLE Define "GL_BUFFER_FLUSHING_UNM...
void glNormal3dv(double[] v, int v_offset)
Entry point to C language function: void {@native glNormal3dv}(const GLdouble * v) Part of GL_VERS...
void glClipPlanef(int plane, float[] equation, int equation_offset)
Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equati...
void glVertex2fv(FloatBuffer v)
Entry point to C language function: void {@native glVertex2fv}(const GLfloat * v) Part of GL_VERSI...
static final int GL_RGBA_SIGNED_COMPONENTS
GL_EXT_packed_float Alias for: GL_RGBA_SIGNED_COMPONENTS_EXT Define "GL_RGBA_SIGNED_COMPONENTS" with...
static final int GL_SIGNED_LUMINANCE8_ALPHA8_NV
GL_NV_texture_shader Define "GL_SIGNED_LUMINANCE8_ALPHA8_NV" with expression '0x8704',...
static final int GL_MATRIX21_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX21_ARB" with expression '0x88D5',...
void glMultiTexCoord3fv(int target, FloatBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3fv}(GLenum target,...
static final int GL_SCISSOR_BIT
GL_VERSION_1_0 Define "GL_SCISSOR_BIT" with expression '0x00080000', CType: int
static final int GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD
GL_AMD_sparse_texture Define "GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD" with expression '0x9199',...
static final int GL_3D_COLOR
GL_VERSION_1_0 Define "GL_3D_COLOR" with expression '0x0602', CType: int
void glColor4bv(ByteBuffer v)
Entry point to C language function: void {@native glColor4bv}(const GLbyte * v) Part of GL_VERSION...
void glVertexAttribL1i64vNV(int index, long[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL1i64vNV}(GLuint index,...
void glGetOcclusionQueryivNV(int id, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetOcclusionQueryivNV}(GLuint id,...
static final int GL_RGB_FLOAT16_APPLE
GL_APPLE_float_pixels Define "GL_RGB_FLOAT16_APPLE" with expression '0x881B', CType: int
void glMapVertexAttrib1fAPPLE(int index, int size, float u1, float u2, int stride, int order, FloatBuffer points)
Entry point to C language function: void {@native glMapVertexAttrib1fAPPLE}(GLuint index,...
void glGetPolygonStipple(long mask_buffer_offset)
Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask) Part of GL_...
void glVertexAttribI4ubvEXT(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4ubvEXT}(GLuint index,...
static final int GL_LIST_INDEX
GL_VERSION_1_0 Define "GL_LIST_INDEX" with expression '0x0B33', CType: int
void glMultiTexCoord4d(int target, double s, double t, double r, double q)
Entry point to C language function: void {@native glMultiTexCoord4d}(GLenum target,...
static final int GL_COEFF
GL_VERSION_1_0 Define "GL_COEFF" with expression '0x0A00', CType: int
static final int GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV
GL_NV_sample_locations Define "GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV" with expression '0x93...
static final int GL_OUTPUT_TEXTURE_COORD30_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD30_EXT" with expression '0x87BB',...
void glVertex3iv(int[] v, int v_offset)
Entry point to C language function: void {@native glVertex3iv}(const GLint * v) Part of GL_VERSION...
void glGetInvariantBooleanvEXT(int id, int value, byte[] data, int data_offset)
Entry point to C language function: void {@native glGetInvariantBooleanvEXT}(GLuint id,...
void glPixelTransformParameteriEXT(int target, int pname, int param)
Entry point to C language function: void {@native glPixelTransformParameteriEXT}(GLenum target,...
static final int GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT
GL_EXT_vertex_weighting Define "GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT" with expression '0x850F',...
void glMultiTexParameterfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit,...
GLBufferStorage mapNamedBufferEXT(int bufferName, int access)
Returns the GLBufferStorage instance as mapped via OpenGL's native glMapNamedBufferEXT(....
void glEvalPoint1(int i)
Entry point to C language function: void {@native glEvalPoint1}(GLint i) Part of GL_VERSION_1_0
static final int GL_HILO8_NV
GL_NV_texture_shader3 Define "GL_HILO8_NV" with expression '0x885E', CType: int
void glTexCoord2sv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord2sv}(const GLshort * v) Part of GL_VER...
static final int GL_RGB_FLOAT16_ATI
GL_ATI_texture_float Define "GL_RGB_FLOAT16_ATI" with expression '0x881B', CType: int
static final int GL_FRAGMENT_COVERAGE_TO_COLOR_NV
GL_NV_fragment_coverage_to_color Define "GL_FRAGMENT_COVERAGE_TO_COLOR_NV" with expression '0x92DD',...
void glCopyConvolutionFilter2D(int target, int internalformat, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyConvolutionFilter2D}(GLenum target,...
void glVertex2d(double x, double y)
Entry point to C language function: void {@native glVertex2d}(GLdouble x, GLdouble y) Part of GL_V...
void glTexCoord1bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glTexCoord1bvOES}(const GLbyte * coords) Part of...
static final int GL_EMBOSS_LIGHT_NV
GL_NV_texgen_emboss Define "GL_EMBOSS_LIGHT_NV" with expression '0x855D', CType: int
static final int GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT
GL_EXT_vertex_shader Define "GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT" with expression '0x87D2',...
static final int GL_MODELVIEW6_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW6_ARB" with expression '0x8726', CType: int
void glVertexAttribL1ui64vNV(int index, long[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL1ui64vNV}(GLuint index,...
void glNamedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, float[] v, int v_offset)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint fram...
static final int GL_POST_CONVOLUTION_RED_BIAS
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_POST_CONVOLUTION_RED_BIAS_EXT Define "GL_POST_CONVO...
static final int GL_3D
GL_VERSION_1_0 Define "GL_3D" with expression '0x0601', CType: int
void glGetMapParameterfvNV(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMapParameterfvNV}(GLenum target,...
void glNamedBufferStorageEXT(int buffer, long size, Buffer data, int flags)
Entry point to C language function: void {@native glNamedBufferStorageEXT}(GLuint buffer,...
static final int GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB
GL_ARB_vertex_program Define "GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB" with expression '0x8645',...
void glVertexAttrib1fvARB(int index, float[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib1fvARB}(GLuint index,...
void glVertexAttribI3uivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3uivEXT}(GLuint index,...
static final int GL_TEXTURE_DT_SIZE_NV
GL_NV_texture_shader Define "GL_TEXTURE_DT_SIZE_NV" with expression '0x871E', CType: int
void glGetVertexArrayIntegervEXT(int vaobj, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj,...
static final int GL_MAX_PROGRAM_ENV_PARAMETERS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_ENV_PARAMETERS_ARB" with expres...
static final int GL_MODELVIEW0_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW0_ARB" with expression '0x1700', CType: int
void glNamedFramebufferSampleLocationsfvNV(int framebuffer, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glNamedFramebufferSampleLocationsfvNV}(GLuint fram...
static final int GL_422_EXT
GL_EXT_422_pixels Define "GL_422_EXT" with expression '0x80CC', CType: int
static final int GL_POST_CONVOLUTION_COLOR_TABLE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_POST_CONVOLUTION_COLOR_TABLE_SGI Define "GL_POST_CO...
void glTexCoord3bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glTexCoord3bvOES}(const GLbyte * coords) Part of...
void glVertex2iv(IntBuffer v)
Entry point to C language function: void {@native glVertex2iv}(const GLint * v) Part of GL_VERSION...
static final int GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX
GL_NVX_gpu_memory_info Define "GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX" with expression '0x9048...
static final int GL_CULL_MODES_NV
GL_NV_texture_shader Define "GL_CULL_MODES_NV" with expression '0x86E0', CType: int
static final int GL_COLOR_TABLE_BLUE_SIZE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_BLUE_SIZE_SGI Define "GL_COLOR_TABLE_BL...
static final int GL_POST_COLOR_MATRIX_COLOR_TABLE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_POST_COLOR_MATRIX_COLOR_TABLE_SGI Define "GL_POST_C...
void glVertexAttribI4svEXT(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4svEXT}(GLuint index,...
static final int GL_MULTISAMPLE_BIT
GL_VERSION_1_3, GL_3DFX_multisample, GL_ARB_multisample, GL_EXT_multisample Alias for: GL_MULTISAMPLE...
static final int GL_NEGATIVE_W_EXT
GL_EXT_vertex_shader Define "GL_NEGATIVE_W_EXT" with expression '0x87DC', CType: int
static final int GL_VERTEX_ARRAY_OBJECT_AMD
GL_AMD_name_gen_delete Define "GL_VERTEX_ARRAY_OBJECT_AMD" with expression '0x9154',...
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV
GL_NV_sample_locations Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV" with expression '0x9340...
void glGetFloatIndexedvEXT(int target, int index, float[] data, int data_offset)
Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target,...
void glVertex2dv(DoubleBuffer v)
Entry point to C language function: void {@native glVertex2dv}(const GLdouble * v) Part of GL_VERS...
static final int GL_PIXEL_MAP_A_TO_A_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_A_TO_A_SIZE" with expression '0x0CB9', CType: int
static final int GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV
GL_NV_sample_locations Define "GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV" with expression '0x933D',...
void glSecondaryColor3dv(DoubleBuffer v)
Entry point to C language function: void {@native glSecondaryColor3dv}(const GLdouble * v) Part of...
static final int GL_POLYGON_BIT
GL_VERSION_1_0 Define "GL_POLYGON_BIT" with expression '0x00000008', CType: int
static final int GL_UNSIGNED_INT_S8_S8_8_8_NV
GL_NV_texture_shader Define "GL_UNSIGNED_INT_S8_S8_8_8_NV" with expression '0x86DA',...
void glPixelMapfv(int map, int mapsize, long values_buffer_offset)
Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize,...
static final int GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV
GL_NV_gpu_program5 Define "GL_MAX_PROGRAM_SUBROUTINE_PARAMETERS_NV" with expression '0x8F44',...
static final int GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB
GL_ARB_matrix_palette Define "GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB" with expression '0x8841',...
void glMultiTexCoord2sv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2sv}(GLenum target,...
static final int GL_ALPHA_INTEGER
GL_VERSION_3_0, GL_EXT_texture_integer Alias for: GL_ALPHA_INTEGER_EXT Define "GL_ALPHA_INTEGER" wit...
static final int GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX
GL_NVX_gpu_memory_info Define "GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX" with expression '0x90...
void glMatrixLoadTransposedEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode,...
void glGetColorTableParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetColorTableParameterfv}(GLenum target,...
void glVertexAttrib2svARB(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib2svARB}(GLuint index,...
void glGetNamedBufferSubDataEXT(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glGetNamedBufferSubDataEXT}(GLuint buffer,...
void glGetIntegerIndexedv(int target, int index, int[] data, int data_offset)
Entry point to C language function: void {@native glGetIntegerIndexedv}(GLenum target,...
static final int GL_MAX_PROGRAM_GENERIC_RESULTS_NV
GL_NV_gpu_program4 Define "GL_MAX_PROGRAM_GENERIC_RESULTS_NV" with expression '0x8DA6',...
static final int GL_EVAL_VERTEX_ATTRIB10_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB10_NV" with expression '0x86D0', CType: int
static final int GL_SHARED_EDGE_NV
GL_NV_path_rendering_shared_edge Define "GL_SHARED_EDGE_NV" with expression '0xC0',...
void glVertexArrayNormalOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayNormalOffsetEXT}(GLuint vaobj,...
void glTexCoord3i(int s, int t, int r)
Entry point to C language function: void {@native glTexCoord3i}(GLint s, GLint t,...
void glPrioritizeTextures(int n, IntBuffer textures, FloatBuffer priorities)
Entry point to C language function: void {@native glPrioritizeTextures}(GLsizei n,...
void glUnmapTexture2DINTEL(int texture, int level)
Entry point to C language function: void {@native glUnmapTexture2DINTEL}(GLuint texture,...
void glSetLocalConstantEXT(int id, int type, Buffer addr)
Entry point to C language function: void {@native glSetLocalConstantEXT}(GLuint id,...
static final int GL_MAX_TEXTURE_IMAGE_UNITS_ARB
GL_ARB_fragment_program Define "GL_MAX_TEXTURE_IMAGE_UNITS_ARB" with expression '0x8872',...
static final int GL_SOURCE0_RGB
GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: GL_SOURCE0_RGB_EXT,...
void glGetQueryObjectui64vEXT(int id, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetQueryObjectui64vEXT}(GLuint id,...
void glCopyMultiTexSubImage3DEXT(int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyMultiTexSubImage3DEXT}(GLenum texunit,...
static final int GL_CULL_VERTEX_EXT
GL_EXT_cull_vertex Define "GL_CULL_VERTEX_EXT" with expression '0x81AA', CType: int
static final int GL_UNDEFINED_APPLE
GL_APPLE_object_purgeable Define "GL_UNDEFINED_APPLE" with expression '0x8A1C', CType: int
void glGetVariantFloatvEXT(int id, int value, float[] data, int data_offset)
Entry point to C language function: void {@native glGetVariantFloatvEXT}(GLuint id,...
static final int GL_Y_EXT
GL_EXT_vertex_shader Define "GL_Y_EXT" with expression '0x87D6', CType: int
void glTexGend(int coord, int pname, double param)
Entry point to C language function: void {@native glTexGend}(GLenum coord, GLenum pname,...
void glBeginConditionalRenderNVX(int id)
Entry point to C language function: void {@native glBeginConditionalRenderNVX}(GLuint id) Part of ...
static final int GL_TEXTURE_GEN_MODE
GL_VERSION_1_0, GL_OES_texture_cube_map Alias for: GL_TEXTURE_GEN_MODE_OES Define "GL_TEXTURE_GEN_MO...
void glMatrixOrthoEXT(int mode, double left, double right, double bottom, double top, double zNear, double zFar)
Entry point to C language function: void {@native glMatrixOrthoEXT}(GLenum mode, GLdouble left,...
void glTexCoord3f(float s, float t, float r)
Entry point to C language function: void {@native glTexCoord3f}(GLfloat s, GLfloat t,...
void glMultiDrawArraysIndirectBindlessCountNV(int mode, Buffer indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount)
Entry point to C language function: void {@native glMultiDrawArraysIndirectBindlessCountNV}(GLenum m...
void glListBase(int base)
Entry point to C language function: void {@native glListBase}(GLuint base) Part of GL_VERSION_1_0
static final int GL_OUTPUT_TEXTURE_COORD31_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD31_EXT" with expression '0x87BC',...
static final int GL_MAX_NAME_STACK_DEPTH
GL_VERSION_1_0 Define "GL_MAX_NAME_STACK_DEPTH" with expression '0x0D37', CType: int
void glVertexAttribI2uiEXT(int index, int x, int y)
Entry point to C language function: void {@native glVertexAttribI2uiEXT}(GLuint index,...
void glVertex3hv(ShortBuffer v)
Entry point to C language function: void {@native glVertex3hv}(const GLhalfNV * v) Part of GL_NV_h...
void glColor4bv(byte[] v, int v_offset)
Entry point to C language function: void {@native glColor4bv}(const GLbyte * v) Part of GL_VERSION...
static final int GL_MODELVIEW15_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW15_ARB" with expression '0x872F', CType: int
static final int GL_SIGNED_RGB_NV
GL_NV_texture_shader Define "GL_SIGNED_RGB_NV" with expression '0x86FE', CType: int
void glPixelMapusv(int map, int mapsize, short[] values, int values_offset)
Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize,...
void glMapVertexAttrib1dAPPLE(int index, int size, double u1, double u2, int stride, int order, DoubleBuffer points)
Entry point to C language function: void {@native glMapVertexAttrib1dAPPLE}(GLuint index,...
void glSecondaryColor3sv(short[] v, int v_offset)
Entry point to C language function: void {@native glSecondaryColor3sv}(const GLshort * v) Part of ...
void glTexCoord1dv(double[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord1dv}(const GLdouble * v) Part of GL_VE...
static final int GL_UNIFORM_ADDRESS_COMMAND_NV
GL_NV_command_list Define "GL_UNIFORM_ADDRESS_COMMAND_NV" with expression '0x000A',...
void glTextureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureImage1DEXT}(GLuint texture,...
void glNamedFramebufferTextureEXT(int framebuffer, int attachment, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTextureEXT}(GLuint framebuffer,...
void glTexGenf(int coord, int pname, float param)
Entry point to C language function: void {@native glTexGenf}(GLenum coord, GLenum pname,...
static final int GL_FEEDBACK_BUFFER_SIZE
GL_VERSION_1_0 Define "GL_FEEDBACK_BUFFER_SIZE" with expression '0x0DF1', CType: int
void glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, Buffer image)
Entry point to C language function: void {@native glConvolutionFilter1D}(GLenum target,...
void glVertexAttrib4NusvARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NusvARB}(GLuint index,...
static final int GL_CURRENT_RASTER_INDEX
GL_VERSION_1_0 Define "GL_CURRENT_RASTER_INDEX" with expression '0x0B05', CType: int
void glVideoCaptureStreamParameterdvNV(int video_capture_slot, int stream, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glVideoCaptureStreamParameterdvNV}(GLuint video_ca...
void glGetVertexArrayIntegeri_vEXT(int vaobj, int index, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj,...
void glVertexArrayVertexAttribDivisorEXT(int vaobj, int index, int divisor)
Entry point to C language function: void {@native glVertexArrayVertexAttribDivisorEXT}(GLuint vaobj,...
void glGetMapdv(int target, int query, DoubleBuffer v)
Entry point to C language function: void {@native glGetMapdv}(GLenum target, GLenum query,...
void glGetFloatIndexedvEXT(int target, int index, FloatBuffer data)
Entry point to C language function: void {@native glGetFloatIndexedvEXT}(GLenum target,...
void glVertex2bOES(byte x, byte y)
Entry point to C language function: void {@native glVertex2bOES}(GLbyte x, GLbyte y) Part of GL_OE...
void glPNTrianglesiATI(int pname, int param)
Entry point to C language function: void {@native glPNTrianglesiATI}(GLenum pname,...
void glMultiTexGenivEXT(int texunit, int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit,...
static final int GL_UNIFORM_BUFFER_BINDING_EXT
GL_EXT_bindable_uniform Define "GL_UNIFORM_BUFFER_BINDING_EXT" with expression '0x8DEF',...
void glDrawCommandsAddressNV(int primitiveMode, LongBuffer indirects, IntBuffer sizes, int count)
Entry point to C language function: void {@native glDrawCommandsAddressNV}(GLenum primitiveMode,...
void glVertexAttrib4NbvARB(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4NbvARB}(GLuint index,...
void glMultiTexCoord4h(int target, short s, short t, short r, short q)
Entry point to C language function: void {@native glMultiTexCoord4h}(GLenum target,...
void glTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureSubImage3DEXT}(GLuint texture,...
void glGetnMapdv(int target, int query, int bufSize, double[] v, int v_offset)
Entry point to C language function: void {@native glGetnMapdv}(GLenum target, GLenum query,...
static final int GL_SIGNED_HILO_NV
GL_NV_texture_shader Define "GL_SIGNED_HILO_NV" with expression '0x86F9', CType: int
void glDisableVertexArrayAttribEXT(int vaobj, int index)
Entry point to C language function: void {@native glDisableVertexArrayAttribEXT}(GLuint vaobj,...
void glConvolutionParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glConvolutionParameterfv}(GLenum target,...
void glFramebufferSampleLocationsfvNV(int target, int start, int count, float[] v, int v_offset)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target,...
void glTextureParameterIuivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture,...
void glBindTransformFeedbackNV(int target, int id)
Entry point to C language function: void {@native glBindTransformFeedbackNV}(GLenum target,...
static final int GL_ALPHA_BIAS
GL_VERSION_1_0 Define "GL_ALPHA_BIAS" with expression '0x0D1D', CType: int
static final int GL_VIDEO_COLOR_CONVERSION_MATRIX_NV
GL_NV_video_capture Define "GL_VIDEO_COLOR_CONVERSION_MATRIX_NV" with expression '0x9029',...
void glVertexAttrib2dvARB(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib2dvARB}(GLuint index,...
void glMatrixMultfEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixMultfEXT}(GLenum mode, const GLfloat * m) ...
static final int GL_MODELVIEW29_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW29_ARB" with expression '0x873D', CType: int
void glVDPAUFiniNV()
Entry point to C language function: void {@native glVDPAUFiniNV}() Part of GL_NV_vdpau_interop
static final int GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV
GL_NV_texture_shader3 Define "GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV" with expression '0x8850',...
void glVariantsvEXT(int id, ShortBuffer addr)
Entry point to C language function: void {@native glVariantsvEXT}(GLuint id, const GLshort * addr) ...
void glGetVertexAttribIuivEXT(int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVertexAttribIuivEXT}(GLuint index,...
static final int GL_TEXTURE_SWIZZLE_A_EXT
GL_EXT_texture_swizzle Define "GL_TEXTURE_SWIZZLE_A_EXT" with expression '0x8E45',...
static final int GL_TEXTURE_RANGE_LENGTH_APPLE
GL_APPLE_texture_range Define "GL_TEXTURE_RANGE_LENGTH_APPLE" with expression '0x85B7',...
void glGetMapParameterfvNV(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMapParameterfvNV}(GLenum target,...
static final int GL_CURRENT_VERTEX_EXT
GL_EXT_vertex_shader Define "GL_CURRENT_VERTEX_EXT" with expression '0x87E2', CType: int
void glWeightubvARB(int size, byte[] weights, int weights_offset)
Entry point to C language function: void {@native glWeightubvARB}(GLint size, const GLubyte * weight...
static final int GL_OUTPUT_TEXTURE_COORD25_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD25_EXT" with expression '0x87B6',...
void glGetProgramStringARB(int target, int pname, Buffer string)
Entry point to C language function: void {@native glGetProgramStringARB}(GLenum target,...
static final int GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV
GL_NV_gpu_program4 Define "GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV" with expression '0x8908',...
void glGetCoverageModulationTableNV(int bufsize, float[] v, int v_offset)
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufsize,...
static final int GL_FULL_RANGE_EXT
GL_EXT_vertex_shader Define "GL_FULL_RANGE_EXT" with expression '0x87E1', CType: int
void glMultiTexCoord1s(int target, short s)
Entry point to C language function: void {@native glMultiTexCoord1s}(GLenum target,...
void glMultiTexCoord2bvOES(int texture, ByteBuffer coords)
Entry point to C language function: void {@native glMultiTexCoord2bvOES}(GLenum texture,...
static final int GL_COLOR_MATRIX_STACK_DEPTH
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_COLOR_MATRIX_STACK_DEPTH_SGI Define "GL_COLOR_MATR...
void glGenNamesAMD(int identifier, int num, IntBuffer names)
Entry point to C language function: void {@native glGenNamesAMD}(GLenum identifier,...
static final int GL_PROXY_COLOR_TABLE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_PROXY_COLOR_TABLE_SGI Define "GL_PROXY_COLOR_TABLE"...
void glMatrixLoadTransposefEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode,...
void glMultiTexCoord1bOES(int texture, byte s)
Entry point to C language function: void {@native glMultiTexCoord1bOES}(GLenum texture,...
static final int GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB
GL_ARB_vertex_program Define "GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB" with expression '0x8623',...
static final int GL_INVARIANT_VALUE_EXT
GL_EXT_vertex_shader Define "GL_INVARIANT_VALUE_EXT" with expression '0x87EA', CType: int
void glUniform2i64NV(int location, long x, long y)
Entry point to C language function: void {@native glUniform2i64NV}(GLint location,...
static final int GL_INDEX_ARRAY
GL_VERSION_1_1, GL_EXT_vertex_array Alias for: GL_INDEX_ARRAY_EXT Define "GL_INDEX_ARRAY" with expre...
void glNormal3bv(byte[] v, int v_offset)
Entry point to C language function: void {@native glNormal3bv}(const GLbyte * v) Part of GL_VERSIO...
static final int GL_UNSIGNED_INT_IMAGE_2D_RECT
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
static final int GL_POINT_BIT
GL_VERSION_1_0 Define "GL_POINT_BIT" with expression '0x00000002', CType: int
ByteBuffer glMapNamedBufferRangeEXT(int buffer, long offset, long length, int access)
Entry point to C language function: void * {@native glMapNamedBufferRangeEXT}(GLuint buffer,...
static final int GL_INT16_VEC3_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT16_VEC3_NV" with expression '0x8FE6',...
void glProgramUniform3ui64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform3ui64vNV}(GLuint program,...
static final int GL_SURFACE_MAPPED_NV
GL_NV_vdpau_interop Define "GL_SURFACE_MAPPED_NV" with expression '0x8700', CType: int
static final int GL_TESS_CONTROL_PROGRAM_NV
GL_NV_tessellation_program5 Define "GL_TESS_CONTROL_PROGRAM_NV" with expression '0x891E',...
static final int GL_DRAW_BUFFER0_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER0_ATI" with expression '0x8825', CType: int
static final int GL_PACK_ROW_BYTES_APPLE
GL_APPLE_row_bytes Define "GL_PACK_ROW_BYTES_APPLE" with expression '0x8A15', CType: int
void glVertexArrayVertexAttribIOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayVertexAttribIOffsetEXT}(GLuint vaobj,...
static final int GL_VECTOR_EXT
GL_EXT_vertex_shader Define "GL_VECTOR_EXT" with expression '0x87BF', CType: int
ByteBuffer glMapTexture2DINTEL(int texture, int level, int access, int[] stride, int stride_offset, int[] layout, int layout_offset)
Entry point to C language function: void * {@native glMapTexture2DINTEL}(GLuint texture,...
void glIndexubv(ByteBuffer c)
Entry point to C language function: void {@native glIndexubv}(const GLubyte * c) Part of GL_VERSIO...
void glTexCoord3fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord3fv}(const GLfloat * v) Part of GL_VER...
static final int GL_SURFACE_STATE_NV
GL_NV_vdpau_interop Define "GL_SURFACE_STATE_NV" with expression '0x86EB', CType: int
void glFragmentCoverageColorNV(int color)
Entry point to C language function: void {@native glFragmentCoverageColorNV}(GLuint color) Part of...
static final int GL_MAP2_TEXTURE_COORD_1
GL_VERSION_1_0 Define "GL_MAP2_TEXTURE_COORD_1" with expression '0x0DB3', CType: int
void glCopyMultiTexSubImage1DEXT(int texunit, int target, int level, int xoffset, int x, int y, int width)
Entry point to C language function: void {@native glCopyMultiTexSubImage1DEXT}(GLenum texunit,...
void glVertexAttrib3dARB(int index, double x, double y, double z)
Entry point to C language function: void {@native glVertexAttrib3dARB}(GLuint index,...
static final int GL_NAME_STACK_DEPTH
GL_VERSION_1_0 Define "GL_NAME_STACK_DEPTH" with expression '0x0D70', CType: int
static final int GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS
GL_AMD_sparse_texture, GL_ARB_sparse_texture, GL_EXT_sparse_texture Alias for: GL_MAX_SPARSE_ARRAY_TE...
static final int GL_SCREEN
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_SCREEN...
static final int GL_MIRROR_CLAMP_EXT
GL_EXT_texture_mirror_clamp Define "GL_MIRROR_CLAMP_EXT" with expression '0x8742',...
static final int GL_POST_COLOR_MATRIX_RED_SCALE
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_POST_COLOR_MATRIX_RED_SCALE_SGI Define "GL_POST_CO...
void glGetPerfQueryDataINTEL(int queryHandle, int flags, int dataSize, Buffer data, IntBuffer bytesWritten)
Entry point to C language function: void {@native glGetPerfQueryDataINTEL}(GLuint queryHandle,...
static final int GL_MAX_COLOR_MATRIX_STACK_DEPTH
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_MAX_COLOR_MATRIX_STACK_DEPTH_SGI Define "GL_MAX_CO...
static final int GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV
GL_NV_parameter_buffer_object Define "GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x8DA2'...
void glWeightivARB(int size, int[] weights, int weights_offset)
Entry point to C language function: void {@native glWeightivARB}(GLint size, const GLint * weights) ...
void glMultiTexCoord2bOES(int texture, byte s, byte t)
Entry point to C language function: void {@native glMultiTexCoord2bOES}(GLenum texture,...
static final int GL_CLIENT_PIXEL_STORE_BIT
GL_VERSION_1_1 Define "GL_CLIENT_PIXEL_STORE_BIT" with expression '0x00000001', CType: int
static final int GL_OP_RECIP_EXT
GL_EXT_vertex_shader Define "GL_OP_RECIP_EXT" with expression '0x8794', CType: int
void glDisableClientStateiEXT(int array, int index)
Entry point to C language function: void {@native glDisableClientStateiEXT}(GLenum array,...
void glWindowPos2sv(ShortBuffer v)
Entry point to C language function: void {@native glWindowPos2sv}(const GLshort * v) Part of GL_VE...
static final int GL_TRANSPOSE_PROJECTION_MATRIX
GL_VERSION_1_3, GL_ARB_transpose_matrix Alias for: GL_TRANSPOSE_PROJECTION_MATRIX_ARB Define "GL_TRA...
static final int GL_RGBA_FLOAT_MODE_ATI
GL_ATI_pixel_format_float Define "GL_RGBA_FLOAT_MODE_ATI" with expression '0x8820',...
static final int GL_MAX_PALETTE_MATRICES_ARB
GL_ARB_matrix_palette Define "GL_MAX_PALETTE_MATRICES_ARB" with expression '0x8842',...
void glColorSubTable(int target, int start, int count, int format, int type, Buffer data)
Entry point to C language function: void {@native glColorSubTable}(GLenum target,...
static final int GL_UNIFORM_BUFFER_UNIFIED_NV
GL_NV_uniform_buffer_unified_memory Define "GL_UNIFORM_BUFFER_UNIFIED_NV" with expression '0x936E',...
void glVertexAttrib1dARB(int index, double x)
Entry point to C language function: void {@native glVertexAttrib1dARB}(GLuint index,...
static final int GL_PIXEL_MAP_I_TO_R
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_R" with expression '0x0C72', CType: int
void glGetLocalConstantBooleanvEXT(int id, int value, byte[] data, int data_offset)
Entry point to C language function: void {@native glGetLocalConstantBooleanvEXT}(GLuint id,...
static final int GL_INDEX_SHIFT
GL_VERSION_1_0 Define "GL_INDEX_SHIFT" with expression '0x0D12', CType: int
static final int GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB
GL_ARB_vertex_program Define "GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB" with expression '0x88B2',...
void glMultiTexCoord3bvOES(int texture, byte[] coords, int coords_offset)
Entry point to C language function: void {@native glMultiTexCoord3bvOES}(GLenum texture,...
static final int GL_HINT_BIT
GL_VERSION_1_0 Define "GL_HINT_BIT" with expression '0x00008000', CType: int
static final int GL_VBO_FREE_MEMORY_ATI
GL_ATI_meminfo Define "GL_VBO_FREE_MEMORY_ATI" with expression '0x87FB', CType: int
static final int GL_OP_DOT3_EXT
GL_EXT_vertex_shader Define "GL_OP_DOT3_EXT" with expression '0x8784', CType: int
void glVertexAttribI4ivEXT(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4ivEXT}(GLuint index,...
void glCoverageModulationTableNV(int n, FloatBuffer v)
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n,...
static final int GL_SAMPLER_1D_ARB
GL_ARB_shader_objects Define "GL_SAMPLER_1D_ARB" with expression '0x8B5D', CType: int
void glMultiTexParameterIivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit,...
static final int GL_ALPHA16UI
GL_EXT_texture_integer Alias for: GL_ALPHA16UI_EXT Define "GL_ALPHA16UI" with expression '0x8D78',...
static final int GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE
GL_APPLE_vertex_array_range Define "GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE" with expression '0x851E',...
void glProgramUniformMatrix4x3dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program,...
static final int GL_INTENSITY_FLOAT16_ATI
GL_ATI_texture_float Define "GL_INTENSITY_FLOAT16_ATI" with expression '0x881D', CType: int
static final int GL_LUMINANCE_FLOAT32_APPLE
GL_APPLE_float_pixels Define "GL_LUMINANCE_FLOAT32_APPLE" with expression '0x8818',...
void glSecondaryColor3usv(ShortBuffer v)
Entry point to C language function: void {@native glSecondaryColor3usv}(const GLushort * v) Part o...
void glMultiTexCoord4i(int target, int s, int t, int r, int q)
Entry point to C language function: void {@native glMultiTexCoord4i}(GLenum target,...
void glGetProgramEnvParameterIivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetProgramEnvParameterIivNV}(GLenum target,...
void glTexCoord1sv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord1sv}(const GLshort * v) Part of GL_VER...
static final int GL_REDUCE
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_REDUCE_EXT Define "GL_REDUCE" with expression '0x80...
static final int GL_TRANSFORM_BIT
GL_VERSION_1_0 Define "GL_TRANSFORM_BIT" with expression '0x00001000', CType: int
void glVDPAUSurfaceAccessNV(long surface, int access)
Entry point to C language function: void {@native glVDPAUSurfaceAccessNV}(GLvdpauSurfaceNV surface,...
static final int GL_LINE_STIPPLE_REPEAT
GL_VERSION_1_0 Define "GL_LINE_STIPPLE_REPEAT" with expression '0x0B26', CType: int
void glCopyTextureImage1DEXT(int texture, int target, int level, int internalformat, int x, int y, int width, int border)
Entry point to C language function: void {@native glCopyTextureImage1DEXT}(GLuint texture,...
static final int GL_ACCUM_GREEN_BITS
GL_VERSION_1_0 Define "GL_ACCUM_GREEN_BITS" with expression '0x0D59', CType: int
static final int GL_MAP1_INDEX
GL_VERSION_1_0 Define "GL_MAP1_INDEX" with expression '0x0D91', CType: int
static final int GL_SEPARABLE_2D
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_SEPARABLE_2D_EXT Define "GL_SEPARABLE_2D" with expr...
static final int GL_STENCIL_TAG_BITS_EXT
GL_EXT_stencil_clear_tag Define "GL_STENCIL_TAG_BITS_EXT" with expression '0x88F2',...
static final int GL_TRANSFORM_FEEDBACK_BINDING_NV
GL_NV_transform_feedback2 Define "GL_TRANSFORM_FEEDBACK_BINDING_NV" with expression '0x8E25',...
static final int GL_MATRIX16_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX16_ARB" with expression '0x88D0',...
static final int GL_LUMINANCE16_ALPHA16_SNORM
GL_EXT_texture_snorm Define "GL_LUMINANCE16_ALPHA16_SNORM" with expression '0x901A',...
static final int GL_ORDER
GL_VERSION_1_0 Define "GL_ORDER" with expression '0x0A01', CType: int
static final int GL_MATRIX24_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX24_ARB" with expression '0x88D8',...
static final int GL_PROGRAM_ERROR_STRING_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_ERROR_STRING_ARB" with expression '...
void glTexGeni(int coord, int pname, int param)
Entry point to C language function: void {@native glTexGeni}(GLenum coord, GLenum pname,...
void glFogCoordhv(ShortBuffer fog)
Entry point to C language function: void {@native glFogCoordhv}(const GLhalfNV * fog) Part of GL_N...
void glFinishTextureSUNX()
Entry point to C language function: void {@native glFinishTextureSUNX}() Part of GL_SUNX_constant_...
void glMultiTexImage1DEXT(int texunit, int target, int level, int internalformat, int width, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexImage1DEXT}(GLenum texunit,...
static final int GL_Z_EXT
GL_EXT_vertex_shader Define "GL_Z_EXT" with expression '0x87D7', CType: int
void glMultiTexCoord2hv(int target, short[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord2hv}(GLenum target,...
static final int GL_EDGE_FLAG
GL_VERSION_1_0 Define "GL_EDGE_FLAG" with expression '0x0B43', CType: int
static final int GL_PACK_RESAMPLE_OML
GL_OML_resample Define "GL_PACK_RESAMPLE_OML" with expression '0x8984', CType: int
void glUniform2ivARB(int location, int count, int[] value, int value_offset)
Entry point to C language function: void {@native glUniform2ivARB}(GLint location,...
static final int GL_DRAW_BUFFER9_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER9_ATI" with expression '0x882E', CType: int
void glColor4fv(float[] v, int v_offset)
Entry point to C language function: void {@native glColor4fv}(const GLfloat * v) Part of GL_VERSIO...
void glRasterPos3iv(int[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos3iv}(const GLint * v) Part of GL_VERS...
void glDrawElementsInstanced(int mode, int count, int type, Buffer indices, int instancecount)
Entry point to C language function: void {@native glDrawElementsInstanced}(GLenum mode,...
long glGetUniformOffsetEXT(int program, int location)
Entry point to C language function: GLintptr {@native glGetUniformOffsetEXT}(GLuint program,...
static final int GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV
GL_NV_tessellation_program5 Define "GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV" with expression '...
void glVertexAttrib3dvARB(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib3dvARB}(GLuint index,...
void glProgramVertexLimitNV(int target, int limit)
Entry point to C language function: void {@native glProgramVertexLimitNV}(GLenum target,...
void glVertexAttribI4bvEXT(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4bvEXT}(GLuint index,...
void glGetPerfMonitorGroupsAMD(int[] numGroups, int numGroups_offset, int groupsSize, int[] groups, int groups_offset)
Entry point to C language function: void {@native glGetPerfMonitorGroupsAMD}(GLint * numGroups,...
void glIndexMask(int mask)
Entry point to C language function: void {@native glIndexMask}(GLuint mask) Part of GL_VERSION_1_0
void glProgramStringARB(int target, int format, int len, String string)
Entry point to C language function: void {@native glProgramStringARB}(GLenum target,...
static final int GL_INT64_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT64_NV" with expression '0x140E',...
void glPopAttrib()
Entry point to C language function: void {@native glPopAttrib}() Part of GL_VERSION_1_0
void glRasterPos3f(float x, float y, float z)
Entry point to C language function: void {@native glRasterPos3f}(GLfloat x, GLfloat y,...
static final int GL_POST_COLOR_MATRIX_ALPHA_BIAS
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_POST_COLOR_MATRIX_ALPHA_BIAS_SGI Define "GL_POST_C...
static final int GL_PROXY_HISTOGRAM
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_PROXY_HISTOGRAM_EXT Define "GL_PROXY_HISTOGRAM" with ...
static final int GL_VIEWPORT_BIT
GL_VERSION_1_0 Define "GL_VIEWPORT_BIT" with expression '0x00000800', CType: int
static final int GL_BOOL_VEC2_ARB
GL_ARB_shader_objects Define "GL_BOOL_VEC2_ARB" with expression '0x8B57', CType: int
void glMultiTexGeniEXT(int texunit, int coord, int pname, int param)
Entry point to C language function: void {@native glMultiTexGeniEXT}(GLenum texunit,...
static final int GL_POST_CONVOLUTION_BLUE_BIAS
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_POST_CONVOLUTION_BLUE_BIAS_EXT Define "GL_POST_CONV...
static final int GL_MAX_SAMPLE_MASK_WORDS_NV
GL_NV_explicit_multisample Define "GL_MAX_SAMPLE_MASK_WORDS_NV" with expression '0x8E59',...
void glVertexAttribI4uivEXT(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4uivEXT}(GLuint index,...
void glLightiv(int light, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glLightiv}(GLenum light, GLenum pname,...
static final int GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV
GL_NV_texture_shader Define "GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV" with expression '0x86F0',...
void glProgramUniform2dvEXT(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program,...
static final int GL_EYE_LINEAR
GL_VERSION_1_0, GL_NV_path_rendering Alias for: GL_EYE_LINEAR_NV Define "GL_EYE_LINEAR" with express...
void glCopyTextureImage2DEXT(int texture, int target, int level, int internalformat, int x, int y, int width, int height, int border)
Entry point to C language function: void {@native glCopyTextureImage2DEXT}(GLuint texture,...
static final int GL_PERFMON_RESULT_SIZE_AMD
GL_AMD_performance_monitor Define "GL_PERFMON_RESULT_SIZE_AMD" with expression '0x8BC5',...
void glProgramEnvParameter4fvARB(int target, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glProgramEnvParameter4fvARB}(GLenum target,...
void glNamedProgramLocalParametersI4ivEXT(int program, int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint progr...
static final int GL_PRIMITIVE_RESTART_NV
GL_NV_primitive_restart Define "GL_PRIMITIVE_RESTART_NV" with expression '0x8558',...
static final int GL_PIXEL_MAP_A_TO_A
GL_VERSION_1_0 Define "GL_PIXEL_MAP_A_TO_A" with expression '0x0C79', CType: int
void glNamedFramebufferTexture3DEXT(int framebuffer, int attachment, int textarget, int texture, int level, int zoffset)
Entry point to C language function: void {@native glNamedFramebufferTexture3DEXT}(GLuint framebuffer...
void glGetProgramLocalParameterfvARB(int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetProgramLocalParameterfvARB}(GLenum target,...
int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent)
Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa,...
void glPopName()
Entry point to C language function: void {@native glPopName}() Part of GL_VERSION_1_0
void glGetNamedProgramLocalParameterfvEXT(int program, int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterfvEXT}(GLuint progr...
static final int GL_OUTPUT_TEXTURE_COORD17_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD17_EXT" with expression '0x87AE',...
static final int GL_MODELVIEW13_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW13_ARB" with expression '0x872D', CType: int
void glWeightusvARB(int size, ShortBuffer weights)
Entry point to C language function: void {@native glWeightusvARB}(GLint size, const GLushort * weigh...
static final int GL_INDEX_CLEAR_VALUE
GL_VERSION_1_0 Define "GL_INDEX_CLEAR_VALUE" with expression '0x0C20', CType: int
void glGetMultiTexGenfvEXT(int texunit, int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit,...
static final int GL_SLUMINANCE8_ALPHA8
GL_VERSION_2_1, GL_NV_sRGB_formats, GL_EXT_texture_sRGB Alias for: GL_SLUMINANCE8_ALPHA8_NV,...
static final int GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE" with expression '0x8A07...
void glGetObjectParameterivARB(long obj, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetObjectParameterivARB}(GLhandleARB obj,...
static final int GL_HILO_NV
GL_NV_texture_shader Define "GL_HILO_NV" with expression '0x86F4', CType: int
void glVertexAttribI4svEXT(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4svEXT}(GLuint index,...
static final int GL_DSDT8_MAG8_NV
GL_NV_texture_shader Define "GL_DSDT8_MAG8_NV" with expression '0x870A', CType: int
static final int GL_V2F
GL_VERSION_1_1 Define "GL_V2F" with expression '0x2A20', CType: int
static final int GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_NAME_LENGTH_MAX_INTEL" with expression '0x94F...
void glGetInvariantIntegervEXT(int id, int value, int[] data, int data_offset)
Entry point to C language function: void {@native glGetInvariantIntegervEXT}(GLuint id,...
static final int GL_COMPRESSED_ALPHA
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_COMPRESSED_ALPHA_ARB Define "GL_COMPRESSED_...
static final int GL_WRITE_DISCARD_NV
GL_NV_vdpau_interop Define "GL_WRITE_DISCARD_NV" with expression '0x88BE', CType: int
void glColor3us(short red, short green, short blue)
Entry point to C language function: void {@native glColor3us}(GLushort red, GLushort green,...
static final int GL_T2F_C4UB_V3F
GL_VERSION_1_1 Define "GL_T2F_C4UB_V3F" with expression '0x2A29', CType: int
void glVertexAttribI4ivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI4ivEXT}(GLuint index,...
static final int GL_STORAGE_CLIENT_APPLE
GL_APPLE_vertex_array_range Define "GL_STORAGE_CLIENT_APPLE" with expression '0x85B4',...
static final int GL_STENCIL_CLEAR_TAG_VALUE_EXT
GL_EXT_stencil_clear_tag Define "GL_STENCIL_CLEAR_TAG_VALUE_EXT" with expression '0x88F3',...
static final int GL_MVP_MATRIX_EXT
GL_EXT_vertex_shader Define "GL_MVP_MATRIX_EXT" with expression '0x87E3', CType: int
void glRasterPos4iv(IntBuffer v)
Entry point to C language function: void {@native glRasterPos4iv}(const GLint * v) Part of GL_VERS...
static final int GL_OUTPUT_TEXTURE_COORD7_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD7_EXT" with expression '0x87A4',...
static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3
GL_NV_sRGB_formats, GL_EXT_texture_sRGB Alias for: GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_NV,...
void glGetClipPlane(int plane, double[] equation, int equation_offset)
Entry point to C language function: void {@native glGetClipPlane}(GLenum plane, GLdouble * equation)...
void glUniform4ivARB(int location, int count, int[] value, int value_offset)
Entry point to C language function: void {@native glUniform4ivARB}(GLint location,...
void glDeleteLists(int list, int range)
Entry point to C language function: void {@native glDeleteLists}(GLuint list, GLsizei range) Part ...
static final int GL_MATRIX17_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX17_ARB" with expression '0x88D1',...
static final int GL_MAX_PROGRAM_PARAMETERS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_PARAMETERS_ARB" with expression...
static final int GL_MATRIX_PALETTE_ARB
GL_ARB_matrix_palette Define "GL_MATRIX_PALETTE_ARB" with expression '0x8840', CType: int
void glNamedProgramStringEXT(int program, int target, int format, int len, Buffer string)
Entry point to C language function: void {@native glNamedProgramStringEXT}(GLuint program,...
int glCheckNamedFramebufferStatusEXT(int framebuffer, int target)
Entry point to C language function: GLenum {@native glCheckNamedFramebufferStatusEXT}(GLuint framebu...
void glColorTableParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glColorTableParameterfv}(GLenum target,...
void glDisableClientStateIndexedEXT(int array, int index)
Entry point to C language function: void {@native glDisableClientStateIndexedEXT}(GLenum array,...
static final int GL_DOT_PRODUCT_DEPTH_REPLACE_NV
GL_NV_texture_shader Define "GL_DOT_PRODUCT_DEPTH_REPLACE_NV" with expression '0x86ED',...
void glVertexAttribI2ivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2ivEXT}(GLuint index,...
void glVertex2sv(ShortBuffer v)
Entry point to C language function: void {@native glVertex2sv}(const GLshort * v) Part of GL_VERSI...
void glVertexAttrib1hv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1hv}(GLuint index,...
static final int GL_INDEX_TEST_FUNC_EXT
GL_EXT_index_func Define "GL_INDEX_TEST_FUNC_EXT" with expression '0x81B6', CType: int
void glVertexAttrib2hv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib2hv}(GLuint index,...
void glPixelTransformParameterfvEXT(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glPixelTransformParameterfvEXT}(GLenum target,...
static final int GL_OUTPUT_TEXTURE_COORD21_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD21_EXT" with expression '0x87B2',...
void glTexCoord1iv(int[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord1iv}(const GLint * v) Part of GL_VERSI...
static final int GL_VARIANT_ARRAY_POINTER_EXT
GL_EXT_vertex_shader Define "GL_VARIANT_ARRAY_POINTER_EXT" with expression '0x87E9',...
void glVertexAttribL1i64NV(int index, long x)
Entry point to C language function: void {@native glVertexAttribL1i64NV}(GLuint index,...
static final int GL_POST_COLOR_MATRIX_RED_BIAS
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_POST_COLOR_MATRIX_RED_BIAS_SGI Define "GL_POST_COL...
static final int GL_EVAL_VERTEX_ATTRIB3_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB3_NV" with expression '0x86C9', CType: int
static final int GL_EVAL_VERTEX_ATTRIB4_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB4_NV" with expression '0x86CA', CType: int
void glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, Buffer row, Buffer column)
Entry point to C language function: void {@native glSeparableFilter2D}(GLenum target,...
short glGetStageIndexNV(int shadertype)
Entry point to C language function: GLushort {@native glGetStageIndexNV}(GLenum shadertype) Part o...
void glColor4dv(double[] v, int v_offset)
Entry point to C language function: void {@native glColor4dv}(const GLdouble * v) Part of GL_VERSI...
static final int GL_MATRIX_INDEX_ARRAY_TYPE_ARB
GL_ARB_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_TYPE_ARB" with expression '0x8847',...
static final int GL_OP_MIN_EXT
GL_EXT_vertex_shader Define "GL_OP_MIN_EXT" with expression '0x878B', CType: int
void glTexCoord2bvOES(byte[] coords, int coords_offset)
Entry point to C language function: void {@native glTexCoord2bvOES}(const GLbyte * coords) Part of...
void glRasterPos3dv(double[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos3dv}(const GLdouble * v) Part of GL_V...
void glProgramUniform4ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform4ui64vNV}(GLuint program,...
static final int GL_LUMINANCE8I
GL_EXT_texture_integer Alias for: GL_LUMINANCE8I_EXT Define "GL_LUMINANCE8I" with expression '0x8D92...
void glIndexi(int c)
Entry point to C language function: void {@native glIndexi}(GLint c) Part of GL_VERSION_1_0
void glMultTransposeMatrixf(float[] m, int m_offset)
Entry point to C language function: void {@native glMultTransposeMatrixf}(const GLfloat * m) Part ...
void glGetOcclusionQueryuivNV(int id, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetOcclusionQueryuivNV}(GLuint id,...
void glMultTransposeMatrixd(double[] m, int m_offset)
Entry point to C language function: void {@native glMultTransposeMatrixd}(const GLdouble * m) Part...
void glMultiTexCoord4bOES(int texture, byte s, byte t, byte r, byte q)
Entry point to C language function: void {@native glMultiTexCoord4bOES}(GLenum texture,...
static final int GL_SHADER_OPERATION_NV
GL_NV_texture_shader Define "GL_SHADER_OPERATION_NV" with expression '0x86DF', CType: int
static final int GL_ALPHA12
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_ALPHA12_EXT Define "GL_ALPHA12" with expression '0x803D...
void glGetPerfMonitorGroupStringAMD(int group, int bufSize, int[] length, int length_offset, byte[] groupString, int groupString_offset)
Entry point to C language function: void {@native glGetPerfMonitorGroupStringAMD}(GLuint group,...
static final int GL_MATRIX_INDEX_ARRAY_STRIDE_ARB
GL_ARB_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_STRIDE_ARB" with expression '0x8848',...
void glMultiTexCoord3hv(int target, short[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord3hv}(GLenum target,...
void glMapVertexAttrib2dAPPLE(int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, DoubleBuffer points)
Entry point to C language function: void {@native glMapVertexAttrib2dAPPLE}(GLuint index,...
static final int GL_SIGNED_RGB_UNSIGNED_ALPHA_NV
GL_NV_texture_shader Define "GL_SIGNED_RGB_UNSIGNED_ALPHA_NV" with expression '0x870C',...
static final int GL_NORMAL_MAP
GL_VERSION_1_3, GL_OES_texture_cube_map, GL_NV_texgen_reflection, GL_ARB_texture_cube_map,...
static final int GL_VIDEO_BUFFER_BINDING_NV
GL_NV_video_capture Define "GL_VIDEO_BUFFER_BINDING_NV" with expression '0x9021', CType: int
static final int GL_ALPHA32UI
GL_EXT_texture_integer Alias for: GL_ALPHA32UI_EXT Define "GL_ALPHA32UI" with expression '0x8D72',...
void glGetCompressedTextureImageEXT(int texture, int target, int lod, Buffer img)
Entry point to C language function: void {@native glGetCompressedTextureImageEXT}(GLuint texture,...
static final int GL_TEXTURE_LUMINANCE_TYPE
GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_float Alias for: GL_TEXTURE_LUMINANCE_TYPE_...
static final int GL_FORMAT_SUBSAMPLE_24_24_OML
GL_OML_subsample Define "GL_FORMAT_SUBSAMPLE_24_24_OML" with expression '0x8982', CType: int
void glDisableVertexAttribAPPLE(int index, int pname)
Entry point to C language function: void {@native glDisableVertexAttribAPPLE}(GLuint index,...
void glMatrixRotatedEXT(int mode, double angle, double x, double y, double z)
Entry point to C language function: void {@native glMatrixRotatedEXT}(GLenum mode,...
void glTexturePageCommitmentEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, boolean commit)
Entry point to C language function: void {@native glTexturePageCommitmentEXT}(GLuint texture,...
static final int GL_RED_SNORM
GL_EXT_texture_snorm, GL_VERSION_3_1 Define "GL_RED_SNORM" with expression '0x8F90',...
void glVertex4hv(ShortBuffer v)
Entry point to C language function: void {@native glVertex4hv}(const GLhalfNV * v) Part of GL_NV_h...
static final int GL_TEXTURE_HI_SIZE_NV
GL_NV_texture_shader Define "GL_TEXTURE_HI_SIZE_NV" with expression '0x871B', CType: int
void glGenTransformFeedbacksNV(int n, int[] ids, int ids_offset)
Entry point to C language function: void {@native glGenTransformFeedbacksNV}(GLsizei n,...
void glVideoCaptureStreamParameterivNV(int video_capture_slot, int stream, int pname, IntBuffer params)
Entry point to C language function: void {@native glVideoCaptureStreamParameterivNV}(GLuint video_ca...
void glGetVariantIntegervEXT(int id, int value, int[] data, int data_offset)
Entry point to C language function: void {@native glGetVariantIntegervEXT}(GLuint id,...
static final int GL_2_BYTES
GL_VERSION_1_0, GL_NV_path_rendering Alias for: GL_2_BYTES_NV Define "GL_2_BYTES" with expression '0...
static final int GL_LUMINANCE32I
GL_EXT_texture_integer Alias for: GL_LUMINANCE32I_EXT Define "GL_LUMINANCE32I" with expression '0x8D...
static final int GL_FLOAT_RGB32_NV
GL_NV_float_buffer Define "GL_FLOAT_RGB32_NV" with expression '0x8889', CType: int
static final int GL_DEPTH_TEXTURE_MODE
GL_VERSION_1_4, GL_ARB_depth_texture Alias for: GL_DEPTH_TEXTURE_MODE_ARB Define "GL_DEPTH_TEXTURE_M...
void glVertexAttrib4NuivARB(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NuivARB}(GLuint index,...
static final int GL_PROGRAM_MATRIX_EXT
GL_EXT_direct_state_access Define "GL_PROGRAM_MATRIX_EXT" with expression '0x8E2D',...
void glFramebufferDrawBuffersEXT(int framebuffer, int n, int[] bufs, int bufs_offset)
Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer,...
static final int GL_RED_SCALE
GL_VERSION_1_0 Define "GL_RED_SCALE" with expression '0x0D14', CType: int
void glGetVertexAttribdvARB(int index, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribdvARB}(GLuint index,...
static final int GL_CLIENT_VERTEX_ARRAY_BIT
GL_VERSION_1_1 Define "GL_CLIENT_VERTEX_ARRAY_BIT" with expression '0x00000002', CType: int
static final int GL_PERFQUERY_COUNTER_EVENT_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_EVENT_INTEL" with expression '0x94F0',...
static final int GL_MODELVIEW28_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW28_ARB" with expression '0x873C', CType: int
static final int GL_LUMINANCE_ALPHA16I
GL_EXT_texture_integer Alias for: GL_LUMINANCE_ALPHA16I_EXT Define "GL_LUMINANCE_ALPHA16I" with expr...
void glTexCoord4bOES(byte s, byte t, byte r, byte q)
Entry point to C language function: void {@native glTexCoord4bOES}(GLbyte s, GLbyte t,...
void glVertex3iv(IntBuffer v)
Entry point to C language function: void {@native glVertex3iv}(const GLint * v) Part of GL_VERSION...
static final int GL_OFFSET_TEXTURE_RECTANGLE_NV
GL_NV_texture_shader Define "GL_OFFSET_TEXTURE_RECTANGLE_NV" with expression '0x864C',...
static final int GL_HSL_COLOR
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_HSL_CO...
void glRectdv(double[] v1, int v1_offset, double[] v2, int v2_offset)
Entry point to C language function: void {@native glRectdv}(const GLdouble * v1, const GLdouble * v2...
void glGetPerfQueryInfoINTEL(int queryId, int queryNameLength, ByteBuffer queryName, IntBuffer dataSize, IntBuffer noCounters, IntBuffer noInstances, IntBuffer capsMask)
Entry point to C language function: void {@native glGetPerfQueryInfoINTEL}(GLuint queryId,...
void glProgramUniformMatrix4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program,...
void glMultiTexCoord3iv(int target, int[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord3iv}(GLenum target,...
static final int GL_TEXTURE_MAG_SIZE_NV
GL_NV_texture_shader Define "GL_TEXTURE_MAG_SIZE_NV" with expression '0x871F', CType: int
void glColor4sv(short[] v, int v_offset)
Entry point to C language function: void {@native glColor4sv}(const GLshort * v) Part of GL_VERSIO...
static final int GL_INTENSITY12
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_INTENSITY12_EXT Define "GL_INTENSITY12" with expression...
void glWindowPos2i(int x, int y)
Entry point to C language function: void {@native glWindowPos2i}(GLint x, GLint y) Part of GL_VERS...
void glColor4i(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glColor4i}(GLint red, GLint green,...
static final int GL_DOT_PRODUCT_NV
GL_NV_texture_shader Define "GL_DOT_PRODUCT_NV" with expression '0x86EC', CType: int
static final int GL_PRIMITIVE_RESTART_INDEX_NV
GL_NV_primitive_restart Define "GL_PRIMITIVE_RESTART_INDEX_NV" with expression '0x8559',...
static final int GL_MATRIX6_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX6_ARB" with expression '0x88C6',...
static final int GL_RED_BIAS
GL_VERSION_1_0 Define "GL_RED_BIAS" with expression '0x0D15', CType: int
static final int GL_QUERY_BUFFER_BINDING_AMD
GL_AMD_query_buffer_object Define "GL_QUERY_BUFFER_BINDING_AMD" with expression '0x9193',...
void glWindowPos2iv(int[] v, int v_offset)
Entry point to C language function: void {@native glWindowPos2iv}(const GLint * v) Part of GL_VERS...
static final int GL_CURRENT_RASTER_TEXTURE_COORDS
GL_VERSION_1_0 Define "GL_CURRENT_RASTER_TEXTURE_COORDS" with expression '0x0B06',...
static final int GL_SIGNED_RGB8_NV
GL_NV_texture_shader Define "GL_SIGNED_RGB8_NV" with expression '0x86FF', CType: int
void glProgramUniformMatrix4dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4dvEXT}(GLuint program,...
void glGetVideoCaptureStreamivNV(int video_capture_slot, int stream, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVideoCaptureStreamivNV}(GLuint video_capture_...
void glTextureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureImage2DEXT}(GLuint texture,...
static final int GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV
GL_NV_texture_shader3 Define "GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV" with expression '0x8851',...
void glColor4ubv(ByteBuffer v)
Entry point to C language function: void {@native glColor4ubv}(const GLubyte * v) Part of GL_VERSI...
void glGetPixelMapuiv(int map, long values_buffer_offset)
Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values) P...
void glNamedProgramLocalParameter4dEXT(int program, int target, int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glNamedProgramLocalParameter4dEXT}(GLuint program,...
void glGetTextureParameterfvEXT(int texture, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture,...
static final int GL_Q
GL_VERSION_1_0 Define "GL_Q" with expression '0x2003', CType: int
void glGetProgramEnvParameterIivNV(int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramEnvParameterIivNV}(GLenum target,...
static final int GL_MATRIX5_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX5_ARB" with expression '0x88C5',...
void glNamedProgramLocalParameterI4ivEXT(int program, int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint progra...
void glVertexAttribI4iEXT(int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glVertexAttribI4iEXT}(GLuint index,...
static final int GL_RGBA_INTEGER_MODE
GL_EXT_texture_integer Alias for: GL_RGBA_INTEGER_MODE_EXT Define "GL_RGBA_INTEGER_MODE" with expres...
static final int GL_OBJECT_SHADER_SOURCE_LENGTH_ARB
GL_ARB_shader_objects Define "GL_OBJECT_SHADER_SOURCE_LENGTH_ARB" with expression '0x8B88',...
void glApplyTextureEXT(int mode)
Entry point to C language function: void {@native glApplyTextureEXT}(GLenum mode) Part of GL_EXT_l...
void glGetMultiTexParameterIuivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit,...
static final int GL_INT64_VEC2_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT64_VEC2_NV" with expression '0x8FE9',...
void glPixelTransformParameterivEXT(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glPixelTransformParameterivEXT}(GLenum target,...
static final int GL_FOG_COORD_ARRAY_STRIDE
GL_VERSION_1_5 Define "GL_FOG_COORD_ARRAY_STRIDE" with expression '0x8455', CType: int
void glVertexAttribL2ui64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL2ui64vNV}(GLuint index,...
void glGetVertexAttribivARB(int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVertexAttribivARB}(GLuint index,...
static final int GL_DRAW_BUFFER14_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER14_ATI" with expression '0x8833', CType: int
static final int GL_DSDT_MAG_INTENSITY_NV
GL_NV_texture_shader Define "GL_DSDT_MAG_INTENSITY_NV" with expression '0x86DC', CType: int
static final int GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB
GL_ARB_shader_objects Define "GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB" with expression '0x8B87',...
static final int GL_RENDER_MODE
GL_VERSION_1_0 Define "GL_RENDER_MODE" with expression '0x0C40', CType: int
static final int GL_ACTIVE_STENCIL_FACE_EXT
GL_EXT_stencil_two_side Define "GL_ACTIVE_STENCIL_FACE_EXT" with expression '0x8911',...
void glFramebufferDrawBuffersEXT(int framebuffer, int n, IntBuffer bufs)
Entry point to C language function: void {@native glFramebufferDrawBuffersEXT}(GLuint framebuffer,...
static final int GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT
GL_EXT_texture_compression_latc Define "GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT" with expression '0x...
void glGetPerfMonitorGroupsAMD(IntBuffer numGroups, int groupsSize, IntBuffer groups)
Entry point to C language function: void {@native glGetPerfMonitorGroupsAMD}(GLint * numGroups,...
void glRasterPos3fv(FloatBuffer v)
Entry point to C language function: void {@native glRasterPos3fv}(const GLfloat * v) Part of GL_VE...
void glVertex3fv(FloatBuffer v)
Entry point to C language function: void {@native glVertex3fv}(const GLfloat * v) Part of GL_VERSI...
static final int GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT
GL_EXT_raster_multisample Define "GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT" with expression '0x932B',...
void glProgramEnvParameters4fvEXT(int target, int index, int count, float[] params, int params_offset)
Entry point to C language function: void {@native glProgramEnvParameters4fvEXT}(GLenum target,...
static final int GL_MAX_RATIONAL_EVAL_ORDER_NV
GL_NV_evaluators Define "GL_MAX_RATIONAL_EVAL_ORDER_NV" with expression '0x86D7', CType: int
static final int GL_DRAW_BUFFER8_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER8_ATI" with expression '0x882D', CType: int
static final int GL_LUMINANCE_ALPHA32I
GL_EXT_texture_integer Alias for: GL_LUMINANCE_ALPHA32I_EXT Define "GL_LUMINANCE_ALPHA32I" with expr...
void glVertexAttribI3uivEXT(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI3uivEXT}(GLuint index,...
int glRenderMode(int mode)
Entry point to C language function: GLint {@native glRenderMode}(GLenum mode) Part of GL_VERSION_1...
static final int GL_RELEASED_APPLE
GL_APPLE_object_purgeable Define "GL_RELEASED_APPLE" with expression '0x8A19', CType: int
void glVertex3h(short x, short y, short z)
Entry point to C language function: void {@native glVertex3h}(GLhalfNV x, GLhalfNV y,...
void glSelectPerfMonitorCountersAMD(int monitor, boolean enable, int group, int numCounters, int[] counterList, int counterList_offset)
Entry point to C language function: void {@native glSelectPerfMonitorCountersAMD}(GLuint monitor,...
void glTexGendv(int coord, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glTexGendv}(GLenum coord, GLenum pname,...
static final int GL_SECONDARY_COLOR_ARRAY_STRIDE
GL_VERSION_1_4, GL_EXT_secondary_color Alias for: GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT Define "GL_SEC...
static final int GL_EXCLUSION
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_EXCLUS...
static final int GL_MAX_SPOT_EXPONENT_NV
GL_NV_light_max_exponent Define "GL_MAX_SPOT_EXPONENT_NV" with expression '0x8505',...
static final int GL_ACCUM
GL_VERSION_1_0 Define "GL_ACCUM" with expression '0x0100', CType: int
void glGetVertexArrayIntegeri_vEXT(int vaobj, int index, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetVertexArrayIntegeri_vEXT}(GLuint vaobj,...
static final int GL_T4F_C4F_N3F_V4F
GL_VERSION_1_1 Define "GL_T4F_C4F_N3F_V4F" with expression '0x2A2D', CType: int
long glCreateShaderObjectARB(int shaderType)
Entry point to C language function: GLhandleARB {@native glCreateShaderObjectARB}(GLenum shaderType)...
void glMatrixLoaddEXT(int mode, double[] m, int m_offset)
Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)...
void glProgramBufferParametersIuivNV(int target, int bindingIndex, int wordIndex, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramBufferParametersIuivNV}(GLenum target,...
static final int GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB
GL_ARB_vertex_program Define "GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB" with expression '0x8622',...
static final int GL_OP_EXP_BASE_2_EXT
GL_EXT_vertex_shader Define "GL_OP_EXP_BASE_2_EXT" with expression '0x8791', CType: int
void glGetPixelMapuiv(int map, int[] values, int values_offset)
Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values) P...
void glVertexAttribs1hv(int index, int n, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribs1hv}(GLuint index,...
void glDeleteObjectARB(long obj)
Entry point to C language function: void {@native glDeleteObjectARB}(GLhandleARB obj) Part of GL_A...
static final int GL_FLOAT_RGBA_MODE_NV
GL_NV_float_buffer Define "GL_FLOAT_RGBA_MODE_NV" with expression '0x888E', CType: int
static final int GL_INDEX_MATERIAL_FACE_EXT
GL_EXT_index_material Define "GL_INDEX_MATERIAL_FACE_EXT" with expression '0x81BA',...
long glVDPAURegisterOutputSurfaceNV(Buffer vdpSurface, int target, int numTextureNames, int[] textureNames, int textureNames_offset)
Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterOutputSurfaceNV}(const ...
static final int GL_LUMINANCE12_ALPHA12
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_LUMINANCE12_ALPHA12_EXT Define "GL_LUMINANCE12_ALPHA12"...
static final int GL_VERTEX_SHADER_INSTRUCTIONS_EXT
GL_EXT_vertex_shader Define "GL_VERTEX_SHADER_INSTRUCTIONS_EXT" with expression '0x87CF',...
static final int GL_4_BYTES
GL_VERSION_1_0, GL_NV_path_rendering Alias for: GL_4_BYTES_NV Define "GL_4_BYTES" with expression '0...
void glDisableVariantClientStateEXT(int id)
Entry point to C language function: void {@native glDisableVariantClientStateEXT}(GLuint id) Part ...
static final int GL_MATRIX8_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX8_ARB" with expression '0x88C8',...
static final int GL_INDEX_ARRAY_STRIDE
GL_VERSION_1_1, GL_EXT_vertex_array Alias for: GL_INDEX_ARRAY_STRIDE_EXT Define "GL_INDEX_ARRAY_STRI...
void glProgramUniform3i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3i64vNV}(GLuint program,...
void glSetInvariantEXT(int id, int type, Buffer addr)
Entry point to C language function: void {@native glSetInvariantEXT}(GLuint id, GLenum type,...
static final int GL_LINE_STIPPLE
GL_VERSION_1_0 Define "GL_LINE_STIPPLE" with expression '0x0B24', CType: int
static final int GL_FLOAT_R32_NV
GL_NV_float_buffer Define "GL_FLOAT_R32_NV" with expression '0x8885', CType: int
void glMultiTexCoord4fv(int target, FloatBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4fv}(GLenum target,...
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV
GL_NV_sample_locations Define "GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV" with expression '0x933E',...
void glEnableVertexAttribArrayARB(int index)
Entry point to C language function: void {@native glEnableVertexAttribArrayARB}(GLuint index) Part...
static final int GL_PROVOKING_VERTEX_EXT
GL_EXT_provoking_vertex Define "GL_PROVOKING_VERTEX_EXT" with expression '0x8E4F',...
void glMultiTexCoord2bvOES(int texture, byte[] coords, int coords_offset)
Entry point to C language function: void {@native glMultiTexCoord2bvOES}(GLenum texture,...
void glGetProgramivARB(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetProgramivARB}(GLenum target,...
static final int GL_POST_CONVOLUTION_ALPHA_SCALE
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_POST_CONVOLUTION_ALPHA_SCALE_EXT Define "GL_POST_CO...
static final int GL_TEXTURE_LUMINANCE_SIZE
GL_VERSION_1_0, GL_EXT_texture Alias for: GL_TEXTURE_LUMINANCE_SIZE_EXT Define "GL_TEXTURE_LUMINANCE...
void glRasterSamplesEXT(int samples, boolean fixedsamplelocations)
Entry point to C language function: void {@native glRasterSamplesEXT}(GLuint samples,...
void glVertexAttrib2fARB(int index, float x, float y)
Entry point to C language function: void {@native glVertexAttrib2fARB}(GLuint index,...
void glWeightusvARB(int size, short[] weights, int weights_offset)
Entry point to C language function: void {@native glWeightusvARB}(GLint size, const GLushort * weigh...
static final int GL_OP_SET_GE_EXT
GL_EXT_vertex_shader Define "GL_OP_SET_GE_EXT" with expression '0x878C', CType: int
void glConvolutionParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glConvolutionParameteriv}(GLenum target,...
void glVertex4bOES(byte x, byte y, byte z, byte w)
Entry point to C language function: void {@native glVertex4bOES}(GLbyte x, GLbyte y,...
void glVertexAttribParameteriAMD(int index, int pname, int param)
Entry point to C language function: void {@native glVertexAttribParameteriAMD}(GLuint index,...
static final int GL_IUI_N3F_V3F_EXT
GL_EXT_index_array_formats Define "GL_IUI_N3F_V3F_EXT" with expression '0x81B0', CType: int
void glRectsv(short[] v1, int v1_offset, short[] v2, int v2_offset)
Entry point to C language function: void {@native glRectsv}(const GLshort * v1, const GLshort * v2) ...
static final int GL_MODELVIEW20_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW20_ARB" with expression '0x8734', CType: int
void glConvolutionParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glConvolutionParameteriv}(GLenum target,...
void glTexCoord3dv(DoubleBuffer v)
Entry point to C language function: void {@native glTexCoord3dv}(const GLdouble * v) Part of GL_VE...
void glProgramUniform2dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform2dvEXT}(GLuint program,...
void glGetProgramivARB(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramivARB}(GLenum target,...
static final int GL_ZOOM_Y
GL_VERSION_1_0 Define "GL_ZOOM_Y" with expression '0x0D17', CType: int
void glMultiTexCoord1f(int target, float s)
Entry point to C language function: void {@native glMultiTexCoord1f}(GLenum target,...
static final int GL_MODELVIEW1_MATRIX_EXT
GL_EXT_vertex_weighting Define "GL_MODELVIEW1_MATRIX_EXT" with expression '0x8506',...
void glWindowPos3sv(ShortBuffer v)
Entry point to C language function: void {@native glWindowPos3sv}(const GLshort * v) Part of GL_VE...
static final int GL_TEXTURE_COMPONENTS
GL_VERSION_1_0 Define "GL_TEXTURE_COMPONENTS" with expression '0x1003', CType: int
void glGetPolygonStipple(ByteBuffer mask)
Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask) Part of GL_...
void glVertexArrayVertexAttribOffsetEXT(int vaobj, int buffer, int index, int size, int type, boolean normalized, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayVertexAttribOffsetEXT}(GLuint vaobj,...
static final int GL_MAP1_COLOR_4
GL_VERSION_1_0 Define "GL_MAP1_COLOR_4" with expression '0x0D90', CType: int
void glMatrixLoaddEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixLoaddEXT}(GLenum mode, const GLdouble * m)...
void glWeightfvARB(int size, float[] weights, int weights_offset)
Entry point to C language function: void {@native glWeightfvARB}(GLint size, const GLfloat * weights...
static final int GL_PROGRAM_ATTRIB_COMPONENTS_NV
GL_NV_gpu_program4 Define "GL_PROGRAM_ATTRIB_COMPONENTS_NV" with expression '0x8906',...
void glColor3ubv(byte[] v, int v_offset)
Entry point to C language function: void {@native glColor3ubv}(const GLubyte * v) Part of GL_VERSI...
static final int GL_POINT_TOKEN
GL_VERSION_1_0 Define "GL_POINT_TOKEN" with expression '0x0701', CType: int
void glMultiTexGenivEXT(int texunit, int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexGenivEXT}(GLenum texunit,...
static final int GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV
GL_NV_texture_shader3 Define "GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV" with expression '0x8856',...
static final int GL_MODELVIEW22_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW22_ARB" with expression '0x8736', CType: int
static final int GL_FEEDBACK_BUFFER_TYPE
GL_VERSION_1_0 Define "GL_FEEDBACK_BUFFER_TYPE" with expression '0x0DF2', CType: int
void glProgramUniformMatrix2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2dvEXT}(GLuint program,...
void glGetObjectParameterivARB(long obj, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetObjectParameterivARB}(GLhandleARB obj,...
static final int GL_TESS_EVALUATION_PROGRAM_NV
GL_NV_tessellation_program5 Define "GL_TESS_EVALUATION_PROGRAM_NV" with expression '0x891F',...
static final int GL_UNIFORM_BUFFER_LENGTH_NV
GL_NV_uniform_buffer_unified_memory Define "GL_UNIFORM_BUFFER_LENGTH_NV" with expression '0x9370',...
void glTexCoord1bvOES(byte[] coords, int coords_offset)
Entry point to C language function: void {@native glTexCoord1bvOES}(const GLbyte * coords) Part of...
static final int GL_INTENSITY_SNORM
GL_EXT_texture_snorm Define "GL_INTENSITY_SNORM" with expression '0x9013', CType: int
void glRasterPos4sv(short[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos4sv}(const GLshort * v) Part of GL_VE...
void glGetLocalConstantIntegervEXT(int id, int value, IntBuffer data)
Entry point to C language function: void {@native glGetLocalConstantIntegervEXT}(GLuint id,...
static final int GL_MAX_PROGRAM_TEXEL_OFFSET_NV
GL_NV_gpu_program4 Define "GL_MAX_PROGRAM_TEXEL_OFFSET_NV" with expression '0x8905',...
void glFramebufferSampleLocationsfvNV(int target, int start, int count, FloatBuffer v)
Entry point to C language function: void {@native glFramebufferSampleLocationsfvNV}(GLenum target,...
static final int GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV
GL_NV_framebuffer_mixed_samples Define "GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV" with expression '0x932F'...
static final int GL_VERTEX_WEIGHTING_EXT
GL_EXT_vertex_weighting Define "GL_VERTEX_WEIGHTING_EXT" with expression '0x8509',...
void glVariantivEXT(int id, int[] addr, int addr_offset)
Entry point to C language function: void {@native glVariantivEXT}(GLuint id, const GLint * addr) P...
void glVertex4sv(short[] v, int v_offset)
Entry point to C language function: void {@native glVertex4sv}(const GLshort * v) Part of GL_VERSI...
static final int GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV
GL_NV_parameter_buffer_object Define "GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x8DA...
static final int GL_Z4Y12Z4CB12Z4CR12_444_NV
GL_NV_video_capture Define "GL_Z4Y12Z4CB12Z4CR12_444_NV" with expression '0x9037',...
static final int GL_WARP_SIZE_NV
GL_NV_shader_thread_group Define "GL_WARP_SIZE_NV" with expression '0x9339', CType: int
void glVertexAttrib2hv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib2hv}(GLuint index,...
void glPNTrianglesfATI(int pname, float param)
Entry point to C language function: void {@native glPNTrianglesfATI}(GLenum pname,...
static final int GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV
GL_NV_video_capture Define "GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV" with expression '0x903A',...
static final int GL_UNPACK_CONSTANT_DATA_SUNX
GL_SUNX_constant_data Define "GL_UNPACK_CONSTANT_DATA_SUNX" with expression '0x81D5',...
static final int GL_FLOAT_MAT3_ARB
GL_ARB_shader_objects Define "GL_FLOAT_MAT3_ARB" with expression '0x8B5B', CType: int
void glTexCoord2s(short s, short t)
Entry point to C language function: void {@native glTexCoord2s}(GLshort s, GLshort t) Part of GL_V...
void glProgramEnvParameterI4ivNV(int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramEnvParameterI4ivNV}(GLenum target,...
static final int GL_READ_PIXEL_DATA_RANGE_NV
GL_NV_pixel_data_range Define "GL_READ_PIXEL_DATA_RANGE_NV" with expression '0x8879',...
void glGetTextureLevelParameterivEXT(int texture, int target, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture,...
static final int GL_MIN_PROGRAM_TEXEL_OFFSET_NV
GL_NV_gpu_program4 Define "GL_MIN_PROGRAM_TEXEL_OFFSET_NV" with expression '0x8904',...
void glVertexAttribL1i64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL1i64vNV}(GLuint index,...
void glSyncTextureINTEL(int texture)
Entry point to C language function: void {@native glSyncTextureINTEL}(GLuint texture) Part of GL_I...
void glUniform4i64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform4i64vNV}(GLint location,...
void glWindowPos3dv(DoubleBuffer v)
Entry point to C language function: void {@native glWindowPos3dv}(const GLdouble * v) Part of GL_V...
void glClientAttribDefaultEXT(int mask)
Entry point to C language function: void {@native glClientAttribDefaultEXT}(GLbitfield mask) Part ...
static final int GL_EYE_PLANE_ABSOLUTE_NV
GL_NV_fog_distance Define "GL_EYE_PLANE_ABSOLUTE_NV" with expression '0x855C', CType: int
static final int GL_FLOAT16_VEC4_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_FLOAT16_VEC4_NV" with expression '0x8FFB',...
static final int GL_EVAL_VERTEX_ATTRIB6_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB6_NV" with expression '0x86CC', CType: int
static final int GL_UNSIGNED_INT16_VEC2_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT16_VEC2_NV" with expression '0x8FF1...
void glNamedProgramLocalParameter4fvEXT(int program, int target, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program...
static final int GL_UNSIGNED_SHORT_8_8_APPLE
GL_APPLE_ycbcr_422, GL_APPLE_rgb_422 Define "GL_UNSIGNED_SHORT_8_8_APPLE" with expression '0x85BA',...
void glMultiTexEnvivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit,...
void glBlendFuncSeparateIndexedAMD(int buf, int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
Entry point to C language function: void {@native glBlendFuncSeparateIndexedAMD}(GLuint buf,...
void glRasterPos4dv(DoubleBuffer v)
Entry point to C language function: void {@native glRasterPos4dv}(const GLdouble * v) Part of GL_V...
static final int GL_FLOAT16_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_FLOAT16_NV" with expression '0x8FF8',...
static final int GL_OP_SET_LT_EXT
GL_EXT_vertex_shader Define "GL_OP_SET_LT_EXT" with expression '0x878D', CType: int
void glInterleavedArrays(int format, int stride, Buffer pointer)
Entry point to C language function: void {@native glInterleavedArrays}(GLenum format,...
void glMultiDrawElementsIndirectBindlessNV(int mode, int type, Buffer indirect, int drawCount, int stride, int vertexBufferCount)
Entry point to C language function: void {@native glMultiDrawElementsIndirectBindlessNV}(GLenum mode...
void glEvalCoord1fv(FloatBuffer u)
Entry point to C language function: void {@native glEvalCoord1fv}(const GLfloat * u) Part of GL_VE...
void glWeightubvARB(int size, ByteBuffer weights)
Entry point to C language function: void {@native glWeightubvARB}(GLint size, const GLubyte * weight...
void glVariantuivEXT(int id, IntBuffer addr)
Entry point to C language function: void {@native glVariantuivEXT}(GLuint id, const GLuint * addr) ...
static final int GL_C4F_N3F_V3F
GL_VERSION_1_1 Define "GL_C4F_N3F_V3F" with expression '0x2A26', CType: int
void glMultiTexCoord3sv(int target, short[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord3sv}(GLenum target,...
static final int GL_OUTPUT_TEXTURE_COORD26_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD26_EXT" with expression '0x87B7',...
void glConvolutionParameterf(int target, int pname, float params)
Entry point to C language function: void {@native glConvolutionParameterf}(GLenum target,...
static final int GL_VIRTUAL_PAGE_SIZE_X_AMD
GL_AMD_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_X_AMD" with expression '0x9195',...
static final int GL_VERTEX_SHADER_VARIANTS_EXT
GL_EXT_vertex_shader Define "GL_VERTEX_SHADER_VARIANTS_EXT" with expression '0x87D0',...
void glSecondaryColor3ubv(byte[] v, int v_offset)
Entry point to C language function: void {@native glSecondaryColor3ubv}(const GLubyte * v) Part of...
void glSecondaryColor3i(int red, int green, int blue)
Entry point to C language function: void {@native glSecondaryColor3i}(GLint red, GLint green,...
void glMaterialiv(int face, int pname, IntBuffer params)
Entry point to C language function: void {@native glMaterialiv}(GLenum face, GLenum pname,...
void glTexRenderbufferNV(int target, int renderbuffer)
Entry point to C language function: void {@native glTexRenderbufferNV}(GLenum target,...
void glRasterPos4fv(FloatBuffer v)
Entry point to C language function: void {@native glRasterPos4fv}(const GLfloat * v) Part of GL_VE...
void glProgramUniformMatrix2x4dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dvEXT}(GLuint program,...
static final int GL_422_REV_EXT
GL_EXT_422_pixels Define "GL_422_REV_EXT" with expression '0x80CD', CType: int
void glGetConvolutionParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetConvolutionParameterfv}(GLenum target,...
void glGenerateTextureMipmapEXT(int texture, int target)
Entry point to C language function: void {@native glGenerateTextureMipmapEXT}(GLuint texture,...
void glMultiTexSubImage3DEXT(int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexSubImage3DEXT}(GLenum texunit,...
void glColor3sv(short[] v, int v_offset)
Entry point to C language function: void {@native glColor3sv}(const GLshort * v) Part of GL_VERSIO...
static final int GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_THROUGHPUT_INTEL" with expression '0x94F3',...
void glUniformMatrix4fvARB(int location, int count, boolean transpose, float[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix4fvARB}(GLint location,...
void glCurrentPaletteMatrixARB(int index)
Entry point to C language function: void {@native glCurrentPaletteMatrixARB}(GLint index) Part of ...
static final int GL_DEPTH_BOUNDS_TEST_EXT
GL_EXT_depth_bounds_test Define "GL_DEPTH_BOUNDS_TEST_EXT" with expression '0x8890',...
void glUniform3i64NV(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3i64NV}(GLint location,...
static final int GL_TRANSPOSE_MODELVIEW_MATRIX
GL_VERSION_1_3, GL_ARB_transpose_matrix Alias for: GL_TRANSPOSE_MODELVIEW_MATRIX_ARB Define "GL_TRAN...
static final int GL_VIDEO_COLOR_CONVERSION_MAX_NV
GL_NV_video_capture Define "GL_VIDEO_COLOR_CONVERSION_MAX_NV" with expression '0x902A',...
static final int GL_MAX_ATTRIB_STACK_DEPTH
GL_VERSION_1_0 Define "GL_MAX_ATTRIB_STACK_DEPTH" with expression '0x0D35', CType: int
void glNormal3b(byte nx, byte ny, byte nz)
Entry point to C language function: void {@native glNormal3b}(GLbyte nx, GLbyte ny,...
static final int GL_FOG_COORDINATE_SOURCE
GL_VERSION_1_4, GL_EXT_fog_coord Alias for: GL_FOG_COORDINATE_SOURCE_EXT Define "GL_FOG_COORDINATE_S...
void glMapGrid1f(int un, float u1, float u2)
Entry point to C language function: void {@native glMapGrid1f}(GLint un, GLfloat u1,...
static final int GL_EVAL_VERTEX_ATTRIB0_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB0_NV" with expression '0x86C6', CType: int
void glIndexdv(double[] c, int c_offset)
Entry point to C language function: void {@native glIndexdv}(const GLdouble * c) Part of GL_VERSIO...
static final int GL_TABLE_TOO_LARGE
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_TABLE_TOO_LARGE_EXT Define "GL_TABLE_TOO_LARGE" with ...
void glVertexAttrib4NivARB(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NivARB}(GLuint index,...
void glGetMultiTexGendvEXT(int texunit, int coord, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit,...
void glPopClientAttrib()
Entry point to C language function: void {@native glPopClientAttrib}() Part of GL_VERSION_1_1
void glMatrixMultdEXT(int mode, double[] m, int m_offset)
Entry point to C language function: void {@native glMatrixMultdEXT}(GLenum mode, const GLdouble * m)...
static final int GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV
GL_NV_video_capture Define "GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV" with expression '0x902D',...
void glMap2f(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float[] points, int points_offset)
Entry point to C language function: void {@native glMap2f}(GLenum target, GLfloat u1,...
static final int GL_OP_INDEX_EXT
GL_EXT_vertex_shader Define "GL_OP_INDEX_EXT" with expression '0x8782', CType: int
static final int GL_HISTOGRAM_RED_SIZE
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_HISTOGRAM_RED_SIZE_EXT Define "GL_HISTOGRAM_RED_SIZE"...
void glTexCoord1fv(float[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord1fv}(const GLfloat * v) Part of GL_VER...
static final int GL_WARPS_PER_SM_NV
GL_NV_shader_thread_group Define "GL_WARPS_PER_SM_NV" with expression '0x933A', CType: int
void glQueryObjectParameteruiAMD(int target, int id, int pname, int param)
Entry point to C language function: void {@native glQueryObjectParameteruiAMD}(GLenum target,...
void glMatrixScaledEXT(int mode, double x, double y, double z)
Entry point to C language function: void {@native glMatrixScaledEXT}(GLenum mode,...
void glFogCoorddv(DoubleBuffer coord)
Entry point to C language function: void {@native glFogCoorddv}(const GLdouble * coord) Part of GL...
void glMultiTexCoord2f(int target, float s, float t)
Entry point to C language function: void {@native glMultiTexCoord2f}(GLenum target,...
void glMultiTexRenderbufferEXT(int texunit, int target, int renderbuffer)
Entry point to C language function: void {@native glMultiTexRenderbufferEXT}(GLenum texunit,...
static final int GL_PERFQUERY_COUNTER_RAW_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_RAW_INTEL" with expression '0x94F4',...
void glEdgeFlagPointer(int stride, Buffer ptr)
Entry point to C language function: void {@native glEdgeFlagPointer}(GLsizei stride,...
void glGetnPixelMapfv(int map, int bufSize, float[] values, int values_offset)
Entry point to C language function: void {@native glGetnPixelMapfv}(GLenum map, GLsizei bufSize,...
void glWindowPos2f(float x, float y)
Entry point to C language function: void {@native glWindowPos2f}(GLfloat x, GLfloat y) Part of GL_...
static final int GL_FLOAT16_VEC3_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_FLOAT16_VEC3_NV" with expression '0x8FFA',...
void glTexCoord4f(float s, float t, float r, float q)
Entry point to C language function: void {@native glTexCoord4f}(GLfloat s, GLfloat t,...
void glMultiTexEnviEXT(int texunit, int target, int pname, int param)
Entry point to C language function: void {@native glMultiTexEnviEXT}(GLenum texunit,...
static final int GL_ACCUM_RED_BITS
GL_VERSION_1_0 Define "GL_ACCUM_RED_BITS" with expression '0x0D58', CType: int
void glVertexAttrib4svARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4svARB}(GLuint index,...
static final int GL_T2F_IUI_N3F_V3F_EXT
GL_EXT_index_array_formats Define "GL_T2F_IUI_N3F_V3F_EXT" with expression '0x81B4',...
void glMultiTexCoord2hv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2hv}(GLenum target,...
static final int GL_UNSIGNED_SHORT_8_8_REV_APPLE
GL_APPLE_ycbcr_422, GL_APPLE_rgb_422 Define "GL_UNSIGNED_SHORT_8_8_REV_APPLE" with expression '0x85BB...
void glCopyMultiTexImage1DEXT(int texunit, int target, int level, int internalformat, int x, int y, int width, int border)
Entry point to C language function: void {@native glCopyMultiTexImage1DEXT}(GLenum texunit,...
static final int GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV
GL_NV_video_capture Define "GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV" with expression '0x9025',...
void glGetVertexAttribIivEXT(int index, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribIivEXT}(GLuint index,...
static final int GL_PACK_CMYK_HINT_EXT
GL_EXT_cmyka Define "GL_PACK_CMYK_HINT_EXT" with expression '0x800E', CType: int
void glTexCoord2fv(float[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord2fv}(const GLfloat * v) Part of GL_VER...
static final int GL_COMPRESSED_INTENSITY
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_COMPRESSED_INTENSITY_ARB Define "GL_COMPRES...
static final int GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV
GL_NV_pixel_data_range Define "GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV" with expression '0x887A',...
void glProgramUniformMatrix4x3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x3dvEXT}(GLuint program,...
static final int GL_SHADER_CONSISTENT_NV
GL_NV_texture_shader Define "GL_SHADER_CONSISTENT_NV" with expression '0x86DD', CType: int
static final int GL_DEPTH_BOUNDS_EXT
GL_EXT_depth_bounds_test Define "GL_DEPTH_BOUNDS_EXT" with expression '0x8891', CType: int
void glColor3ub(byte red, byte green, byte blue)
Entry point to C language function: void {@native glColor3ub}(GLubyte red, GLubyte green,...
static final int GL_DSDT8_NV
GL_NV_texture_shader Define "GL_DSDT8_NV" with expression '0x8709', CType: int
void glMultiTexSubImage1DEXT(int texunit, int target, int level, int xoffset, int width, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexSubImage1DEXT}(GLenum texunit,...
static final int GL_HISTOGRAM_ALPHA_SIZE
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_HISTOGRAM_ALPHA_SIZE_EXT Define "GL_HISTOGRAM_ALPHA_S...
void glNormal3fv(float[] v, int v_offset)
Entry point to C language function: void {@native glNormal3fv}(const GLfloat * v) Part of GL_VERSI...
static final int GL_INDEX_MODE
GL_VERSION_1_0 Define "GL_INDEX_MODE" with expression '0x0C30', CType: int
static final int GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT
GL_EXT_vertex_shader Define "GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT" with expression '0x87C5',...
static final int GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_DESC_LENGTH_MAX_INTEL" with expression '0x94F...
void glVertexAttrib1svARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib1svARB}(GLuint index,...
void glGetPerfMonitorCounterStringAMD(int group, int counter, int bufSize, int[] length, int length_offset, byte[] counterString, int counterString_offset)
Entry point to C language function: void {@native glGetPerfMonitorCounterStringAMD}(GLuint group,...
void glWeightbvARB(int size, byte[] weights, int weights_offset)
Entry point to C language function: void {@native glWeightbvARB}(GLint size, const GLbyte * weights)...
void glProgramUniform1dvEXT(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform1dvEXT}(GLuint program,...
static final int GL_LUMINANCE_ALPHA8I
GL_EXT_texture_integer Alias for: GL_LUMINANCE_ALPHA8I_EXT Define "GL_LUMINANCE_ALPHA8I" with expres...
void glProgramUniformMatrix2x4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x4dvEXT}(GLuint program,...
void glEndOcclusionQueryNV()
Entry point to C language function: void {@native glEndOcclusionQueryNV}() Part of GL_NV_occlusion...
void glVertexArrayEdgeFlagOffsetEXT(int vaobj, int buffer, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayEdgeFlagOffsetEXT}(GLuint vaobj,...
void glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, Buffer points)
Entry point to C language function: void {@native glGetMapControlPointsNV}(GLenum target,...
static final int GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB
GL_ARB_vertex_program Define "GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB" with expression '0x88B3',...
void glVertexAttrib3fvARB(int index, float[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib3fvARB}(GLuint index,...
static final int GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX
GL_NVX_gpu_memory_info Define "GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX" with expression '0x904A',...
void glFramebufferTextureFaceEXT(int target, int attachment, int texture, int level, int face)
Entry point to C language function: void {@native glFramebufferTextureFaceEXT}(GLenum target,...
void glVertexBlendARB(int count)
Entry point to C language function: void {@native glVertexBlendARB}(GLint count) Part of GL_ARB_ve...
static final int GL_OUTPUT_TEXTURE_COORD22_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD22_EXT" with expression '0x87B3',...
void glVertexAttrib4dARB(int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glVertexAttrib4dARB}(GLuint index,...
void glDepthBoundsEXT(double zmin, double zmax)
Entry point to C language function: void {@native glDepthBoundsEXT}(GLclampd zmin,...
void glGetMultiTexGenfvEXT(int texunit, int coord, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexGenfvEXT}(GLenum texunit,...
void glTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureSubImage3DEXT}(GLuint texture,...
static final int GL_EMBOSS_CONSTANT_NV
GL_NV_texgen_emboss Define "GL_EMBOSS_CONSTANT_NV" with expression '0x855E', CType: int
static final int GL_HSL_SATURATION
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_HSL_SA...
void glGetDoublei_vEXT(int pname, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname,...
void glProgramEnvParametersI4ivNV(int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramEnvParametersI4ivNV}(GLenum target,...
void glGetPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, byte[] counterName, int counterName_offset, int counterDescLength, byte[] counterDesc, int counterDesc_offset, int[] counterOffset, int counterOffset_offset, int[] counterDataSize, int counterDataSize_offset, int[] counterTypeEnum, int counterTypeEnum_offset, int[] counterDataTypeEnum, int counterDataTypeEnum_offset, long[] rawCounterMaxValue, int rawCounterMaxValue_offset)
Entry point to C language function: void {@native glGetPerfCounterInfoINTEL}(GLuint queryId,...
static final int GL_COVERAGE_MODULATION_TABLE_NV
GL_NV_framebuffer_mixed_samples Define "GL_COVERAGE_MODULATION_TABLE_NV" with expression '0x9331',...
static final int GL_SIGNED_ALPHA8_NV
GL_NV_texture_shader Define "GL_SIGNED_ALPHA8_NV" with expression '0x8706', CType: int
static final int GL_EVAL_VERTEX_ATTRIB11_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB11_NV" with expression '0x86D1', CType: int
static final int GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT
GL_EXT_pixel_transform Define "GL_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT" with expression '0x8336',...
void glCompileCommandListNV(int list)
Entry point to C language function: void {@native glCompileCommandListNV}(GLuint list) Part of GL_...
void glVertexAttribL2ui64vNV(int index, long[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL2ui64vNV}(GLuint index,...
void glNamedCopyBufferSubDataEXT(int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
Entry point to C language function: void {@native glNamedCopyBufferSubDataEXT}(GLuint readBuffer,...
void glUnlockArraysEXT()
Entry point to C language function: void {@native glUnlockArraysEXT}() Part of GL_EXT_compiled_ver...
void glEvalMapsNV(int target, int mode)
Entry point to C language function: void {@native glEvalMapsNV}(GLenum target, GLenum mode) Part o...
static final int GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV
GL_NV_video_capture Define "GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV" with expression '0x9039',...
static final int GL_POLYGON_TOKEN
GL_VERSION_1_0 Define "GL_POLYGON_TOKEN" with expression '0x0703', CType: int
void glMultiTexCoord3i(int target, int s, int t, int r)
Entry point to C language function: void {@native glMultiTexCoord3i}(GLenum target,...
static final int GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI
GL_ATI_pn_triangles Define "GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI" with expression '0x87F1',...
void glVariantbvEXT(int id, byte[] addr, int addr_offset)
Entry point to C language function: void {@native glVariantbvEXT}(GLuint id, const GLbyte * addr) ...
void glBitmap(int width, int height, float xorig, float yorig, float xmove, float ymove, ByteBuffer bitmap)
Entry point to C language function: void {@native glBitmap}(GLsizei width, GLsizei height,...
void glVertex2sv(short[] v, int v_offset)
Entry point to C language function: void {@native glVertex2sv}(const GLshort * v) Part of GL_VERSI...
static final int GL_COLORBURN
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_COLORB...
int glVideoCaptureNV(int video_capture_slot, IntBuffer sequence_num, LongBuffer capture_time)
Entry point to C language function: GLenum {@native glVideoCaptureNV}(GLuint video_capture_slot,...
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT
GL_EXT_vertex_shader Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT" with expression '0x87CB',...
void glMap1f(int target, float u1, float u2, int stride, int order, FloatBuffer points)
Entry point to C language function: void {@native glMap1f}(GLenum target, GLfloat u1,...
void glVertex3sv(ShortBuffer v)
Entry point to C language function: void {@native glVertex3sv}(const GLshort * v) Part of GL_VERSI...
void glSecondaryColor3f(float red, float green, float blue)
Entry point to C language function: void {@native glSecondaryColor3f}(GLfloat red,...
void glTexCoord2iv(int[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord2iv}(const GLint * v) Part of GL_VERSI...
void glSecondaryColor3iv(int[] v, int v_offset)
Entry point to C language function: void {@native glSecondaryColor3iv}(const GLint * v) Part of GL...
static final int GL_MATRIX_EXT
GL_EXT_vertex_shader Define "GL_MATRIX_EXT" with expression '0x87C0', CType: int
void glGetTextureParameterIuivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture,...
static final int GL_RESAMPLE_DECIMATE_OML
GL_OML_resample Define "GL_RESAMPLE_DECIMATE_OML" with expression '0x8989', CType: int
static final int GL_C4UB_V3F
GL_VERSION_1_1 Define "GL_C4UB_V3F" with expression '0x2A23', CType: int
void glRasterPos3s(short x, short y, short z)
Entry point to C language function: void {@native glRasterPos3s}(GLshort x, GLshort y,...
static final int GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV
GL_NV_texture_shader Define "GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV" with expression '0x86D9',...
static final int GL_MODELVIEW0_MATRIX_EXT
GL_EXT_vertex_weighting Define "GL_MODELVIEW0_MATRIX_EXT" with expression '0x0BA6',...
static final int GL_VIRTUAL_PAGE_SIZE_Y_AMD
GL_AMD_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_Y_AMD" with expression '0x9196',...
void glLineStipple(int factor, short pattern)
Entry point to C language function: void {@native glLineStipple}(GLint factor, GLushort pattern) P...
static final int GL_CURRENT_FOG_COORDINATE
GL_VERSION_1_4, GL_EXT_fog_coord Alias for: GL_CURRENT_FOG_COORDINATE_EXT Define "GL_CURRENT_FOG_COO...
static final int GL_EFFECTIVE_RASTER_SAMPLES_EXT
GL_EXT_raster_multisample Define "GL_EFFECTIVE_RASTER_SAMPLES_EXT" with expression '0x932C',...
static final int GL_UNSIGNED_INT_8_8_S8_S8_REV_NV
GL_NV_texture_shader Define "GL_UNSIGNED_INT_8_8_S8_S8_REV_NV" with expression '0x86DB',...
static final int GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX
GL_NVX_gpu_memory_info Define "GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX" with expression '0x904B',...
void glMatrixPopEXT(int mode)
Entry point to C language function: void {@native glMatrixPopEXT}(GLenum mode) Part of GL_EXT_dire...
void glGetColorTableParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetColorTableParameteriv}(GLenum target,...
void glGetProgramLocalParameterIivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetProgramLocalParameterIivNV}(GLenum target,...
void glProgramEnvParameterI4ivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glProgramEnvParameterI4ivNV}(GLenum target,...
void glWeightsvARB(int size, ShortBuffer weights)
Entry point to C language function: void {@native glWeightsvARB}(GLint size, const GLshort * weights...
void glVertexAttrib4ivARB(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4ivARB}(GLuint index,...
void glUniform2ui64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform2ui64vNV}(GLint location,...
static final int GL_VERTEX_PROGRAM_POINT_SIZE_ARB
GL_ARB_vertex_program Define "GL_VERTEX_PROGRAM_POINT_SIZE_ARB" with expression '0x8642',...
void glColor4uiv(IntBuffer v)
Entry point to C language function: void {@native glColor4uiv}(const GLuint * v) Part of GL_VERSIO...
static final int GL_PROGRAM_NATIVE_ATTRIBS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_NATIVE_ATTRIBS_ARB" with expression...
void glMultiTexEnvfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit,...
void glRectd(double x1, double y1, double x2, double y2)
Entry point to C language function: void {@native glRectd}(GLdouble x1, GLdouble y1,...
static final int GL_INDEX_TEST_REF_EXT
GL_EXT_index_func Define "GL_INDEX_TEST_REF_EXT" with expression '0x81B7', CType: int
void glMultiTexCoordPointerEXT(int texunit, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glMultiTexCoordPointerEXT}(GLenum texunit,...
void glGetInfoLogARB(long obj, int maxLength, int[] length, int length_offset, byte[] infoLog, int infoLog_offset)
Entry point to C language function: void {@native glGetInfoLogARB}(GLhandleARB obj,...
static final int GL_INT16_VEC4_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT16_VEC4_NV" with expression '0x8FE7',...
void glMatrixIndexubvARB(int size, ByteBuffer indices)
Entry point to C language function: void {@native glMatrixIndexubvARB}(GLint size,...
void glNormal3iv(IntBuffer v)
Entry point to C language function: void {@native glNormal3iv}(const GLint * v) Part of GL_VERSION...
void glBitmap(int width, int height, float xorig, float yorig, float xmove, float ymove, long bitmap_buffer_offset)
Entry point to C language function: void {@native glBitmap}(GLsizei width, GLsizei height,...
void glFogCoordfv(FloatBuffer coord)
Entry point to C language function: void {@native glFogCoordfv}(const GLfloat * coord) Part of GL_...
void glWeightfvARB(int size, FloatBuffer weights)
Entry point to C language function: void {@native glWeightfvARB}(GLint size, const GLfloat * weights...
void glVertex3dv(DoubleBuffer v)
Entry point to C language function: void {@native glVertex3dv}(const GLdouble * v) Part of GL_VERS...
void glBeginVideoCaptureNV(int video_capture_slot)
Entry point to C language function: void {@native glBeginVideoCaptureNV}(GLuint video_capture_slot) ...
static final int GL_LUMINANCE8UI
GL_EXT_texture_integer Alias for: GL_LUMINANCE8UI_EXT Define "GL_LUMINANCE8UI" with expression '0x8D...
void glUniform1i64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform1i64vNV}(GLint location,...
static final int GL_OUTPUT_TEXTURE_COORD1_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD1_EXT" with expression '0x879E',...
void glTexCoord2h(short s, short t)
Entry point to C language function: void {@native glTexCoord2h}(GLhalfNV s, GLhalfNV t) Part of GL...
void glSelectBuffer(int size, IntBuffer buffer)
Entry point to C language function: void {@native glSelectBuffer}(GLsizei size, GLuint * buffer) P...
void glNamedProgramLocalParameterI4uiEXT(int program, int target, int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4uiEXT}(GLuint progra...
void glTextureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureImage3DEXT}(GLuint texture,...
void glGetUniformivARB(long programObj, int location, int[] params, int params_offset)
Entry point to C language function: void {@native glGetUniformivARB}(GLhandleARB programObj,...
static final int GL_MODELVIEW2_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW2_ARB" with expression '0x8722', CType: int
void glGetLocalConstantFloatvEXT(int id, int value, FloatBuffer data)
Entry point to C language function: void {@native glGetLocalConstantFloatvEXT}(GLuint id,...
void glUseProgramObjectARB(long programObj)
Entry point to C language function: void {@native glUseProgramObjectARB}(GLhandleARB programObj) P...
void glEvalPoint2(int i, int j)
Entry point to C language function: void {@native glEvalPoint2}(GLint i, GLint j) Part of GL_VERSI...
void glGetnPixelMapusv(int map, int bufSize, short[] values, int values_offset)
Entry point to C language function: void {@native glGetnPixelMapusv}(GLenum map, GLsizei bufSize,...
static final int GL_TEXTURE_SHADER_NV
GL_NV_texture_shader Define "GL_TEXTURE_SHADER_NV" with expression '0x86DE', CType: int
static final int GL_FRAGMENT_MATERIAL_EXT
GL_EXT_light_texture Define "GL_FRAGMENT_MATERIAL_EXT" with expression '0x8349', CType: int
void glProgramBufferParametersIuivNV(int target, int bindingIndex, int wordIndex, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramBufferParametersIuivNV}(GLenum target,...
static final int GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV
GL_NV_texture_shader Define "GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV" with expression '0x86F3',...
static final int GL_INTENSITY32F
GL_ARB_texture_float Alias for: GL_INTENSITY32F_ARB Define "GL_INTENSITY32F" with expression '0x8817...
static final int GL_PIXEL_MAP_R_TO_R
GL_VERSION_1_0 Define "GL_PIXEL_MAP_R_TO_R" with expression '0x0C76', CType: int
static final int GL_LINE_BIT
GL_VERSION_1_0 Define "GL_LINE_BIT" with expression '0x00000004', CType: int
static final int GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV
GL_NV_texture_shader3 Define "GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV" with expression '0x885...
void glVertexAttribI3uiEXT(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3uiEXT}(GLuint index,...
void glVertexArrayVertexAttribBindingEXT(int vaobj, int attribindex, int bindingindex)
Entry point to C language function: void {@native glVertexArrayVertexAttribBindingEXT}(GLuint vaobj,...
void glVertexAttrib3svARB(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib3svARB}(GLuint index,...
void glDrawCommandsStatesAddressNV(long[] indirects, int indirects_offset, int[] sizes, int sizes_offset, int[] states, int states_offset, int[] fbos, int fbos_offset, int count)
Entry point to C language function: void {@native glDrawCommandsStatesAddressNV}(const GLuint64 * in...
void glDeleteProgramsARB(int n, int[] programs, int programs_offset)
Entry point to C language function: void {@native glDeleteProgramsARB}(GLsizei n,...
void glVertexAttrib4ubvARB(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4ubvARB}(GLuint index,...
static final int GL_EVAL_VERTEX_ATTRIB15_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB15_NV" with expression '0x86D5', CType: int
static final int GL_MODELVIEW31_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW31_ARB" with expression '0x873F', CType: int
static final int GL_SLUMINANCE
GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_NV_sRGB_formats Alias for: GL_SLUMINANCE_EXT,...
static final int GL_RG_SNORM
GL_EXT_texture_snorm, GL_VERSION_3_1 Define "GL_RG_SNORM" with expression '0x8F91',...
void glVertex2h(short x, short y)
Entry point to C language function: void {@native glVertex2h}(GLhalfNV x, GLhalfNV y) Part of GL_N...
void glTexCoord1hv(short[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord1hv}(const GLhalfNV * v) Part of GL_NV...
void glProgramLocalParametersI4ivNV(int target, int index, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramLocalParametersI4ivNV}(GLenum target,...
void glGetNextPerfQueryIdINTEL(int queryId, int[] nextQueryId, int nextQueryId_offset)
Entry point to C language function: void {@native glGetNextPerfQueryIdINTEL}(GLuint queryId,...
static final int GL_VIDEO_BUFFER_NV
GL_NV_video_capture Define "GL_VIDEO_BUFFER_NV" with expression '0x9020', CType: int
static final int GL_LIST_BIT
GL_VERSION_1_0 Define "GL_LIST_BIT" with expression '0x00020000', CType: int
static final int GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV
GL_NV_gpu_program5 Define "GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV" with expression '0x8E5C',...
static final int GL_DRAW_BUFFER15_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER15_ATI" with expression '0x8834', CType: int
void glGetProgramLocalParameterIuivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetProgramLocalParameterIuivNV}(GLenum target,...
static final int GL_WEIGHT_ARRAY_SIZE_ARB
GL_ARB_vertex_blend Define "GL_WEIGHT_ARRAY_SIZE_ARB" with expression '0x86AB', CType: int
void glVideoCaptureStreamParameterivNV(int video_capture_slot, int stream, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glVideoCaptureStreamParameterivNV}(GLuint video_ca...
static final int GL_MAX_SPARSE_TEXTURE_SIZE_AMD
GL_AMD_sparse_texture Define "GL_MAX_SPARSE_TEXTURE_SIZE_AMD" with expression '0x9198',...
void glTexCoord2bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glTexCoord2bvOES}(const GLbyte * coords) Part of...
void glVertexAttrib2h(int index, short x, short y)
Entry point to C language function: void {@native glVertexAttrib2h}(GLuint index,...
static final int GL_MAX_PIXEL_MAP_TABLE
GL_VERSION_1_0 Define "GL_MAX_PIXEL_MAP_TABLE" with expression '0x0D34', CType: int
void glVertex2iv(int[] v, int v_offset)
Entry point to C language function: void {@native glVertex2iv}(const GLint * v) Part of GL_VERSION...
static final int GL_MATRIX2_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX2_ARB" with expression '0x88C2',...
static final int GL_PERFQUERY_DONOT_FLUSH_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_DONOT_FLUSH_INTEL" with expression '0x83F9',...
void glProgramEnvParameterI4iNV(int target, int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glProgramEnvParameterI4iNV}(GLenum target,...
static final int GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING
GL_VERSION_1_5, GL_ARB_vertex_buffer_object Alias for: GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB De...
void glTexCoord3sv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord3sv}(const GLshort * v) Part of GL_VER...
static final int GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT
GL_EXT_vertex_shader Define "GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT" with expression '0x87C8',...
static final int GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB" with ex...
static final int GL_PROGRAM_TEX_INDIRECTIONS_ARB
GL_ARB_fragment_program Define "GL_PROGRAM_TEX_INDIRECTIONS_ARB" with expression '0x8807',...
void glUniform1ui64NV(int location, long x)
Entry point to C language function: void {@native glUniform1ui64NV}(GLint location,...
void glGetNamedRenderbufferParameterivEXT(int renderbuffer, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint rende...
void glProgramSubroutineParametersuivNV(int target, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramSubroutineParametersuivNV}(GLenum target,...
static final int GL_GREEN_SCALE
GL_VERSION_1_0 Define "GL_GREEN_SCALE" with expression '0x0D18', CType: int
static final int GL_LIST_MODE
GL_VERSION_1_0 Define "GL_LIST_MODE" with expression '0x0B30', CType: int
void glTextureParameteriEXT(int texture, int target, int pname, int param)
Entry point to C language function: void {@native glTextureParameteriEXT}(GLuint texture,...
static final int GL_OUTPUT_TEXTURE_COORD4_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD4_EXT" with expression '0x87A1',...
static final int GL_CURRENT_RASTER_SECONDARY_COLOR
GL_VERSION_2_1 Define "GL_CURRENT_RASTER_SECONDARY_COLOR" with expression '0x845F',...
static final int GL_EVAL_FRACTIONAL_TESSELLATION_NV
GL_NV_evaluators Define "GL_EVAL_FRACTIONAL_TESSELLATION_NV" with expression '0x86C5',...
void glMultiTexCoord4s(int target, short s, short t, short r, short q)
Entry point to C language function: void {@native glMultiTexCoord4s}(GLenum target,...
void glRasterPos2fv(float[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos2fv}(const GLfloat * v) Part of GL_VE...
void glGetBooleanIndexedv(int target, int index, ByteBuffer data)
Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target,...
void glProgramUniformMatrix3x4dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program,...
static final int GL_DRAW_BUFFER12_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER12_ATI" with expression '0x8831', CType: int
static final int GL_MAX_PROGRAM_TEMPORARIES_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_TEMPORARIES_ARB" with expressio...
void glGetObjectParameterfvARB(long obj, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetObjectParameterfvARB}(GLhandleARB obj,...
void glColorTableParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glColorTableParameterfv}(GLenum target,...
static final int GL_OUTPUT_TEXTURE_COORD19_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD19_EXT" with expression '0x87B0',...
static final int GL_RESAMPLE_AVERAGE_OML
GL_OML_resample Define "GL_RESAMPLE_AVERAGE_OML" with expression '0x8988', CType: int
void glProgramUniform4i64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform4i64vNV}(GLuint program,...
void glVertexAttrib4fvARB(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib4fvARB}(GLuint index,...
static final int GL_VIDEO_COLOR_CONVERSION_OFFSET_NV
GL_NV_video_capture Define "GL_VIDEO_COLOR_CONVERSION_OFFSET_NV" with expression '0x902C',...
void glGetnPixelMapuiv(int map, int bufSize, IntBuffer values)
Entry point to C language function: void {@native glGetnPixelMapuiv}(GLenum map, GLsizei bufSize,...
static final int GL_MAX_VERTEX_UNITS_ARB
GL_ARB_vertex_blend Define "GL_MAX_VERTEX_UNITS_ARB" with expression '0x86A4', CType: int
void glEvalCoord2fv(FloatBuffer u)
Entry point to C language function: void {@native glEvalCoord2fv}(const GLfloat * u) Part of GL_VE...
static final int GL_PROGRAM_NATIVE_PARAMETERS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_NATIVE_PARAMETERS_ARB" with express...
static final int GL_YCBCR_422_APPLE
GL_APPLE_ycbcr_422 Define "GL_YCBCR_422_APPLE" with expression '0x85B9', CType: int
void glVertexWeighth(short weight)
Entry point to C language function: void {@native glVertexWeighth}(GLhalfNV weight) Part of GL_NV_...
static final int GL_MAX_VERTEX_ATTRIBS_ARB
GL_ARB_vertex_program Define "GL_MAX_VERTEX_ATTRIBS_ARB" with expression '0x8869',...
void glTextureBufferEXT(int texture, int target, int internalformat, int buffer)
Entry point to C language function: void {@native glTextureBufferEXT}(GLuint texture,...
void glMultiTexCoord2dv(int target, double[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord2dv}(GLenum target,...
void glMinmax(int target, int internalformat, boolean sink)
Entry point to C language function: void {@native glMinmax}(GLenum target, GLenum internalformat,...
void glIndexFuncEXT(int func, float ref)
Entry point to C language function: void {@native glIndexFuncEXT}(GLenum func, GLclampf ref) Part ...
void glColor3s(short red, short green, short blue)
Entry point to C language function: void {@native glColor3s}(GLshort red, GLshort green,...
static final int GL_OBJECT_VALIDATE_STATUS_ARB
GL_ARB_shader_objects Define "GL_OBJECT_VALIDATE_STATUS_ARB" with expression '0x8B83',...
static final int GL_CLIENT_ATTRIB_STACK_DEPTH
GL_VERSION_1_0 Define "GL_CLIENT_ATTRIB_STACK_DEPTH" with expression '0x0BB1', CType: int
static final int GL_SHADOW_ATTENUATION_EXT
GL_EXT_light_texture Define "GL_SHADOW_ATTENUATION_EXT" with expression '0x834E', CType: int
void glUniform2fARB(int location, float v0, float v1)
Entry point to C language function: void {@native glUniform2fARB}(GLint location,...
void glDisableVertexArrayEXT(int vaobj, int array)
Entry point to C language function: void {@native glDisableVertexArrayEXT}(GLuint vaobj,...
static final int GL_CLIP_VOLUME_CLIPPING_HINT_EXT
GL_EXT_clip_volume_hint Define "GL_CLIP_VOLUME_CLIPPING_HINT_EXT" with expression '0x80F0',...
static final int GL_MAP2_VERTEX_3
GL_VERSION_1_0 Define "GL_MAP2_VERTEX_3" with expression '0x0DB7', CType: int
static final int GL_OUTPUT_TEXTURE_COORD20_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD20_EXT" with expression '0x87B1',...
void glMultiTexCoord1dv(int target, DoubleBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1dv}(GLenum target,...
void glEdgeFlagv(ByteBuffer flag)
Entry point to C language function: void {@native glEdgeFlagv}(const GLboolean * flag) Part of GL_...
static final int GL_VARIANT_ARRAY_STRIDE_EXT
GL_EXT_vertex_shader Define "GL_VARIANT_ARRAY_STRIDE_EXT" with expression '0x87E6',...
static final int GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD
GL_AMD_occlusion_query_event Define "GL_QUERY_DEPTH_FAIL_EVENT_BIT_AMD" with expression '0x00000002',...
void glEndVertexShaderEXT()
Entry point to C language function: void {@native glEndVertexShaderEXT}() Part of GL_EXT_vertex_sh...
void glProgramEnvParameter4dvARB(int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glProgramEnvParameter4dvARB}(GLenum target,...
static final int GL_INT_SAMPLER_RENDERBUFFER_NV
GL_NV_explicit_multisample Define "GL_INT_SAMPLER_RENDERBUFFER_NV" with expression '0x8E57',...
static final int GL_DOMAIN
GL_VERSION_1_0 Define "GL_DOMAIN" with expression '0x0A02', CType: int
void glCompressedMultiTexSubImage2DEXT(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexSubImage2DEXT}(GLenum texunit,...
static final int GL_MAX_PROGRAM_RESULT_COMPONENTS_NV
GL_NV_gpu_program4 Define "GL_MAX_PROGRAM_RESULT_COMPONENTS_NV" with expression '0x8909',...
void glTexCoord1s(short s)
Entry point to C language function: void {@native glTexCoord1s}(GLshort s) Part of GL_VERSION_1_0
static final int GL_MIRROR_CLAMP_TO_BORDER_EXT
GL_EXT_texture_mirror_clamp Define "GL_MIRROR_CLAMP_TO_BORDER_EXT" with expression '0x8912',...
void glEndVideoCaptureNV(int video_capture_slot)
Entry point to C language function: void {@native glEndVideoCaptureNV}(GLuint video_capture_slot) ...
static final int GL_MAX_LIST_NESTING
GL_VERSION_1_0 Define "GL_MAX_LIST_NESTING" with expression '0x0B31', CType: int
static final int GL_ALPHA16
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_ALPHA16_EXT Define "GL_ALPHA16" with expression '0x803E...
void glVertexAttrib1fvARB(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib1fvARB}(GLuint index,...
void glTexCoord4dv(double[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord4dv}(const GLdouble * v) Part of GL_VE...
void glGetMapdv(int target, int query, double[] v, int v_offset)
Entry point to C language function: void {@native glGetMapdv}(GLenum target, GLenum query,...
void glUniform1i64NV(int location, long x)
Entry point to C language function: void {@native glUniform1i64NV}(GLint location,...
void glUniformMatrix4fvARB(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix4fvARB}(GLint location,...
void glShaderSourceARB(long shaderObj, int count, String[] string, IntBuffer length)
Entry point to C language function: void {@native glShaderSourceARB}(GLhandleARB shaderObj,...
static final int GL_OP_MUL_EXT
GL_EXT_vertex_shader Define "GL_OP_MUL_EXT" with expression '0x8786', CType: int
boolean glIsList(int list)
Entry point to C language function: GLboolean {@native glIsList}(GLuint list) Part of GL_VERSION_1...
static final int GL_MULT
GL_VERSION_1_0 Define "GL_MULT" with expression '0x0103', CType: int
void glColor3iv(int[] v, int v_offset)
Entry point to C language function: void {@native glColor3iv}(const GLint * v) Part of GL_VERSION_...
void glRasterPos2sv(short[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos2sv}(const GLshort * v) Part of GL_VE...
void glGetMultiTexEnvfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexEnvfvEXT}(GLenum texunit,...
void glPauseTransformFeedbackNV()
Entry point to C language function: void {@native glPauseTransformFeedbackNV}() Part of GL_NV_tran...
void glGetInvariantFloatvEXT(int id, int value, FloatBuffer data)
Entry point to C language function: void {@native glGetInvariantFloatvEXT}(GLuint id,...
void glVertexAttribI4usvEXT(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribI4usvEXT}(GLuint index,...
void glTexCoord2bOES(byte s, byte t)
Entry point to C language function: void {@native glTexCoord2bOES}(GLbyte s, GLbyte t) Part of GL_...
static final int GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB
GL_ARB_fragment_program Define "GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB" with expression '0x8809',...
static final int GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_DURATION_RAW_INTEL" with expression '0x94F2',...
static final int GL_ACCUM_ALPHA_BITS
GL_VERSION_1_0 Define "GL_ACCUM_ALPHA_BITS" with expression '0x0D5B', CType: int
void glMultiTexCoord4bvOES(int texture, ByteBuffer coords)
Entry point to C language function: void {@native glMultiTexCoord4bvOES}(GLenum texture,...
void glNamedRenderbufferStorageMultisampleCoverageEXT(int renderbuffer, int coverageSamples, int colorSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleCoverageEXT}(...
void glRasterPos3iv(IntBuffer v)
Entry point to C language function: void {@native glRasterPos3iv}(const GLint * v) Part of GL_VERS...
void glResumeTransformFeedbackNV()
Entry point to C language function: void {@native glResumeTransformFeedbackNV}() Part of GL_NV_tra...
static final int GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV
GL_NV_vertex_program4 Define "GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV" with expression '0x88FD',...
static final int GL_OUTPUT_TEXTURE_COORD3_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD3_EXT" with expression '0x87A0',...
void glTextureParameterfEXT(int texture, int target, int pname, float param)
Entry point to C language function: void {@native glTextureParameterfEXT}(GLuint texture,...
static final int GL_POLYGON_STIPPLE
GL_VERSION_1_0 Define "GL_POLYGON_STIPPLE" with expression '0x0B42', CType: int
void glVariantfvEXT(int id, float[] addr, int addr_offset)
Entry point to C language function: void {@native glVariantfvEXT}(GLuint id, const GLfloat * addr) ...
void glGetMinmaxParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMinmaxParameterfv}(GLenum target,...
void glBeginOcclusionQueryNV(int id)
Entry point to C language function: void {@native glBeginOcclusionQueryNV}(GLuint id) Part of GL_N...
void glVertexAttrib4h(int index, short x, short y, short z, short w)
Entry point to C language function: void {@native glVertexAttrib4h}(GLuint index,...
static final int GL_SELECTION_BUFFER_POINTER
GL_VERSION_1_0 Define "GL_SELECTION_BUFFER_POINTER" with expression '0x0DF3', CType: int
void glSecondaryColor3bv(ByteBuffer v)
Entry point to C language function: void {@native glSecondaryColor3bv}(const GLbyte * v) Part of G...
void glGenNamesAMD(int identifier, int num, int[] names, int names_offset)
Entry point to C language function: void {@native glGenNamesAMD}(GLenum identifier,...
void glShaderOp1EXT(int op, int res, int arg1)
Entry point to C language function: void {@native glShaderOp1EXT}(GLenum op, GLuint res,...
void glCopyImageSubDataNV(int srcName, int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, int dstName, int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int width, int height, int depth)
Entry point to C language function: void {@native glCopyImageSubDataNV}(GLuint srcName,...
void glGetMultisamplefvNV(int pname, int index, float[] val, int val_offset)
Entry point to C language function: void {@native glGetMultisamplefvNV}(GLenum pname,...
void glDrawPixels(int width, int height, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glDrawPixels}(GLsizei width, GLsizei height,...
void glColor3b(byte red, byte green, byte blue)
Entry point to C language function: void {@native glColor3b}(GLbyte red, GLbyte green,...
void glMatrixIndexusvARB(int size, short[] indices, int indices_offset)
Entry point to C language function: void {@native glMatrixIndexusvARB}(GLint size,...
static final int GL_UNPACK_CMYK_HINT_EXT
GL_EXT_cmyka Define "GL_UNPACK_CMYK_HINT_EXT" with expression '0x800F', CType: int
static final int GL_COMPRESSED_SRGB_S3TC_DXT1
GL_NV_sRGB_formats, GL_EXT_texture_sRGB Alias for: GL_COMPRESSED_SRGB_S3TC_DXT1_NV,...
static final int GL_PROGRAM_POINT_SIZE_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4 Define "GL_PROGRAM_POINT_SIZE_EXT" with expression '...
static final int GL_SPHERE_MAP
GL_VERSION_1_0 Define "GL_SPHERE_MAP" with expression '0x2402', CType: int
static final int GL_LUMINANCE16I
GL_EXT_texture_integer Alias for: GL_LUMINANCE16I_EXT Define "GL_LUMINANCE16I" with expression '0x8D...
static final int GL_LUMINANCE_ALPHA32UI
GL_EXT_texture_integer Alias for: GL_LUMINANCE_ALPHA32UI_EXT Define "GL_LUMINANCE_ALPHA32UI" with ex...
static final int GL_LUMINANCE32UI
GL_EXT_texture_integer Alias for: GL_LUMINANCE32UI_EXT Define "GL_LUMINANCE32UI" with expression '0x...
void glMultiTexCoord1bvOES(int texture, byte[] coords, int coords_offset)
Entry point to C language function: void {@native glMultiTexCoord1bvOES}(GLenum texture,...
void glGetTexGeniv(int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname,...
void glGetHistogramParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetHistogramParameteriv}(GLenum target,...
void glUniform1ivARB(int location, int count, int[] value, int value_offset)
Entry point to C language function: void {@native glUniform1ivARB}(GLint location,...
void glGetConvolutionParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetConvolutionParameterfv}(GLenum target,...
void glSecondaryColor3h(short red, short green, short blue)
Entry point to C language function: void {@native glSecondaryColor3h}(GLhalfNV red,...
void glListDrawCommandsStatesClientNV(int list, int segment, PointerBuffer indirects, IntBuffer sizes, IntBuffer states, IntBuffer fbos, int count)
Entry point to C language function: void {@native glListDrawCommandsStatesClientNV}(GLuint list,...
void glMultiTexCoord2s(int target, short s, short t)
Entry point to C language function: void {@native glMultiTexCoord2s}(GLenum target,...
static final int GL_RGB4_S3TC
GL_S3_s3tc Define "GL_RGB4_S3TC" with expression '0x83A1', CType: int
static final int GL_FOG_COORD_ARRAY_TYPE
GL_VERSION_1_5 Define "GL_FOG_COORD_ARRAY_TYPE" with expression '0x8454', CType: int
void glUniform3ui64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform3ui64vNV}(GLint location,...
void glTextureBufferRangeEXT(int texture, int target, int internalformat, int buffer, long offset, long size)
Entry point to C language function: void {@native glTextureBufferRangeEXT}(GLuint texture,...
void glVariantPointerEXT(int id, int type, int stride, long addr_buffer_offset)
Entry point to C language function: void {@native glVariantPointerEXT}(GLuint id,...
static final int GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV
GL_NV_gpu_program5 Define "GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_NV" with expression '0x8E5F',...
void glNamedRenderbufferStorageEXT(int renderbuffer, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageEXT}(GLuint renderbuffer...
void glTranslated(double x, double y, double z)
Entry point to C language function: void {@native glTranslated}(GLdouble x, GLdouble y,...
void glWeightbvARB(int size, ByteBuffer weights)
Entry point to C language function: void {@native glWeightbvARB}(GLint size, const GLbyte * weights)...
static final int GL_MODELVIEW24_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW24_ARB" with expression '0x8738', CType: int
void glVertexAttribI4uivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI4uivEXT}(GLuint index,...
void glMapVertexAttrib2dAPPLE(int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double[] points, int points_offset)
Entry point to C language function: void {@native glMapVertexAttrib2dAPPLE}(GLuint index,...
void glVertexAttribs4hv(int index, int n, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribs4hv}(GLuint index,...
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT
GL_EXT_vertex_shader Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT" with expression '0x8...
static final int GL_TRANSPOSE_PROGRAM_MATRIX_EXT
GL_EXT_direct_state_access Define "GL_TRANSPOSE_PROGRAM_MATRIX_EXT" with expression '0x8E2E',...
void glProgramBufferParametersfvNV(int target, int bindingIndex, int wordIndex, int count, FloatBuffer params)
Entry point to C language function: void {@native glProgramBufferParametersfvNV}(GLenum target,...
void glBlendBarrier()
Entry point to C language function: void {@native glBlendBarrier}() Part of GL_ES_VERSION_3_2,...
void glProgramUniform3ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform3ui64vNV}(GLuint program,...
void glUniform3fvARB(int location, int count, float[] value, int value_offset)
Entry point to C language function: void {@native glUniform3fvARB}(GLint location,...
int glVideoCaptureNV(int video_capture_slot, int[] sequence_num, int sequence_num_offset, long[] capture_time, int capture_time_offset)
Entry point to C language function: GLenum {@native glVideoCaptureNV}(GLuint video_capture_slot,...
void glVertexAttribL4i64vNV(int index, long[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL4i64vNV}(GLuint index,...
static final int GL_CONVOLUTION_2D
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_CONVOLUTION_2D_EXT Define "GL_CONVOLUTION_2D" with ...
void glGetPerfMonitorCounterDataAMD(int monitor, int pname, int dataSize, IntBuffer data, IntBuffer bytesWritten)
Entry point to C language function: void {@native glGetPerfMonitorCounterDataAMD}(GLuint monitor,...
static final int GL_BOOL_ARB
GL_ARB_shader_objects Define "GL_BOOL_ARB" with expression '0x8B56', CType: int
int glBindTexGenParameterEXT(int unit, int coord, int value)
Entry point to C language function: GLuint {@native glBindTexGenParameterEXT}(GLenum unit,...
static final int GL_INDEX_WRITEMASK
GL_VERSION_1_0 Define "GL_INDEX_WRITEMASK" with expression '0x0C21', CType: int
void glProgramLocalParameterI4ivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glProgramLocalParameterI4ivNV}(GLenum target,...
void glEvalCoord2f(float u, float v)
Entry point to C language function: void {@native glEvalCoord2f}(GLfloat u, GLfloat v) Part of GL_...
void glPixelTransferi(int pname, int param)
Entry point to C language function: void {@native glPixelTransferi}(GLenum pname,...
void glTexCoord3hv(short[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord3hv}(const GLhalfNV * v) Part of GL_NV...
void glVertexAttribL2ui64NV(int index, long x, long y)
Entry point to C language function: void {@native glVertexAttribL2ui64NV}(GLuint index,...
void glVertexAttrib4ubvARB(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4ubvARB}(GLuint index,...
void glLightModeliv(int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glLightModeliv}(GLenum pname, const GLint * params...
void glMatrixIndexPointerARB(int size, int type, int stride, long pointer_buffer_offset)
Entry point to C language function: void {@native glMatrixIndexPointerARB}(GLint size,...
void glIndexfv(FloatBuffer c)
Entry point to C language function: void {@native glIndexfv}(const GLfloat * c) Part of GL_VERSION...
void glPolygonStipple(ByteBuffer mask)
Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask) Part of ...
void glGetPerfQueryInfoINTEL(int queryId, int queryNameLength, byte[] queryName, int queryName_offset, int[] dataSize, int dataSize_offset, int[] noCounters, int noCounters_offset, int[] noInstances, int noInstances_offset, int[] capsMask, int capsMask_offset)
Entry point to C language function: void {@native glGetPerfQueryInfoINTEL}(GLuint queryId,...
static final int GL_ALPHA_SNORM
GL_EXT_texture_snorm Define "GL_ALPHA_SNORM" with expression '0x9010', CType: int
static final int GL_CLAMP_FRAGMENT_COLOR
GL_VERSION_3_0, GL_ARB_color_buffer_float Alias for: GL_CLAMP_FRAGMENT_COLOR_ARB Define "GL_CLAMP_FR...
void glVertexAttrib4uivARB(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4uivARB}(GLuint index,...
void glSecondaryColor3ui(int red, int green, int blue)
Entry point to C language function: void {@native glSecondaryColor3ui}(GLuint red,...
static final int GL_MAX_TEXTURE_COORDS
GL_VERSION_2_0, GL_ARB_fragment_program, GL_NV_fragment_program Alias for: GL_MAX_TEXTURE_COORDS_ARB,...
void glLoadTransposeMatrixf(FloatBuffer m)
Entry point to C language function: void {@native glLoadTransposeMatrixf}(const GLfloat * m) Part ...
static final int GL_EVAL_VERTEX_ATTRIB5_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB5_NV" with expression '0x86CB', CType: int
static final int GL_MODELVIEW3_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW3_ARB" with expression '0x8723', CType: int
void glGetFramebufferParameterivEXT(int framebuffer, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer...
void glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, long image_buffer_offset)
Entry point to C language function: void {@native glConvolutionFilter1D}(GLenum target,...
static final int GL_RGBA4_DXT5_S3TC
GL_S3_s3tc Define "GL_RGBA4_DXT5_S3TC" with expression '0x83A5', CType: int
static final int GL_PIXEL_MAP_I_TO_B
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_B" with expression '0x0C74', CType: int
void glGetDoublei_vEXT(int pname, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetDoublei_vEXT}(GLenum pname,...
static final int GL_SAMPLER_1D_SHADOW_ARB
GL_ARB_shader_objects Define "GL_SAMPLER_1D_SHADOW_ARB" with expression '0x8B61', CType: int
void glGetOcclusionQueryuivNV(int id, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetOcclusionQueryuivNV}(GLuint id,...
void glVertexAttrib1h(int index, short x)
Entry point to C language function: void {@native glVertexAttrib1h}(GLuint index,...
void glNamedProgramLocalParametersI4ivEXT(int program, int target, int index, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4ivEXT}(GLuint progr...
void glVariantdvEXT(int id, double[] addr, int addr_offset)
Entry point to C language function: void {@native glVariantdvEXT}(GLuint id, const GLdouble * addr) ...
int glBindMaterialParameterEXT(int face, int value)
Entry point to C language function: GLuint {@native glBindMaterialParameterEXT}(GLenum face,...
void glProgramUniform4dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform4dvEXT}(GLuint program,...
static final int GL_PERTURB_EXT
GL_EXT_texture_perturb_normal Define "GL_PERTURB_EXT" with expression '0x85AE', CType: int
static final int GL_FILL_RECTANGLE_NV
GL_NV_fill_rectangle Define "GL_FILL_RECTANGLE_NV" with expression '0x933C', CType: int
static final int GL_FEEDBACK_BUFFER_POINTER
GL_VERSION_1_0 Define "GL_FEEDBACK_BUFFER_POINTER" with expression '0x0DF0', CType: int
static final int GL_POST_CONVOLUTION_BLUE_SCALE
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_POST_CONVOLUTION_BLUE_SCALE_EXT Define "GL_POST_CON...
void glGetUniformfvARB(long programObj, int location, float[] params, int params_offset)
Entry point to C language function: void {@native glGetUniformfvARB}(GLhandleARB programObj,...
static final int GL_ENABLE_BIT
GL_VERSION_1_0 Define "GL_ENABLE_BIT" with expression '0x00002000', CType: int
void glMapParameterivNV(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMapParameterivNV}(GLenum target,...
void glTexCoord4h(short s, short t, short r, short q)
Entry point to C language function: void {@native glTexCoord4h}(GLhalfNV s, GLhalfNV t,...
static final int GL_OBJECT_COMPILE_STATUS_ARB
GL_ARB_shader_objects Define "GL_OBJECT_COMPILE_STATUS_ARB" with expression '0x8B81',...
static final int GL_MATRIX_INDEX_ARRAY_ARB
GL_ARB_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_ARB" with expression '0x8844',...
static final int GL_TEXTURE_BUFFER_FORMAT
GL_ARB_texture_buffer_object, GL_EXT_texture_buffer_object Alias for: GL_TEXTURE_BUFFER_FORMAT_ARB,...
static final int GL_RGBA_FLOAT_MODE
GL_ATI_pixel_format_float, GL_ARB_color_buffer_float Alias for: GL_RGBA_FLOAT_MODE_ATI,...
void glMapParameterivNV(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMapParameterivNV}(GLenum target,...
void glGetProgramEnvParameterIuivNV(int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramEnvParameterIuivNV}(GLenum target,...
static final int GL_ALPHA8I
GL_EXT_texture_integer Alias for: GL_ALPHA8I_EXT Define "GL_ALPHA8I" with expression '0x8D90',...
void glGetPixelTransformParameterfvEXT(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetPixelTransformParameterfvEXT}(GLenum target,...
void glTexCoord3s(short s, short t, short r)
Entry point to C language function: void {@native glTexCoord3s}(GLshort s, GLshort t,...
void glIndexiv(int[] c, int c_offset)
Entry point to C language function: void {@native glIndexiv}(const GLint * c) Part of GL_VERSION_1...
void glGetnHistogram(int target, boolean reset, int format, int type, int bufSize, Buffer values)
Entry point to C language function: void {@native glGetnHistogram}(GLenum target,...
void glSubpixelPrecisionBiasNV(int xbits, int ybits)
Entry point to C language function: void {@native glSubpixelPrecisionBiasNV}(GLuint xbits,...
void glMultiDrawArraysIndirectBindlessNV(int mode, Buffer indirect, int drawCount, int stride, int vertexBufferCount)
Entry point to C language function: void {@native glMultiDrawArraysIndirectBindlessNV}(GLenum mode,...
void glGenProgramsARB(int n, int[] programs, int programs_offset)
Entry point to C language function: void {@native glGenProgramsARB}(GLsizei n, GLuint * programs) ...
static final int GL_MAX_CONVOLUTION_WIDTH
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_MAX_CONVOLUTION_WIDTH_EXT Define "GL_MAX_CONVOLUTIO...
static final int GL_INT_IMAGE_2D_RECT
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
static final int GL_SHARED_TEXTURE_PALETTE_EXT
GL_EXT_shared_texture_palette Define "GL_SHARED_TEXTURE_PALETTE_EXT" with expression '0x81FB',...
static final int GL_EVAL_VERTEX_ATTRIB8_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB8_NV" with expression '0x86CE', CType: int
static final int GL_SECONDARY_COLOR_ARRAY_SIZE
GL_VERSION_1_4, GL_EXT_secondary_color Alias for: GL_SECONDARY_COLOR_ARRAY_SIZE_EXT Define "GL_SECON...
static final int GL_GREEN_BIAS
GL_VERSION_1_0 Define "GL_GREEN_BIAS" with expression '0x0D19', CType: int
void glProgramUniformMatrix3x2dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program,...
void glIndexPointer(int type, int stride, Buffer ptr)
Entry point to C language function: void {@native glIndexPointer}(GLenum type, GLsizei stride,...
void glRasterPos4d(double x, double y, double z, double w)
Entry point to C language function: void {@native glRasterPos4d}(GLdouble x, GLdouble y,...
static final int GL_COMPRESSED_SLUMINANCE
GL_VERSION_2_1, GL_EXT_texture_sRGB Alias for: GL_COMPRESSED_SLUMINANCE_EXT Define "GL_COMPRESSED_SL...
void glMultiTexSubImage2DEXT(int texunit, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexSubImage2DEXT}(GLenum texunit,...
void glGetConvolutionFilter(int target, int format, int type, Buffer image)
Entry point to C language function: void {@native glGetConvolutionFilter}(GLenum target,...
void glMultiTexCoord3dv(int target, DoubleBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3dv}(GLenum target,...
void glUniform4i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4i64vNV}(GLint location,...
void glClipPlanef(int plane, FloatBuffer equation)
Entry point to C language function: void {@native glClipPlanef}(GLenum plane, const GLfloat * equati...
static final int GL_OFFSET_TEXTURE_SCALE_NV
GL_NV_texture_shader Define "GL_OFFSET_TEXTURE_SCALE_NV" with expression '0x86E2',...
static final int GL_MAP2_VERTEX_4
GL_VERSION_1_0 Define "GL_MAP2_VERTEX_4" with expression '0x0DB8', CType: int
boolean glIsVariantEnabledEXT(int id, int cap)
Entry point to C language function: GLboolean {@native glIsVariantEnabledEXT}(GLuint id,...
void glMultiTexCoord4dv(int target, double[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord4dv}(GLenum target,...
static final int GL_COLOR_TABLE_FORMAT
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_FORMAT_SGI Define "GL_COLOR_TABLE_FORMA...
static final int GL_HISTOGRAM
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_HISTOGRAM_EXT Define "GL_HISTOGRAM" with expression '...
static final int GL_INT8_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT8_NV" with expression '0x8FE0',...
static final int GL_SELECTION_BUFFER_SIZE
GL_VERSION_1_0 Define "GL_SELECTION_BUFFER_SIZE" with expression '0x0DF4', CType: int
static final int GL_OBJECT_DELETE_STATUS_ARB
GL_ARB_shader_objects Define "GL_OBJECT_DELETE_STATUS_ARB" with expression '0x8B80',...
static final int GL_PIXEL_UNPACK_BUFFER_EXT
GL_EXT_pixel_buffer_object Define "GL_PIXEL_UNPACK_BUFFER_EXT" with expression '0x88EC',...
void glGetTextureParameterivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterivEXT}(GLuint texture,...
void glGetMinmax(int target, boolean reset, int format, int type, long values_buffer_offset)
Entry point to C language function: void {@native glGetMinmax}(GLenum target, GLboolean reset,...
static final int GL_MODELVIEW17_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW17_ARB" with expression '0x8731', CType: int
static final int GL_INTERLACE_OML
GL_OML_interlace Define "GL_INTERLACE_OML" with expression '0x8980', CType: int
static final int GL_INDEX_OFFSET
GL_VERSION_1_0 Define "GL_INDEX_OFFSET" with expression '0x0D13', CType: int
static final int GL_INT64_VEC4_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT64_VEC4_NV" with expression '0x8FEB',...
static final int GL_ALPHA4
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_ALPHA4_EXT Define "GL_ALPHA4" with expression '0x803B',...
static final int GL_PIXEL_MAP_G_TO_G
GL_VERSION_1_0 Define "GL_PIXEL_MAP_G_TO_G" with expression '0x0C77', CType: int
void glMultiTexCoord1h(int target, short s)
Entry point to C language function: void {@native glMultiTexCoord1h}(GLenum target,...
void glTexCoord4iv(IntBuffer v)
Entry point to C language function: void {@native glTexCoord4iv}(const GLint * v) Part of GL_VERSI...
void glGetMaterialiv(int face, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMaterialiv}(GLenum face, GLenum pname,...
void glProgramUniformMatrix4x2dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program,...
static final int GL_MAX_VERTEX_SHADER_VARIANTS_EXT
GL_EXT_vertex_shader Define "GL_MAX_VERTEX_SHADER_VARIANTS_EXT" with expression '0x87C6',...
void glSecondaryColor3uiv(IntBuffer v)
Entry point to C language function: void {@native glSecondaryColor3uiv}(const GLuint * v) Part of ...
void glColor4fv(FloatBuffer v)
Entry point to C language function: void {@native glColor4fv}(const GLfloat * v) Part of GL_VERSIO...
static final int GL_FOG_COORDINATE_ARRAY_POINTER
GL_VERSION_1_4, GL_EXT_fog_coord Alias for: GL_FOG_COORDINATE_ARRAY_POINTER_EXT Define "GL_FOG_COORD...
void glProgramUniform1i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform1i64vNV}(GLuint program,...
void glInsertComponentEXT(int res, int src, int num)
Entry point to C language function: void {@native glInsertComponentEXT}(GLuint res,...
void glPixelTransferf(int pname, float param)
Entry point to C language function: void {@native glPixelTransferf}(GLenum pname,...
static final int GL_PIXEL_MAP_I_TO_A
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_A" with expression '0x0C75', CType: int
static final int GL_OP_NEGATE_EXT
GL_EXT_vertex_shader Define "GL_OP_NEGATE_EXT" with expression '0x8783', CType: int
void glDrawPixels(int width, int height, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glDrawPixels}(GLsizei width, GLsizei height,...
static final int GL_LOCAL_CONSTANT_VALUE_EXT
GL_EXT_vertex_shader Define "GL_LOCAL_CONSTANT_VALUE_EXT" with expression '0x87EC',...
void glWeightivARB(int size, IntBuffer weights)
Entry point to C language function: void {@native glWeightivARB}(GLint size, const GLint * weights) ...
static final int GL_POST_COLOR_MATRIX_GREEN_BIAS
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_POST_COLOR_MATRIX_GREEN_BIAS_SGI Define "GL_POST_C...
static final int GL_TEXTURE_GEN_T
GL_VERSION_1_0 Define "GL_TEXTURE_GEN_T" with expression '0x0C61', CType: int
static final int GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV
GL_NV_gpu_program4 Define "GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV" with expression '0x8DA5',...
boolean glIsTransformFeedbackNV(int id)
Entry point to C language function: GLboolean {@native glIsTransformFeedbackNV}(GLuint id) Part of...
static final int GL_AUX2
GL_VERSION_1_0 Define "GL_AUX2" with expression '0x040B', CType: int
static final int GL_INT_VEC4_ARB
GL_ARB_shader_objects Define "GL_INT_VEC4_ARB" with expression '0x8B55', CType: int
void glProgramUniform3ui64NV(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3ui64NV}(GLuint program,...
static final int GL_POST_CONVOLUTION_GREEN_BIAS
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_POST_CONVOLUTION_GREEN_BIAS_EXT Define "GL_POST_CON...
void glProgramLocalParameterI4ivNV(int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramLocalParameterI4ivNV}(GLenum target,...
void glMap1d(int target, double u1, double u2, int stride, int order, double[] points, int points_offset)
Entry point to C language function: void {@native glMap1d}(GLenum target, GLdouble u1,...
void glPassThrough(float token)
Entry point to C language function: void {@native glPassThrough}(GLfloat token) Part of GL_VERSION...
static final int GL_INTENSITY
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_INTENSITY_EXT Define "GL_INTENSITY" with expression '0x...
static final int GL_DT_BIAS_NV
GL_NV_texture_shader Define "GL_DT_BIAS_NV" with expression '0x8717', CType: int
void glDeleteOcclusionQueriesNV(int n, int[] ids, int ids_offset)
Entry point to C language function: void {@native glDeleteOcclusionQueriesNV}(GLsizei n,...
static final int GL_CURRENT_VERTEX_WEIGHT_EXT
GL_EXT_vertex_weighting Define "GL_CURRENT_VERTEX_WEIGHT_EXT" with expression '0x850B',...
static final int GL_MATRIX13_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX13_ARB" with expression '0x88CD',...
void glMultTransposeMatrixd(DoubleBuffer m)
Entry point to C language function: void {@native glMultTransposeMatrixd}(const GLdouble * m) Part...
void glTexCoord3bOES(byte s, byte t, byte r)
Entry point to C language function: void {@native glTexCoord3bOES}(GLbyte s, GLbyte t,...
static final int GL_BUFFER_OBJECT_APPLE
GL_APPLE_object_purgeable Define "GL_BUFFER_OBJECT_APPLE" with expression '0x85B3',...
void glGetProgramEnvParameterdvARB(int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetProgramEnvParameterdvARB}(GLenum target,...
void glGetClipPlane(int plane, DoubleBuffer equation)
Entry point to C language function: void {@native glGetClipPlane}(GLenum plane, GLdouble * equation)...
static final int GL_ACTIVE_VERTEX_UNITS_ARB
GL_ARB_vertex_blend Define "GL_ACTIVE_VERTEX_UNITS_ARB" with expression '0x86A5', CType: int
void glTextureLightEXT(int pname)
Entry point to C language function: void {@native glTextureLightEXT}(GLenum pname) Part of GL_EXT_...
static final int GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE" with expression '0x8A0...
void glTexCoord3d(double s, double t, double r)
Entry point to C language function: void {@native glTexCoord3d}(GLdouble s, GLdouble t,...
void glVertexArrayColorOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayColorOffsetEXT}(GLuint vaobj,...
void glBindVideoCaptureStreamBufferNV(int video_capture_slot, int stream, int frame_region, long offset)
Entry point to C language function: void {@native glBindVideoCaptureStreamBufferNV}(GLuint video_cap...
void glBegin(int mode)
Entry point to C language function: void {@native glBegin}(GLenum mode) Part of GL_VERSION_1_0
void glGetVideoCaptureStreamfvNV(int video_capture_slot, int stream, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetVideoCaptureStreamfvNV}(GLuint video_capture_...
static final int GL_MAP1_TEXTURE_COORD_4
GL_VERSION_1_0 Define "GL_MAP1_TEXTURE_COORD_4" with expression '0x0D96', CType: int
static final int GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV
GL_NV_tessellation_program5 Define "GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x8...
void glColor3hv(short[] v, int v_offset)
Entry point to C language function: void {@native glColor3hv}(const GLhalfNV * v) Part of GL_NV_ha...
static final int GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_DATA_UINT32_INTEL" with expression '0x94F8',...
static final int GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV
GL_NV_video_capture Define "GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV" with expression '0x903B',...
void glMultiTexCoord2d(int target, double s, double t)
Entry point to C language function: void {@native glMultiTexCoord2d}(GLenum target,...
void glUniformMatrix2fvARB(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix2fvARB}(GLint location,...
void glWindowPos3iv(IntBuffer v)
Entry point to C language function: void {@native glWindowPos3iv}(const GLint * v) Part of GL_VERS...
static final int GL_MODELVIEW5_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW5_ARB" with expression '0x8725', CType: int
void glGetPerfMonitorCounterInfoAMD(int group, int counter, int pname, Buffer data)
Entry point to C language function: void {@native glGetPerfMonitorCounterInfoAMD}(GLuint group,...
void glGetMultiTexLevelParameterfvEXT(int texunit, int target, int level, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit,...
static final int GL_COMPRESSED_LUMINANCE_ALPHA
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_COMPRESSED_LUMINANCE_ALPHA_ARB Define "GL_C...
void glGetTextureParameterfvEXT(int texture, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureParameterfvEXT}(GLuint texture,...
static final int GL_PERFMON_RESULT_AVAILABLE_AMD
GL_AMD_performance_monitor Define "GL_PERFMON_RESULT_AVAILABLE_AMD" with expression '0x8BC4',...
static final int GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB
GL_ARB_vertex_program Define "GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB" with expression '0x8624',...
static final int GL_FEEDBACK
GL_VERSION_1_0 Define "GL_FEEDBACK" with expression '0x1C01', CType: int
static final int GL_MODELVIEW26_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW26_ARB" with expression '0x873A', CType: int
void glGetCompressedMultiTexImageEXT(int texunit, int target, int lod, Buffer img)
Entry point to C language function: void {@native glGetCompressedMultiTexImageEXT}(GLenum texunit,...
void glDeleteOcclusionQueriesNV(int n, IntBuffer ids)
Entry point to C language function: void {@native glDeleteOcclusionQueriesNV}(GLsizei n,...
void glGetnMapiv(int target, int query, int bufSize, int[] v, int v_offset)
Entry point to C language function: void {@native glGetnMapiv}(GLenum target, GLenum query,...
void glWindowPos2dv(double[] v, int v_offset)
Entry point to C language function: void {@native glWindowPos2dv}(const GLdouble * v) Part of GL_V...
void glVertex4fv(FloatBuffer v)
Entry point to C language function: void {@native glVertex4fv}(const GLfloat * v) Part of GL_VERSI...
void glVertex3dv(double[] v, int v_offset)
Entry point to C language function: void {@native glVertex3dv}(const GLdouble * v) Part of GL_VERS...
static final int GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT
GL_EXT_raster_multisample Define "GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT" with expression '0x932A',...
static final int GL_RETAINED_APPLE
GL_APPLE_object_purgeable Define "GL_RETAINED_APPLE" with expression '0x8A1B', CType: int
void glTexCoord1bOES(byte s)
Entry point to C language function: void {@native glTexCoord1bOES}(GLbyte s) Part of GL_OES_byte_c...
static final int GL_CURRENT_MATRIX_INDEX_ARB
GL_ARB_matrix_palette Define "GL_CURRENT_MATRIX_INDEX_ARB" with expression '0x8845',...
void glGetFloati_vEXT(int pname, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetFloati_vEXT}(GLenum pname,...
void glFogCoordf(float coord)
Entry point to C language function: void {@native glFogCoordf}(GLfloat coord) Part of GL_VERSION_1...
void glVertexArrayVertexOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayVertexOffsetEXT}(GLuint vaobj,...
void glProgramUniform1ui64NV(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1ui64NV}(GLuint program,...
void glGetShaderSourceARB(long obj, int maxLength, int[] length, int length_offset, byte[] source, int source_offset)
Entry point to C language function: void {@native glGetShaderSourceARB}(GLhandleARB obj,...
static final int GL_OUTPUT_TEXTURE_COORD29_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD29_EXT" with expression '0x87BA',...
static final int GL_ALPHA_FLOAT32_ATI
GL_ATI_texture_float Define "GL_ALPHA_FLOAT32_ATI" with expression '0x8816', CType: int
void glVertex2hv(short[] v, int v_offset)
Entry point to C language function: void {@native glVertex2hv}(const GLhalfNV * v) Part of GL_NV_h...
void glMultiTexCoord2i(int target, int s, int t)
Entry point to C language function: void {@native glMultiTexCoord2i}(GLenum target,...
void glGetPerfMonitorCountersAMD(int group, int[] numCounters, int numCounters_offset, int[] maxActiveCounters, int maxActiveCounters_offset, int counterSize, int[] counters, int counters_offset)
Entry point to C language function: void {@native glGetPerfMonitorCountersAMD}(GLuint group,...
static final int GL_FOG_COORD_ARRAY
GL_VERSION_1_5 Define "GL_FOG_COORD_ARRAY" with expression '0x8457', CType: int
static final int GL_SEPARATE_SPECULAR_COLOR
GL_VERSION_1_2, GL_EXT_separate_specular_color Alias for: GL_SEPARATE_SPECULAR_COLOR_EXT Define "GL_...
void glMultiTexParameterivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit,...
void glMultiTexParameterIivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterIivEXT}(GLenum texunit,...
static final int GL_IMAGE_1D
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_1D...
void glClipPlane(int plane, double[] equation, int equation_offset)
Entry point to C language function: void {@native glClipPlane}(GLenum plane, const GLdouble * equati...
static final int GL_ARRAY_ELEMENT_LOCK_FIRST_EXT
GL_EXT_compiled_vertex_array Define "GL_ARRAY_ELEMENT_LOCK_FIRST_EXT" with expression '0x81A8',...
void glShaderOp3EXT(int op, int res, int arg1, int arg2, int arg3)
Entry point to C language function: void {@native glShaderOp3EXT}(GLenum op, GLuint res,...
void glWindowPos2fv(float[] v, int v_offset)
Entry point to C language function: void {@native glWindowPos2fv}(const GLfloat * v) Part of GL_VE...
void glDrawCommandsStatesNV(int buffer, PointerBuffer indirects, IntBuffer sizes, IntBuffer states, IntBuffer fbos, int count)
Entry point to C language function: void {@native glDrawCommandsStatesNV}(GLuint buffer,...
static final int GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_DURATION_NORM_INTEL" with expression '0x94F1'...
static final int GL_FLOAT_RG_NV
GL_NV_float_buffer Define "GL_FLOAT_RG_NV" with expression '0x8881', CType: int
static final int GL_PIXEL_PACK_BUFFER_EXT
GL_EXT_pixel_buffer_object Define "GL_PIXEL_PACK_BUFFER_EXT" with expression '0x88EB',...
static final int GL_TEXTURE_MEMORY_LAYOUT_INTEL
GL_INTEL_map_texture Define "GL_TEXTURE_MEMORY_LAYOUT_INTEL" with expression '0x83FF',...
static final int GL_TEXTURE_GEN_S
GL_VERSION_1_0 Define "GL_TEXTURE_GEN_S" with expression '0x0C60', CType: int
void glEnableIndexed(int target, int index)
Entry point to C language function: void {@native glEnableIndexed}(GLenum target,...
static final int GL_TEXTURE_BINDING_RENDERBUFFER_NV
GL_NV_explicit_multisample Define "GL_TEXTURE_BINDING_RENDERBUFFER_NV" with expression '0x8E53',...
void glDeleteNamesAMD(int identifier, int num, int[] names, int names_offset)
Entry point to C language function: void {@native glDeleteNamesAMD}(GLenum identifier,...
void glRenderbufferStorageMultisampleCoverageNV(int target, int coverageSamples, int colorSamples, int internalformat, int width, int height)
Entry point to C language function: void {@native glRenderbufferStorageMultisampleCoverageNV}(GLenum...
static final int GL_OP_MADD_EXT
GL_EXT_vertex_shader Define "GL_OP_MADD_EXT" with expression '0x8788', CType: int
void glVertexArrayVertexAttribIFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribIFormatEXT}(GLuint vaobj,...
void glPolygonStipple(long mask_buffer_offset)
Entry point to C language function: void {@native glPolygonStipple}(const GLubyte * mask) Part of ...
static final int GL_MAP2_TEXTURE_COORD_2
GL_VERSION_1_0 Define "GL_MAP2_TEXTURE_COORD_2" with expression '0x0DB4', CType: int
static final int GL_RETURN
GL_VERSION_1_0 Define "GL_RETURN" with expression '0x0102', CType: int
void glUniform4ui64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform4ui64vNV}(GLint location,...
static final int GL_UNPACK_CLIENT_STORAGE_APPLE
GL_APPLE_client_storage Define "GL_UNPACK_CLIENT_STORAGE_APPLE" with expression '0x85B2',...
static final int GL_STORAGE_PRIVATE_APPLE
GL_APPLE_texture_range Define "GL_STORAGE_PRIVATE_APPLE" with expression '0x85BD',...
void glGetBooleanIndexedv(int target, int index, byte[] data, int data_offset)
Entry point to C language function: void {@native glGetBooleanIndexedv}(GLenum target,...
static final int GL_LIST_BASE
GL_VERSION_1_0 Define "GL_LIST_BASE" with expression '0x0B32', CType: int
void glUniform1iARB(int location, int v0)
Entry point to C language function: void {@native glUniform1iARB}(GLint location,...
void glGetVideoCaptureStreamdvNV(int video_capture_slot, int stream, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVideoCaptureStreamdvNV}(GLuint video_capture_...
void glMultiDrawElementsIndirectBindlessCountNV(int mode, int type, Buffer indirect, int drawCount, int maxDrawCount, int stride, int vertexBufferCount)
Entry point to C language function: void {@native glMultiDrawElementsIndirectBindlessCountNV}(GLenum...
static final int GL_POST_CONVOLUTION_GREEN_SCALE
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_POST_CONVOLUTION_GREEN_SCALE_EXT Define "GL_POST_CO...
static final int GL_PERFMON_RESULT_AMD
GL_AMD_performance_monitor Define "GL_PERFMON_RESULT_AMD" with expression '0x8BC6',...
static final int GL_LAST_VIDEO_CAPTURE_STATUS_NV
GL_NV_video_capture Define "GL_LAST_VIDEO_CAPTURE_STATUS_NV" with expression '0x9027',...
static final int GL_LUMINANCE_ALPHA_FLOAT16_ATI
GL_ATI_texture_float Define "GL_LUMINANCE_ALPHA_FLOAT16_ATI" with expression '0x881F',...
void glTexCoord2fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord2fv}(const GLfloat * v) Part of GL_VER...
static final int GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV
GL_NV_pixel_data_range Define "GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV" with expression '0x887C',...
void glBeginPerfMonitorAMD(int monitor)
Entry point to C language function: void {@native glBeginPerfMonitorAMD}(GLuint monitor) Part of G...
void glMultiTexCoord1iv(int target, int[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord1iv}(GLenum target,...
void glFlushPixelDataRangeNV(int target)
Entry point to C language function: void {@native glFlushPixelDataRangeNV}(GLenum target) Part of ...
void glColor4s(short red, short green, short blue, short alpha)
Entry point to C language function: void {@native glColor4s}(GLshort red, GLshort green,...
static final int GL_SLUMINANCE_ALPHA
GL_VERSION_2_1, GL_EXT_texture_sRGB, GL_NV_sRGB_formats Alias for: GL_SLUMINANCE_ALPHA_EXT,...
void glUniform1fARB(int location, float v0)
Entry point to C language function: void {@native glUniform1fARB}(GLint location,...
static final int GL_BUFFER_SERIALIZED_MODIFY
GL_APPLE_flush_buffer_range Alias for: GL_BUFFER_SERIALIZED_MODIFY_APPLE Define "GL_BUFFER_SERIALIZE...
void glCreateCommandListsNV(int n, IntBuffer lists)
Entry point to C language function: void {@native glCreateCommandListsNV}(GLsizei n,...
static final int GL_OP_CLAMP_EXT
GL_EXT_vertex_shader Define "GL_OP_CLAMP_EXT" with expression '0x878E', CType: int
static final int GL_DOT_PRODUCT_TEXTURE_1D_NV
GL_NV_texture_shader3 Define "GL_DOT_PRODUCT_TEXTURE_1D_NV" with expression '0x885C',...
static final int GL_PROGRAM_ATTRIBS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_ATTRIBS_ARB" with expression '0x88A...
static final int GL_UNSIGNED_INT16_VEC4_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT16_VEC4_NV" with expression '0x8FF3...
void glTexGendv(int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glTexGendv}(GLenum coord, GLenum pname,...
void glUniform2fvARB(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform2fvARB}(GLint location,...
static final int GL_COLOR_TABLE_SCALE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_SCALE_SGI Define "GL_COLOR_TABLE_SCALE"...
static final int GL_LO_BIAS_NV
GL_NV_texture_shader Define "GL_LO_BIAS_NV" with expression '0x8715', CType: int
void glMultiTexCoord3hv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3hv}(GLenum target,...
static final int GL_SAMPLER_2D_RECT_ARB
GL_ARB_shader_objects Define "GL_SAMPLER_2D_RECT_ARB" with expression '0x8B63', CType: int
void glRasterPos3dv(DoubleBuffer v)
Entry point to C language function: void {@native glRasterPos3dv}(const GLdouble * v) Part of GL_V...
static final int GL_CURRENT_SECONDARY_COLOR
GL_VERSION_1_4, GL_EXT_secondary_color Alias for: GL_CURRENT_SECONDARY_COLOR_EXT Define "GL_CURRENT_...
void glMultiTexCoord4sv(int target, short[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord4sv}(GLenum target,...
void glTexCoord4iv(int[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord4iv}(const GLint * v) Part of GL_VERSI...
static final int GL_BITMAP_TOKEN
GL_VERSION_1_0 Define "GL_BITMAP_TOKEN" with expression '0x0704', CType: int
void glGetTexGendv(int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetTexGendv}(GLenum coord, GLenum pname,...
void glStringMarkerGREMEDY(int len, Buffer string)
Entry point to C language function: void {@native glStringMarkerGREMEDY}(GLsizei len,...
static final int GL_OP_SUB_EXT
GL_EXT_vertex_shader Define "GL_OP_SUB_EXT" with expression '0x8796', CType: int
void glProgramUniform3dvEXT(int program, int location, int count, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program,...
static final int GL_RGBA_FLOAT16_ATI
GL_ATI_texture_float Define "GL_RGBA_FLOAT16_ATI" with expression '0x881A', CType: int
static final int GL_OUTPUT_TEXTURE_COORD24_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD24_EXT" with expression '0x87B5',...
void glMatrixLoadIdentityEXT(int mode)
Entry point to C language function: void {@native glMatrixLoadIdentityEXT}(GLenum mode) Part of GL...
static final int GL_MAX_DRAW_BUFFERS_ATI
GL_ATI_draw_buffers Define "GL_MAX_DRAW_BUFFERS_ATI" with expression '0x8824', CType: int
void glTextureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureImage2DEXT}(GLuint texture,...
static final int GL_OUTPUT_TEXTURE_COORD28_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD28_EXT" with expression '0x87B9',...
static final int GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT
GL_EXT_bindable_uniform Define "GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT" with expression '0x8DE2',...
static final int GL_HARDLIGHT
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_HARDLI...
void glFogiv(int pname, IntBuffer params)
Entry point to C language function: void {@native glFogiv}(GLenum pname, const GLint * params) Par...
void glPixelMapuiv(int map, int mapsize, long values_buffer_offset)
Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize,...
void glProvokingVertexEXT(int mode)
Entry point to C language function: void {@native glProvokingVertexEXT}(GLenum mode) Part of GL_EX...
void glGetnPolygonStipple(int bufSize, ByteBuffer pattern)
Entry point to C language function: void {@native glGetnPolygonStipple}(GLsizei bufSize,...
boolean glIsStateNV(int state)
Entry point to C language function: GLboolean {@native glIsStateNV}(GLuint state) Part of GL_NV_co...
void glVertexArrayVertexBindingDivisorEXT(int vaobj, int bindingindex, int divisor)
Entry point to C language function: void {@native glVertexArrayVertexBindingDivisorEXT}(GLuint vaobj...
void glProgramEnvParameterI4uiNV(int target, int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glProgramEnvParameterI4uiNV}(GLenum target,...
void glGetNamedProgramivEXT(int program, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program,...
static final int GL_DRAW_BUFFER5_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER5_ATI" with expression '0x882A', CType: int
void glSecondaryColor3fv(float[] v, int v_offset)
Entry point to C language function: void {@native glSecondaryColor3fv}(const GLfloat * v) Part of ...
void glUniform1ui64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform1ui64vNV}(GLint location,...
void glVertex3bOES(byte x, byte y, byte z)
Entry point to C language function: void {@native glVertex3bOES}(GLbyte x, GLbyte y,...
static final int GL_MATRIX9_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX9_ARB" with expression '0x88C9',...
void glTexCoord3h(short s, short t, short r)
Entry point to C language function: void {@native glTexCoord3h}(GLhalfNV s, GLhalfNV t,...
void glColor3fv(float[] v, int v_offset)
Entry point to C language function: void {@native glColor3fv}(const GLfloat * v) Part of GL_VERSIO...
static final int GL_SIGNED_HILO8_NV
GL_NV_texture_shader3 Define "GL_SIGNED_HILO8_NV" with expression '0x885F', CType: int
static final int GL_SIGNED_RGBA_NV
GL_NV_texture_shader Define "GL_SIGNED_RGBA_NV" with expression '0x86FB', CType: int
void glMultiTexCoord3iv(int target, IntBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3iv}(GLenum target,...
void glTexGenfv(int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname,...
void glProgramLocalParameter4fARB(int target, int index, float x, float y, float z, float w)
Entry point to C language function: void {@native glProgramLocalParameter4fARB}(GLenum target,...
void glTexCoord3sv(short[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord3sv}(const GLshort * v) Part of GL_VER...
int glBindTextureUnitParameterEXT(int unit, int value)
Entry point to C language function: GLuint {@native glBindTextureUnitParameterEXT}(GLenum unit,...
static final int GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE" with expression '0x8A08...
boolean glIsNameAMD(int identifier, int name)
Entry point to C language function: GLboolean {@native glIsNameAMD}(GLenum identifier,...
static final int GL_SECONDARY_COLOR_ARRAY_TYPE
GL_VERSION_1_4, GL_EXT_secondary_color Alias for: GL_SECONDARY_COLOR_ARRAY_TYPE_EXT Define "GL_SECON...
void glMultiTexCoord4iv(int target, IntBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4iv}(GLenum target,...
void glClearAccum(float red, float green, float blue, float alpha)
Entry point to C language function: void {@native glClearAccum}(GLfloat red, GLfloat green,...
static final int GL_MATRIX26_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX26_ARB" with expression '0x88DA',...
static final int GL_LUMINANCE_ALPHA8UI
GL_EXT_texture_integer Alias for: GL_LUMINANCE_ALPHA8UI_EXT Define "GL_LUMINANCE_ALPHA8UI" with expr...
void glGetDoubleIndexedvEXT(int target, int index, DoubleBuffer data)
Entry point to C language function: void {@native glGetDoubleIndexedvEXT}(GLenum target,...
static final int GL_UNSIGNED_INT_IMAGE_1D_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
void glTexCoord2sv(short[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord2sv}(const GLshort * v) Part of GL_VER...
static final int GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
void glVertexAttribL3i64vNV(int index, long[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL3i64vNV}(GLuint index,...
static final int GL_COMPARE_REF_DEPTH_TO_TEXTURE
GL_EXT_texture_array Alias for: GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT Define "GL_COMPARE_REF_DEPTH_TO_...
static final int GL_VERTEX_ARRAY_RANGE_POINTER_APPLE
GL_APPLE_vertex_array_range Define "GL_VERTEX_ARRAY_RANGE_POINTER_APPLE" with expression '0x8521',...
static final int GL_OP_ADD_EXT
GL_EXT_vertex_shader Define "GL_OP_ADD_EXT" with expression '0x8787', CType: int
static final int GL_SECONDARY_COLOR_ARRAY
GL_VERSION_1_4, GL_EXT_secondary_color Alias for: GL_SECONDARY_COLOR_ARRAY_EXT Define "GL_SECONDARY_...
static final int GL_PIXEL_COUNTER_BITS_NV
GL_NV_occlusion_query Define "GL_PIXEL_COUNTER_BITS_NV" with expression '0x8864', CType: int
static final int GL_INT_IMAGE_1D_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
void glGetProgramEnvParameterdvARB(int target, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramEnvParameterdvARB}(GLenum target,...
void glFeedbackBuffer(int size, int type, FloatBuffer buffer)
Entry point to C language function: void {@native glFeedbackBuffer}(GLsizei size,...
void glSecondaryColor3sv(ShortBuffer v)
Entry point to C language function: void {@native glSecondaryColor3sv}(const GLshort * v) Part of ...
static final int GL_LUMINANCE12_ALPHA4
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_LUMINANCE12_ALPHA4_EXT Define "GL_LUMINANCE12_ALPHA4" w...
static final int GL_INTENSITY16_SNORM
GL_EXT_texture_snorm Define "GL_INTENSITY16_SNORM" with expression '0x901B', CType: int
void glDrawCommandsNV(int primitiveMode, int buffer, PointerBuffer indirects, int[] sizes, int sizes_offset, int count)
Entry point to C language function: void {@native glDrawCommandsNV}(GLenum primitiveMode,...
void glVertexAttribPointerARB(int index, int size, int type, boolean normalized, int stride, long pointer_buffer_offset)
Entry point to C language function: void {@native glVertexAttribPointerARB}(GLuint index,...
void glTexCoord4fv(float[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord4fv}(const GLfloat * v) Part of GL_VER...
void glGetNamedProgramLocalParameterIivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint prog...
static final int GL_4D_COLOR_TEXTURE
GL_VERSION_1_0 Define "GL_4D_COLOR_TEXTURE" with expression '0x0604', CType: int
static final int GL_TEXTURE_FLOAT_COMPONENTS_NV
GL_NV_float_buffer Define "GL_TEXTURE_FLOAT_COMPONENTS_NV" with expression '0x888C',...
static final int GL_SAMPLER_3D_ARB
GL_ARB_shader_objects Define "GL_SAMPLER_3D_ARB" with expression '0x8B5F', CType: int
static final int GL_DEPTH_SCALE
GL_VERSION_1_0 Define "GL_DEPTH_SCALE" with expression '0x0D1E', CType: int
void glVertexAttrib4NubvARB(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NubvARB}(GLuint index,...
static final int GL_RGB_FLOAT32_ATI
GL_ATI_texture_float Define "GL_RGB_FLOAT32_ATI" with expression '0x8815', CType: int
void glWindowPos3fv(FloatBuffer v)
Entry point to C language function: void {@native glWindowPos3fv}(const GLfloat * v) Part of GL_VE...
static final int GL_MAP_COLOR
GL_VERSION_1_0 Define "GL_MAP_COLOR" with expression '0x0D10', CType: int
void glShaderOp2EXT(int op, int res, int arg1, int arg2)
Entry point to C language function: void {@native glShaderOp2EXT}(GLenum op, GLuint res,...
void glGetVideoCaptureStreamdvNV(int video_capture_slot, int stream, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetVideoCaptureStreamdvNV}(GLuint video_capture_...
void glCallCommandListNV(int list)
Entry point to C language function: void {@native glCallCommandListNV}(GLuint list) Part of GL_NV_...
void glColor4ui(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glColor4ui}(GLuint red, GLuint green,...
void glSecondaryColor3iv(IntBuffer v)
Entry point to C language function: void {@native glSecondaryColor3iv}(const GLint * v) Part of GL...
static final int GL_OBJECT_ACTIVE_UNIFORMS_ARB
GL_ARB_shader_objects Define "GL_OBJECT_ACTIVE_UNIFORMS_ARB" with expression '0x8B86',...
static final int GL_RGB_FLOAT32_APPLE
GL_APPLE_float_pixels Define "GL_RGB_FLOAT32_APPLE" with expression '0x8815', CType: int
static final int GL_MATRIX_INDEX_ARRAY_POINTER_ARB
GL_ARB_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_POINTER_ARB" with expression '0x8849',...
static final int GL_DSDT_MAG_NV
GL_NV_texture_shader Define "GL_DSDT_MAG_NV" with expression '0x86F6', CType: int
void glGetMinmaxParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMinmaxParameteriv}(GLenum target,...
void glVertex4f(float x, float y, float z, float w)
Entry point to C language function: void {@native glVertex4f}(GLfloat x, GLfloat y,...
void glColor3sv(ShortBuffer v)
Entry point to C language function: void {@native glColor3sv}(const GLshort * v) Part of GL_VERSIO...
static final int GL_DRAW_BUFFER10_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER10_ATI" with expression '0x882F', CType: int
static final long GL_CLIENT_ALL_ATTRIB_BITS
GL_VERSION_1_1 Define "GL_CLIENT_ALL_ATTRIB_BITS" with expression '0xFFFFFFFF', CType: long
static final int GL_COLORDODGE
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_COLORD...
static final int GL_HI_BIAS_NV
GL_NV_texture_shader Define "GL_HI_BIAS_NV" with expression '0x8714', CType: int
void glGetInfoLogARB(long obj, int maxLength, IntBuffer length, ByteBuffer infoLog)
Entry point to C language function: void {@native glGetInfoLogARB}(GLhandleARB obj,...
static final int GL_LUMINANCE16_SNORM
GL_EXT_texture_snorm Define "GL_LUMINANCE16_SNORM" with expression '0x9019', CType: int
void glVertexAttrib4hv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4hv}(GLuint index,...
void glDeleteStatesNV(int n, int[] states, int states_offset)
Entry point to C language function: void {@native glDeleteStatesNV}(GLsizei n, const GLuint * states...
void glVertexAttribL4ui64vNV(int index, long[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL4ui64vNV}(GLuint index,...
void glGetActiveUniformARB(long programObj, int index, int maxLength, int[] length, int length_offset, int[] size, int size_offset, int[] type, int type_offset, byte[] name, int name_offset)
Entry point to C language function: void {@native glGetActiveUniformARB}(GLhandleARB programObj,...
static final int GL_RESAMPLE_REPLICATE_OML
GL_OML_resample Define "GL_RESAMPLE_REPLICATE_OML" with expression '0x8986', CType: int
static final int GL_SURFACE_REGISTERED_NV
GL_NV_vdpau_interop Define "GL_SURFACE_REGISTERED_NV" with expression '0x86FD', CType: int
static final int GL_PROGRAM_ADDRESS_REGISTERS_ARB
GL_ARB_vertex_program Define "GL_PROGRAM_ADDRESS_REGISTERS_ARB" with expression '0x88B0',...
static final int GL_TEXTURE_INTENSITY_TYPE
GL_ARB_framebuffer_object, GL_VERSION_3_0, GL_ARB_texture_float Alias for: GL_TEXTURE_INTENSITY_TYPE_...
void glVertexAttribs3hv(int index, int n, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribs3hv}(GLuint index,...
void glVertexAttribL3ui64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL3ui64vNV}(GLuint index,...
void glWindowPos3sv(short[] v, int v_offset)
Entry point to C language function: void {@native glWindowPos3sv}(const GLshort * v) Part of GL_VE...
void glGetNamedFramebufferParameteriv(int framebuffer, int pname, IntBuffer param)
Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(GLuint framebuff...
void glVertexAttribL4ui64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL4ui64vNV}(GLuint index,...
static final int GL_MIN_SPARSE_LEVEL_AMD
GL_AMD_sparse_texture Define "GL_MIN_SPARSE_LEVEL_AMD" with expression '0x919B', CType: int
void glBindProgramARB(int target, int program)
Entry point to C language function: void {@native glBindProgramARB}(GLenum target,...
static final int GL_TEXTURE_DS_SIZE_NV
GL_NV_texture_shader Define "GL_TEXTURE_DS_SIZE_NV" with expression '0x871D', CType: int
static final int GL_MATRIX23_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX23_ARB" with expression '0x88D7',...
static final int GL_MAX_VERTEX_SHADER_INVARIANTS_EXT
GL_EXT_vertex_shader Define "GL_MAX_VERTEX_SHADER_INVARIANTS_EXT" with expression '0x87C7',...
static final int GL_UNSIGNED_INT64_VEC2_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT64_VEC2_NV" with expression '0x8FF5...
void glProgramLocalParameter4dvARB(int target, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glProgramLocalParameter4dvARB}(GLenum target,...
void glGetUniformfvARB(long programObj, int location, FloatBuffer params)
Entry point to C language function: void {@native glGetUniformfvARB}(GLhandleARB programObj,...
void glDrawCommandsNV(int primitiveMode, int buffer, PointerBuffer indirects, IntBuffer sizes, int count)
Entry point to C language function: void {@native glDrawCommandsNV}(GLenum primitiveMode,...
static final int GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV
GL_NV_framebuffer_multisample_coverage Define "GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV" with expression ...
void glVertexAttribs2hv(int index, int n, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribs2hv}(GLuint index,...
void glVertexAttribI1uivEXT(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI1uivEXT}(GLuint index,...
static final int GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB
GL_ARB_vertex_program Define "GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB" with expression '0x88B1',...
static final int GL_MATRIX31_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX31_ARB" with expression '0x88DF',...
static final int GL_MINMAX_FORMAT
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_MINMAX_FORMAT_EXT Define "GL_MINMAX_FORMAT" with expr...
long glVDPAURegisterVideoSurfaceNV(Buffer vdpSurface, int target, int numTextureNames, IntBuffer textureNames)
Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterVideoSurfaceNV}(const v...
static final int GL_EVAL_VERTEX_ATTRIB7_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB7_NV" with expression '0x86CD', CType: int
void glTexCoord2hv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord2hv}(const GLhalfNV * v) Part of GL_NV...
static final int GL_FLOAT_RG16_NV
GL_NV_float_buffer Define "GL_FLOAT_RG16_NV" with expression '0x8886', CType: int
void glVertexAttrib3hv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib3hv}(GLuint index,...
void glVariantPointerEXT(int id, int type, int stride, Buffer addr)
Entry point to C language function: void {@native glVariantPointerEXT}(GLuint id,...
void glCompressedMultiTexImage2DEXT(int texunit, int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexImage2DEXT}(GLenum texunit,...
void glVariantsvEXT(int id, short[] addr, int addr_offset)
Entry point to C language function: void {@native glVariantsvEXT}(GLuint id, const GLshort * addr) ...
static final int GL_LUMINANCE_ALPHA_INTEGER
GL_EXT_texture_integer Alias for: GL_LUMINANCE_ALPHA_INTEGER_EXT Define "GL_LUMINANCE_ALPHA_INTEGER"...
void glColor4ubv(byte[] v, int v_offset)
Entry point to C language function: void {@native glColor4ubv}(const GLubyte * v) Part of GL_VERSI...
static final int GL_PIXEL_PACK_BUFFER_BINDING_EXT
GL_EXT_pixel_buffer_object Define "GL_PIXEL_PACK_BUFFER_BINDING_EXT" with expression '0x88ED',...
void glMultiTexCoord1hv(int target, short[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord1hv}(GLenum target,...
void glMultiTexCoord1sv(int target, short[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord1sv}(GLenum target,...
void glColor3usv(ShortBuffer v)
Entry point to C language function: void {@native glColor3usv}(const GLushort * v) Part of GL_VERS...
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR
GL_OVR_multiview Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR" with expression '0x96...
void glPolygonOffsetClampEXT(float factor, float units, float clamp)
Entry point to C language function: void {@native glPolygonOffsetClampEXT}(GLfloat factor,...
static final int GL_GEOMETRY_PROGRAM_NV
GL_NV_geometry_program4 Define "GL_GEOMETRY_PROGRAM_NV" with expression '0x8C26', CType: int
void glGetPixelMapfv(int map, float[] values, int values_offset)
Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values) P...
static final int GL_FORCE_BLUE_TO_ONE_NV
GL_NV_texture_shader3 Define "GL_FORCE_BLUE_TO_ONE_NV" with expression '0x8860', CType: int
static final int GL_INTENSITY32I
GL_EXT_texture_integer Alias for: GL_INTENSITY32I_EXT Define "GL_INTENSITY32I" with expression '0x8D...
void glResetHistogram(int target)
Entry point to C language function: void {@native glResetHistogram}(GLenum target) Part of GL_ARB_...
void glUniform4fvARB(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform4fvARB}(GLint location,...
static final int GL_MODELVIEW23_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW23_ARB" with expression '0x8737', CType: int
void glProgramEnvParameter4fvARB(int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glProgramEnvParameter4fvARB}(GLenum target,...
void glMultiTexCoord3h(int target, short s, short t, short r)
Entry point to C language function: void {@native glMultiTexCoord3h}(GLenum target,...
void glEndList()
Entry point to C language function: void {@native glEndList}() Part of GL_VERSION_1_0
static final int GL_DRAW_BUFFER11_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER11_ATI" with expression '0x8830', CType: int
static final int GL_SOURCE1_RGB
GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: GL_SOURCE1_RGB_EXT,...
static final int GL_WEIGHT_ARRAY_STRIDE_ARB
GL_ARB_vertex_blend Define "GL_WEIGHT_ARRAY_STRIDE_ARB" with expression '0x86AA', CType: int
static final int GL_SOURCE2_ALPHA
GL_VERSION_1_3, GL_ARB_texture_env_combine, GL_EXT_texture_env_combine Alias for: GL_SOURCE2_ALPHA_AR...
static final int GL_HISTOGRAM_FORMAT
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_HISTOGRAM_FORMAT_EXT Define "GL_HISTOGRAM_FORMAT" wit...
static final int GL_FLOAT_R_NV
GL_NV_float_buffer Define "GL_FLOAT_R_NV" with expression '0x8880', CType: int
static final int GL_MINMAX
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_MINMAX_EXT Define "GL_MINMAX" with expression '0x802E...
void glNamedProgramLocalParameter4fEXT(int program, int target, int index, float x, float y, float z, float w)
Entry point to C language function: void {@native glNamedProgramLocalParameter4fEXT}(GLuint program,...
static final int GL_SIGNED_INTENSITY_NV
GL_NV_texture_shader Define "GL_SIGNED_INTENSITY_NV" with expression '0x8707', CType: int
void glRasterPos2iv(int[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos2iv}(const GLint * v) Part of GL_VERS...
static final int GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
void glCallLists(int n, int type, Buffer lists)
Entry point to C language function: void {@native glCallLists}(GLsizei n, GLenum type,...
void glVertexAttrib4NusvARB(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4NusvARB}(GLuint index,...
static final int GL_IMAGE_1D_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_1D...
static final int GL_CMYKA_EXT
GL_EXT_cmyka Define "GL_CMYKA_EXT" with expression '0x800D', CType: int
void glVariantfvEXT(int id, FloatBuffer addr)
Entry point to C language function: void {@native glVariantfvEXT}(GLuint id, const GLfloat * addr) ...
void glProgramBufferParametersfvNV(int target, int bindingIndex, int wordIndex, int count, float[] params, int params_offset)
Entry point to C language function: void {@native glProgramBufferParametersfvNV}(GLenum target,...
void glMaterialiv(int face, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMaterialiv}(GLenum face, GLenum pname,...
static final int GL_CUBIC_EXT
GL_EXT_pixel_transform Define "GL_CUBIC_EXT" with expression '0x8334', CType: int
void glGetnConvolutionFilter(int target, int format, int type, int bufSize, Buffer image)
Entry point to C language function: void {@native glGetnConvolutionFilter}(GLenum target,...
int glObjectUnpurgeableAPPLE(int objectType, int name, int option)
Entry point to C language function: GLenum {@native glObjectUnpurgeableAPPLE}(GLenum objectType,...
void glVertexAttrib1sARB(int index, short x)
Entry point to C language function: void {@native glVertexAttrib1sARB}(GLuint index,...
static final int GL_FIELD_UPPER_NV
GL_NV_video_capture Define "GL_FIELD_UPPER_NV" with expression '0x9022', CType: int
static final int GL_EVAL_TRIANGULAR_2D_NV
GL_NV_evaluators Define "GL_EVAL_TRIANGULAR_2D_NV" with expression '0x86C1', CType: int
static final int GL_EDGE_FLAG_ARRAY
GL_VERSION_1_1, GL_EXT_vertex_array Alias for: GL_EDGE_FLAG_ARRAY_EXT Define "GL_EDGE_FLAG_ARRAY" wi...
static final int GL_MATRIX3_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX3_ARB" with expression '0x88C3',...
static final int GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_TIMESTAMP_INTEL" with expression '0x94F5',...
static final int GL_MULTIPLY
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_MULTIP...
void glLinkProgramARB(long programObj)
Entry point to C language function: void {@native glLinkProgramARB}(GLhandleARB programObj) Part o...
static final int GL_RASTER_MULTISAMPLE_EXT
GL_EXT_raster_multisample Define "GL_RASTER_MULTISAMPLE_EXT" with expression '0x9327',...
void glMatrixRotatefEXT(int mode, float angle, float x, float y, float z)
Entry point to C language function: void {@native glMatrixRotatefEXT}(GLenum mode,...
void glConservativeRasterParameterfNV(int pname, float value)
Entry point to C language function: void {@native glConservativeRasterParameterfNV}(GLenum pname,...
void glDrawTransformFeedbackNV(int mode, int id)
Entry point to C language function: void {@native glDrawTransformFeedbackNV}(GLenum mode,...
void glGetNamedProgramStringEXT(int program, int target, int pname, Buffer string)
Entry point to C language function: void {@native glGetNamedProgramStringEXT}(GLuint program,...
void glWindowPos2fv(FloatBuffer v)
Entry point to C language function: void {@native glWindowPos2fv}(const GLfloat * v) Part of GL_VE...
void glIndexiv(IntBuffer c)
Entry point to C language function: void {@native glIndexiv}(const GLint * c) Part of GL_VERSION_1...
void glNormal3h(short nx, short ny, short nz)
Entry point to C language function: void {@native glNormal3h}(GLhalfNV nx, GLhalfNV ny,...
static final int GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX
GL_NVX_gpu_memory_info Define "GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX" with expression '0x9047',...
void glIndexsv(short[] c, int c_offset)
Entry point to C language function: void {@native glIndexsv}(const GLshort * c) Part of GL_VERSION...
void glUniform3fARB(int location, float v0, float v1, float v2)
Entry point to C language function: void {@native glUniform3fARB}(GLint location,...
static final int GL_UNSIGNED_INT8_VEC3_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT8_VEC3_NV" with expression '0x8FEE'...
void glGetMapAttribParameterivNV(int target, int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMapAttribParameterivNV}(GLenum target,...
static final int GL_COLOR_INDEX
GL_VERSION_1_0 Define "GL_COLOR_INDEX" with expression '0x1900', CType: int
static final int GL_AUTO_NORMAL
GL_VERSION_1_0 Define "GL_AUTO_NORMAL" with expression '0x0D80', CType: int
void glVDPAUGetSurfaceivNV(long surface, int pname, int bufSize, IntBuffer length, IntBuffer values)
Entry point to C language function: void {@native glVDPAUGetSurfaceivNV}(GLvdpauSurfaceNV surface,...
static final int GL_POST_COLOR_MATRIX_GREEN_SCALE
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_POST_COLOR_MATRIX_GREEN_SCALE_SGI Define "GL_POST_...
void glColor3h(short red, short green, short blue)
Entry point to C language function: void {@native glColor3h}(GLhalfNV red, GLhalfNV green,...
void glTexCoord1i(int s)
Entry point to C language function: void {@native glTexCoord1i}(GLint s) Part of GL_VERSION_1_0
void glVertexAttrib1dvARB(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib1dvARB}(GLuint index,...
void glVertex3f(float x, float y, float z)
Entry point to C language function: void {@native glVertex3f}(GLfloat x, GLfloat y,...
void glGetTexGenfv(int coord, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname,...
void glCopyMultiTexImage2DEXT(int texunit, int target, int level, int internalformat, int x, int y, int width, int height, int border)
Entry point to C language function: void {@native glCopyMultiTexImage2DEXT}(GLenum texunit,...
void glUniform4fvARB(int location, int count, float[] value, int value_offset)
Entry point to C language function: void {@native glUniform4fvARB}(GLint location,...
void glVertexAttrib4bvARB(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttrib4bvARB}(GLuint index,...
void glPixelTransformParameterfEXT(int target, int pname, float param)
Entry point to C language function: void {@native glPixelTransformParameterfEXT}(GLenum target,...
static final int GL_OUTPUT_TEXTURE_COORD10_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD10_EXT" with expression '0x87A7',...
static final int GL_MODELVIEW21_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW21_ARB" with expression '0x8735', CType: int
static final int GL_FOG_COORD_ARRAY_POINTER
GL_VERSION_1_5 Define "GL_FOG_COORD_ARRAY_POINTER" with expression '0x8456', CType: int
void glResetMinmax(int target)
Entry point to C language function: void {@native glResetMinmax}(GLenum target) Part of GL_ARB_ima...
void glGetTexGenfv(int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTexGenfv}(GLenum coord, GLenum pname,...
void glWeightuivARB(int size, int[] weights, int weights_offset)
Entry point to C language function: void {@native glWeightuivARB}(GLint size, const GLuint * weights...
static final int GL_ALPHA16_SNORM
GL_EXT_texture_snorm Define "GL_ALPHA16_SNORM" with expression '0x9018', CType: int
static final int GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI
GL_ATI_pn_triangles Define "GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI" with expression '0x87F5',...
static final int GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB
GL_ARB_fragment_program Define "GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB" with expression '0x880A',...
static final int GL_FRAMEBUFFER_SRGB_CAPABLE
GL_EXT_framebuffer_sRGB Alias for: GL_FRAMEBUFFER_SRGB_CAPABLE_EXT Define "GL_FRAMEBUFFER_SRGB_CAPAB...
void glProgramBufferParametersIivNV(int target, int bindingIndex, int wordIndex, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramBufferParametersIivNV}(GLenum target,...
void glProgramUniform1i64NV(int program, int location, long x)
Entry point to C language function: void {@native glProgramUniform1i64NV}(GLuint program,...
static final int GL_PROGRAM_STRING_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_STRING_ARB" with expression '0x8628...
void glVDPAUUnmapSurfacesNV(int numSurface, PointerBuffer surfaces)
Entry point to C language function: void {@native glVDPAUUnmapSurfacesNV}(GLsizei numSurface,...
void glNormal3iv(int[] v, int v_offset)
Entry point to C language function: void {@native glNormal3iv}(const GLint * v) Part of GL_VERSION...
static final int GL_VARIANT_ARRAY_TYPE_EXT
GL_EXT_vertex_shader Define "GL_VARIANT_ARRAY_TYPE_EXT" with expression '0x87E7', CType: int
void glEvalCoord1dv(DoubleBuffer u)
Entry point to C language function: void {@native glEvalCoord1dv}(const GLdouble * u) Part of GL_V...
void glWindowPos3s(short x, short y, short z)
Entry point to C language function: void {@native glWindowPos3s}(GLshort x, GLshort y,...
void glNamedProgramLocalParameter4dvEXT(int program, int target, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program...
void glCreatePerfQueryINTEL(int queryId, int[] queryHandle, int queryHandle_offset)
Entry point to C language function: void {@native glCreatePerfQueryINTEL}(GLuint queryId,...
void glTexCoord4sv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord4sv}(const GLshort * v) Part of GL_VER...
void glProgramUniformMatrix2dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2dvEXT}(GLuint program,...
static final long GL_QUERY_ALL_EVENT_BITS_AMD
GL_AMD_occlusion_query_event Define "GL_QUERY_ALL_EVENT_BITS_AMD" with expression '0xFFFFFFFF',...
static final int GL_NOP_COMMAND_NV
GL_NV_command_list Define "GL_NOP_COMMAND_NV" with expression '0x0001', CType: int
void glEvalCoord2d(double u, double v)
Entry point to C language function: void {@native glEvalCoord2d}(GLdouble u, GLdouble v) Part of G...
static final int GL_LIGHTEN
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_LIGHTE...
void glVertexAttribI3ivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI3ivEXT}(GLuint index,...
static final int GL_MODELVIEW25_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW25_ARB" with expression '0x8739', CType: int
static final int GL_RGBA_FLOAT32_ATI
GL_ATI_texture_float Define "GL_RGBA_FLOAT32_ATI" with expression '0x8814', CType: int
void glNamedProgramLocalParameter4dvEXT(int program, int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameter4dvEXT}(GLuint program...
void glGetProgramLocalParameterIuivNV(int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramLocalParameterIuivNV}(GLenum target,...
static final int GL_PROXY_TEXTURE_RECTANGLE_ARB
GL_ARB_texture_rectangle Define "GL_PROXY_TEXTURE_RECTANGLE_ARB" with expression '0x84F7',...
static final int GL_PROGRAM_NATIVE_TEMPORARIES_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_NATIVE_TEMPORARIES_ARB" with expres...
static final int GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE" with expression '0x8A02'...
void glVertexAttribI4usvEXT(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4usvEXT}(GLuint index,...
void glHistogram(int target, int width, int internalformat, boolean sink)
Entry point to C language function: void {@native glHistogram}(GLenum target, GLsizei width,...
void glMultiTexParameterIuivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit,...
static final int GL_PIXEL_MODE_BIT
GL_VERSION_1_0 Define "GL_PIXEL_MODE_BIT" with expression '0x00000020', CType: int
static final int GL_MAP1_VERTEX_4
GL_VERSION_1_0 Define "GL_MAP1_VERTEX_4" with expression '0x0D98', CType: int
void glGetMultiTexGendvEXT(int texunit, int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetMultiTexGendvEXT}(GLenum texunit,...
void glBindVideoCaptureStreamTextureNV(int video_capture_slot, int stream, int frame_region, int target, int texture)
Entry point to C language function: void {@native glBindVideoCaptureStreamTextureNV}(GLuint video_ca...
void glGetnPixelMapfv(int map, int bufSize, FloatBuffer values)
Entry point to C language function: void {@native glGetnPixelMapfv}(GLenum map, GLsizei bufSize,...
void glGetMultiTexLevelParameterivEXT(int texunit, int target, int level, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit,...
static final int GL_CONVOLUTION_BORDER_MODE
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_CONVOLUTION_BORDER_MODE_EXT Define "GL_CONVOLUTION_...
void glWeightuivARB(int size, IntBuffer weights)
Entry point to C language function: void {@native glWeightuivARB}(GLint size, const GLuint * weights...
void glProgramUniform2i64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform2i64vNV}(GLuint program,...
static final int GL_OUTPUT_TEXTURE_COORD6_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD6_EXT" with expression '0x87A3',...
void glGetMapfv(int target, int query, float[] v, int v_offset)
Entry point to C language function: void {@native glGetMapfv}(GLenum target, GLenum query,...
void glGetAttachedObjectsARB(long containerObj, int maxCount, IntBuffer count, LongBuffer obj)
Entry point to C language function: void {@native glGetAttachedObjectsARB}(GLhandleARB containerObj,...
static final int GL_T2F_IUI_N3F_V2F_EXT
GL_EXT_index_array_formats Define "GL_T2F_IUI_N3F_V2F_EXT" with expression '0x81B3',...
void glDrawBuffersATI(int n, IntBuffer bufs)
Entry point to C language function: void {@native glDrawBuffersATI}(GLsizei n, const GLenum * bufs) ...
static final int GL_MULTISAMPLE_COVERAGE_MODES_NV
GL_NV_framebuffer_multisample_coverage Define "GL_MULTISAMPLE_COVERAGE_MODES_NV" with expression '0x8...
static final int GL_IUI_V2F_EXT
GL_EXT_index_array_formats Define "GL_IUI_V2F_EXT" with expression '0x81AD', CType: int
static final int GL_DRAW_ARRAYS_INSTANCED_COMMAND_NV
GL_NV_command_list Define "GL_DRAW_ARRAYS_INSTANCED_COMMAND_NV" with expression '0x0007',...
void glGetProgramLocalParameterfvARB(int target, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramLocalParameterfvARB}(GLenum target,...
static final int GL_MATRIX0_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX0_ARB" with expression '0x88C0',...
void glMultiTexCoord3fv(int target, float[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord3fv}(GLenum target,...
static final int GL_FLOAT_RGB_NV
GL_NV_float_buffer Define "GL_FLOAT_RGB_NV" with expression '0x8882', CType: int
void glGetProgramSubroutineParameteruivNV(int target, int index, IntBuffer param)
Entry point to C language function: void {@native glGetProgramSubroutineParameteruivNV}(GLenum targe...
static final int GL_MODELVIEW30_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW30_ARB" with expression '0x873E', CType: int
int glGetUniformBufferSizeEXT(int program, int location)
Entry point to C language function: GLint {@native glGetUniformBufferSizeEXT}(GLuint program,...
static final int GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT
GL_EXT_texture_compression_latc Define "GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT" with expressi...
void glGetProgramEnvParameterIuivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetProgramEnvParameterIuivNV}(GLenum target,...
void glGetPerfQueryIdByNameINTEL(ByteBuffer queryName, IntBuffer queryId)
Entry point to C language function: void {@native glGetPerfQueryIdByNameINTEL}(GLchar * queryName,...
static final int GL_LUMINANCE8_ALPHA8_SNORM
GL_EXT_texture_snorm Define "GL_LUMINANCE8_ALPHA8_SNORM" with expression '0x9016',...
static final int GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT
GL_EXT_vertex_weighting Define "GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT" with expression '0x850E',...
static final int GL_UNSIGNED_INT16_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT16_NV" with expression '0x8FF0',...
static final int GL_FLOAT_RGBA32_NV
GL_NV_float_buffer Define "GL_FLOAT_RGBA32_NV" with expression '0x888B', CType: int
static final int GL_FLOAT_RGBA_NV
GL_NV_float_buffer Define "GL_FLOAT_RGBA_NV" with expression '0x8883', CType: int
static final int GL_FLOAT_MAT4_ARB
GL_ARB_shader_objects Define "GL_FLOAT_MAT4_ARB" with expression '0x8B5C', CType: int
static final int GL_INDEX_LOGIC_OP
GL_VERSION_1_0 Define "GL_INDEX_LOGIC_OP" with expression '0x0BF1', CType: int
static final int GL_COMPUTE_PROGRAM_NV
GL_NV_compute_program5 Define "GL_COMPUTE_PROGRAM_NV" with expression '0x90FB', CType: int
void glCopyPixels(int x, int y, int width, int height, int type)
Entry point to C language function: void {@native glCopyPixels}(GLint x, GLint y,...
void glGetVertexArrayPointervEXT(int vaobj, int pname, PointerBuffer param)
Entry point to C language function: void {@native glGetVertexArrayPointervEXT}(GLuint vaobj,...
static final int GL_MATRIX15_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX15_ARB" with expression '0x88CF',...
void glRasterPos2iv(IntBuffer v)
Entry point to C language function: void {@native glRasterPos2iv}(const GLint * v) Part of GL_VERS...
static final int GL_COMPRESSED_LUMINANCE
GL_VERSION_1_3, GL_ARB_texture_compression Alias for: GL_COMPRESSED_LUMINANCE_ARB Define "GL_COMPRES...
void glVertexAttribI3ivEXT(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI3ivEXT}(GLuint index,...
static final int GL_CURRENT_INDEX
GL_VERSION_1_0 Define "GL_CURRENT_INDEX" with expression '0x0B01', CType: int
static final int GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB" with e...
static final int GL_IMAGE_2D_RECT
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_2D...
static final int GL_AUX0
GL_VERSION_1_0 Define "GL_AUX0" with expression '0x0409', CType: int
static final int GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB
GL_ARB_fragment_program Define "GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB" with expression '0x880D',...
void glProgramLocalParameter4fvARB(int target, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glProgramLocalParameter4fvARB}(GLenum target,...
void glNamedProgramLocalParameter4fvEXT(int program, int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameter4fvEXT}(GLuint program...
void glGetnColorTable(int target, int format, int type, int bufSize, Buffer table)
Entry point to C language function: void {@native glGetnColorTable}(GLenum target,...
void glTextureMaterialEXT(int face, int mode)
Entry point to C language function: void {@native glTextureMaterialEXT}(GLenum face,...
static final int GL_DS_BIAS_NV
GL_NV_texture_shader Define "GL_DS_BIAS_NV" with expression '0x8716', CType: int
static final int GL_CURRENT_FOG_COORD
GL_VERSION_1_5 Define "GL_CURRENT_FOG_COORD" with expression '0x8453', CType: int
void glPixelMapuiv(int map, int mapsize, int[] values, int values_offset)
Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize,...
void glNormal3i(int nx, int ny, int nz)
Entry point to C language function: void {@native glNormal3i}(GLint nx, GLint ny,...
void glProgramEnvParametersI4uivNV(int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramEnvParametersI4uivNV}(GLenum target,...
static final int GL_INDEX_BITS
GL_VERSION_1_0 Define "GL_INDEX_BITS" with expression '0x0D51', CType: int
static final int GL_INDEX_ARRAY_BUFFER_BINDING
GL_VERSION_1_5, GL_ARB_vertex_buffer_object Alias for: GL_INDEX_ARRAY_BUFFER_BINDING_ARB Define "GL_...
void glGetMapAttribParameterivNV(int target, int index, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMapAttribParameterivNV}(GLenum target,...
static final int GL_VERTEX_ATTRIB_MAP1_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP1_APPLE" with expression '0x8A00',...
void glUniform4fARB(int location, float v0, float v1, float v2, float v3)
Entry point to C language function: void {@native glUniform4fARB}(GLint location,...
void glMultiTexCoord3dv(int target, double[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord3dv}(GLenum target,...
static final int GL_MAP1_GRID_DOMAIN
GL_VERSION_1_0 Define "GL_MAP1_GRID_DOMAIN" with expression '0x0DD0', CType: int
static final int GL_NEGATIVE_ONE_EXT
GL_EXT_vertex_shader Define "GL_NEGATIVE_ONE_EXT" with expression '0x87DF', CType: int
void glColor4h(short red, short green, short blue, short alpha)
Entry point to C language function: void {@native glColor4h}(GLhalfNV red, GLhalfNV green,...
static final int GL_YCBAYCR8A_4224_NV
GL_NV_video_capture Define "GL_YCBAYCR8A_4224_NV" with expression '0x9032', CType: int
void glTexCoord4d(double s, double t, double r, double q)
Entry point to C language function: void {@native glTexCoord4d}(GLdouble s, GLdouble t,...
void glEdgeFlagv(byte[] flag, int flag_offset)
Entry point to C language function: void {@native glEdgeFlagv}(const GLboolean * flag) Part of GL_...
void glVertexAttribs4hv(int index, int n, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribs4hv}(GLuint index,...
void glTextureNormalEXT(int mode)
Entry point to C language function: void {@native glTextureNormalEXT}(GLenum mode) Part of GL_EXT_...
static final int GL_BOOL_VEC3_ARB
GL_ARB_shader_objects Define "GL_BOOL_VEC3_ARB" with expression '0x8B58', CType: int
void glWindowPos2dv(DoubleBuffer v)
Entry point to C language function: void {@native glWindowPos2dv}(const GLdouble * v) Part of GL_V...
void glGetVideoCaptureStreamfvNV(int video_capture_slot, int stream, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetVideoCaptureStreamfvNV}(GLuint video_capture_...
void glColor3uiv(int[] v, int v_offset)
Entry point to C language function: void {@native glColor3uiv}(const GLuint * v) Part of GL_VERSIO...
static final int GL_VIEWPORT_COMMAND_NV
GL_NV_command_list Define "GL_VIEWPORT_COMMAND_NV" with expression '0x0010', CType: int
static final int GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT
GL_EXT_bindable_uniform Define "GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT" with expression '0x8DE4',...
void glLightiv(int light, int pname, IntBuffer params)
Entry point to C language function: void {@native glLightiv}(GLenum light, GLenum pname,...
static final int GL_PIXEL_MAP_I_TO_B_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_B_SIZE" with expression '0x0CB4', CType: int
void glVertexAttribPointer(int indx, int size, int type, boolean normalized, int stride, Buffer ptr)
Entry point to C language function: void {@native glVertexAttribPointer}(GLuint indx,...
void glGetMapiv(int target, int query, IntBuffer v)
Entry point to C language function: void {@native glGetMapiv}(GLenum target, GLenum query,...
static final int GL_LUMINANCE_SNORM
GL_EXT_texture_snorm Define "GL_LUMINANCE_SNORM" with expression '0x9011', CType: int
static final int GL_FRAGMENT_NORMAL_EXT
GL_EXT_light_texture Define "GL_FRAGMENT_NORMAL_EXT" with expression '0x834A', CType: int
void glMultiTexGenfvEXT(int texunit, int coord, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMultiTexGenfvEXT}(GLenum texunit,...
void glVertex2f(float x, float y)
Entry point to C language function: void {@native glVertex2f}(GLfloat x, GLfloat y) Part of GL_VER...
static final int GL_NEGATIVE_Y_EXT
GL_EXT_vertex_shader Define "GL_NEGATIVE_Y_EXT" with expression '0x87DA', CType: int
static final int GL_R
GL_VERSION_1_0 Define "GL_R" with expression '0x2002', CType: int
void glCopyColorTable(int target, int internalformat, int x, int y, int width)
Entry point to C language function: void {@native glCopyColorTable}(GLenum target,...
void glPrioritizeTextures(int n, int[] textures, int textures_offset, float[] priorities, int priorities_offset)
Entry point to C language function: void {@native glPrioritizeTextures}(GLsizei n,...
static final int GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
static final int GL_RGBA_SNORM
GL_EXT_texture_snorm, GL_VERSION_3_1 Define "GL_RGBA_SNORM" with expression '0x8F93',...
void glGetQueryObjecti64vEXT(int id, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetQueryObjecti64vEXT}(GLuint id,...
void glNamedFramebufferTextureLayerEXT(int framebuffer, int attachment, int texture, int level, int layer)
Entry point to C language function: void {@native glNamedFramebufferTextureLayerEXT}(GLuint framebuf...
static final int GL_TRANSPOSE_TEXTURE_MATRIX
GL_VERSION_1_3, GL_ARB_transpose_matrix Alias for: GL_TRANSPOSE_TEXTURE_MATRIX_ARB Define "GL_TRANSP...
static final int GL_LUMINANCE16UI
GL_EXT_texture_integer Alias for: GL_LUMINANCE16UI_EXT Define "GL_LUMINANCE16UI" with expression '0x...
static final int GL_PIXEL_MAP_S_TO_S_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_S_TO_S_SIZE" with expression '0x0CB1', CType: int
void glGetVertexAttribLi64vNV(int index, int pname, long[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribLi64vNV}(GLuint index,...
void glGetVertexArrayIntegervEXT(int vaobj, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetVertexArrayIntegervEXT}(GLuint vaobj,...
static final int GL_TEXTURE_PRIORITY
GL_VERSION_1_1, GL_EXT_texture_object Alias for: GL_TEXTURE_PRIORITY_EXT Define "GL_TEXTURE_PRIORITY...
void glMultiTexCoord1d(int target, double s)
Entry point to C language function: void {@native glMultiTexCoord1d}(GLenum target,...
static final int GL_HSL_HUE
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_HSL_HU...
void glNormal3fv(FloatBuffer v)
Entry point to C language function: void {@native glNormal3fv}(const GLfloat * v) Part of GL_VERSI...
static final int GL_COVERAGE_MODULATION_NV
GL_NV_framebuffer_mixed_samples Define "GL_COVERAGE_MODULATION_NV" with expression '0x9332',...
static final int GL_VERTEX_BLEND_ARB
GL_ARB_vertex_blend Define "GL_VERTEX_BLEND_ARB" with expression '0x86A7', CType: int
void glNamedProgramLocalParameters4fvEXT(int program, int target, int index, int count, float[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint progra...
void glGetClipPlanef(int plane, FloatBuffer equation)
Entry point to C language function: void {@native glGetClipPlanef}(GLenum plane, GLfloat * equation)...
static final int GL_TEXTURE_BINDING_RECTANGLE_ARB
GL_ARB_texture_rectangle Define "GL_TEXTURE_BINDING_RECTANGLE_ARB" with expression '0x84F6',...
void glProgramLocalParameter4fvARB(int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glProgramLocalParameter4fvARB}(GLenum target,...
void glTexCoord4s(short s, short t, short r, short q)
Entry point to C language function: void {@native glTexCoord4s}(GLshort s, GLshort t,...
void glGetMapAttribParameterfvNV(int target, int index, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMapAttribParameterfvNV}(GLenum target,...
void glMatrixIndexubvARB(int size, byte[] indices, int indices_offset)
Entry point to C language function: void {@native glMatrixIndexubvARB}(GLint size,...
static final int GL_ATTENUATION_EXT
GL_EXT_light_texture Define "GL_ATTENUATION_EXT" with expression '0x834D', CType: int
static final int GL_MULTISAMPLE_FILTER_HINT_NV
GL_NV_multisample_filter_hint Define "GL_MULTISAMPLE_FILTER_HINT_NV" with expression '0x8534',...
void glTextureStorage3DMultisampleEXT(int texture, int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
Entry point to C language function: void {@native glTextureStorage3DMultisampleEXT}(GLuint texture,...
void glVertexAttrib4NuivARB(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4NuivARB}(GLuint index,...
static final int GL_LOAD
GL_VERSION_1_0 Define "GL_LOAD" with expression '0x0101', CType: int
static final int GL_UNSIGNED_INT64_AMD
GL_AMD_performance_monitor Define "GL_UNSIGNED_INT64_AMD" with expression '0x8BC2',...
static final int GL_RENDERBUFFER_COLOR_SAMPLES_NV
GL_NV_framebuffer_multisample_coverage Define "GL_RENDERBUFFER_COLOR_SAMPLES_NV" with expression '0x8...
void glVertexAttrib4uivARB(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttrib4uivARB}(GLuint index,...
static final int GL_VERTEX_SHADER_LOCALS_EXT
GL_EXT_vertex_shader Define "GL_VERTEX_SHADER_LOCALS_EXT" with expression '0x87D3',...
static final int GL_TERMINATE_SEQUENCE_COMMAND_NV
GL_NV_command_list Define "GL_TERMINATE_SEQUENCE_COMMAND_NV" with expression '0x0000',...
static final int GL_LIGHT_MODEL_COLOR_CONTROL
GL_VERSION_1_2, GL_EXT_separate_specular_color Alias for: GL_LIGHT_MODEL_COLOR_CONTROL_EXT Define "G...
static final int GL_T4F_V4F
GL_VERSION_1_1 Define "GL_T4F_V4F" with expression '0x2A28', CType: int
void glCopyTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyTextureSubImage3DEXT}(GLuint texture,...
static final int GL_VERTEX_PROGRAM_TWO_SIDE
GL_VERSION_2_0, GL_NV_vertex_program, GL_ARB_vertex_program Alias for: GL_VERTEX_PROGRAM_TWO_SIDE_NV,...
void glColor4us(short red, short green, short blue, short alpha)
Entry point to C language function: void {@native glColor4us}(GLushort red, GLushort green,...
void glTextureParameterfvEXT(int texture, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture,...
void glVertexAttrib2dvARB(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib2dvARB}(GLuint index,...
void glVertexAttribL4i64NV(int index, long x, long y, long z, long w)
Entry point to C language function: void {@native glVertexAttribL4i64NV}(GLuint index,...
void glMultiTexCoord1dv(int target, double[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord1dv}(GLenum target,...
static final int GL_TIME_ELAPSED_EXT
GL_EXT_disjoint_timer_query, GL_EXT_timer_query Define "GL_TIME_ELAPSED_EXT" with expression '0x88BF'...
static final int GL_T2F_C3F_V3F
GL_VERSION_1_1 Define "GL_T2F_C3F_V3F" with expression '0x2A2A', CType: int
void glVertexAttrib4usvARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4usvARB}(GLuint index,...
void glMultiTexCoord2h(int target, short s, short t)
Entry point to C language function: void {@native glMultiTexCoord2h}(GLenum target,...
static final int GL_OP_MAX_EXT
GL_EXT_vertex_shader Define "GL_OP_MAX_EXT" with expression '0x878A', CType: int
void glGenerateMultiTexMipmapEXT(int texunit, int target)
Entry point to C language function: void {@native glGenerateMultiTexMipmapEXT}(GLenum texunit,...
static final int GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB" with expre...
void glVertexAttrib4NsvARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4NsvARB}(GLuint index,...
static final int GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB" with expres...
static final int GL_UNSIGNED_INT8_VEC2_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT8_VEC2_NV" with expression '0x8FED'...
static final int GL_EDGE_FLAG_ARRAY_BUFFER_BINDING
GL_VERSION_1_5, GL_ARB_vertex_buffer_object Alias for: GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB Define ...
static final int GL_CURRENT_OCCLUSION_QUERY_ID_NV
GL_NV_occlusion_query Define "GL_CURRENT_OCCLUSION_QUERY_ID_NV" with expression '0x8865',...
static final int GL_TEXTURE_UNSIGNED_REMAP_MODE_NV
GL_NV_texture_expand_normal Define "GL_TEXTURE_UNSIGNED_REMAP_MODE_NV" with expression '0x888F',...
void glMapVertexAttrib1dAPPLE(int index, int size, double u1, double u2, int stride, int order, double[] points, int points_offset)
Entry point to C language function: void {@native glMapVertexAttrib1dAPPLE}(GLuint index,...
void glVertexArrayVertexAttribLFormatEXT(int vaobj, int attribindex, int size, int type, int relativeoffset)
Entry point to C language function: void {@native glVertexArrayVertexAttribLFormatEXT}(GLuint vaobj,...
static final int GL_DEPENDENT_HILO_TEXTURE_2D_NV
GL_NV_texture_shader3 Define "GL_DEPENDENT_HILO_TEXTURE_2D_NV" with expression '0x8858',...
static final int GL_FLOAT_CLEAR_COLOR_VALUE_NV
GL_NV_float_buffer Define "GL_FLOAT_CLEAR_COLOR_VALUE_NV" with expression '0x888D',...
static final int GL_TEXTURE_GEN_Q
GL_VERSION_1_0 Define "GL_TEXTURE_GEN_Q" with expression '0x0C63', CType: int
void glVertex2hv(ShortBuffer v)
Entry point to C language function: void {@native glVertex2hv}(const GLhalfNV * v) Part of GL_NV_h...
void glVertexAttrib3h(int index, short x, short y, short z)
Entry point to C language function: void {@native glVertexAttrib3h}(GLuint index,...
static final int GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB
GL_ARB_vertex_program Define "GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB" with expression '0x8625',...
void glVertexAttrib4bvARB(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4bvARB}(GLuint index,...
void glNamedProgramLocalParameterI4ivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4ivEXT}(GLuint progra...
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT
GL_EXT_vertex_shader Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT" with expression '0x87CD',...
void glGetProgramLocalParameterdvARB(int target, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramLocalParameterdvARB}(GLenum target,...
void glFogCoordPointer(int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glFogCoordPointer}(GLenum type,...
static final int GL_TEXTURE_APPLICATION_MODE_EXT
GL_EXT_light_texture Define "GL_TEXTURE_APPLICATION_MODE_EXT" with expression '0x834F',...
static final int GL_T2F_C4F_N3F_V3F
GL_VERSION_1_1 Define "GL_T2F_C4F_N3F_V3F" with expression '0x2A2C', CType: int
void glMultiTexCoord4hv(int target, short[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord4hv}(GLenum target,...
void glWindowPos2iv(IntBuffer v)
Entry point to C language function: void {@native glWindowPos2iv}(const GLint * v) Part of GL_VERS...
void glProgramSubroutineParametersuivNV(int target, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramSubroutineParametersuivNV}(GLenum target,...
void glVertexAttrib4fvARB(int index, float[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4fvARB}(GLuint index,...
void glMultiTexCoord1sv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1sv}(GLenum target,...
void glVertexAttribI1ivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1ivEXT}(GLuint index,...
void glWeightdvARB(int size, DoubleBuffer weights)
Entry point to C language function: void {@native glWeightdvARB}(GLint size, const GLdouble * weight...
void glVertexAttrib2dARB(int index, double x, double y)
Entry point to C language function: void {@native glVertexAttrib2dARB}(GLuint index,...
static final int GL_FOG_INDEX
GL_VERSION_1_0 Define "GL_FOG_INDEX" with expression '0x0B61', CType: int
static final int GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV
GL_NV_deep_texture3D Define "GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV" with expression '0x90D0',...
void glPushName(int name)
Entry point to C language function: void {@native glPushName}(GLuint name) Part of GL_VERSION_1_0
static final int GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV
GL_NV_conservative_raster Define "GL_SUBPIXEL_PRECISION_BIAS_Y_BITS_NV" with expression '0x9348',...
static final int GL_VERTEX_ARRAY_STORAGE_HINT_APPLE
GL_APPLE_vertex_array_range Define "GL_VERTEX_ARRAY_STORAGE_HINT_APPLE" with expression '0x851F',...
static final int GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_DATA_UINT64_INTEL" with expression '0x94F9',...
static final int GL_INTENSITY8UI
GL_EXT_texture_integer Alias for: GL_INTENSITY8UI_EXT Define "GL_INTENSITY8UI" with expression '0x8D...
void glVertex2dv(double[] v, int v_offset)
Entry point to C language function: void {@native glVertex2dv}(const GLdouble * v) Part of GL_VERS...
void glGetProgramLocalParameterIivNV(int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramLocalParameterIivNV}(GLenum target,...
static final int GL_SAMPLE_LOCATION_NV
GL_NV_sample_locations Define "GL_SAMPLE_LOCATION_NV" with expression '0x8E50', CType: int
void glGetPixelMapfv(int map, FloatBuffer values)
Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values) P...
void glProgramLocalParameters4fvEXT(int target, int index, int count, FloatBuffer params)
Entry point to C language function: void {@native glProgramLocalParameters4fvEXT}(GLenum target,...
static final int GL_HISTOGRAM_SINK
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_HISTOGRAM_SINK_EXT Define "GL_HISTOGRAM_SINK" with ex...
void glNamedFramebufferTexture2DEXT(int framebuffer, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture2DEXT}(GLuint framebuffer...
void glGetNamedProgramLocalParameterdvEXT(int program, int target, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint progr...
static final int GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI
GL_ATI_pn_triangles Define "GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI" with expression '0x87F7',...
static final int GL_OFFSET_TEXTURE_2D_NV
GL_NV_texture_shader Define "GL_OFFSET_TEXTURE_2D_NV" with expression '0x86E8', CType: int
static final int GL_ALPHA_FLOAT16_APPLE
GL_APPLE_float_pixels Define "GL_ALPHA_FLOAT16_APPLE" with expression '0x881C', CType: int
void glColor4iv(int[] v, int v_offset)
Entry point to C language function: void {@native glColor4iv}(const GLint * v) Part of GL_VERSION_...
static final int GL_VIBRANCE_SCALE_NV
GL_NV_texture_shader Define "GL_VIBRANCE_SCALE_NV" with expression '0x8713', CType: int
static final int GL_3D_COLOR_TEXTURE
GL_VERSION_1_0 Define "GL_3D_COLOR_TEXTURE" with expression '0x0603', CType: int
static final int GL_SCALAR_EXT
GL_EXT_vertex_shader Define "GL_SCALAR_EXT" with expression '0x87BE', CType: int
static final int GL_POLYGON
GL_VERSION_1_0 Define "GL_POLYGON" with expression '0x0009', CType: int
void glVDPAUMapSurfacesNV(int numSurfaces, PointerBuffer surfaces)
Entry point to C language function: void {@native glVDPAUMapSurfacesNV}(GLsizei numSurfaces,...
void glVertex4dv(double[] v, int v_offset)
Entry point to C language function: void {@native glVertex4dv}(const GLdouble * v) Part of GL_VERS...
static final int GL_LUMINANCE16_ALPHA16
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_LUMINANCE16_ALPHA16_EXT Define "GL_LUMINANCE16_ALPHA16"...
void glGetPolygonStipple(byte[] mask, int mask_offset)
Entry point to C language function: void {@native glGetPolygonStipple}(GLubyte * mask) Part of GL_...
static final int GL_CURRENT_RASTER_POSITION_VALID
GL_VERSION_1_0 Define "GL_CURRENT_RASTER_POSITION_VALID" with expression '0x0B08',...
static final int GL_SAMPLER_RENDERBUFFER_NV
GL_NV_explicit_multisample Define "GL_SAMPLER_RENDERBUFFER_NV" with expression '0x8E56',...
void glRasterPos3sv(ShortBuffer v)
Entry point to C language function: void {@native glRasterPos3sv}(const GLshort * v) Part of GL_VE...
void glGetMultiTexParameterIivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit,...
static final int GL_PIXEL_MAP_I_TO_I
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_I" with expression '0x0C70', CType: int
void glMultiTexCoord4fv(int target, float[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord4fv}(GLenum target,...
static final int GL_AUX1
GL_VERSION_1_0 Define "GL_AUX1" with expression '0x040A', CType: int
void glGetMapfv(int target, int query, FloatBuffer v)
Entry point to C language function: void {@native glGetMapfv}(GLenum target, GLenum query,...
static final int GL_RGBA_FLOAT16_APPLE
GL_APPLE_float_pixels Define "GL_RGBA_FLOAT16_APPLE" with expression '0x881A', CType: int
void glStateCaptureNV(int state, int mode)
Entry point to C language function: void {@native glStateCaptureNV}(GLuint state,...
void glColor3dv(DoubleBuffer v)
Entry point to C language function: void {@native glColor3dv}(const GLdouble * v) Part of GL_VERSI...
void glVertexAttribL3i64NV(int index, long x, long y, long z)
Entry point to C language function: void {@native glVertexAttribL3i64NV}(GLuint index,...
boolean glIsOcclusionQueryNV(int id)
Entry point to C language function: GLboolean {@native glIsOcclusionQueryNV}(GLuint id) Part of GL...
static final int GL_RASTER_SAMPLES_EXT
GL_EXT_raster_multisample Define "GL_RASTER_SAMPLES_EXT" with expression '0x9328',...
void glMultiTexGenfEXT(int texunit, int coord, int pname, float param)
Entry point to C language function: void {@native glMultiTexGenfEXT}(GLenum texunit,...
static final int GL_SAMPLER_2D_RECT_SHADOW_ARB
GL_ARB_shader_objects Define "GL_SAMPLER_2D_RECT_SHADOW_ARB" with expression '0x8B64',...
void glPixelMapfv(int map, int mapsize, float[] values, int values_offset)
Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize,...
static final int GL_MODELVIEW1_STACK_DEPTH_EXT
GL_EXT_vertex_weighting Define "GL_MODELVIEW1_STACK_DEPTH_EXT" with expression '0x8502',...
void glExtractComponentEXT(int res, int src, int num)
Entry point to C language function: void {@native glExtractComponentEXT}(GLuint res,...
static final int GL_OUTPUT_COLOR0_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_COLOR0_EXT" with expression '0x879B', CType: int
void glGetMaterialiv(int face, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMaterialiv}(GLenum face, GLenum pname,...
static final int GL_SAMPLER_OBJECT_AMD
GL_AMD_name_gen_delete Define "GL_SAMPLER_OBJECT_AMD" with expression '0x9155', CType: int
void glVDPAUInitNV(Buffer vdpDevice, Buffer getProcAddress)
Entry point to C language function: void {@native glVDPAUInitNV}(const void * vdpDevice,...
static final int GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT
GL_EXT_pixel_transform Define "GL_MAX_PIXEL_TRANSFORM_2D_STACK_DEPTH_EXT" with expression '0x8337',...
void glUniformMatrix3fvARB(int location, int count, boolean transpose, FloatBuffer value)
Entry point to C language function: void {@native glUniformMatrix3fvARB}(GLint location,...
void glSecondaryColor3fv(FloatBuffer v)
Entry point to C language function: void {@native glSecondaryColor3fv}(const GLfloat * v) Part of ...
static final int GL_OBJECT_SUBTYPE_ARB
GL_ARB_shader_objects Define "GL_OBJECT_SUBTYPE_ARB" with expression '0x8B4F', CType: int
void glSecondaryColor3bv(byte[] v, int v_offset)
Entry point to C language function: void {@native glSecondaryColor3bv}(const GLbyte * v) Part of G...
void glAccum(int op, float value)
Entry point to C language function: void {@native glAccum}(GLenum op, GLfloat value) Part of GL_VE...
void glGetVertexAttribfvARB(int index, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribfvARB}(GLuint index,...
static final int GL_MAX_RASTER_SAMPLES_EXT
GL_EXT_raster_multisample Define "GL_MAX_RASTER_SAMPLES_EXT" with expression '0x9329',...
void glVertexAttrib2fvARB(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib2fvARB}(GLuint index,...
static final int GL_PIXEL_MAP_I_TO_R_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_R_SIZE" with expression '0x0CB2', CType: int
void glEnableVertexArrayEXT(int vaobj, int array)
Entry point to C language function: void {@native glEnableVertexArrayEXT}(GLuint vaobj,...
static final int GL_DRAW_BUFFER4_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER4_ATI" with expression '0x8829', CType: int
static final int GL_HI_SCALE_NV
GL_NV_texture_shader Define "GL_HI_SCALE_NV" with expression '0x870E', CType: int
void glColorTableParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glColorTableParameteriv}(GLenum target,...
void glTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureSubImage2DEXT}(GLuint texture,...
void glPushClientAttrib(int mask)
Entry point to C language function: void {@native glPushClientAttrib}(GLbitfield mask) Part of GL_...
void glMultiTexGendvEXT(int texunit, int coord, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit,...
static final int GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB
GL_ARB_fragment_program Define "GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB" with expression '0x880F',...
static final int GL_LAYOUT_LINEAR_INTEL
GL_INTEL_map_texture Define "GL_LAYOUT_LINEAR_INTEL" with expression '1', CType: int
void glGetMultiTexParameterivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit,...
static final int GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB
GL_ARB_fragment_program Define "GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB" with expression '0x880C',...
void glProgramUniform3dvEXT(int program, int location, int count, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniform3dvEXT}(GLuint program,...
void glVertexAttribI2uivEXT(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI2uivEXT}(GLuint index,...
static final int GL_ALL_ATTRIB_BITS
GL_VERSION_1_0 Define "GL_ALL_ATTRIB_BITS" with expression '0x000FFFFF', CType: int
static final int GL_CULL_VERTEX_EYE_POSITION_EXT
GL_EXT_cull_vertex Define "GL_CULL_VERTEX_EYE_POSITION_EXT" with expression '0x81AB',...
void glPixelMapusv(int map, int mapsize, long values_buffer_offset)
Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize,...
void glPixelDataRangeNV(int target, int length, Buffer pointer)
Entry point to C language function: void {@native glPixelDataRangeNV}(GLenum target,...
void glProgramUniform3i64NV(int program, int location, long x, long y, long z)
Entry point to C language function: void {@native glProgramUniform3i64NV}(GLuint program,...
static final int GL_FOG_BIT
GL_VERSION_1_0 Define "GL_FOG_BIT" with expression '0x00000080', CType: int
static final int GL_C3F_V3F
GL_VERSION_1_1 Define "GL_C3F_V3F" with expression '0x2A24', CType: int
static final int GL_EVAL_VERTEX_ATTRIB14_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB14_NV" with expression '0x86D4', CType: int
void glVertexArrayIndexOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayIndexOffsetEXT}(GLuint vaobj,...
void glEnableClientStateIndexedEXT(int array, int index)
Entry point to C language function: void {@native glEnableClientStateIndexedEXT}(GLenum array,...
static final int GL_DOT_PRODUCT_TEXTURE_3D_NV
GL_NV_texture_shader2 Define "GL_DOT_PRODUCT_TEXTURE_3D_NV" with expression '0x86EF',...
static final int GL_MAX_VERTEX_SHADER_LOCALS_EXT
GL_EXT_vertex_shader Define "GL_MAX_VERTEX_SHADER_LOCALS_EXT" with expression '0x87C9',...
void glGetNamedRenderbufferParameterivEXT(int renderbuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedRenderbufferParameterivEXT}(GLuint rende...
void glVDPAUUnregisterSurfaceNV(long surface)
Entry point to C language function: void {@native glVDPAUUnregisterSurfaceNV}(GLvdpauSurfaceNV surfa...
void glClearColorIi(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glClearColorIi}(GLint red, GLint green,...
void glGetMultiTexGenivEXT(int texunit, int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexGenivEXT}(GLenum texunit,...
static final int GL_MATRIX28_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX28_ARB" with expression '0x88DC',...
void glFogCoorddv(double[] coord, int coord_offset)
Entry point to C language function: void {@native glFogCoorddv}(const GLdouble * coord) Part of GL...
void glTexGeniv(int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname,...
void glProgramUniformMatrix3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program,...
static final int GL_PROGRAM_ALU_INSTRUCTIONS_ARB
GL_ARB_fragment_program Define "GL_PROGRAM_ALU_INSTRUCTIONS_ARB" with expression '0x8805',...
void glDeleteTransformFeedbacksNV(int n, int[] ids, int ids_offset)
Entry point to C language function: void {@native glDeleteTransformFeedbacksNV}(GLsizei n,...
void glColorSubTable(int target, int start, int count, int format, int type, long data_buffer_offset)
Entry point to C language function: void {@native glColorSubTable}(GLenum target,...
static final int GL_CULL_VERTEX_OBJECT_POSITION_EXT
GL_EXT_cull_vertex Define "GL_CULL_VERTEX_OBJECT_POSITION_EXT" with expression '0x81AC',...
static final int GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_QUERY_NAME_LENGTH_MAX_INTEL" with expression '0x94FD'...
void glCoverageModulationTableNV(int n, float[] v, int v_offset)
Entry point to C language function: void {@native glCoverageModulationTableNV}(GLsizei n,...
static final int GL_VERTEX_WEIGHT_ARRAY_EXT
GL_EXT_vertex_weighting Define "GL_VERTEX_WEIGHT_ARRAY_EXT" with expression '0x850C',...
void glMultiTexCoord2sv(int target, short[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord2sv}(GLenum target,...
static final int GL_T2F_V3F
GL_VERSION_1_1 Define "GL_T2F_V3F" with expression '0x2A27', CType: int
static final int GL_OP_MOV_EXT
GL_EXT_vertex_shader Define "GL_OP_MOV_EXT" with expression '0x8799', CType: int
void glVertexAttribI2uivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI2uivEXT}(GLuint index,...
static final int GL_DSDT_MAG_VIB_NV
GL_NV_texture_shader Define "GL_DSDT_MAG_VIB_NV" with expression '0x86F7', CType: int
static final int GL_TEXTURE_RESIDENT
GL_VERSION_1_1, GL_EXT_texture_object Alias for: GL_TEXTURE_RESIDENT_EXT Define "GL_TEXTURE_RESIDENT...
void glGetMinmaxParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMinmaxParameteriv}(GLenum target,...
static final int GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB" with exp...
static final int GL_UNPACK_RESAMPLE_OML
GL_OML_resample Define "GL_UNPACK_RESAMPLE_OML" with expression '0x8985', CType: int
static final int GL_MODELVIEW8_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW8_ARB" with expression '0x8728', CType: int
void glEnableVertexArrayAttribEXT(int vaobj, int index)
Entry point to C language function: void {@native glEnableVertexArrayAttribEXT}(GLuint vaobj,...
static final int GL_SCREEN_COORDINATES_REND
GL_REND_screen_coordinates Define "GL_SCREEN_COORDINATES_REND" with expression '0x8490',...
void glGenOcclusionQueriesNV(int n, int[] ids, int ids_offset)
Entry point to C language function: void {@native glGenOcclusionQueriesNV}(GLsizei n,...
static final int GL_T
GL_VERSION_1_0 Define "GL_T" with expression '0x2001', CType: int
void glVertexWeightfvEXT(FloatBuffer weight)
Entry point to C language function: void {@native glVertexWeightfvEXT}(const GLfloat * weight) Par...
void glRectiv(IntBuffer v1, IntBuffer v2)
Entry point to C language function: void {@native glRectiv}(const GLint * v1, const GLint * v2) Pa...
static final int GL_LUMINANCE_FLOAT32_ATI
GL_ATI_texture_float Define "GL_LUMINANCE_FLOAT32_ATI" with expression '0x8818', CType: int
static final int GL_MAP1_TEXTURE_COORD_2
GL_VERSION_1_0 Define "GL_MAP1_TEXTURE_COORD_2" with expression '0x0D94', CType: int
static final int GL_PN_TRIANGLES_POINT_MODE_ATI
GL_ATI_pn_triangles Define "GL_PN_TRIANGLES_POINT_MODE_ATI" with expression '0x87F2',...
static final int GL_PROGRAM_INSTRUCTIONS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_INSTRUCTIONS_ARB" with expression '...
void glProgramUniform2ui64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2ui64vNV}(GLuint program,...
static final int GL_PIXEL_MAP_R_TO_R_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_R_TO_R_SIZE" with expression '0x0CB6', CType: int
void glMatrixMultTransposedEXT(int mode, DoubleBuffer m)
Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode,...
static final int GL_MATRIX14_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX14_ARB" with expression '0x88CE',...
void glIndexf(float c)
Entry point to C language function: void {@native glIndexf}(GLfloat c) Part of GL_VERSION_1_0
void glMatrixMultTransposefEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode,...
void glMultiTexParameterIuivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexParameterIuivEXT}(GLenum texunit,...
static final int GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE" with expression '0x8A03...
void glCompressedTextureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureImage1DEXT}(GLuint texture,...
static final int GL_ZOOM_X
GL_VERSION_1_0 Define "GL_ZOOM_X" with expression '0x0D16', CType: int
void glEnableVertexAttribAPPLE(int index, int pname)
Entry point to C language function: void {@native glEnableVertexAttribAPPLE}(GLuint index,...
static final int GL_VIDEO_BUFFER_PITCH_NV
GL_NV_video_capture Define "GL_VIDEO_BUFFER_PITCH_NV" with expression '0x9028', CType: int
void glDeleteCommandListsNV(int n, int[] lists, int lists_offset)
Entry point to C language function: void {@native glDeleteCommandListsNV}(GLsizei n,...
void glVertex4d(double x, double y, double z, double w)
Entry point to C language function: void {@native glVertex4d}(GLdouble x, GLdouble y,...
void glTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureSubImage1DEXT}(GLuint texture,...
void glTexCoord4hv(short[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord4hv}(const GLhalfNV * v) Part of GL_NV...
void glMultiTexCoord2fv(int target, FloatBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2fv}(GLenum target,...
void glSecondaryColorPointer(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glSecondaryColorPointer}(GLint size,...
static final int GL_INTENSITY4
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_INTENSITY4_EXT Define "GL_INTENSITY4" with expression '...
void glVertex3hv(short[] v, int v_offset)
Entry point to C language function: void {@native glVertex3hv}(const GLhalfNV * v) Part of GL_NV_h...
static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_NV
GL_NV_sample_locations Define "GL_PROGRAMMABLE_SAMPLE_LOCATION_NV" with expression '0x9341',...
void glGetMultiTexParameterfvEXT(int texunit, int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit,...
static final int GL_POLYGON_STIPPLE_BIT
GL_VERSION_1_0 Define "GL_POLYGON_STIPPLE_BIT" with expression '0x00000010', CType: int
void glEvalCoord1d(double u)
Entry point to C language function: void {@native glEvalCoord1d}(GLdouble u) Part of GL_VERSION_1_...
static final int GL_MAGNITUDE_SCALE_NV
GL_NV_texture_shader Define "GL_MAGNITUDE_SCALE_NV" with expression '0x8712', CType: int
void glSwizzleEXT(int res, int in, int outX, int outY, int outZ, int outW)
Entry point to C language function: void {@native glSwizzleEXT}(GLuint res, GLuint in,...
static final int GL_INTENSITY16
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_INTENSITY16_EXT Define "GL_INTENSITY16" with expression...
static final int GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI
GL_ATI_pn_triangles Define "GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI" with expression '0x87F4',...
static final int GL_MAP_ATTRIB_V_ORDER_NV
GL_NV_evaluators Define "GL_MAP_ATTRIB_V_ORDER_NV" with expression '0x86C4', CType: int
static final int GL_MAX_TEXTURE_COORDS_ARB
GL_ARB_fragment_program Define "GL_MAX_TEXTURE_COORDS_ARB" with expression '0x8871',...
void glFogCoordd(double coord)
Entry point to C language function: void {@native glFogCoordd}(GLdouble coord) Part of GL_VERSION_...
void glRasterPos2s(short x, short y)
Entry point to C language function: void {@native glRasterPos2s}(GLshort x, GLshort y) Part of GL_...
static final int GL_DIFFERENCE
GL_ES_VERSION_3_2, GL_NV_blend_equation_advanced, GL_KHR_blend_equation_advanced Alias for: GL_DIFFER...
void glBlendFuncIndexedAMD(int buf, int src, int dst)
Entry point to C language function: void {@native glBlendFuncIndexedAMD}(GLuint buf,...
static final int GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV
GL_NV_texture_shader3 Define "GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV" with expression '0x8857...
void glIndexMaterialEXT(int face, int mode)
Entry point to C language function: void {@native glIndexMaterialEXT}(GLenum face,...
void glTexCoord4sv(short[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord4sv}(const GLshort * v) Part of GL_VER...
static final int GL_MATRIX20_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX20_ARB" with expression '0x88D4',...
void glVideoCaptureStreamParameterdvNV(int video_capture_slot, int stream, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glVideoCaptureStreamParameterdvNV}(GLuint video_ca...
void glMatrixMultTransposefEXT(int mode, float[] m, int m_offset)
Entry point to C language function: void {@native glMatrixMultTransposefEXT}(GLenum mode,...
void glMap2d(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double[] points, int points_offset)
Entry point to C language function: void {@native glMap2d}(GLenum target, GLdouble u1,...
static final int GL_COMPILE
GL_VERSION_1_0 Define "GL_COMPILE" with expression '0x1300', CType: int
void glTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureSubImage1DEXT}(GLuint texture,...
void glFrameTerminatorGREMEDY()
Entry point to C language function: void {@native glFrameTerminatorGREMEDY}() Part of GL_GREMEDY_f...
void glGetMultiTexEnvivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit,...
void glProgramLocalParameter4dvARB(int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glProgramLocalParameter4dvARB}(GLenum target,...
static final int GL_NORMALIZED_RANGE_EXT
GL_EXT_vertex_shader Define "GL_NORMALIZED_RANGE_EXT" with expression '0x87E0', CType: int
static final int GL_INT16_VEC2_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT16_VEC2_NV" with expression '0x8FE5',...
static final int GL_DRAW_BUFFER7_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER7_ATI" with expression '0x882C', CType: int
static final int GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV
GL_NV_video_capture Define "GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV" with expression '0x9033',...
static final int GL_INT8_VEC4_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT8_VEC4_NV" with expression '0x8FE3',...
void glGetPixelMapusv(int map, long values_buffer_offset)
Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values) ...
static final int GL_UNSIGNED_INT_IMAGE_1D
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_UNSIGNED...
ByteBuffer glMapNamedBufferEXT(int buffer, int access)
Entry point to C language function: void * {@native glMapNamedBufferEXT}(GLuint buffer,...
int glQueryMatrixxOES(int[] mantissa, int mantissa_offset, int[] exponent, int exponent_offset)
Entry point to C language function: GLbitfield {@native glQueryMatrixxOES}(GLfixed * mantissa,...
void glGetTextureParameterIuivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterIuivEXT}(GLuint texture,...
static final int GL_CONVOLUTION_WIDTH
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_CONVOLUTION_WIDTH_EXT Define "GL_CONVOLUTION_WIDTH"...
static final int GL_LUMINANCE_FLOAT16_APPLE
GL_APPLE_float_pixels Define "GL_LUMINANCE_FLOAT16_APPLE" with expression '0x881E',...
static final int GL_PARTIAL_SUCCESS_NV
GL_NV_video_capture Define "GL_PARTIAL_SUCCESS_NV" with expression '0x902E', CType: int
void glVertexAttribI4bvEXT(int index, ByteBuffer v)
Entry point to C language function: void {@native glVertexAttribI4bvEXT}(GLuint index,...
void glUniform1fvARB(int location, int count, float[] value, int value_offset)
Entry point to C language function: void {@native glUniform1fvARB}(GLint location,...
void glNamedProgramLocalParameterI4iEXT(int program, int target, int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4iEXT}(GLuint program...
void glVDPAUGetSurfaceivNV(long surface, int pname, int bufSize, int[] length, int length_offset, int[] values, int values_offset)
Entry point to C language function: void {@native glVDPAUGetSurfaceivNV}(GLvdpauSurfaceNV surface,...
void glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, Buffer image)
Entry point to C language function: void {@native glConvolutionFilter2D}(GLenum target,...
static final int GL_OP_DOT4_EXT
GL_EXT_vertex_shader Define "GL_OP_DOT4_EXT" with expression '0x8785', CType: int
static final int GL_SOURCE0_ALPHA
GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: GL_SOURCE0_ALPHA_EX...
static final int GL_MAX_IMAGE_SAMPLES
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_MAX_IMAG...
void glUniformBufferEXT(int program, int location, int buffer)
Entry point to C language function: void {@native glUniformBufferEXT}(GLuint program,...
void glGetTextureParameterIivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture,...
void glGetConvolutionParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetConvolutionParameteriv}(GLenum target,...
static final int GL_MAP_STENCIL
GL_VERSION_1_0 Define "GL_MAP_STENCIL" with expression '0x0D11', CType: int
void glGetPixelMapusv(int map, ShortBuffer values)
Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values) ...
void glUniform1ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1ui64vNV}(GLint location,...
void glEvalMesh2(int mode, int i1, int i2, int j1, int j2)
Entry point to C language function: void {@native glEvalMesh2}(GLenum mode, GLint i1,...
void glEnd()
Entry point to C language function: void {@native glEnd}() Part of GL_VERSION_1_0
static final int GL_OBJECT_LINEAR
GL_VERSION_1_0, GL_NV_path_rendering Alias for: GL_OBJECT_LINEAR_NV Define "GL_OBJECT_LINEAR" with e...
static final int GL_OP_FLOOR_EXT
GL_EXT_vertex_shader Define "GL_OP_FLOOR_EXT" with expression '0x878F', CType: int
static final int GL_PASS_THROUGH_NV
GL_NV_texture_shader Define "GL_PASS_THROUGH_NV" with expression '0x86E6', CType: int
static final int GL_OUTPUT_TEXTURE_COORD2_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD2_EXT" with expression '0x879F',...
void glGetnMapdv(int target, int query, int bufSize, DoubleBuffer v)
Entry point to C language function: void {@native glGetnMapdv}(GLenum target, GLenum query,...
static final int GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV
GL_NV_texture_shader Define "GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV" with expression '0x864D',...
static final int GL_OP_ROUND_EXT
GL_EXT_vertex_shader Define "GL_OP_ROUND_EXT" with expression '0x8790', CType: int
static final int GL_PROGRAM_FORMAT_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_FORMAT_ARB" with expression '0x8876...
static final int GL_FIELD_LOWER_NV
GL_NV_video_capture Define "GL_FIELD_LOWER_NV" with expression '0x9023', CType: int
static final int GL_OUTPUT_TEXTURE_COORD8_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD8_EXT" with expression '0x87A5',...
void glPixelTransformParameterivEXT(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glPixelTransformParameterivEXT}(GLenum target,...
void glCullParameterdvEXT(int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glCullParameterdvEXT}(GLenum pname,...
static final int GL_PERFORMANCE_MONITOR_AMD
GL_AMD_name_gen_delete Define "GL_PERFORMANCE_MONITOR_AMD" with expression '0x9152',...
void glProgramEnvParameterI4uivNV(int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramEnvParameterI4uivNV}(GLenum target,...
static final int GL_COUNTER_TYPE_AMD
GL_AMD_performance_monitor Define "GL_COUNTER_TYPE_AMD" with expression '0x8BC0', CType: int
void glMatrixLoadfEXT(int mode, FloatBuffer m)
Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m) ...
void glVertexAttrib3dvARB(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib3dvARB}(GLuint index,...
void glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, Buffer points)
Entry point to C language function: void {@native glMapControlPointsNV}(GLenum target,...
void glVertex2bvOES(byte[] coords, int coords_offset)
Entry point to C language function: void {@native glVertex2bvOES}(const GLbyte * coords) Part of G...
void glTexCoord1iv(IntBuffer v)
Entry point to C language function: void {@native glTexCoord1iv}(const GLint * v) Part of GL_VERSI...
void glMap2d(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, DoubleBuffer points)
Entry point to C language function: void {@native glMap2d}(GLenum target, GLdouble u1,...
void glStencilClearTagEXT(int stencilTagBits, int stencilClearTag)
Entry point to C language function: void {@native glStencilClearTagEXT}(GLsizei stencilTagBits,...
static final int GL_T2F_IUI_V3F_EXT
GL_EXT_index_array_formats Define "GL_T2F_IUI_V3F_EXT" with expression '0x81B2', CType: int
void glTextureParameterfvEXT(int texture, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterfvEXT}(GLuint texture,...
void glTextureStorage2DMultisampleEXT(int texture, int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations)
Entry point to C language function: void {@native glTextureStorage2DMultisampleEXT}(GLuint texture,...
void glVariantusvEXT(int id, ShortBuffer addr)
Entry point to C language function: void {@native glVariantusvEXT}(GLuint id, const GLushort * addr)...
static final int GL_SAMPLE_MASK_VALUE_NV
GL_NV_explicit_multisample Define "GL_SAMPLE_MASK_VALUE_NV" with expression '0x8E52',...
void glVertexAttrib2fvARB(int index, float[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib2fvARB}(GLuint index,...
static final int GL_LAYOUT_DEFAULT_INTEL
GL_INTEL_map_texture Define "GL_LAYOUT_DEFAULT_INTEL" with expression '0', CType: int
void glClearColorIui(int red, int green, int blue, int alpha)
Entry point to C language function: void {@native glClearColorIui}(GLuint red, GLuint green,...
static final int GL_HILO16_NV
GL_NV_texture_shader Define "GL_HILO16_NV" with expression '0x86F8', CType: int
static final int GL_ALPHA8UI
GL_EXT_texture_integer Alias for: GL_ALPHA8UI_EXT Define "GL_ALPHA8UI" with expression '0x8D7E',...
void glGetMapParameterivNV(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMapParameterivNV}(GLenum target,...
void glMapGrid1d(int un, double u1, double u2)
Entry point to C language function: void {@native glMapGrid1d}(GLint un, GLdouble u1,...
void glFramebufferReadBufferEXT(int framebuffer, int mode)
Entry point to C language function: void {@native glFramebufferReadBufferEXT}(GLuint framebuffer,...
static final int GL_FLOAT_MAT2_ARB
GL_ARB_shader_objects Define "GL_FLOAT_MAT2_ARB" with expression '0x8B5A', CType: int
static final int GL_OP_RECIP_SQRT_EXT
GL_EXT_vertex_shader Define "GL_OP_RECIP_SQRT_EXT" with expression '0x8795', CType: int
void glGetNamedFramebufferAttachmentParameterivEXT(int framebuffer, int attachment, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLu...
static final int GL_COPY_PIXEL_TOKEN
GL_VERSION_1_0 Define "GL_COPY_PIXEL_TOKEN" with expression '0x0706', CType: int
void glBlendEquationIndexedAMD(int buf, int mode)
Entry point to C language function: void {@native glBlendEquationIndexedAMD}(GLuint buf,...
static final int GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV
GL_NV_explicit_multisample Define "GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV" with expression '0x...
static final int GL_COLOR_FLOAT_APPLE
GL_APPLE_float_pixels Define "GL_COLOR_FLOAT_APPLE" with expression '0x8A0F', CType: int
static final int GL_VIDEO_COLOR_CONVERSION_MIN_NV
GL_NV_video_capture Define "GL_VIDEO_COLOR_CONVERSION_MIN_NV" with expression '0x902B',...
void glEdgeFlag(boolean flag)
Entry point to C language function: void {@native glEdgeFlag}(GLboolean flag) Part of GL_VERSION_1...
static final int GL_FOG_COORDINATE_ARRAY
GL_VERSION_1_4, GL_EXT_fog_coord Alias for: GL_FOG_COORDINATE_ARRAY_EXT Define "GL_FOG_COORDINATE_AR...
void glGetVariantIntegervEXT(int id, int value, IntBuffer data)
Entry point to C language function: void {@native glGetVariantIntegervEXT}(GLuint id,...
void glVertexAttribL2i64vNV(int index, long[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL2i64vNV}(GLuint index,...
static final int GL_PIXEL_UNPACK_BUFFER_BINDING_EXT
GL_EXT_pixel_buffer_object Define "GL_PIXEL_UNPACK_BUFFER_BINDING_EXT" with expression '0x88EF',...
static final int GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV
GL_NV_compute_program5 Define "GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV" with expression '0x90FC',...
void glSecondaryColorPointer(int size, int type, int stride, long pointer_buffer_offset)
Entry point to C language function: void {@native glSecondaryColorPointer}(GLint size,...
void glIndexubv(byte[] c, int c_offset)
Entry point to C language function: void {@native glIndexubv}(const GLubyte * c) Part of GL_VERSIO...
static final int GL_IUI_V3F_EXT
GL_EXT_index_array_formats Define "GL_IUI_V3F_EXT" with expression '0x81AE', CType: int
void glMultiTexCoord3sv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord3sv}(GLenum target,...
void glGetColorTableParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetColorTableParameterfv}(GLenum target,...
void glTextureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureImage3DEXT}(GLuint texture,...
static final int GL_SIGNED_LUMINANCE_NV
GL_NV_texture_shader Define "GL_SIGNED_LUMINANCE_NV" with expression '0x8701', CType: int
static final int GL_MODELVIEW0_EXT
GL_EXT_vertex_weighting Define "GL_MODELVIEW0_EXT" with expression '0x1700', CType: int
void glVertexWeightPointerEXT(int size, int type, int stride, long pointer_buffer_offset)
Entry point to C language function: void {@native glVertexWeightPointerEXT}(GLint size,...
static final int GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE" with expression '0x8A06'...
static final int GL_MAP_ATTRIB_U_ORDER_NV
GL_NV_evaluators Define "GL_MAP_ATTRIB_U_ORDER_NV" with expression '0x86C3', CType: int
static final int GL_CONVOLUTION_1D
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_CONVOLUTION_1D_EXT Define "GL_CONVOLUTION_1D" with ...
void glWindowPos2s(short x, short y)
Entry point to C language function: void {@native glWindowPos2s}(GLshort x, GLshort y) Part of GL_...
static final int GL_LUMINANCE_ALPHA_FLOAT16_APPLE
GL_APPLE_float_pixels Define "GL_LUMINANCE_ALPHA_FLOAT16_APPLE" with expression '0x881F',...
static final int GL_WEIGHT_ARRAY_BUFFER_BINDING
GL_VERSION_1_5, GL_ARB_vertex_buffer_object, GL_OES_matrix_palette Alias for: GL_WEIGHT_ARRAY_BUFFER_...
void glVertexAttrib4hv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib4hv}(GLuint index,...
void glMultiTexEnvivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glMultiTexEnvivEXT}(GLenum texunit,...
void glGetVertexAttribfvARB(int index, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetVertexAttribfvARB}(GLuint index,...
static final int GL_MAP2_INDEX
GL_VERSION_1_0 Define "GL_MAP2_INDEX" with expression '0x0DB1', CType: int
void glGetProgramEnvParameterfvARB(int target, int index, FloatBuffer params)
Entry point to C language function: void {@native glGetProgramEnvParameterfvARB}(GLenum target,...
void glVertexWeightPointerEXT(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glVertexWeightPointerEXT}(GLint size,...
void glRasterPos4sv(ShortBuffer v)
Entry point to C language function: void {@native glRasterPos4sv}(const GLshort * v) Part of GL_VE...
static final int GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV
GL_NV_texture_shader Define "GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV" with expression '0x864E',...
void glMultiTexCoord2fv(int target, float[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord2fv}(GLenum target,...
void glGetNamedProgramLocalParameterIivEXT(int program, int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIivEXT}(GLuint prog...
void glMatrixIndexuivARB(int size, IntBuffer indices)
Entry point to C language function: void {@native glMatrixIndexuivARB}(GLint size,...
static final int GL_MAX_VIEWS_OVR
GL_OVR_multiview Define "GL_MAX_VIEWS_OVR" with expression '0x9631', CType: int
void glUniform2ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2ui64vNV}(GLint location,...
void glGetProgramLocalParameterdvARB(int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetProgramLocalParameterdvARB}(GLenum target,...
void glDeleteCommandListsNV(int n, IntBuffer lists)
Entry point to C language function: void {@native glDeleteCommandListsNV}(GLsizei n,...
static final int GL_UNIFORM_BUFFER_ADDRESS_NV
GL_NV_uniform_buffer_unified_memory Define "GL_UNIFORM_BUFFER_ADDRESS_NV" with expression '0x936F',...
void glGetMultiTexParameterIuivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterIuivEXT}(GLenum texunit,...
void glShaderSourceARB(long shaderObj, int count, String[] string, int[] length, int length_offset)
Entry point to C language function: void {@native glShaderSourceARB}(GLhandleARB shaderObj,...
static final int GL_LIGHT_MODEL_LOCAL_VIEWER
GL_VERSION_1_0 Define "GL_LIGHT_MODEL_LOCAL_VIEWER" with expression '0x0B51', CType: int
static final int GL_CURRENT_RASTER_POSITION
GL_VERSION_1_0 Define "GL_CURRENT_RASTER_POSITION" with expression '0x0B07', CType: int
void glProgramLocalParametersI4ivNV(int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramLocalParametersI4ivNV}(GLenum target,...
static final int GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB
GL_ARB_fragment_program Define "GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB" with expression '0x880B',...
void glVertexAttribL1ui64NV(int index, long x)
Entry point to C language function: void {@native glVertexAttribL1ui64NV}(GLuint index,...
void glConvolutionParameteri(int target, int pname, int params)
Entry point to C language function: void {@native glConvolutionParameteri}(GLenum target,...
static final int GL_DEPENDENT_GB_TEXTURE_2D_NV
GL_NV_texture_shader Define "GL_DEPENDENT_GB_TEXTURE_2D_NV" with expression '0x86EA',...
void glDeletePerfQueryINTEL(int queryHandle)
Entry point to C language function: void {@native glDeletePerfQueryINTEL}(GLuint queryHandle) Part...
static final int GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT
GL_EXT_vertex_weighting Define "GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT" with expression '0x8510',...
void glFogi(int pname, int param)
Entry point to C language function: void {@native glFogi}(GLenum pname, GLint param) Part of GL_VE...
void glUniform3fvARB(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform3fvARB}(GLint location,...
void glVertex2fv(float[] v, int v_offset)
Entry point to C language function: void {@native glVertex2fv}(const GLfloat * v) Part of GL_VERSI...
static final int GL_ONE_EXT
GL_EXT_vertex_shader Define "GL_ONE_EXT" with expression '0x87DE', CType: int
static final int GL_DRAW_ARRAYS_STRIP_COMMAND_NV
GL_NV_command_list Define "GL_DRAW_ARRAYS_STRIP_COMMAND_NV" with expression '0x0005',...
void glVertex4fv(float[] v, int v_offset)
Entry point to C language function: void {@native glVertex4fv}(const GLfloat * v) Part of GL_VERSI...
void glGetHistogram(int target, boolean reset, int format, int type, long values_buffer_offset)
Entry point to C language function: void {@native glGetHistogram}(GLenum target, GLboolean reset,...
void glVertex4sv(ShortBuffer v)
Entry point to C language function: void {@native glVertex4sv}(const GLshort * v) Part of GL_VERSI...
void glTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long pixels_buffer_offset)
Entry point to C language function: void {@native glTextureSubImage2DEXT}(GLuint texture,...
static final int GL_MODELVIEW19_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW19_ARB" with expression '0x8733', CType: int
void glGetLightiv(int light, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetLightiv}(GLenum light, GLenum pname,...
static final int GL_CONST_EYE_NV
GL_NV_texture_shader Define "GL_CONST_EYE_NV" with expression '0x86E5', CType: int
static final int GL_CONSERVATIVE_RASTERIZATION_NV
GL_NV_conservative_raster Define "GL_CONSERVATIVE_RASTERIZATION_NV" with expression '0x9346',...
static final int GL_INTENSITY16F
GL_ARB_texture_float Alias for: GL_INTENSITY16F_ARB Define "GL_INTENSITY16F" with expression '0x881D...
static final int GL_COUNTER_RANGE_AMD
GL_AMD_performance_monitor Define "GL_COUNTER_RANGE_AMD" with expression '0x8BC1',...
void glVertexAttribL4ui64NV(int index, long x, long y, long z, long w)
Entry point to C language function: void {@native glVertexAttribL4ui64NV}(GLuint index,...
static final int GL_DRAW_ARRAYS_COMMAND_NV
GL_NV_command_list Define "GL_DRAW_ARRAYS_COMMAND_NV" with expression '0x0003', CType: int
void glColor3bv(byte[] v, int v_offset)
Entry point to C language function: void {@native glColor3bv}(const GLbyte * v) Part of GL_VERSION...
void glProgramLocalParametersI4uivNV(int target, int index, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramLocalParametersI4uivNV}(GLenum target,...
void glGenTransformFeedbacksNV(int n, IntBuffer ids)
Entry point to C language function: void {@native glGenTransformFeedbacksNV}(GLsizei n,...
static final int GL_MAP1_GRID_SEGMENTS
GL_VERSION_1_0 Define "GL_MAP1_GRID_SEGMENTS" with expression '0x0DD1', CType: int
void glProgramUniformMatrix2x3dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program,...
void glProgramUniformMatrix3x4dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3x4dvEXT}(GLuint program,...
void glVariantbvEXT(int id, ByteBuffer addr)
Entry point to C language function: void {@native glVariantbvEXT}(GLuint id, const GLbyte * addr) ...
void glCompressedTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureSubImage2DEXT}(GLuint texture,...
static final int GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_MAX_COMB...
void glTextureParameterIivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture,...
void glUniform1i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform1i64vNV}(GLint location,...
static final int GL_FAILURE_NV
GL_NV_video_capture Define "GL_FAILURE_NV" with expression '0x9030', CType: int
void glLightModeliv(int pname, IntBuffer params)
Entry point to C language function: void {@native glLightModeliv}(GLenum pname, const GLint * params...
void glProgramUniformMatrix3dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix3dvEXT}(GLuint program,...
static final int GL_OFFSET_TEXTURE_2D_MATRIX_NV
GL_NV_texture_shader Define "GL_OFFSET_TEXTURE_2D_MATRIX_NV" with expression '0x86E1',...
void glCompileShaderARB(long shaderObj)
Entry point to C language function: void {@native glCompileShaderARB}(GLhandleARB shaderObj) Part ...
void glVertexAttrib4usvARB(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4usvARB}(GLuint index,...
static final int GL_LINE_TOKEN
GL_VERSION_1_0 Define "GL_LINE_TOKEN" with expression '0x0702', CType: int
void glGetHistogramParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetHistogramParameteriv}(GLenum target,...
static final int GL_CURRENT_WEIGHT_ARB
GL_ARB_vertex_blend Define "GL_CURRENT_WEIGHT_ARB" with expression '0x86A8', CType: int
static final int GL_MAP2_GRID_SEGMENTS
GL_VERSION_1_0 Define "GL_MAP2_GRID_SEGMENTS" with expression '0x0DD3', CType: int
static final int GL_MATRIX7_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX7_ARB" with expression '0x88C7',...
static final int GL_SHADER_OBJECT_ARB
GL_ARB_shader_objects Define "GL_SHADER_OBJECT_ARB" with expression '0x8B48', CType: int
void glPrimitiveRestartIndexNV(int index)
Entry point to C language function: void {@native glPrimitiveRestartIndexNV}(GLuint index) Part of...
static final int GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV
GL_NV_conservative_raster Define "GL_SUBPIXEL_PRECISION_BIAS_X_BITS_NV" with expression '0x9347',...
void glTexCoord1hv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord1hv}(const GLhalfNV * v) Part of GL_NV...
static final int GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV
GL_NV_video_capture Define "GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV" with expression '0x9034',...
void glWindowPos3f(float x, float y, float z)
Entry point to C language function: void {@native glWindowPos3f}(GLfloat x, GLfloat y,...
void glColor3usv(short[] v, int v_offset)
Entry point to C language function: void {@native glColor3usv}(const GLushort * v) Part of GL_VERS...
static final int GL_RGBA_MODE
GL_VERSION_1_0 Define "GL_RGBA_MODE" with expression '0x0C31', CType: int
long glCreateProgramObjectARB()
Entry point to C language function: GLhandleARB {@native glCreateProgramObjectARB}() Part of GL_AR...
void glVertex4hv(short[] v, int v_offset)
Entry point to C language function: void {@native glVertex4hv}(const GLhalfNV * v) Part of GL_NV_h...
void glGetFramebufferParameterivEXT(int framebuffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetFramebufferParameterivEXT}(GLuint framebuffer...
void glVertex2bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glVertex2bvOES}(const GLbyte * coords) Part of G...
void glBindMultiTextureEXT(int texunit, int target, int texture)
Entry point to C language function: void {@native glBindMultiTextureEXT}(GLenum texunit,...
static final int GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV
GL_NV_gpu_program5 Define "GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV" with expression '0x8E5B',...
static final int GL_DSDT_NV
GL_NV_texture_shader Define "GL_DSDT_NV" with expression '0x86F5', CType: int
static final int GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV
GL_NV_sample_locations Define "GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV" with expression '0x9343'...
static final int GL_COLOR_MATERIAL_FACE
GL_VERSION_1_0 Define "GL_COLOR_MATERIAL_FACE" with expression '0x0B55', CType: int
static final int GL_POLYGON_OFFSET_COMMAND_NV
GL_NV_command_list Define "GL_POLYGON_OFFSET_COMMAND_NV" with expression '0x000E',...
static final int GL_COLOR_MATRIX
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_COLOR_MATRIX_SGI Define "GL_COLOR_MATRIX" with exp...
void glGetVideoCaptureStreamivNV(int video_capture_slot, int stream, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetVideoCaptureStreamivNV}(GLuint video_capture_...
void glSampleMaskIndexedNV(int index, int mask)
Entry point to C language function: void {@native glSampleMaskIndexedNV}(GLuint index,...
void glVideoCaptureStreamParameterfvNV(int video_capture_slot, int stream, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glVideoCaptureStreamParameterfvNV}(GLuint video_ca...
static final int GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV
GL_NV_deep_texture3D Define "GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV" with expression '0x90D1',...
void glGetInvariantFloatvEXT(int id, int value, float[] data, int data_offset)
Entry point to C language function: void {@native glGetInvariantFloatvEXT}(GLuint id,...
static final int GL_PERCENTAGE_AMD
GL_AMD_performance_monitor Define "GL_PERCENTAGE_AMD" with expression '0x8BC3', CType: int
void glMultiTexCoord3s(int target, short s, short t, short r)
Entry point to C language function: void {@native glMultiTexCoord3s}(GLenum target,...
void glVertex4s(short x, short y, short z, short w)
Entry point to C language function: void {@native glVertex4s}(GLshort x, GLshort y,...
void glMultiTexCoord1hv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1hv}(GLenum target,...
static final int GL_DARKEN
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_DARKEN...
void glRasterPos2fv(FloatBuffer v)
Entry point to C language function: void {@native glRasterPos2fv}(const GLfloat * v) Part of GL_VE...
void glIndexsv(ShortBuffer c)
Entry point to C language function: void {@native glIndexsv}(const GLshort * c) Part of GL_VERSION...
void glCompressedMultiTexSubImage1DEXT(int texunit, int target, int level, int xoffset, int width, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexSubImage1DEXT}(GLenum texunit,...
static final int GL_OUTPUT_TEXTURE_COORD0_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD0_EXT" with expression '0x879D',...
static final int GL_VARIANT_DATATYPE_EXT
GL_EXT_vertex_shader Define "GL_VARIANT_DATATYPE_EXT" with expression '0x87E5', CType: int
void glGetLocalConstantBooleanvEXT(int id, int value, ByteBuffer data)
Entry point to C language function: void {@native glGetLocalConstantBooleanvEXT}(GLuint id,...
void glTexCoord2hv(short[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord2hv}(const GLhalfNV * v) Part of GL_NV...
void glGetPixelMapusv(int map, short[] values, int values_offset)
Entry point to C language function: void {@native glGetPixelMapusv}(GLenum map, GLushort * values) ...
void glTextureParameterivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture,...
static final int GL_ALPHA_FLOAT32_APPLE
GL_APPLE_float_pixels Define "GL_ALPHA_FLOAT32_APPLE" with expression '0x8816', CType: int
static final int GL_3_BYTES
GL_VERSION_1_0, GL_NV_path_rendering Alias for: GL_3_BYTES_NV Define "GL_3_BYTES" with expression '0...
void glMap1f(int target, float u1, float u2, int stride, int order, float[] points, int points_offset)
Entry point to C language function: void {@native glMap1f}(GLenum target, GLfloat u1,...
void glNormal3bv(ByteBuffer v)
Entry point to C language function: void {@native glNormal3bv}(const GLbyte * v) Part of GL_VERSIO...
static final int GL_COMPRESSED_LUMINANCE_LATC1_EXT
GL_EXT_texture_compression_latc Define "GL_COMPRESSED_LUMINANCE_LATC1_EXT" with expression '0x8C70',...
static final int GL_PN_TRIANGLES_ATI
GL_ATI_pn_triangles Define "GL_PN_TRIANGLES_ATI" with expression '0x87F0', CType: int
static final int GL_NUM_VIDEO_CAPTURE_STREAMS_NV
GL_NV_video_capture Define "GL_NUM_VIDEO_CAPTURE_STREAMS_NV" with expression '0x9024',...
static final int GL_MAGNITUDE_BIAS_NV
GL_NV_texture_shader Define "GL_MAGNITUDE_BIAS_NV" with expression '0x8718', CType: int
void glColor3d(double red, double green, double blue)
Entry point to C language function: void {@native glColor3d}(GLdouble red, GLdouble green,...
static final int GL_LUMINANCE_FLOAT16_ATI
GL_ATI_texture_float Define "GL_LUMINANCE_FLOAT16_ATI" with expression '0x881E', CType: int
long glGetHandleARB(int pname)
Entry point to C language function: GLhandleARB {@native glGetHandleARB}(GLenum pname) Part of GL_...
void glGetMapAttribParameterfvNV(int target, int index, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMapAttribParameterfvNV}(GLenum target,...
void glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, long image_buffer_offset)
Entry point to C language function: void {@native glConvolutionFilter2D}(GLenum target,...
static final int GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV
GL_NV_transform_feedback2 Define "GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV" with expression '0x8E23',...
static final int GL_AVERAGE_EXT
GL_EXT_pixel_transform Define "GL_AVERAGE_EXT" with expression '0x8335', CType: int
static final int GL_POST_COLOR_MATRIX_ALPHA_SCALE
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_POST_COLOR_MATRIX_ALPHA_SCALE_SGI Define "GL_POST_...
void glUniform3iARB(int location, int v0, int v1, int v2)
Entry point to C language function: void {@native glUniform3iARB}(GLint location,...
static final int GL_CURRENT_VERTEX_ATTRIB_ARB
GL_ARB_vertex_program Define "GL_CURRENT_VERTEX_ATTRIB_ARB" with expression '0x8626',...
void glGetMultiTexEnvivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexEnvivEXT}(GLenum texunit,...
void glMultMatrixd(DoubleBuffer m)
Entry point to C language function: void {@native glMultMatrixd}(const GLdouble * m) Part of GL_VE...
void glLightModeli(int pname, int param)
Entry point to C language function: void {@native glLightModeli}(GLenum pname, GLint param) Part o...
void glVertex4dv(DoubleBuffer v)
Entry point to C language function: void {@native glVertex4dv}(const GLdouble * v) Part of GL_VERS...
static final int GL_CLAMP_VERTEX_COLOR
GL_VERSION_3_0, GL_ARB_color_buffer_float Alias for: GL_CLAMP_VERTEX_COLOR_ARB Define "GL_CLAMP_VERT...
void glVertex2s(short x, short y)
Entry point to C language function: void {@native glVertex2s}(GLshort x, GLshort y) Part of GL_VER...
void glProgramUniformMatrix3x2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix3x2dvEXT}(GLuint program,...
static final int GL_TEXTURE_BORDER
GL_VERSION_1_0 Define "GL_TEXTURE_BORDER" with expression '0x1005', CType: int
void glEvalCoord1dv(double[] u, int u_offset)
Entry point to C language function: void {@native glEvalCoord1dv}(const GLdouble * u) Part of GL_V...
void glMapGrid2f(int un, float u1, float u2, int vn, float v1, float v2)
Entry point to C language function: void {@native glMapGrid2f}(GLint un, GLfloat u1,...
void glIndexdv(DoubleBuffer c)
Entry point to C language function: void {@native glIndexdv}(const GLdouble * c) Part of GL_VERSIO...
static final int GL_CONVOLUTION_FILTER_BIAS
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_CONVOLUTION_FILTER_BIAS_EXT Define "GL_CONVOLUTION_...
void glNormal3dv(DoubleBuffer v)
Entry point to C language function: void {@native glNormal3dv}(const GLdouble * v) Part of GL_VERS...
void glProgramUniform2ui64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform2ui64vNV}(GLuint program,...
static final int GL_MATRIX_INDEX_ARRAY_SIZE_ARB
GL_ARB_matrix_palette Define "GL_MATRIX_INDEX_ARRAY_SIZE_ARB" with expression '0x8846',...
static final int GL_STORAGE_SHARED_APPLE
GL_APPLE_texture_range, GL_APPLE_vertex_array_range Define "GL_STORAGE_SHARED_APPLE" with expression ...
boolean glIsEnabledIndexed(int target, int index)
Entry point to C language function: GLboolean {@native glIsEnabledIndexed}(GLenum target,...
static final int GL_DEPTH_BIAS
GL_VERSION_1_0 Define "GL_DEPTH_BIAS" with expression '0x0D1F', CType: int
static final int GL_MATRIX22_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX22_ARB" with expression '0x88D6',...
static final long GL_ALL_CLIENT_ATTRIB_BITS
GL_VERSION_1_1 Define "GL_ALL_CLIENT_ATTRIB_BITS" with expression '0xFFFFFFFF', CType: long
void glMultiTexImage3DEXT(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexImage3DEXT}(GLenum texunit,...
void glProgramEnvParameters4fvEXT(int target, int index, int count, FloatBuffer params)
Entry point to C language function: void {@native glProgramEnvParameters4fvEXT}(GLenum target,...
void glColor3hv(ShortBuffer v)
Entry point to C language function: void {@native glColor3hv}(const GLhalfNV * v) Part of GL_NV_ha...
void glCopyColorSubTable(int target, int start, int x, int y, int width)
Entry point to C language function: void {@native glCopyColorSubTable}(GLenum target,...
void glVertexAttribPointerARB(int index, int size, int type, boolean normalized, int stride, Buffer pointer)
Entry point to C language function: void {@native glVertexAttribPointerARB}(GLuint index,...
void glGetVertexAttribIivEXT(int index, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetVertexAttribIivEXT}(GLuint index,...
static final int GL_RGBA_DXT5_S3TC
GL_S3_s3tc Define "GL_RGBA_DXT5_S3TC" with expression '0x83A4', CType: int
void glMatrixLoadTransposedEXT(int mode, double[] m, int m_offset)
Entry point to C language function: void {@native glMatrixLoadTransposedEXT}(GLenum mode,...
static final int GL_MATRIX19_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX19_ARB" with expression '0x88D3',...
void glUniform1ivARB(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform1ivARB}(GLint location,...
static final int GL_SHADING_LANGUAGE_VERSION_ARB
GL_ARB_shading_language_100 Define "GL_SHADING_LANGUAGE_VERSION_ARB" with expression '0x8B8C',...
void glGetNamedBufferParameterivEXT(int buffer, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer,...
static final int GL_MAX_CLIENT_ATTRIB_STACK_DEPTH
GL_VERSION_1_0 Define "GL_MAX_CLIENT_ATTRIB_STACK_DEPTH" with expression '0x0D3B',...
static final int GL_COLOR_SUM
GL_VERSION_1_4, GL_EXT_secondary_color, GL_ARB_vertex_program Alias for: GL_COLOR_SUM_EXT,...
static final int GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV
GL_NV_texture_shader3 Define "GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV" with expression '0x885D',...
static final int GL_READ_PIXEL_DATA_RANGE_LENGTH_NV
GL_NV_pixel_data_range Define "GL_READ_PIXEL_DATA_RANGE_LENGTH_NV" with expression '0x887B',...
void glColor3f(float red, float green, float blue)
Entry point to C language function: void {@native glColor3f}(GLfloat red, GLfloat green,...
void glVertexAttrib2sARB(int index, short x, short y)
Entry point to C language function: void {@native glVertexAttrib2sARB}(GLuint index,...
static final int GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV
GL_NV_conservative_raster Define "GL_MAX_SUBPIXEL_PRECISION_BIAS_BITS_NV" with expression '0x9349',...
static final int GL_ALPHA16I
GL_EXT_texture_integer Alias for: GL_ALPHA16I_EXT Define "GL_ALPHA16I" with expression '0x8D8A',...
static final int GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4 Define "GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT" w...
static final int GL_PIXEL_COUNT_NV
GL_NV_occlusion_query Define "GL_PIXEL_COUNT_NV" with expression '0x8866', CType: int
static final int GL_DEPENDENT_AR_TEXTURE_2D_NV
GL_NV_texture_shader Define "GL_DEPENDENT_AR_TEXTURE_2D_NV" with expression '0x86E9',...
static final int GL_CURRENT_RASTER_COLOR
GL_VERSION_1_0 Define "GL_CURRENT_RASTER_COLOR" with expression '0x0B04', CType: int
static final int GL_EVAL_VERTEX_ATTRIB9_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB9_NV" with expression '0x86CF', CType: int
static final int GL_WEIGHT_ARRAY_POINTER_ARB
GL_ARB_vertex_blend Define "GL_WEIGHT_ARRAY_POINTER_ARB" with expression '0x86AC',...
static final int GL_422_REV_AVERAGE_EXT
GL_EXT_422_pixels Define "GL_422_REV_AVERAGE_EXT" with expression '0x80CF', CType: int
void glClearNamedBufferSubData(int buffer, int internalformat, long offset, long size, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearNamedBufferSubData}(GLuint buffer,...
static final int GL_OUTPUT_TEXTURE_COORD23_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD23_EXT" with expression '0x87B4',...
void glDrawRangeElements(int mode, int start, int end, int count, int type, Buffer indices)
Entry point to C language function: void {@native glDrawRangeElements}(GLenum mode,...
void glVertexAttribIPointer(int index, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glVertexAttribIPointer}(GLuint index,...
void glMultiTexGendEXT(int texunit, int coord, int pname, double param)
Entry point to C language function: void {@native glMultiTexGendEXT}(GLenum texunit,...
static final int GL_MAX_MAP_TESSELLATION_NV
GL_NV_evaluators Define "GL_MAX_MAP_TESSELLATION_NV" with expression '0x86D6', CType: int
static final int GL_MODELVIEW10_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW10_ARB" with expression '0x872A', CType: int
static final int GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT
GL_EXT_vertex_weighting Define "GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT" with expression '0x850D',...
void glVertexWeightfvEXT(float[] weight, int weight_offset)
Entry point to C language function: void {@native glVertexWeightfvEXT}(const GLfloat * weight) Par...
static final int GL_SIGNED_LUMINANCE8_NV
GL_NV_texture_shader Define "GL_SIGNED_LUMINANCE8_NV" with expression '0x8702', CType: int
static final int GL_HSL_LUMINOSITY
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_HSL_LU...
void glSecondaryColor3us(short red, short green, short blue)
Entry point to C language function: void {@native glSecondaryColor3us}(GLushort red,...
static final int GL_PERFQUERY_FLUSH_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_FLUSH_INTEL" with expression '0x83FA',...
static final int GL_INDEX_MATERIAL_PARAMETER_EXT
GL_EXT_index_material Define "GL_INDEX_MATERIAL_PARAMETER_EXT" with expression '0x81B9',...
void glEvalCoord2dv(DoubleBuffer u)
Entry point to C language function: void {@native glEvalCoord2dv}(const GLdouble * u) Part of GL_V...
void glTexCoord2dv(double[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord2dv}(const GLdouble * v) Part of GL_VE...
void glGetVideoCaptureivNV(int video_capture_slot, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetVideoCaptureivNV}(GLuint video_capture_slot,...
static final int GL_PROXY_POST_CONVOLUTION_COLOR_TABLE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_PROXY_POST_CONVOLUTION_COLOR_TABLE_SGI Define "GL_P...
static final int GL_TRANSPOSE_COLOR_MATRIX
GL_VERSION_1_3, GL_ARB_transpose_matrix Alias for: GL_TRANSPOSE_COLOR_MATRIX_ARB Define "GL_TRANSPOS...
static final int GL_VARIANT_EXT
GL_EXT_vertex_shader Define "GL_VARIANT_EXT" with expression '0x87C1', CType: int
void glNamedRenderbufferStorageMultisampleEXT(int renderbuffer, int samples, int internalformat, int width, int height)
Entry point to C language function: void {@native glNamedRenderbufferStorageMultisampleEXT}(GLuint r...
void glCreateCommandListsNV(int n, int[] lists, int lists_offset)
Entry point to C language function: void {@native glCreateCommandListsNV}(GLsizei n,...
void glVertexAttrib4NivARB(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4NivARB}(GLuint index,...
static final int GL_MAX_PROGRAM_PATCH_ATTRIBS_NV
GL_NV_tessellation_program5 Define "GL_MAX_PROGRAM_PATCH_ATTRIBS_NV" with expression '0x86D8',...
void glDeletePerfMonitorsAMD(int n, IntBuffer monitors)
Entry point to C language function: void {@native glDeletePerfMonitorsAMD}(GLsizei n,...
ByteBuffer glMapTexture2DINTEL(int texture, int level, int access, IntBuffer stride, IntBuffer layout)
Entry point to C language function: void * {@native glMapTexture2DINTEL}(GLuint texture,...
void glGetPixelMapfv(int map, long values_buffer_offset)
Entry point to C language function: void {@native glGetPixelMapfv}(GLenum map, GLfloat * values) P...
void glPushClientAttribDefaultEXT(int mask)
Entry point to C language function: void {@native glPushClientAttribDefaultEXT}(GLbitfield mask) P...
void glVariantivEXT(int id, IntBuffer addr)
Entry point to C language function: void {@native glVariantivEXT}(GLuint id, const GLint * addr) P...
void glListDrawCommandsStatesClientNV(int list, int segment, PointerBuffer indirects, int[] sizes, int sizes_offset, int[] states, int states_offset, int[] fbos, int fbos_offset, int count)
Entry point to C language function: void {@native glListDrawCommandsStatesClientNV}(GLuint list,...
void glVertexAttrib3fARB(int index, float x, float y, float z)
Entry point to C language function: void {@native glVertexAttrib3fARB}(GLuint index,...
void glFlushVertexArrayRangeAPPLE(int length, Buffer pointer)
Entry point to C language function: void {@native glFlushVertexArrayRangeAPPLE}(GLsizei length,...
void glGetProgramEnvParameterfvARB(int target, int index, float[] params, int params_offset)
Entry point to C language function: void {@native glGetProgramEnvParameterfvARB}(GLenum target,...
void glUniform2fvARB(int location, int count, float[] value, int value_offset)
Entry point to C language function: void {@native glUniform2fvARB}(GLint location,...
static final int GL_TEXTURE_SWIZZLE_R_EXT
GL_EXT_texture_swizzle Define "GL_TEXTURE_SWIZZLE_R_EXT" with expression '0x8E42',...
void glTextureParameterIivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterIivEXT}(GLuint texture,...
static final int GL_VERTEX_SHADER_OPTIMIZED_EXT
GL_EXT_vertex_shader Define "GL_VERTEX_SHADER_OPTIMIZED_EXT" with expression '0x87D4',...
static final int GL_RGB_SNORM
GL_EXT_texture_snorm, GL_VERSION_3_1 Define "GL_RGB_SNORM" with expression '0x8F92',...
void glMultiTexCoord4iv(int target, int[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord4iv}(GLenum target,...
static final int GL_COLOR_SAMPLES_NV
GL_NV_framebuffer_mixed_samples, GL_NV_multisample_coverage Define "GL_COLOR_SAMPLES_NV" with express...
static final int GL_MATRIX11_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX11_ARB" with expression '0x88CB',...
static final int GL_MODELVIEW1_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW1_ARB" with expression '0x850A', CType: int
void glInitNames()
Entry point to C language function: void {@native glInitNames}() Part of GL_VERSION_1_0
void glDeleteTransformFeedbacksNV(int n, IntBuffer ids)
Entry point to C language function: void {@native glDeleteTransformFeedbacksNV}(GLsizei n,...
void glVertexAttribI1uiEXT(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1uiEXT}(GLuint index,...
void glEndPerfMonitorAMD(int monitor)
Entry point to C language function: void {@native glEndPerfMonitorAMD}(GLuint monitor) Part of GL_...
static final int GL_POST_COLOR_MATRIX_BLUE_BIAS
GL_ARB_imaging, GL_SGI_color_matrix Alias for: GL_POST_COLOR_MATRIX_BLUE_BIAS_SGI Define "GL_POST_CO...
static final int GL_PIXEL_MAP_I_TO_G
GL_VERSION_1_0 Define "GL_PIXEL_MAP_I_TO_G" with expression '0x0C73', CType: int
static final int GL_READ_PIXEL_DATA_RANGE_POINTER_NV
GL_NV_pixel_data_range Define "GL_READ_PIXEL_DATA_RANGE_POINTER_NV" with expression '0x887D',...
void glFogCoordh(short fog)
Entry point to C language function: void {@native glFogCoordh}(GLhalfNV fog) Part of GL_NV_half_fl...
void glVertexArrayFogCoordOffsetEXT(int vaobj, int buffer, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayFogCoordOffsetEXT}(GLuint vaobj,...
static final int GL_MAP2_GRID_DOMAIN
GL_VERSION_1_0 Define "GL_MAP2_GRID_DOMAIN" with expression '0x0DD2', CType: int
static final int GL_COLOR_TABLE_INTENSITY_SIZE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_INTENSITY_SIZE_SGI Define "GL_COLOR_TAB...
void glColor4hv(short[] v, int v_offset)
Entry point to C language function: void {@native glColor4hv}(const GLhalfNV * v) Part of GL_NV_ha...
void glGetTextureLevelParameterfvEXT(int texture, int target, int level, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture,...
static final int GL_INT8_VEC2_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT8_VEC2_NV" with expression '0x8FE1',...
static final int GL_DRAW_PIXEL_TOKEN
GL_VERSION_1_0 Define "GL_DRAW_PIXEL_TOKEN" with expression '0x0705', CType: int
void glMatrixMultTransposedEXT(int mode, double[] m, int m_offset)
Entry point to C language function: void {@native glMatrixMultTransposedEXT}(GLenum mode,...
void glNormal3s(short nx, short ny, short nz)
Entry point to C language function: void {@native glNormal3s}(GLshort nx, GLshort ny,...
static final int GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV
GL_NV_video_capture Define "GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV" with expression '0x903C',...
void glDeleteVertexShaderEXT(int id)
Entry point to C language function: void {@native glDeleteVertexShaderEXT}(GLuint id) Part of GL_E...
void glAttachObjectARB(long containerObj, long obj)
Entry point to C language function: void {@native glAttachObjectARB}(GLhandleARB containerObj,...
static final int GL_ALPHA32I
GL_EXT_texture_integer Alias for: GL_ALPHA32I_EXT Define "GL_ALPHA32I" with expression '0x8D84',...
static final int GL_TEXTURE_RECTANGLE_ARB
GL_ARB_texture_rectangle Define "GL_TEXTURE_RECTANGLE_ARB" with expression '0x84F5',...
void glMapGrid2d(int un, double u1, double u2, int vn, double v1, double v2)
Entry point to C language function: void {@native glMapGrid2d}(GLint un, GLdouble u1,...
void glGetUniformi64vNV(int program, int location, long[] params, int params_offset)
Entry point to C language function: void {@native glGetUniformi64vNV}(GLuint program,...
static final int GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD
GL_AMD_occlusion_query_event Define "GL_QUERY_DEPTH_PASS_EVENT_BIT_AMD" with expression '0x00000001',...
void glColor3ubv(ByteBuffer v)
Entry point to C language function: void {@native glColor3ubv}(const GLubyte * v) Part of GL_VERSI...
void glRectdv(DoubleBuffer v1, DoubleBuffer v2)
Entry point to C language function: void {@native glRectdv}(const GLdouble * v1, const GLdouble * v2...
static final int GL_2D
GL_VERSION_1_0 Define "GL_2D" with expression '0x0600', CType: int
void glCullParameterfvEXT(int pname, FloatBuffer params)
Entry point to C language function: void {@native glCullParameterfvEXT}(GLenum pname,...
void glLockArraysEXT(int first, int count)
Entry point to C language function: void {@native glLockArraysEXT}(GLint first, GLsizei count) Par...
static final int GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV
GL_NV_gpu_program5 Define "GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV" with expression '0x8E5D'...
static final int GL_UNSIGNED_INT8_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT8_NV" with expression '0x8FEC',...
void glActiveStencilFaceEXT(int face)
Entry point to C language function: void {@native glActiveStencilFaceEXT}(GLenum face) Part of GL_...
void glMatrixScalefEXT(int mode, float x, float y, float z)
Entry point to C language function: void {@native glMatrixScalefEXT}(GLenum mode,...
static final int GL_IMAGE_2D_MULTISAMPLE_ARRAY
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_2D...
void glMapVertexAttrib1fAPPLE(int index, int size, float u1, float u2, int stride, int order, float[] points, int points_offset)
Entry point to C language function: void {@native glMapVertexAttrib1fAPPLE}(GLuint index,...
static final int GL_ARRAY_ELEMENT_LOCK_COUNT_EXT
GL_EXT_compiled_vertex_array Define "GL_ARRAY_ELEMENT_LOCK_COUNT_EXT" with expression '0x81A9',...
void glCompressedMultiTexImage3DEXT(int texunit, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexImage3DEXT}(GLenum texunit,...
void glGetNamedFramebufferParameteriv(int framebuffer, int pname, int[] param, int param_offset)
Entry point to C language function: void {@native glGetNamedFramebufferParameteriv}(GLuint framebuff...
static final int GL_DEPTH_CLAMP_NV
GL_NV_depth_clamp Define "GL_DEPTH_CLAMP_NV" with expression '0x864F', CType: int
void glMultiTexParameteriEXT(int texunit, int target, int pname, int param)
Entry point to C language function: void {@native glMultiTexParameteriEXT}(GLenum texunit,...
void glGetMultiTexLevelParameterfvEXT(int texunit, int target, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetMultiTexLevelParameterfvEXT}(GLenum texunit,...
static final int GL_OUTPUT_COLOR1_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_COLOR1_EXT" with expression '0x879C', CType: int
void glVertex4i(int x, int y, int z, int w)
Entry point to C language function: void {@native glVertex4i}(GLint x, GLint y, GLint z,...
void glVertex4iv(int[] v, int v_offset)
Entry point to C language function: void {@native glVertex4iv}(const GLint * v) Part of GL_VERSION...
void glSecondaryColor3usv(short[] v, int v_offset)
Entry point to C language function: void {@native glSecondaryColor3usv}(const GLushort * v) Part o...
static final int GL_CURRENT_RASTER_DISTANCE
GL_VERSION_1_0 Define "GL_CURRENT_RASTER_DISTANCE" with expression '0x0B09', CType: int
void glBindVertexShaderEXT(int id)
Entry point to C language function: void {@native glBindVertexShaderEXT}(GLuint id) Part of GL_EXT...
static final int GL_MODELVIEW0_STACK_DEPTH_EXT
GL_EXT_vertex_weighting Define "GL_MODELVIEW0_STACK_DEPTH_EXT" with expression '0x0BA3',...
static final int GL_PROGRAM_LENGTH_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_LENGTH_ARB" with expression '0x8627...
void glColor4uiv(int[] v, int v_offset)
Entry point to C language function: void {@native glColor4uiv}(const GLuint * v) Part of GL_VERSIO...
void glRectf(float x1, float y1, float x2, float y2)
Entry point to C language function: void {@native glRectf}(GLfloat x1, GLfloat y1,...
void glMultiTexCoord1i(int target, int s)
Entry point to C language function: void {@native glMultiTexCoord1i}(GLenum target,...
void glProgramEnvParameter4dARB(int target, int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glProgramEnvParameter4dARB}(GLenum target,...
void glRasterPos4iv(int[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos4iv}(const GLint * v) Part of GL_VERS...
void glCompressedTextureSubImage1DEXT(int texture, int target, int level, int xoffset, int width, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureSubImage1DEXT}(GLuint texture,...
void glClipPlane(int plane, DoubleBuffer equation)
Entry point to C language function: void {@native glClipPlane}(GLenum plane, const GLdouble * equati...
static final int GL_VOLATILE_APPLE
GL_APPLE_object_purgeable Define "GL_VOLATILE_APPLE" with expression '0x8A1A', CType: int
void glGetTextureParameterIivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTextureParameterIivEXT}(GLuint texture,...
void glDeletePerfMonitorsAMD(int n, int[] monitors, int monitors_offset)
Entry point to C language function: void {@native glDeletePerfMonitorsAMD}(GLsizei n,...
void glProgramUniform4ui64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform4ui64vNV}(GLuint program,...
void glGetInvariantIntegervEXT(int id, int value, IntBuffer data)
Entry point to C language function: void {@native glGetInvariantIntegervEXT}(GLuint id,...
void glColor4hv(ShortBuffer v)
Entry point to C language function: void {@native glColor4hv}(const GLhalfNV * v) Part of GL_NV_ha...
static final int GL_OFFSET_HILO_TEXTURE_2D_NV
GL_NV_texture_shader3 Define "GL_OFFSET_HILO_TEXTURE_2D_NV" with expression '0x8854',...
void glTexCoord1d(double s)
Entry point to C language function: void {@native glTexCoord1d}(GLdouble s) Part of GL_VERSION_1_0
void glProgramUniform1dEXT(int program, int location, double x)
Entry point to C language function: void {@native glProgramUniform1dEXT}(GLuint program,...
void glMatrixLoadTransposefEXT(int mode, float[] m, int m_offset)
Entry point to C language function: void {@native glMatrixLoadTransposefEXT}(GLenum mode,...
static final int GL_TEXTURE_MATERIAL_FACE_EXT
GL_EXT_light_texture Define "GL_TEXTURE_MATERIAL_FACE_EXT" with expression '0x8351',...
static final int GL_SINGLE_COLOR
GL_VERSION_1_2, GL_EXT_separate_specular_color Alias for: GL_SINGLE_COLOR_EXT Define "GL_SINGLE_COLO...
void glIndexd(double c)
Entry point to C language function: void {@native glIndexd}(GLdouble c) Part of GL_VERSION_1_0
static final int GL_YCBYCR8_422_NV
GL_NV_video_capture Define "GL_YCBYCR8_422_NV" with expression '0x9031', CType: int
void glGetPerfCounterInfoINTEL(int queryId, int counterId, int counterNameLength, ByteBuffer counterName, int counterDescLength, ByteBuffer counterDesc, IntBuffer counterOffset, IntBuffer counterDataSize, IntBuffer counterTypeEnum, IntBuffer counterDataTypeEnum, LongBuffer rawCounterMaxValue)
Entry point to C language function: void {@native glGetPerfCounterInfoINTEL}(GLuint queryId,...
void glColor4usv(ShortBuffer v)
Entry point to C language function: void {@native glColor4usv}(const GLushort * v) Part of GL_VERS...
void glTexCoord3iv(IntBuffer v)
Entry point to C language function: void {@native glTexCoord3iv}(const GLint * v) Part of GL_VERSI...
static final int GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV
GL_NV_sample_locations Define "GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV" with expression '0x933F',...
void glMatrixTranslatefEXT(int mode, float x, float y, float z)
Entry point to C language function: void {@native glMatrixTranslatefEXT}(GLenum mode,...
void glGetHistogramParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetHistogramParameterfv}(GLenum target,...
void glMatrixIndexuivARB(int size, int[] indices, int indices_offset)
Entry point to C language function: void {@native glMatrixIndexuivARB}(GLint size,...
void glGetNextPerfQueryIdINTEL(int queryId, IntBuffer nextQueryId)
Entry point to C language function: void {@native glGetNextPerfQueryIdINTEL}(GLuint queryId,...
void glProgramUniform1i64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform1i64vNV}(GLuint program,...
void glVertex4h(short x, short y, short z, short w)
Entry point to C language function: void {@native glVertex4h}(GLhalfNV x, GLhalfNV y,...
void glGetOcclusionQueryivNV(int id, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetOcclusionQueryivNV}(GLuint id,...
static final int GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV
GL_NV_parameter_buffer_object Define "GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV" with expression '0...
void glNormal3hv(ShortBuffer v)
Entry point to C language function: void {@native glNormal3hv}(const GLhalfNV * v) Part of GL_NV_h...
static final int GL_FORMAT_SUBSAMPLE_244_244_OML
GL_OML_subsample Define "GL_FORMAT_SUBSAMPLE_244_244_OML" with expression '0x8983',...
void glRasterPos4fv(float[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos4fv}(const GLfloat * v) Part of GL_VE...
void glGetPixelTransformParameterivEXT(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetPixelTransformParameterivEXT}(GLenum target,...
void glMultiTexCoord3f(int target, float s, float t, float r)
Entry point to C language function: void {@native glMultiTexCoord3f}(GLenum target,...
void glTextureRenderbufferEXT(int texture, int target, int renderbuffer)
Entry point to C language function: void {@native glTextureRenderbufferEXT}(GLuint texture,...
static final int GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_DATA_FLOAT_INTEL" with expression '0x94FA',...
void glUniform4i64NV(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4i64NV}(GLint location,...
static final int GL_ACCUM_CLEAR_VALUE
GL_VERSION_1_0 Define "GL_ACCUM_CLEAR_VALUE" with expression '0x0B80', CType: int
void glProgramEnvParametersI4uivNV(int target, int index, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramEnvParametersI4uivNV}(GLenum target,...
void glVertexAttrib4NubvARB(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4NubvARB}(GLuint index,...
static final int GL_VERTEX_SHADER_INVARIANTS_EXT
GL_EXT_vertex_shader Define "GL_VERTEX_SHADER_INVARIANTS_EXT" with expression '0x87D1',...
void glSecondaryColor3hv(short[] v, int v_offset)
Entry point to C language function: void {@native glSecondaryColor3hv}(const GLhalfNV * v) Part of...
boolean glVDPAUIsSurfaceNV(long surface)
Entry point to C language function: GLboolean {@native glVDPAUIsSurfaceNV}(GLvdpauSurfaceNV surface)...
static final int GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV
GL_NV_texture_shader3 Define "GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV" with expression '0x8852',...
static final int GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV
GL_NV_video_capture Define "GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV" with expression '0x9026',...
void glUniform2ivARB(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform2ivARB}(GLint location,...
static final int GL_VERTEX_SHADER_BINDING_EXT
GL_EXT_vertex_shader Define "GL_VERTEX_SHADER_BINDING_EXT" with expression '0x8781',...
static final int GL_S
GL_VERSION_1_0 Define "GL_S" with expression '0x2000', CType: int
static final int GL_INTENSITY32UI
GL_EXT_texture_integer Alias for: GL_INTENSITY32UI_EXT Define "GL_INTENSITY32UI" with expression '0x...
static final int GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI
GL_ATI_pn_triangles Define "GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI" with expression '0x87F6',...
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4 Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT"...
void glDrawCommandsStatesNV(int buffer, PointerBuffer indirects, int[] sizes, int sizes_offset, int[] states, int states_offset, int[] fbos, int fbos_offset, int count)
Entry point to C language function: void {@native glDrawCommandsStatesNV}(GLuint buffer,...
void glVertexAttribI4ubvEXT(int index, byte[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI4ubvEXT}(GLuint index,...
void glVertex3i(int x, int y, int z)
Entry point to C language function: void {@native glVertex3i}(GLint x, GLint y, GLint z) Part of G...
void glRasterPos4s(short x, short y, short z, short w)
Entry point to C language function: void {@native glRasterPos4s}(GLshort x, GLshort y,...
void glVertexAttrib3fvARB(int index, FloatBuffer v)
Entry point to C language function: void {@native glVertexAttrib3fvARB}(GLuint index,...
void glGetMinmax(int target, boolean reset, int format, int type, Buffer values)
Entry point to C language function: void {@native glGetMinmax}(GLenum target, GLboolean reset,...
static final int GL_SIGNED_RGBA8_NV
GL_NV_texture_shader Define "GL_SIGNED_RGBA8_NV" with expression '0x86FC', CType: int
static final int GL_INDEX_TEST_EXT
GL_EXT_index_func Define "GL_INDEX_TEST_EXT" with expression '0x81B5', CType: int
static final int GL_MATRIX10_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX10_ARB" with expression '0x88CA',...
static final int GL_INT_VEC2_ARB
GL_ARB_shader_objects Define "GL_INT_VEC2_ARB" with expression '0x8B53', CType: int
static final int GL_MODELVIEW4_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW4_ARB" with expression '0x8724', CType: int
static final int GL_FOG_DISTANCE_MODE_NV
GL_NV_fog_distance Define "GL_FOG_DISTANCE_MODE_NV" with expression '0x855A', CType: int
void glVertexAttrib3hv(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib3hv}(GLuint index,...
void glRasterPos3d(double x, double y, double z)
Entry point to C language function: void {@native glRasterPos3d}(GLdouble x, GLdouble y,...
void glGetNamedProgramLocalParameterdvEXT(int program, int target, int index, DoubleBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterdvEXT}(GLuint progr...
void glUniform3ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3ui64vNV}(GLint location,...
static final int GL_RENDERBUFFER_COVERAGE_SAMPLES_NV
GL_NV_framebuffer_multisample_coverage Define "GL_RENDERBUFFER_COVERAGE_SAMPLES_NV" with expression '...
void glMap2f(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, FloatBuffer points)
Entry point to C language function: void {@native glMap2f}(GLenum target, GLfloat u1,...
static final int GL_COLOR_MATERIAL_PARAMETER
GL_VERSION_1_0 Define "GL_COLOR_MATERIAL_PARAMETER" with expression '0x0B56', CType: int
void glColor4usv(short[] v, int v_offset)
Entry point to C language function: void {@native glColor4usv}(const GLushort * v) Part of GL_VERS...
static final int GL_OBJECT_ATTACHED_OBJECTS_ARB
GL_ARB_shader_objects Define "GL_OBJECT_ATTACHED_OBJECTS_ARB" with expression '0x8B85',...
boolean glAreTexturesResident(int n, int[] textures, int textures_offset, byte[] residences, int residences_offset)
Entry point to C language function: GLboolean {@native glAreTexturesResident}(GLsizei n,...
void glRasterPos3fv(float[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos3fv}(const GLfloat * v) Part of GL_VE...
static final int GL_MAX_PROGRAM_INSTRUCTIONS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_INSTRUCTIONS_ARB" with expressi...
static final int GL_QUERY_RESULT_NO_WAIT_AMD
GL_AMD_query_buffer_object Define "GL_QUERY_RESULT_NO_WAIT_AMD" with expression '0x9194',...
static final int GL_TEXTURE_GEN_R
GL_VERSION_1_0 Define "GL_TEXTURE_GEN_R" with expression '0x0C62', CType: int
static final int GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV
GL_NV_explicit_multisample Define "GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV" with expression '0x8E58',...
static final int GL_UNPACK_ROW_BYTES_APPLE
GL_APPLE_row_bytes Define "GL_UNPACK_ROW_BYTES_APPLE" with expression '0x8A16', CType: int
static final int GL_TEXTURE_MATERIAL_PARAMETER_EXT
GL_EXT_light_texture Define "GL_TEXTURE_MATERIAL_PARAMETER_EXT" with expression '0x8352',...
static final int GL_ALPHA_FLOAT16_ATI
GL_ATI_texture_float Define "GL_ALPHA_FLOAT16_ATI" with expression '0x881C', CType: int
void glGetNamedFramebufferAttachmentParameterivEXT(int framebuffer, int attachment, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedFramebufferAttachmentParameterivEXT}(GLu...
void glTexCoord2i(int s, int t)
Entry point to C language function: void {@native glTexCoord2i}(GLint s, GLint t) Part of GL_VERSI...
void glTexCoord1sv(short[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord1sv}(const GLshort * v) Part of GL_VER...
static final int GL_SECONDARY_COLOR_ARRAY_POINTER
GL_VERSION_1_4, GL_EXT_secondary_color Alias for: GL_SECONDARY_COLOR_ARRAY_POINTER_EXT Define "GL_SE...
static final int GL_EDGE_FLAG_ARRAY_STRIDE
GL_VERSION_1_1, GL_EXT_vertex_array Alias for: GL_EDGE_FLAG_ARRAY_STRIDE_EXT Define "GL_EDGE_FLAG_AR...
void glGetSeparableFilter(int target, int format, int type, long row_buffer_offset, long column_buffer_offset, long span_buffer_offset)
Entry point to C language function: void {@native glGetSeparableFilter}(GLenum target,...
static final int GL_FRAGMENT_DEPTH
GL_VERSION_1_4, GL_EXT_fog_coord Alias for: GL_FRAGMENT_DEPTH_EXT Define "GL_FRAGMENT_DEPTH" with ex...
static final int GL_X_EXT
GL_EXT_vertex_shader Define "GL_X_EXT" with expression '0x87D5', CType: int
void glGetVariantBooleanvEXT(int id, int value, byte[] data, int data_offset)
Entry point to C language function: void {@native glGetVariantBooleanvEXT}(GLuint id,...
static final int GL_TEXTURE_FREE_MEMORY_ATI
GL_ATI_meminfo Define "GL_TEXTURE_FREE_MEMORY_ATI" with expression '0x87FC', CType: int
void glFogiv(int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glFogiv}(GLenum pname, const GLint * params) Par...
void glColor4dv(DoubleBuffer v)
Entry point to C language function: void {@native glColor4dv}(const GLdouble * v) Part of GL_VERSI...
void glVertexAttribI1uivEXT(int index, IntBuffer v)
Entry point to C language function: void {@native glVertexAttribI1uivEXT}(GLuint index,...
void glGetPixelMapuiv(int map, IntBuffer values)
Entry point to C language function: void {@native glGetPixelMapuiv}(GLenum map, GLuint * values) P...
static final int GL_PASS_THROUGH_TOKEN
GL_VERSION_1_0 Define "GL_PASS_THROUGH_TOKEN" with expression '0x0700', CType: int
static final int GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV
GL_NV_shader_buffer_store Define "GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV" with expression '0x00000010...
static final int GL_LUMINANCE_INTEGER
GL_EXT_texture_integer Alias for: GL_LUMINANCE_INTEGER_EXT Define "GL_LUMINANCE_INTEGER" with expres...
static final int GL_TRANSFORM_FEEDBACK_NV
GL_NV_transform_feedback2 Define "GL_TRANSFORM_FEEDBACK_NV" with expression '0x8E22',...
static final int GL_MAX_PROGRAM_ATTRIBS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_ATTRIBS_ARB" with expression '0...
void glCopyConvolutionFilter1D(int target, int internalformat, int x, int y, int width)
Entry point to C language function: void {@native glCopyConvolutionFilter1D}(GLenum target,...
void glMultiTexCoord1bvOES(int texture, ByteBuffer coords)
Entry point to C language function: void {@native glMultiTexCoord1bvOES}(GLenum texture,...
void glMap1d(int target, double u1, double u2, int stride, int order, DoubleBuffer points)
Entry point to C language function: void {@native glMap1d}(GLenum target, GLdouble u1,...
static final int GL_TEXTURE_STORAGE_HINT_APPLE
GL_APPLE_texture_range Define "GL_TEXTURE_STORAGE_HINT_APPLE" with expression '0x85BC',...
static final int GL_MAP_TESSELLATION_NV
GL_NV_evaluators Define "GL_MAP_TESSELLATION_NV" with expression '0x86C2', CType: int
static final int GL_MINMAX_SINK
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_MINMAX_SINK_EXT Define "GL_MINMAX_SINK" with expressi...
static final int GL_PROGRAM_PARAMETERS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_PARAMETERS_ARB" with expression '0x...
void glColor3dv(double[] v, int v_offset)
Entry point to C language function: void {@native glColor3dv}(const GLdouble * v) Part of GL_VERSI...
void glDeleteProgramsARB(int n, IntBuffer programs)
Entry point to C language function: void {@native glDeleteProgramsARB}(GLsizei n,...
void glFogCoordhv(short[] fog, int fog_offset)
Entry point to C language function: void {@native glFogCoordhv}(const GLhalfNV * fog) Part of GL_N...
static final int GL_DRAW_ELEMENTS_COMMAND_NV
GL_NV_command_list Define "GL_DRAW_ELEMENTS_COMMAND_NV" with expression '0x0002', CType: int
static final int GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI
GL_ATI_pixel_format_float Define "GL_COLOR_CLEAR_UNCLAMPED_VALUE_ATI" with expression '0x8835',...
static final int GL_RENDERBUFFER_FREE_MEMORY_ATI
GL_ATI_meminfo Define "GL_RENDERBUFFER_FREE_MEMORY_ATI" with expression '0x87FD', CType: int
void glLoadMatrixd(DoubleBuffer m)
Entry point to C language function: void {@native glLoadMatrixd}(const GLdouble * m) Part of GL_VE...
void glGetClipPlanef(int plane, float[] equation, int equation_offset)
Entry point to C language function: void {@native glGetClipPlanef}(GLenum plane, GLfloat * equation)...
void glVertexAttrib3svARB(int index, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttrib3svARB}(GLuint index,...
void glColor3uiv(IntBuffer v)
Entry point to C language function: void {@native glColor3uiv}(const GLuint * v) Part of GL_VERSIO...
void glProgramUniform4dEXT(int program, int location, double x, double y, double z, double w)
Entry point to C language function: void {@native glProgramUniform4dEXT}(GLuint program,...
static final int GL_DISPLAY_LIST
GL_KHR_debug, GL_VERSION_4_3 Define "GL_DISPLAY_LIST" with expression '0x82E7', CType: int
void glBeginVertexShaderEXT()
Entry point to C language function: void {@native glBeginVertexShaderEXT}() Part of GL_EXT_vertex_...
static final int GL_POLYGON_OFFSET_CLAMP_EXT
GL_EXT_polygon_offset_clamp Define "GL_POLYGON_OFFSET_CLAMP_EXT" with expression '0x8E1B',...
void glRasterPos3i(int x, int y, int z)
Entry point to C language function: void {@native glRasterPos3i}(GLint x, GLint y,...
void glMultiTexCoord1fv(int target, FloatBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1fv}(GLenum target,...
void glGetObjectParameterivAPPLE(int objectType, int name, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetObjectParameterivAPPLE}(GLenum objectType,...
void glVertexAttribL1ui64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL1ui64vNV}(GLuint index,...
void glGetPointeri_vEXT(int pname, int index, PointerBuffer params)
Entry point to C language function: void {@native glGetPointeri_vEXT}(GLenum pname,...
void glDeleteStatesNV(int n, IntBuffer states)
Entry point to C language function: void {@native glDeleteStatesNV}(GLsizei n, const GLuint * states...
void glGetObjectParameterfvARB(long obj, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetObjectParameterfvARB}(GLhandleARB obj,...
void glNamedProgramLocalParameterI4uivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint progr...
static final int GL_TEXTURE_LIGHT_EXT
GL_EXT_light_texture Define "GL_TEXTURE_LIGHT_EXT" with expression '0x8350', CType: int
static final int GL_MAX_PROGRAM_OUTPUT_VERTICES_NV
GL_NV_geometry_program4 Define "GL_MAX_PROGRAM_OUTPUT_VERTICES_NV" with expression '0x8C27',...
void glVertex3s(short x, short y, short z)
Entry point to C language function: void {@native glVertex3s}(GLshort x, GLshort y,...
void glProgramUniformMatrix4x2dvEXT(int program, int location, int count, boolean transpose, DoubleBuffer value)
Entry point to C language function: void {@native glProgramUniformMatrix4x2dvEXT}(GLuint program,...
static final int GL_INVARIANT_DATATYPE_EXT
GL_EXT_vertex_shader Define "GL_INVARIANT_DATATYPE_EXT" with expression '0x87EB', CType: int
void glGetMultiTexParameterfvEXT(int texunit, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexParameterfvEXT}(GLenum texunit,...
static final int GL_SAMPLER_CUBE_ARB
GL_ARB_shader_objects Define "GL_SAMPLER_CUBE_ARB" with expression '0x8B60', CType: int
static final int GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV
GL_NV_video_capture Define "GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV" with expression '0x9036',...
void glGetVertexAttribivARB(int index, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribivARB}(GLuint index,...
static final int GL_BLUE_BIAS
GL_VERSION_1_0 Define "GL_BLUE_BIAS" with expression '0x0D1B', CType: int
void glVertexAttrib4sARB(int index, short x, short y, short z, short w)
Entry point to C language function: void {@native glVertexAttrib4sARB}(GLuint index,...
void glNormal3d(double nx, double ny, double nz)
Entry point to C language function: void {@native glNormal3d}(GLdouble nx, GLdouble ny,...
void glVertexAttrib1hv(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib1hv}(GLuint index,...
void glVertexAttrib4ivARB(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4ivARB}(GLuint index,...
void glTextureParameterivEXT(int texture, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glTextureParameterivEXT}(GLuint texture,...
boolean glIsVertexAttribEnabledAPPLE(int index, int pname)
Entry point to C language function: GLboolean {@native glIsVertexAttribEnabledAPPLE}(GLuint index,...
void glVideoCaptureStreamParameterfvNV(int video_capture_slot, int stream, int pname, FloatBuffer params)
Entry point to C language function: void {@native glVideoCaptureStreamParameterfvNV}(GLuint video_ca...
static final int GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_DATA_DOUBLE_INTEL" with expression '0x94FB',...
static final int GL_TEXTURE_CONSTANT_DATA_SUNX
GL_SUNX_constant_data Define "GL_TEXTURE_CONSTANT_DATA_SUNX" with expression '0x81D6',...
static final int GL_TEXTURE_FILTER_CONTROL
GL_VERSION_1_4, GL_EXT_texture_lod_bias Alias for: GL_TEXTURE_FILTER_CONTROL_EXT Define "GL_TEXTURE_...
void glWindowPos3iv(int[] v, int v_offset)
Entry point to C language function: void {@native glWindowPos3iv}(const GLint * v) Part of GL_VERS...
static final int GL_TRANSPOSE_CURRENT_MATRIX_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_TRANSPOSE_CURRENT_MATRIX_ARB" with expressi...
static final int GL_TEXTURE_COMPARE_FAIL_VALUE_ARB
GL_ARB_shadow_ambient Define "GL_TEXTURE_COMPARE_FAIL_VALUE_ARB" with expression '0x80BF',...
void glProgramUniformMatrix2x3dvEXT(int program, int location, int count, boolean transpose, double[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniformMatrix2x3dvEXT}(GLuint program,...
static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1
GL_EXT_texture_sRGB, GL_NV_sRGB_formats Alias for: GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT,...
void glMultiTexCoord3bvOES(int texture, ByteBuffer coords)
Entry point to C language function: void {@native glMultiTexCoord3bvOES}(GLenum texture,...
void glProgramLocalParameterI4iNV(int target, int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glProgramLocalParameterI4iNV}(GLenum target,...
void glMultiTexCoord4bvOES(int texture, byte[] coords, int coords_offset)
Entry point to C language function: void {@native glMultiTexCoord4bvOES}(GLenum texture,...
static final int GL_MAP1_TEXTURE_COORD_1
GL_VERSION_1_0 Define "GL_MAP1_TEXTURE_COORD_1" with expression '0x0D93', CType: int
static final int GL_OP_LOG_BASE_2_EXT
GL_EXT_vertex_shader Define "GL_OP_LOG_BASE_2_EXT" with expression '0x8792', CType: int
static final int GL_RESAMPLE_ZERO_FILL_OML
GL_OML_resample Define "GL_RESAMPLE_ZERO_FILL_OML" with expression '0x8987', CType: int
void glEnableVariantClientStateEXT(int id)
Entry point to C language function: void {@native glEnableVariantClientStateEXT}(GLuint id) Part o...
void glGetSeparableFilter(int target, int format, int type, Buffer row, Buffer column, Buffer span)
Entry point to C language function: void {@native glGetSeparableFilter}(GLenum target,...
void glVertex4bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glVertex4bvOES}(const GLbyte * coords) Part of G...
static final int GL_FLOAT_VEC2_ARB
GL_ARB_shader_objects Define "GL_FLOAT_VEC2_ARB" with expression '0x8B50', CType: int
static final int GL_OUTPUT_TEXTURE_COORD11_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD11_EXT" with expression '0x87A8',...
static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5
GL_EXT_texture_sRGB, GL_NV_sRGB_formats Alias for: GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT,...
void glWindowPos3dv(double[] v, int v_offset)
Entry point to C language function: void {@native glWindowPos3dv}(const GLdouble * v) Part of GL_V...
void glMultiTexCoord1fv(int target, float[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord1fv}(GLenum target,...
void glVertexAttrib1svARB(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib1svARB}(GLuint index,...
void glNormal3sv(short[] v, int v_offset)
Entry point to C language function: void {@native glNormal3sv}(const GLshort * v) Part of GL_VERSI...
void glVertexAttribs2hv(int index, int n, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribs2hv}(GLuint index,...
void glVertexAttrib4svARB(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4svARB}(GLuint index,...
static final int GL_FRAGMENT_PROGRAM_ARB
GL_ARB_fragment_program Define "GL_FRAGMENT_PROGRAM_ARB" with expression '0x8804',...
static final int GL_T2F_N3F_V3F
GL_VERSION_1_1 Define "GL_T2F_N3F_V3F" with expression '0x2A2B', CType: int
static final int GL_MATRIX4_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX4_ARB" with expression '0x88C4',...
void glTexCoord1f(float s)
Entry point to C language function: void {@native glTexCoord1f}(GLfloat s) Part of GL_VERSION_1_0
static final int GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV
GL_NV_texture_shader3 Define "GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV" with expression '0x8855',...
static final int GL_VARIANT_VALUE_EXT
GL_EXT_vertex_shader Define "GL_VARIANT_VALUE_EXT" with expression '0x87E4', CType: int
static final int GL_UNSIGNED_INT64_VEC4_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT64_VEC4_NV" with expression '0x8FF7...
static final int GL_VERTEX_ID_SWIZZLE_AMD
GL_AMD_interleaved_elements Define "GL_VERTEX_ID_SWIZZLE_AMD" with expression '0x91A5',...
static final int GL_INTENSITY8_SNORM
GL_EXT_texture_snorm Define "GL_INTENSITY8_SNORM" with expression '0x9017', CType: int
static final int GL_ATTRIBUTE_ADDRESS_COMMAND_NV
GL_NV_command_list Define "GL_ATTRIBUTE_ADDRESS_COMMAND_NV" with expression '0x0009',...
void glEvalCoord1fv(float[] u, int u_offset)
Entry point to C language function: void {@native glEvalCoord1fv}(const GLfloat * u) Part of GL_VE...
void glGetVertexAttribLi64vNV(int index, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetVertexAttribLi64vNV}(GLuint index,...
void glNormal3hv(short[] v, int v_offset)
Entry point to C language function: void {@native glNormal3hv}(const GLhalfNV * v) Part of GL_NV_h...
void glMultiTexParameterfEXT(int texunit, int target, int pname, float param)
Entry point to C language function: void {@native glMultiTexParameterfEXT}(GLenum texunit,...
long glVDPAURegisterOutputSurfaceNV(Buffer vdpSurface, int target, int numTextureNames, IntBuffer textureNames)
Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterOutputSurfaceNV}(const ...
void glCopyMultiTexSubImage2DEXT(int texunit, int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyMultiTexSubImage2DEXT}(GLenum texunit,...
void glTexGenfv(int coord, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glTexGenfv}(GLenum coord, GLenum pname,...
static final int GL_STENCIL_REF_COMMAND_NV
GL_NV_command_list Define "GL_STENCIL_REF_COMMAND_NV" with expression '0x000C', CType: int
static final int GL_UNSIGNED_INT64_VEC3_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT64_VEC3_NV" with expression '0x8FF6...
static final int GL_STORAGE_CACHED_APPLE
GL_APPLE_texture_range, GL_APPLE_vertex_array_range Define "GL_STORAGE_CACHED_APPLE" with expression ...
static final int GL_LOGIC_OP
GL_VERSION_1_0 Define "GL_LOGIC_OP" with expression '0x0BF1', CType: int
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET
GL_OES_texture_3D, GL_EXT_framebuffer_object Alias for: GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_...
static final int GL_SUCCESS_NV
GL_NV_video_capture Define "GL_SUCCESS_NV" with expression '0x902F', CType: int
static final int GL_MODELVIEW18_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW18_ARB" with expression '0x8732', CType: int
void glGetObjectParameterivAPPLE(int objectType, int name, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetObjectParameterivAPPLE}(GLenum objectType,...
static final int GL_ELEMENT_ADDRESS_COMMAND_NV
GL_NV_command_list Define "GL_ELEMENT_ADDRESS_COMMAND_NV" with expression '0x0008',...
void glEdgeFlagPointer(int stride, long ptr_buffer_offset)
Entry point to C language function: void {@native glEdgeFlagPointer}(GLsizei stride,...
static final int GL_COMPILE_AND_EXECUTE
GL_VERSION_1_0 Define "GL_COMPILE_AND_EXECUTE" with expression '0x1301', CType: int
void glDisableIndexed(int target, int index)
Entry point to C language function: void {@native glDisableIndexed}(GLenum target,...
static final int GL_MODELVIEW7_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW7_ARB" with expression '0x8727', CType: int
static final int GL_FLOAT16_VEC2_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_FLOAT16_VEC2_NV" with expression '0x8FF9',...
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT
GL_EXT_vertex_shader Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT" with expression '0x87CA...
static final int GL_UNSIGNED_INT64_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_UNSIGNED_INT64_NV" with expression '0x140F',...
static final int GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB
GL_ARB_fragment_program Define "GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB" with expression '0x8810',...
void glVertexArrayBindVertexBufferEXT(int vaobj, int bindingindex, int buffer, long offset, int stride)
Entry point to C language function: void {@native glVertexArrayBindVertexBufferEXT}(GLuint vaobj,...
static final int GL_QUERY_BUFFER_AMD
GL_AMD_query_buffer_object Define "GL_QUERY_BUFFER_AMD" with expression '0x9192', CType: int
static final int GL_HISTOGRAM_LUMINANCE_SIZE
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_HISTOGRAM_LUMINANCE_SIZE_EXT Define "GL_HISTOGRAM_LUM...
static final int GL_VERTEX_SHADER_EXT
GL_EXT_vertex_shader Define "GL_VERTEX_SHADER_EXT" with expression '0x8780', CType: int
void glVertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w)
Entry point to C language function: void {@native glVertexAttrib4NubARB}(GLuint index,...
void glGetPerfMonitorCountersAMD(int group, IntBuffer numCounters, IntBuffer maxActiveCounters, int counterSize, IntBuffer counters)
Entry point to C language function: void {@native glGetPerfMonitorCountersAMD}(GLuint group,...
void glVertex3sv(short[] v, int v_offset)
Entry point to C language function: void {@native glVertex3sv}(const GLshort * v) Part of GL_VERSI...
static final int GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT
GL_EXT_bindable_uniform Define "GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT" with expression '0x8DE3',...
static final int GL_QUERY_OBJECT_AMD
GL_AMD_name_gen_delete Define "GL_QUERY_OBJECT_AMD" with expression '0x9153', CType: int
static final int GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT
GL_EXT_vertex_shader Define "GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT" with expression '0x87CE',...
void glMultiTexCoord4sv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4sv}(GLenum target,...
static final int GL_VERTEX_PROGRAM_ARB
GL_ARB_vertex_program Define "GL_VERTEX_PROGRAM_ARB" with expression '0x8620', CType: int
static final int GL_DS_SCALE_NV
GL_NV_texture_shader Define "GL_DS_SCALE_NV" with expression '0x8710', CType: int
static final int GL_CONSERVATIVE_RASTER_DILATE_GRANULARITY_NV
GL_NV_conservative_raster_dilate Define "GL_CONSERVATIVE_RASTER_DILATE_GRANULARITY_NV" with expressio...
static final int GL_PROGRAM_BINDING_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_BINDING_ARB" with expression '0x867...
static final int GL_MATRIX1_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX1_ARB" with expression '0x88C1',...
static final int GL_MAX_EVAL_ORDER
GL_VERSION_1_0 Define "GL_MAX_EVAL_ORDER" with expression '0x0D30', CType: int
static final int GL_MAP1_VERTEX_3
GL_VERSION_1_0 Define "GL_MAP1_VERTEX_3" with expression '0x0D97', CType: int
static final int GL_RGB_S3TC
GL_S3_s3tc Define "GL_RGB_S3TC" with expression '0x83A0', CType: int
static final int GL_MIRROR_CLAMP_TO_EDGE_EXT
GL_EXT_texture_mirror_clamp Define "GL_MIRROR_CLAMP_TO_EDGE_EXT" with expression '0x8743',...
void glTexCoord2d(double s, double t)
Entry point to C language function: void {@native glTexCoord2d}(GLdouble s, GLdouble t) Part of GL...
static final int GL_CMYK_EXT
GL_EXT_cmyka Define "GL_CMYK_EXT" with expression '0x800C', CType: int
void glGetNamedProgramLocalParameterIuivEXT(int program, int target, int index, IntBuffer params)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint pro...
static final int GL_COLOR_TABLE_ALPHA_SIZE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_ALPHA_SIZE_SGI Define "GL_COLOR_TABLE_A...
static final int GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV
GL_NV_gpu_program5 Define "GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV" with expression '0x8E5A',...
static final int GL_AUX_BUFFERS
GL_VERSION_1_0 Define "GL_AUX_BUFFERS" with expression '0x0C00', CType: int
static final int GL_MAP2_NORMAL
GL_VERSION_1_0 Define "GL_MAP2_NORMAL" with expression '0x0DB2', CType: int
void glUniform4ui64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform4ui64vNV}(GLint location,...
void glGetMultiTexParameterIivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMultiTexParameterIivEXT}(GLenum texunit,...
static final int GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB" with expre...
static final int GL_PIXEL_MAP_G_TO_G_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_G_TO_G_SIZE" with expression '0x0CB7', CType: int
void glTexCoord3fv(float[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord3fv}(const GLfloat * v) Part of GL_VER...
void glRasterPos2sv(ShortBuffer v)
Entry point to C language function: void {@native glRasterPos2sv}(const GLshort * v) Part of GL_VE...
static final int GL_BLEND_COLOR_COMMAND_NV
GL_NV_command_list Define "GL_BLEND_COLOR_COMMAND_NV" with expression '0x000B', CType: int
void glGetnPolygonStipple(int bufSize, byte[] pattern, int pattern_offset)
Entry point to C language function: void {@native glGetnPolygonStipple}(GLsizei bufSize,...
void glProgramBufferParametersIivNV(int target, int bindingIndex, int wordIndex, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramBufferParametersIivNV}(GLenum target,...
int glGenSymbolsEXT(int datatype, int storagetype, int range, int components)
Entry point to C language function: GLuint {@native glGenSymbolsEXT}(GLenum datatype,...
void glGetCoverageModulationTableNV(int bufsize, FloatBuffer v)
Entry point to C language function: void {@native glGetCoverageModulationTableNV}(GLsizei bufsize,...
void glInterleavedArrays(int format, int stride, long pointer_buffer_offset)
Entry point to C language function: void {@native glInterleavedArrays}(GLenum format,...
void glMultiTexParameterivEXT(int texunit, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexParameterivEXT}(GLenum texunit,...
static final int GL_INT_IMAGE_2D_MULTISAMPLE
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
void glUniform4ui64NV(int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glUniform4ui64NV}(GLint location,...
static final int GL_W_EXT
GL_EXT_vertex_shader Define "GL_W_EXT" with expression '0x87D8', CType: int
void glNamedProgramLocalParameters4fvEXT(int program, int target, int index, int count, FloatBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParameters4fvEXT}(GLuint progra...
void glScaled(double x, double y, double z)
Entry point to C language function: void {@native glScaled}(GLdouble x, GLdouble y,...
void glProgramUniform4i64NV(int program, int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glProgramUniform4i64NV}(GLuint program,...
void glVariantubvEXT(int id, byte[] addr, int addr_offset)
Entry point to C language function: void {@native glVariantubvEXT}(GLuint id, const GLubyte * addr) ...
void glTexCoord1h(short s)
Entry point to C language function: void {@native glTexCoord1h}(GLhalfNV s) Part of GL_NV_half_flo...
void glProgramUniform2ui64NV(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2ui64NV}(GLuint program,...
void glLoadTransposeMatrixd(double[] m, int m_offset)
Entry point to C language function: void {@native glLoadTransposeMatrixd}(const GLdouble * m) Part...
void glCreateStatesNV(int n, int[] states, int states_offset)
Entry point to C language function: void {@native glCreateStatesNV}(GLsizei n, GLuint * states) Pa...
void glVertexAttrib1fARB(int index, float x)
Entry point to C language function: void {@native glVertexAttrib1fARB}(GLuint index,...
void glCompressedTextureImage3DEXT(int texture, int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureImage3DEXT}(GLuint texture,...
static final int GL_CURRENT_MATRIX_STACK_DEPTH_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_CURRENT_MATRIX_STACK_DEPTH_ARB" with expres...
static final int GL_OBJECT_PLANE
GL_VERSION_1_0 Define "GL_OBJECT_PLANE" with expression '0x2501', CType: int
void glGetHistogramParameterfv(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetHistogramParameterfv}(GLenum target,...
static final int GL_INDEX_ARRAY_POINTER
GL_VERSION_1_1, GL_EXT_vertex_array Alias for: GL_INDEX_ARRAY_POINTER_EXT Define "GL_INDEX_ARRAY_POI...
static final int GL_LUMINANCE4
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_LUMINANCE4_EXT Define "GL_LUMINANCE4" with expression '...
boolean glIsCommandListNV(int list)
Entry point to C language function: GLboolean {@native glIsCommandListNV}(GLuint list) Part of GL_...
void glGetInvariantBooleanvEXT(int id, int value, ByteBuffer data)
Entry point to C language function: void {@native glGetInvariantBooleanvEXT}(GLuint id,...
void glNamedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint prog...
void glIndexfv(float[] c, int c_offset)
Entry point to C language function: void {@native glIndexfv}(const GLfloat * c) Part of GL_VERSION...
void glProgramUniform1ui64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform1ui64vNV}(GLuint program,...
static final int GL_DEPENDENT_RGB_TEXTURE_3D_NV
GL_NV_texture_shader3 Define "GL_DEPENDENT_RGB_TEXTURE_3D_NV" with expression '0x8859',...
void glEvalCoord2dv(double[] u, int u_offset)
Entry point to C language function: void {@native glEvalCoord2dv}(const GLdouble * u) Part of GL_V...
void glFramebufferTextureMultiviewOVR(int target, int attachment, int texture, int level, int baseViewIndex, int numViews)
Entry point to C language function: void {@native glFramebufferTextureMultiviewOVR}(GLenum target,...
static final int GL_OUTPUT_TEXTURE_COORD5_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD5_EXT" with expression '0x87A2',...
static final int GL_INTENSITY8I
GL_EXT_texture_integer Alias for: GL_INTENSITY8I_EXT Define "GL_INTENSITY8I" with expression '0x8D91...
void glVertex3bvOES(byte[] coords, int coords_offset)
Entry point to C language function: void {@native glVertex3bvOES}(const GLbyte * coords) Part of G...
static final int GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV
GL_NV_gpu_program5 Define "GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_NV" with expression '0x8E5E',...
static final int GL_OP_FRAC_EXT
GL_EXT_vertex_shader Define "GL_OP_FRAC_EXT" with expression '0x8789', CType: int
void glGetPerfQueryIdByNameINTEL(byte[] queryName, int queryName_offset, int[] queryId, int queryId_offset)
Entry point to C language function: void {@native glGetPerfQueryIdByNameINTEL}(GLchar * queryName,...
void glGetMultisamplefvNV(int pname, int index, FloatBuffer val)
Entry point to C language function: void {@native glGetMultisamplefvNV}(GLenum pname,...
void glMultMatrixd(double[] m, int m_offset)
Entry point to C language function: void {@native glMultMatrixd}(const GLdouble * m) Part of GL_VE...
void glVertexAttrib4NsvARB(int index, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4NsvARB}(GLuint index,...
static final int GL_DRAW_BUFFER13_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER13_ATI" with expression '0x8832', CType: int
static final int GL_EVAL_VERTEX_ATTRIB1_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB1_NV" with expression '0x86C7', CType: int
static final int GL_N3F_V3F
GL_VERSION_1_1 Define "GL_N3F_V3F" with expression '0x2A25', CType: int
void glResolveDepthValuesNV()
Entry point to C language function: void {@native glResolveDepthValuesNV}() Part of GL_NV_sample_l...
void glRasterPos2dv(DoubleBuffer v)
Entry point to C language function: void {@native glRasterPos2dv}(const GLdouble * v) Part of GL_V...
void glIndexs(short c)
Entry point to C language function: void {@native glIndexs}(GLshort c) Part of GL_VERSION_1_0
static final int GL_PERFQUERY_GLOBAL_CONTEXT_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_GLOBAL_CONTEXT_INTEL" with expression '0x00000001',...
static final int GL_DRAW_BUFFER1_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER1_ATI" with expression '0x8826', CType: int
static final int GL_PERFQUERY_WAIT_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_WAIT_INTEL" with expression '0x83FB',...
void glEvalMesh1(int mode, int i1, int i2)
Entry point to C language function: void {@native glEvalMesh1}(GLenum mode, GLint i1,...
static final int GL_TEXTURE_RENDERBUFFER_NV
GL_NV_explicit_multisample Define "GL_TEXTURE_RENDERBUFFER_NV" with expression '0x8E55',...
void glProgramEnvParameter4fARB(int target, int index, float x, float y, float z, float w)
Entry point to C language function: void {@native glProgramEnvParameter4fARB}(GLenum target,...
void glVariantuivEXT(int id, int[] addr, int addr_offset)
Entry point to C language function: void {@native glVariantuivEXT}(GLuint id, const GLuint * addr) ...
void glVertexAttribs1hv(int index, int n, short[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribs1hv}(GLuint index,...
void glWindowPos3i(int x, int y, int z)
Entry point to C language function: void {@native glWindowPos3i}(GLint x, GLint y,...
static final int GL_AUX_DEPTH_STENCIL_APPLE
GL_APPLE_aux_depth_stencil Define "GL_AUX_DEPTH_STENCIL_APPLE" with expression '0x8A14',...
void glRasterPos4dv(double[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos4dv}(const GLdouble * v) Part of GL_V...
int glBindLightParameterEXT(int light, int value)
Entry point to C language function: GLuint {@native glBindLightParameterEXT}(GLenum light,...
static final int GL_MODELVIEW27_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW27_ARB" with expression '0x873B', CType: int
void glSecondaryColor3dv(double[] v, int v_offset)
Entry point to C language function: void {@native glSecondaryColor3dv}(const GLdouble * v) Part of...
void glColorTable(int target, int internalformat, int width, int format, int type, Buffer table)
Entry point to C language function: void {@native glColorTable}(GLenum target, GLenum internalformat...
void glDrawBuffersATI(int n, int[] bufs, int bufs_offset)
Entry point to C language function: void {@native glDrawBuffersATI}(GLsizei n, const GLenum * bufs) ...
static final int GL_MAP1_TEXTURE_COORD_3
GL_VERSION_1_0 Define "GL_MAP1_TEXTURE_COORD_3" with expression '0x0D95', CType: int
void glGetVertexAttribIuivEXT(int index, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetVertexAttribIuivEXT}(GLuint index,...
void glVertexAttrib3sARB(int index, short x, short y, short z)
Entry point to C language function: void {@native glVertexAttrib3sARB}(GLuint index,...
boolean glIsProgramARB(int program)
Entry point to C language function: GLboolean {@native glIsProgramARB}(GLuint program) Part of GL_...
void glVertexAttribL3i64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL3i64vNV}(GLuint index,...
static final int GL_IMAGE_2D_MULTISAMPLE
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_IMAGE_2D...
void glBitmap(int width, int height, float xorig, float yorig, float xmove, float ymove, byte[] bitmap, int bitmap_offset)
Entry point to C language function: void {@native glBitmap}(GLsizei width, GLsizei height,...
void glVariantusvEXT(int id, short[] addr, int addr_offset)
Entry point to C language function: void {@native glVariantusvEXT}(GLuint id, const GLushort * addr)...
static final int GL_RENDER
GL_VERSION_1_0 Define "GL_RENDER" with expression '0x1C00', CType: int
static final int GL_MAP2_COLOR_4
GL_VERSION_1_0 Define "GL_MAP2_COLOR_4" with expression '0x0DB0', CType: int
void glUniform3ui64NV(int location, long x, long y, long z)
Entry point to C language function: void {@native glUniform3ui64NV}(GLint location,...
void glMultiTexCoord2iv(int target, IntBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2iv}(GLenum target,...
static final int GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB" with ex...
void glUniformMatrix2fvARB(int location, int count, boolean transpose, float[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix2fvARB}(GLint location,...
static final int GL_MAP2_TEXTURE_COORD_3
GL_VERSION_1_0 Define "GL_MAP2_TEXTURE_COORD_3" with expression '0x0DB5', CType: int
void glSecondaryColor3d(double red, double green, double blue)
Entry point to C language function: void {@native glSecondaryColor3d}(GLdouble red,...
void glGetTexGendv(int coord, int pname, double[] params, int params_offset)
Entry point to C language function: void {@native glGetTexGendv}(GLenum coord, GLenum pname,...
void glGetTexGeniv(int coord, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetTexGeniv}(GLenum coord, GLenum pname,...
static final int GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD
GL_AMD_occlusion_query_event Define "GL_QUERY_STENCIL_FAIL_EVENT_BIT_AMD" with expression '0x00000004...
void glProgramUniform3dEXT(int program, int location, double x, double y, double z)
Entry point to C language function: void {@native glProgramUniform3dEXT}(GLuint program,...
static final int GL_DATA_BUFFER_AMD
GL_AMD_name_gen_delete Define "GL_DATA_BUFFER_AMD" with expression '0x9151', CType: int
void glGetShaderSourceARB(long obj, int maxLength, IntBuffer length, ByteBuffer source)
Entry point to C language function: void {@native glGetShaderSourceARB}(GLhandleARB obj,...
static final int GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV
GL_NV_texture_shader Define "GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV" with expression '0x86F1',...
void glArrayElement(int i)
Entry point to C language function: void {@native glArrayElement}(GLint i) Part of GL_VERSION_1_1,...
static final int GL_FOG_COORD_ARRAY_BUFFER_BINDING
GL_VERSION_1_5 Define "GL_FOG_COORD_ARRAY_BUFFER_BINDING" with expression '0x889D',...
static final int GL_FOG_COORDINATE_ARRAY_TYPE
GL_VERSION_1_4, GL_EXT_fog_coord Alias for: GL_FOG_COORDINATE_ARRAY_TYPE_EXT Define "GL_FOG_COORDINA...
void glMatrixLoadfEXT(int mode, float[] m, int m_offset)
Entry point to C language function: void {@native glMatrixLoadfEXT}(GLenum mode, const GLfloat * m) ...
void glUniform3ivARB(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform3ivARB}(GLint location,...
static final int GL_PROGRAM_FORMAT_ASCII_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_PROGRAM_FORMAT_ASCII_ARB" with expression '...
void glMultiTexEnvfEXT(int texunit, int target, int pname, float param)
Entry point to C language function: void {@native glMultiTexEnvfEXT}(GLenum texunit,...
static final int GL_IUI_N3F_V2F_EXT
GL_EXT_index_array_formats Define "GL_IUI_N3F_V2F_EXT" with expression '0x81AF', CType: int
void glProgramLocalParameterI4uiNV(int target, int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glProgramLocalParameterI4uiNV}(GLenum target,...
static final int GL_V3F
GL_VERSION_1_1 Define "GL_V3F" with expression '0x2A21', CType: int
static final int GL_OBJECT_INFO_LOG_LENGTH_ARB
GL_ARB_shader_objects Define "GL_OBJECT_INFO_LOG_LENGTH_ARB" with expression '0x8B84',...
static final int GL_ZERO_EXT
GL_EXT_vertex_shader Define "GL_ZERO_EXT" with expression '0x87DD', CType: int
void glRectsv(ShortBuffer v1, ShortBuffer v2)
Entry point to C language function: void {@native glRectsv}(const GLshort * v1, const GLshort * v2) ...
void glVertexAttribL3ui64vNV(int index, long[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribL3ui64vNV}(GLuint index,...
static final int GL_INTENSITY_FLOAT32_ATI
GL_ATI_texture_float Define "GL_INTENSITY_FLOAT32_ATI" with expression '0x8817', CType: int
static final int GL_EYE_RADIAL_NV
GL_NV_fog_distance Define "GL_EYE_RADIAL_NV" with expression '0x855B', CType: int
static final int GL_COLOR_TABLE_BIAS
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_BIAS_SGI Define "GL_COLOR_TABLE_BIAS" w...
static final int GL_SCISSOR_COMMAND_NV
GL_NV_command_list Define "GL_SCISSOR_COMMAND_NV" with expression '0x0011', CType: int
void glVertex2i(int x, int y)
Entry point to C language function: void {@native glVertex2i}(GLint x, GLint y) Part of GL_VERSION...
void glMultiTexCoord2iv(int target, int[] v, int v_offset)
Entry point to C language function: void {@native glMultiTexCoord2iv}(GLenum target,...
static final int GL_OFFSET_TEXTURE_2D_SCALE_NV
GL_NV_texture_shader Define "GL_OFFSET_TEXTURE_2D_SCALE_NV" with expression '0x86E2',...
void glMatrixTranslatedEXT(int mode, double x, double y, double z)
Entry point to C language function: void {@native glMatrixTranslatedEXT}(GLenum mode,...
static final int GL_COLOR_INDEXES
GL_VERSION_1_0 Define "GL_COLOR_INDEXES" with expression '0x1603', CType: int
static final int GL_DEPTH_SAMPLES_NV
GL_NV_framebuffer_mixed_samples Define "GL_DEPTH_SAMPLES_NV" with expression '0x932D',...
void glPixelMapfv(int map, int mapsize, FloatBuffer values)
Entry point to C language function: void {@native glPixelMapfv}(GLenum map, GLint mapsize,...
static final int GL_TEXTURE_SWIZZLE_RGBA_EXT
GL_EXT_texture_swizzle Define "GL_TEXTURE_SWIZZLE_RGBA_EXT" with expression '0x8E46',...
static final int GL_MAP1_NORMAL
GL_VERSION_1_0 Define "GL_MAP1_NORMAL" with expression '0x0D92', CType: int
void glGetnSeparableFilter(int target, int format, int type, int rowBufSize, Buffer row, int columnBufSize, Buffer column, Buffer span)
Entry point to C language function: void {@native glGetnSeparableFilter}(GLenum target,...
void glGetMapParameterivNV(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetMapParameterivNV}(GLenum target,...
void glNamedFramebufferTexture1DEXT(int framebuffer, int attachment, int textarget, int texture, int level)
Entry point to C language function: void {@native glNamedFramebufferTexture1DEXT}(GLuint framebuffer...
static final int GL_HALF_APPLE
GL_APPLE_float_pixels Define "GL_HALF_APPLE" with expression '0x140B', CType: int
static final int GL_PIXEL_MIN_FILTER_EXT
GL_EXT_pixel_transform Define "GL_PIXEL_MIN_FILTER_EXT" with expression '0x8332', CType: int
static final int GL_MIN_LOD_WARNING_AMD
GL_AMD_sparse_texture Define "GL_MIN_LOD_WARNING_AMD" with expression '0x919C', CType: int
static final int GL_HISTOGRAM_GREEN_SIZE
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_HISTOGRAM_GREEN_SIZE_EXT Define "GL_HISTOGRAM_GREEN_S...
void glGetPerfMonitorGroupStringAMD(int group, int bufSize, IntBuffer length, ByteBuffer groupString)
Entry point to C language function: void {@native glGetPerfMonitorGroupStringAMD}(GLuint group,...
void glVertexArrayVertexAttribLOffsetEXT(int vaobj, int buffer, int index, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayVertexAttribLOffsetEXT}(GLuint vaobj,...
int glBindParameterEXT(int value)
Entry point to C language function: GLuint {@native glBindParameterEXT}(GLenum value) Part of GL_E...
static final int GL_TEXTURE_BIT
GL_VERSION_1_0 Define "GL_TEXTURE_BIT" with expression '0x00040000', CType: int
static final int GL_OP_POWER_EXT
GL_EXT_vertex_shader Define "GL_OP_POWER_EXT" with expression '0x8793', CType: int
void glEvalCoord1f(float u)
Entry point to C language function: void {@native glEvalCoord1f}(GLfloat u) Part of GL_VERSION_1_0
static final int GL_POST_CONVOLUTION_ALPHA_BIAS
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_POST_CONVOLUTION_ALPHA_BIAS_EXT Define "GL_POST_CON...
void glDrawTextureNV(int texture, int sampler, float x0, float y0, float x1, float y1, float z, float s0, float t0, float s1, float t1)
Entry point to C language function: void {@native glDrawTextureNV}(GLuint texture,...
void glGenProgramsARB(int n, IntBuffer programs)
Entry point to C language function: void {@native glGenProgramsARB}(GLsizei n, GLuint * programs) ...
void glMapParameterfvNV(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glMapParameterfvNV}(GLenum target,...
void glColor3iv(IntBuffer v)
Entry point to C language function: void {@native glColor3iv}(const GLint * v) Part of GL_VERSION_...
static final int GL_DRAW_ELEMENTS_INSTANCED_COMMAND_NV
GL_NV_command_list Define "GL_DRAW_ELEMENTS_INSTANCED_COMMAND_NV" with expression '0x0006',...
void glNamedFramebufferTextureFaceEXT(int framebuffer, int attachment, int texture, int level, int face)
Entry point to C language function: void {@native glNamedFramebufferTextureFaceEXT}(GLuint framebuff...
static final int GL_OFFSET_TEXTURE_BIAS_NV
GL_NV_texture_shader Define "GL_OFFSET_TEXTURE_BIAS_NV" with expression '0x86E3', CType: int
static final int GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE_SGI Define "GL_...
boolean glUnmapNamedBufferEXT(int buffer)
Entry point to C language function: GLboolean {@native glUnmapNamedBufferEXT}(GLuint buffer) Part ...
void glCompressedTextureImage2DEXT(int texture, int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureImage2DEXT}(GLuint texture,...
void glNamedProgramLocalParameterI4uivEXT(int program, int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParameterI4uivEXT}(GLuint progr...
static final int GL_COMPARE_R_TO_TEXTURE
GL_VERSION_1_4, GL_ARB_shadow Alias for: GL_COMPARE_R_TO_TEXTURE_ARB Define "GL_COMPARE_R_TO_TEXTURE...
static final int GL_SM_COUNT_NV
GL_NV_shader_thread_group Define "GL_SM_COUNT_NV" with expression '0x933B', CType: int
static final int GL_HISTOGRAM_BLUE_SIZE
GL_ARB_imaging, GL_EXT_histogram Alias for: GL_HISTOGRAM_BLUE_SIZE_EXT Define "GL_HISTOGRAM_BLUE_SIZ...
static final int GL_MAP2_TEXTURE_COORD_4
GL_VERSION_1_0 Define "GL_MAP2_TEXTURE_COORD_4" with expression '0x0DB6', CType: int
void glRasterPos2dv(double[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos2dv}(const GLdouble * v) Part of GL_V...
void glUniform1fvARB(int location, int count, FloatBuffer value)
Entry point to C language function: void {@native glUniform1fvARB}(GLint location,...
static final int GL_VERTEX_ATTRIB_MAP2_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP2_APPLE" with expression '0x8A01',...
void glNamedFramebufferParameteri(int framebuffer, int pname, int param)
Entry point to C language function: void {@native glNamedFramebufferParameteri}(GLuint framebuffer,...
static final int GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB" with expr...
static final int GL_TEXTURE_INTENSITY_SIZE
GL_VERSION_1_0, GL_EXT_texture Alias for: GL_TEXTURE_INTENSITY_SIZE_EXT Define "GL_TEXTURE_INTENSITY...
void glMultiTexCoord2dv(int target, DoubleBuffer v)
Entry point to C language function: void {@native glMultiTexCoord2dv}(GLenum target,...
void glGetColorTableParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetColorTableParameteriv}(GLenum target,...
void glVertexArrayRangeAPPLE(int length, Buffer pointer)
Entry point to C language function: void {@native glVertexArrayRangeAPPLE}(GLsizei length,...
static final int GL_CONSTANT_BORDER
GL_ARB_imaging, GL_HP_convolution_border_modes Alias for: GL_CONSTANT_BORDER_HP Define "GL_CONSTANT_...
void glGetnMapfv(int target, int query, int bufSize, float[] v, int v_offset)
Entry point to C language function: void {@native glGetnMapfv}(GLenum target, GLenum query,...
void glColor4iv(IntBuffer v)
Entry point to C language function: void {@native glColor4iv}(const GLint * v) Part of GL_VERSION_...
static final int GL_MAX_PROGRAM_MATRICES_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MAX_PROGRAM_MATRICES_ARB" with expression '...
void glCreatePerfQueryINTEL(int queryId, IntBuffer queryHandle)
Entry point to C language function: void {@native glCreatePerfQueryINTEL}(GLuint queryId,...
void glGetVertexAttribdvARB(int index, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glGetVertexAttribdvARB}(GLuint index,...
void glGetNamedProgramivEXT(int program, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramivEXT}(GLuint program,...
static final int GL_PROGRAM_TEX_INSTRUCTIONS_ARB
GL_ARB_fragment_program Define "GL_PROGRAM_TEX_INSTRUCTIONS_ARB" with expression '0x8806',...
void glEndPerfQueryINTEL(int queryHandle)
Entry point to C language function: void {@native glEndPerfQueryINTEL}(GLuint queryHandle) Part of...
static final int GL_EVAL_VERTEX_ATTRIB13_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB13_NV" with expression '0x86D3', CType: int
static final int GL_COLOR_SUM_ARB
GL_ARB_vertex_program Define "GL_COLOR_SUM_ARB" with expression '0x8458', CType: int
static final int GL_BOOL_VEC4_ARB
GL_ARB_shader_objects Define "GL_BOOL_VEC4_ARB" with expression '0x8B59', CType: int
void glPixelZoom(float xfactor, float yfactor)
Entry point to C language function: void {@native glPixelZoom}(GLfloat xfactor, GLfloat yfactor) P...
void glLoadTransposeMatrixf(float[] m, int m_offset)
Entry point to C language function: void {@native glLoadTransposeMatrixf}(const GLfloat * m) Part ...
static final int GL_FRAGMENT_COLOR_EXT
GL_EXT_light_texture Define "GL_FRAGMENT_COLOR_EXT" with expression '0x834C', CType: int
void glTexCoord1dv(DoubleBuffer v)
Entry point to C language function: void {@native glTexCoord1dv}(const GLdouble * v) Part of GL_VE...
static final int GL_POST_CONVOLUTION_RED_SCALE
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_POST_CONVOLUTION_RED_SCALE_EXT Define "GL_POST_CONV...
void glTexCoord3dv(double[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord3dv}(const GLdouble * v) Part of GL_VE...
static final int GL_MAX_CONVOLUTION_HEIGHT
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_MAX_CONVOLUTION_HEIGHT_EXT Define "GL_MAX_CONVOLUTI...
static final int GL_COLOR_TABLE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_SGI Define "GL_COLOR_TABLE" with expres...
static final int GL_NEGATIVE_Z_EXT
GL_EXT_vertex_shader Define "GL_NEGATIVE_Z_EXT" with expression '0x87DB', CType: int
void glNamedFramebufferRenderbufferEXT(int framebuffer, int attachment, int renderbuffertarget, int renderbuffer)
Entry point to C language function: void {@native glNamedFramebufferRenderbufferEXT}(GLuint framebuf...
void glClearNamedBufferData(int buffer, int internalformat, int format, int type, Buffer data)
Entry point to C language function: void {@native glClearNamedBufferData}(GLuint buffer,...
void glTextureParameterIuivEXT(int texture, int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTextureParameterIuivEXT}(GLuint texture,...
static final int GL_LUMINANCE6_ALPHA2
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_LUMINANCE6_ALPHA2_EXT Define "GL_LUMINANCE6_ALPHA2" wit...
static final int GL_PN_TRIANGLES_NORMAL_MODE_ATI
GL_ATI_pn_triangles Define "GL_PN_TRIANGLES_NORMAL_MODE_ATI" with expression '0x87F3',...
void glProgramUniform2i64vNV(int program, int location, int count, LongBuffer value)
Entry point to C language function: void {@native glProgramUniform2i64vNV}(GLuint program,...
void glRectfv(float[] v1, int v1_offset, float[] v2, int v2_offset)
Entry point to C language function: void {@native glRectfv}(const GLfloat * v1, const GLfloat * v2) ...
static final int GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB
GL_ARB_texture_rectangle Define "GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB" with expression '0x84F8',...
static final int GL_MATRIX30_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX30_ARB" with expression '0x88DE',...
void glColorTableParameteriv(int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glColorTableParameteriv}(GLenum target,...
void glClearIndex(float c)
Entry point to C language function: void {@native glClearIndex}(GLfloat c) Part of GL_VERSION_1_0
void glNamedProgramLocalParametersI4uivEXT(int program, int target, int index, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glNamedProgramLocalParametersI4uivEXT}(GLuint prog...
void glVertexAttrib4dvARB(int index, double[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttrib4dvARB}(GLuint index,...
static final int GL_DEPTH_STENCIL_TO_BGRA_NV
GL_NV_copy_depth_to_color Define "GL_DEPTH_STENCIL_TO_BGRA_NV" with expression '0x886F',...
static final int GL_SIGNED_INTENSITY8_NV
GL_NV_texture_shader Define "GL_SIGNED_INTENSITY8_NV" with expression '0x8708', CType: int
void glGetnPixelMapuiv(int map, int bufSize, int[] values, int values_offset)
Entry point to C language function: void {@native glGetnPixelMapuiv}(GLenum map, GLsizei bufSize,...
static final int GL_CONVOLUTION_FILTER_SCALE
GL_ARB_imaging, GL_EXT_convolution Alias for: GL_CONVOLUTION_FILTER_SCALE_EXT Define "GL_CONVOLUTION...
static final int GL_MATRIX29_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX29_ARB" with expression '0x88DD',...
void glVariantubvEXT(int id, ByteBuffer addr)
Entry point to C language function: void {@native glVariantubvEXT}(GLuint id, const GLubyte * addr) ...
static final int GL_LINE_STIPPLE_PATTERN
GL_VERSION_1_0 Define "GL_LINE_STIPPLE_PATTERN" with expression '0x0B25', CType: int
static final int GL_RGBA4_S3TC
GL_S3_s3tc Define "GL_RGBA4_S3TC" with expression '0x83A3', CType: int
void glBeginPerfQueryINTEL(int queryHandle)
Entry point to C language function: void {@native glBeginPerfQueryINTEL}(GLuint queryHandle) Part ...
static final int GL_OUTPUT_TEXTURE_COORD14_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD14_EXT" with expression '0x87AB',...
static final int GL_TEXTURE_NORMAL_EXT
GL_EXT_texture_perturb_normal Define "GL_TEXTURE_NORMAL_EXT" with expression '0x85AF',...
static final int GL_SIGNED_HILO16_NV
GL_NV_texture_shader Define "GL_SIGNED_HILO16_NV" with expression '0x86FA', CType: int
void glGetVariantBooleanvEXT(int id, int value, ByteBuffer data)
Entry point to C language function: void {@native glGetVariantBooleanvEXT}(GLuint id,...
void glGetTextureLevelParameterivEXT(int texture, int target, int level, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetTextureLevelParameterivEXT}(GLuint texture,...
void glGetnMapfv(int target, int query, int bufSize, FloatBuffer v)
Entry point to C language function: void {@native glGetnMapfv}(GLenum target, GLenum query,...
void glTexCoord3hv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord3hv}(const GLhalfNV * v) Part of GL_NV...
void glUniform4ivARB(int location, int count, IntBuffer value)
Entry point to C language function: void {@native glUniform4ivARB}(GLint location,...
void glMultiTexCoord4dv(int target, DoubleBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4dv}(GLenum target,...
static final int GL_FOG_COORDINATE
GL_VERSION_1_4, GL_EXT_fog_coord Alias for: GL_FOG_COORDINATE_EXT Define "GL_FOG_COORDINATE" with ex...
static final int GL_OUTPUT_TEXTURE_COORD18_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD18_EXT" with expression '0x87AF',...
static final int GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_COUNTER_DATA_BOOL32_INTEL" with expression '0x94FC',...
void glUniformMatrix3fvARB(int location, int count, boolean transpose, float[] value, int value_offset)
Entry point to C language function: void {@native glUniformMatrix3fvARB}(GLint location,...
void glVertexAttribs3hv(int index, int n, ShortBuffer v)
Entry point to C language function: void {@native glVertexAttribs3hv}(GLuint index,...
static final int GL_REFLECTION_MAP
GL_VERSION_1_3, GL_OES_texture_cube_map, GL_ARB_texture_cube_map, GL_EXT_texture_cube_map,...
static final int GL_PREVIOUS_TEXTURE_INPUT_NV
GL_NV_texture_shader Define "GL_PREVIOUS_TEXTURE_INPUT_NV" with expression '0x86E4',...
void glColor4d(double red, double green, double blue, double alpha)
Entry point to C language function: void {@native glColor4d}(GLdouble red, GLdouble green,...
void glBufferParameteri(int target, int pname, int param)
Entry point to C language function: void {@native glBufferParameteri}(GLenum target,...
void glProgramLocalParameterI4uivNV(int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramLocalParameterI4uivNV}(GLenum target,...
void glProgramLocalParameter4dARB(int target, int index, double x, double y, double z, double w)
Entry point to C language function: void {@native glProgramLocalParameter4dARB}(GLenum target,...
void glGetUniformi64vNV(int program, int location, LongBuffer params)
Entry point to C language function: void {@native glGetUniformi64vNV}(GLuint program,...
void glTexCoord4fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord4fv}(const GLfloat * v) Part of GL_VER...
void glGetMultiTexLevelParameterivEXT(int texunit, int target, int level, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexLevelParameterivEXT}(GLenum texunit,...
static final int GL_FLOAT_R16_NV
GL_NV_float_buffer Define "GL_FLOAT_R16_NV" with expression '0x8884', CType: int
static final int GL_INDEX_MATERIAL_EXT
GL_EXT_index_material Define "GL_INDEX_MATERIAL_EXT" with expression '0x81B8', CType: int
static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR
GL_OVR_multiview Define "GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR" with expression '0x9630',...
void glGetTextureLevelParameterfvEXT(int texture, int target, int level, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetTextureLevelParameterfvEXT}(GLuint texture,...
static final int GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV
GL_NV_geometry_program4 Define "GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV" with expression '0x8C28',...
static final int GL_PIXEL_MAP_B_TO_B_SIZE
GL_VERSION_1_0 Define "GL_PIXEL_MAP_B_TO_B_SIZE" with expression '0x0CB8', CType: int
void glGetMultiTexParameterivEXT(int texunit, int target, int pname, IntBuffer params)
Entry point to C language function: void {@native glGetMultiTexParameterivEXT}(GLenum texunit,...
void glIndexub(byte c)
Entry point to C language function: void {@native glIndexub}(GLubyte c) Part of GL_VERSION_1_1
void glCompressedMultiTexImage1DEXT(int texunit, int target, int level, int internalformat, int width, int border, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexImage1DEXT}(GLenum texunit,...
void glTexStorageSparseAMD(int target, int internalFormat, int width, int height, int depth, int layers, int flags)
Entry point to C language function: void {@native glTexStorageSparseAMD}(GLenum target,...
static final int GL_BITMAP
GL_VERSION_1_0 Define "GL_BITMAP" with expression '0x1A00', CType: int
void glProgramEnvParameter4dvARB(int target, int index, double[] params, int params_offset)
Entry point to C language function: void {@native glProgramEnvParameter4dvARB}(GLenum target,...
static final int GL_SAMPLE_MASK_NV
GL_NV_explicit_multisample Define "GL_SAMPLE_MASK_NV" with expression '0x8E51', CType: int
static final int GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB
GL_ARB_fragment_program Define "GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB" with expression '0x8808',...
static final int GL_DRAW_BUFFER3_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER3_ATI" with expression '0x8828', CType: int
static final int GL_INDEX
GL_ARB_framebuffer_object, GL_VERSION_3_0 Define "GL_INDEX" with expression '0x8222',...
static final int GL_VERTEX_ELEMENT_SWIZZLE_AMD
GL_AMD_interleaved_elements Define "GL_VERTEX_ELEMENT_SWIZZLE_AMD" with expression '0x91A4',...
static final int GL_WEIGHT_ARRAY_TYPE_ARB
GL_ARB_vertex_blend Define "GL_WEIGHT_ARRAY_TYPE_ARB" with expression '0x86A9', CType: int
void glFogCoordfv(float[] coord, int coord_offset)
Entry point to C language function: void {@native glFogCoordfv}(const GLfloat * coord) Part of GL_...
void glMapParameterfvNV(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glMapParameterfvNV}(GLenum target,...
static final int GL_STENCIL_TEST_TWO_SIDE_EXT
GL_EXT_stencil_two_side Define "GL_STENCIL_TEST_TWO_SIDE_EXT" with expression '0x8910',...
void glVertex3bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glVertex3bvOES}(const GLbyte * coords) Part of G...
static final int GL_MODELVIEW14_ARB
GL_ARB_vertex_blend Define "GL_MODELVIEW14_ARB" with expression '0x872E', CType: int
void glGetConvolutionFilter(int target, int format, int type, long image_buffer_offset)
Entry point to C language function: void {@native glGetConvolutionFilter}(GLenum target,...
static final int GL_EVAL_VERTEX_ATTRIB2_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB2_NV" with expression '0x86C8', CType: int
static final int GL_LUMINANCE_ALPHA_SNORM
GL_EXT_texture_snorm Define "GL_LUMINANCE_ALPHA_SNORM" with expression '0x9012', CType: int
int glGetCommandHeaderNV(int tokenID, int size)
Entry point to C language function: GLuint {@native glGetCommandHeaderNV}(GLenum tokenID,...
static final int GL_MATRIX25_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX25_ARB" with expression '0x88D9',...
static final int GL_T2F_IUI_V2F_EXT
GL_EXT_index_array_formats Define "GL_T2F_IUI_V2F_EXT" with expression '0x81B1', CType: int
static final int GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV
GL_NV_texture_shader Define "GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV" with expression '0x870D',...
static final int GL_OP_CROSS_PRODUCT_EXT
GL_EXT_vertex_shader Define "GL_OP_CROSS_PRODUCT_EXT" with expression '0x8797', CType: int
static final int GL_LINE_RESET_TOKEN
GL_VERSION_1_0 Define "GL_LINE_RESET_TOKEN" with expression '0x0707', CType: int
void glRectfv(FloatBuffer v1, FloatBuffer v2)
Entry point to C language function: void {@native glRectfv}(const GLfloat * v1, const GLfloat * v2) ...
static final int GL_OUTPUT_TEXTURE_COORD13_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD13_EXT" with expression '0x87AA',...
static final int GL_FLOAT_RGBA16_NV
GL_NV_float_buffer Define "GL_FLOAT_RGBA16_NV" with expression '0x888A', CType: int
void glVertexAttribIPointerEXT(int index, int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glVertexAttribIPointerEXT}(GLuint index,...
void glTexCoord4hv(ShortBuffer v)
Entry point to C language function: void {@native glTexCoord4hv}(const GLhalfNV * v) Part of GL_NV...
void glUniform2iARB(int location, int v0, int v1)
Entry point to C language function: void {@native glUniform2iARB}(GLint location,...
static final int GL_COVERAGE_MODULATION_TABLE_SIZE_NV
GL_NV_framebuffer_mixed_samples Define "GL_COVERAGE_MODULATION_TABLE_SIZE_NV" with expression '0x9333...
static final int GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV
GL_NV_texture_shader Define "GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV" with expression '0x86F2',...
void glVertex4bvOES(byte[] coords, int coords_offset)
Entry point to C language function: void {@native glVertex4bvOES}(const GLbyte * coords) Part of G...
void glVertexWeighthv(ShortBuffer weight)
Entry point to C language function: void {@native glVertexWeighthv}(const GLhalfNV * weight) Part ...
void glVertexWeighthv(short[] weight, int weight_offset)
Entry point to C language function: void {@native glVertexWeighthv}(const GLhalfNV * weight) Part ...
void glWeightdvARB(int size, double[] weights, int weights_offset)
Entry point to C language function: void {@native glWeightdvARB}(GLint size, const GLdouble * weight...
void glWeightPointerARB(int size, int type, int stride, Buffer pointer)
Entry point to C language function: void {@native glWeightPointerARB}(GLint size,...
void glVertexAttrib4dvARB(int index, DoubleBuffer v)
Entry point to C language function: void {@native glVertexAttrib4dvARB}(GLuint index,...
void glVertexAttribL2i64NV(int index, long x, long y)
Entry point to C language function: void {@native glVertexAttribL2i64NV}(GLuint index,...
static final int GL_NEGATIVE_X_EXT
GL_EXT_vertex_shader Define "GL_NEGATIVE_X_EXT" with expression '0x87D9', CType: int
static final int GL_INT16_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT16_NV" with expression '0x8FE4',...
void glRecti(int x1, int y1, int x2, int y2)
Entry point to C language function: void {@native glRecti}(GLint x1, GLint y1, GLint x2,...
static final int GL_FRAGMENT_COVERAGE_COLOR_NV
GL_NV_fragment_coverage_to_color Define "GL_FRAGMENT_COVERAGE_COLOR_NV" with expression '0x92DE',...
void glFramebufferDrawBufferEXT(int framebuffer, int mode)
Entry point to C language function: void {@native glFramebufferDrawBufferEXT}(GLuint framebuffer,...
static final int GL_BLUE_SCALE
GL_VERSION_1_0 Define "GL_BLUE_SCALE" with expression '0x0D1A', CType: int
void glVertexAttribI1ivEXT(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI1ivEXT}(GLuint index,...
static final int GL_OP_MULTIPLY_MATRIX_EXT
GL_EXT_vertex_shader Define "GL_OP_MULTIPLY_MATRIX_EXT" with expression '0x8798', CType: int
void glPushAttrib(int mask)
Entry point to C language function: void {@native glPushAttrib}(GLbitfield mask) Part of GL_VERSIO...
void glPixelMapuiv(int map, int mapsize, IntBuffer values)
Entry point to C language function: void {@native glPixelMapuiv}(GLenum map, GLint mapsize,...
void glGenPerfMonitorsAMD(int n, IntBuffer monitors)
Entry point to C language function: void {@native glGenPerfMonitorsAMD}(GLsizei n,...
static final int GL_PIXEL_TRANSFORM_2D_EXT
GL_EXT_pixel_transform Define "GL_PIXEL_TRANSFORM_2D_EXT" with expression '0x8330',...
static final int GL_DRAW_ELEMENTS_STRIP_COMMAND_NV
GL_NV_command_list Define "GL_DRAW_ELEMENTS_STRIP_COMMAND_NV" with expression '0x0004',...
static final int GL_OUTPUT_TEXTURE_COORD9_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD9_EXT" with expression '0x87A6',...
static final int GL_422_AVERAGE_EXT
GL_EXT_422_pixels Define "GL_422_AVERAGE_EXT" with expression '0x80CE', CType: int
static final int GL_DRAW_BUFFER6_ATI
GL_ATI_draw_buffers Define "GL_DRAW_BUFFER6_ATI" with expression '0x882B', CType: int
void glMultiTexEnvfvEXT(int texunit, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexEnvfvEXT}(GLenum texunit,...
void glSecondaryColor3b(byte red, byte green, byte blue)
Entry point to C language function: void {@native glSecondaryColor3b}(GLbyte red,...
void glRasterPos4f(float x, float y, float z, float w)
Entry point to C language function: void {@native glRasterPos4f}(GLfloat x, GLfloat y,...
static final int GL_INT_IMAGE_1D
GL_ARB_shader_image_load_store, GL_VERSION_4_2, GL_EXT_shader_image_load_store Alias for: GL_INT_IMAG...
void glRasterPos2f(float x, float y)
Entry point to C language function: void {@native glRasterPos2f}(GLfloat x, GLfloat y) Part of GL_...
void glVertexArrayParameteriAPPLE(int pname, int param)
Entry point to C language function: void {@native glVertexArrayParameteriAPPLE}(GLenum pname,...
static final int GL_EMBOSS_MAP_NV
GL_NV_texgen_emboss Define "GL_EMBOSS_MAP_NV" with expression '0x855F', CType: int
static final int GL_CONSERVATIVE_RASTER_DILATE_RANGE_NV
GL_NV_conservative_raster_dilate Define "GL_CONSERVATIVE_RASTER_DILATE_RANGE_NV" with expression '0x9...
static final int GL_SAMPLER_2D_SHADOW_ARB
GL_ARB_shader_objects Define "GL_SAMPLER_2D_SHADOW_ARB" with expression '0x8B62', CType: int
static final int GL_VIBRANCE_BIAS_NV
GL_NV_texture_shader Define "GL_VIBRANCE_BIAS_NV" with expression '0x8719', CType: int
static final int GL_SAMPLE_POSITION_NV
GL_NV_explicit_multisample Define "GL_SAMPLE_POSITION_NV" with expression '0x8E50',...
static final int GL_LUMINANCE_ALPHA16UI
GL_EXT_texture_integer Alias for: GL_LUMINANCE_ALPHA16UI_EXT Define "GL_LUMINANCE_ALPHA16UI" with ex...
boolean glAreTexturesResident(int n, IntBuffer textures, ByteBuffer residences)
Entry point to C language function: GLboolean {@native glAreTexturesResident}(GLsizei n,...
static final int GL_ATTRIB_STACK_DEPTH
GL_VERSION_1_0 Define "GL_ATTRIB_STACK_DEPTH" with expression '0x0BB0', CType: int
void glSecondaryColor3uiv(int[] v, int v_offset)
Entry point to C language function: void {@native glSecondaryColor3uiv}(const GLuint * v) Part of ...
void glCompressedTextureSubImage3DEXT(int texture, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedTextureSubImage3DEXT}(GLuint texture,...
static final int GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT
GL_EXT_provoking_vertex Define "GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT" with expression '0x8...
static final int GL_C4UB_V2F
GL_VERSION_1_1 Define "GL_C4UB_V2F" with expression '0x2A22', CType: int
void glUniform2i64vNV(int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glUniform2i64vNV}(GLint location,...
void glRasterPos3sv(short[] v, int v_offset)
Entry point to C language function: void {@native glRasterPos3sv}(const GLshort * v) Part of GL_VE...
static final int GL_WEIGHT_SUM_UNITY_ARB
GL_ARB_vertex_blend Define "GL_WEIGHT_SUM_UNITY_ARB" with expression '0x86A6', CType: int
void glVertexAttribLFormatNV(int index, int size, int type, int stride)
Entry point to C language function: void {@native glVertexAttribLFormatNV}(GLuint index,...
void glUniform3i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform3i64vNV}(GLint location,...
void glColorTable(int target, int internalformat, int width, int format, int type, long table_buffer_offset)
Entry point to C language function: void {@native glColorTable}(GLenum target, GLenum internalformat...
static final int GL_CURRENT_BIT
GL_VERSION_1_0 Define "GL_CURRENT_BIT" with expression '0x00000001', CType: int
static final int GL_PERFQUERY_SINGLE_CONTEXT_INTEL
GL_INTEL_performance_query Define "GL_PERFQUERY_SINGLE_CONTEXT_INTEL" with expression '0x00000000',...
void glWeightPointerARB(int size, int type, int stride, long pointer_buffer_offset)
Entry point to C language function: void {@native glWeightPointerARB}(GLint size,...
void glGetLocalConstantIntegervEXT(int id, int value, int[] data, int data_offset)
Entry point to C language function: void {@native glGetLocalConstantIntegervEXT}(GLuint id,...
void glCreateStatesNV(int n, IntBuffer states)
Entry point to C language function: void {@native glCreateStatesNV}(GLsizei n, GLuint * states) Pa...
void glMultiTexCoord3d(int target, double s, double t, double r)
Entry point to C language function: void {@native glMultiTexCoord3d}(GLenum target,...
void glPixelTransformParameterfvEXT(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glPixelTransformParameterfvEXT}(GLenum target,...
void glSecondaryColor3hv(ShortBuffer v)
Entry point to C language function: void {@native glSecondaryColor3hv}(const GLhalfNV * v) Part of...
void glMultiTexImage2DEXT(int texunit, int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glMultiTexImage2DEXT}(GLenum texunit,...
void glUniform3ivARB(int location, int count, int[] value, int value_offset)
Entry point to C language function: void {@native glUniform3ivARB}(GLint location,...
static final int GL_COLOR_TABLE_RED_SIZE
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_RED_SIZE_SGI Define "GL_COLOR_TABLE_RED...
void glCullParameterdvEXT(int pname, DoubleBuffer params)
Entry point to C language function: void {@native glCullParameterdvEXT}(GLenum pname,...
void glTexCoord4i(int s, int t, int r, int q)
Entry point to C language function: void {@native glTexCoord4i}(GLint s, GLint t,...
static final int GL_INTENSITY_FLOAT16_APPLE
GL_APPLE_float_pixels Define "GL_INTENSITY_FLOAT16_APPLE" with expression '0x881D',...
void glFogCoordPointer(int type, int stride, long pointer_buffer_offset)
Entry point to C language function: void {@native glFogCoordPointer}(GLenum type,...
static final int GL_WRITE_PIXEL_DATA_RANGE_NV
GL_NV_pixel_data_range Define "GL_WRITE_PIXEL_DATA_RANGE_NV" with expression '0x8878',...
static final int GL_GEOMETRY_OUTPUT_TYPE_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4 Define "GL_GEOMETRY_OUTPUT_TYPE_EXT" with expression...
void glMultiTexParameterfvEXT(int texunit, int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glMultiTexParameterfvEXT}(GLenum texunit,...
void glGetFirstPerfQueryIdINTEL(IntBuffer queryId)
Entry point to C language function: void {@native glGetFirstPerfQueryIdINTEL}(GLuint * queryId) Pa...
void glProgramLocalParameters4fvEXT(int target, int index, int count, float[] params, int params_offset)
Entry point to C language function: void {@native glProgramLocalParameters4fvEXT}(GLenum target,...
void glLoadMatrixd(double[] m, int m_offset)
Entry point to C language function: void {@native glLoadMatrixd}(const GLdouble * m) Part of GL_VE...
static final int GL_STREAM_RASTERIZATION_AMD
GL_AMD_transform_feedback4 Define "GL_STREAM_RASTERIZATION_AMD" with expression '0x91A0',...
void glGetUniformivARB(long programObj, int location, IntBuffer params)
Entry point to C language function: void {@native glGetUniformivARB}(GLhandleARB programObj,...
void glVertexArrayTexCoordOffsetEXT(int vaobj, int buffer, int size, int type, int stride, long offset)
Entry point to C language function: void {@native glVertexArrayTexCoordOffsetEXT}(GLuint vaobj,...
static final int GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE" with expression '0x8A04...
void glMultiTexCoord1iv(int target, IntBuffer v)
Entry point to C language function: void {@native glMultiTexCoord1iv}(GLenum target,...
static final int GL_FLOAT_VEC4_ARB
GL_ARB_shader_objects Define "GL_FLOAT_VEC4_ARB" with expression '0x8B52', CType: int
static final int GL_ALPHA_REF_COMMAND_NV
GL_NV_command_list Define "GL_ALPHA_REF_COMMAND_NV" with expression '0x000F', CType: int
static final int GL_INT64_VEC3_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT64_VEC3_NV" with expression '0x8FEA',...
void glProgramEnvParametersI4ivNV(int target, int index, int count, int[] params, int params_offset)
Entry point to C language function: void {@native glProgramEnvParametersI4ivNV}(GLenum target,...
static final int GL_EVAL_BIT
GL_VERSION_1_0 Define "GL_EVAL_BIT" with expression '0x00010000', CType: int
void glNamedBufferDataEXT(int buffer, long size, Buffer data, int usage)
Entry point to C language function: void {@native glNamedBufferDataEXT}(GLuint buffer,...
void glGetColorTable(int target, int format, int type, long table_buffer_offset)
Entry point to C language function: void {@native glGetColorTable}(GLenum target,...
void glTexCoord3bvOES(byte[] coords, int coords_offset)
Entry point to C language function: void {@native glTexCoord3bvOES}(const GLbyte * coords) Part of...
static final int GL_OCCLUSION_QUERY_EVENT_MASK_AMD
GL_AMD_occlusion_query_event Define "GL_OCCLUSION_QUERY_EVENT_MASK_AMD" with expression '0x874F',...
void glPixelMapusv(int map, int mapsize, ShortBuffer values)
Entry point to C language function: void {@native glPixelMapusv}(GLenum map, GLint mapsize,...
static final int GL_OFFSET_TEXTURE_2D_BIAS_NV
GL_NV_texture_shader Define "GL_OFFSET_TEXTURE_2D_BIAS_NV" with expression '0x86E3',...
static final int GL_FLOAT_VEC3_ARB
GL_ARB_shader_objects Define "GL_FLOAT_VEC3_ARB" with expression '0x8B51', CType: int
void glUniform2ui64NV(int location, long x, long y)
Entry point to C language function: void {@native glUniform2ui64NV}(GLint location,...
static final int GL_INT_VEC3_ARB
GL_ARB_shader_objects Define "GL_INT_VEC3_ARB" with expression '0x8B54', CType: int
static final int GL_LUMINANCE_ALPHA_FLOAT32_APPLE
GL_APPLE_float_pixels Define "GL_LUMINANCE_ALPHA_FLOAT32_APPLE" with expression '0x8819',...
void glProgramUniform4ui64NV(int program, int location, long x, long y, long z, long w)
Entry point to C language function: void {@native glProgramUniform4ui64NV}(GLuint program,...
void glWriteMaskEXT(int res, int in, int outX, int outY, int outZ, int outW)
Entry point to C language function: void {@native glWriteMaskEXT}(GLuint res, GLuint in,...
void glGetConvolutionParameteriv(int target, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetConvolutionParameteriv}(GLenum target,...
static final int GL_LOCAL_CONSTANT_DATATYPE_EXT
GL_EXT_vertex_shader Define "GL_LOCAL_CONSTANT_DATATYPE_EXT" with expression '0x87ED',...
void glGetAttachedObjectsARB(long containerObj, int maxCount, int[] count, int count_offset, long[] obj, int obj_offset)
Entry point to C language function: void {@native glGetAttachedObjectsARB}(GLhandleARB containerObj,...
void glVertexAttribI1iEXT(int index, int x)
Entry point to C language function: void {@native glVertexAttribI1iEXT}(GLuint index,...
static final int GL_SLUMINANCE8
GL_VERSION_2_1, GL_NV_sRGB_formats, GL_EXT_texture_sRGB Alias for: GL_SLUMINANCE8_NV,...
void glProgramUniform2i64NV(int program, int location, long x, long y)
Entry point to C language function: void {@native glProgramUniform2i64NV}(GLuint program,...
void glUniform2i64vNV(int location, int count, LongBuffer value)
Entry point to C language function: void {@native glUniform2i64vNV}(GLint location,...
static final int GL_PROGRAM_MATRIX_STACK_DEPTH_EXT
GL_EXT_direct_state_access Define "GL_PROGRAM_MATRIX_STACK_DEPTH_EXT" with expression '0x8E2F',...
static final int GL_INT8_VEC3_NV
GL_NV_gpu_shader5, GL_AMD_gpu_shader_int64 Define "GL_INT8_VEC3_NV" with expression '0x8FE2',...
void glMultiTexCoord4hv(int target, ShortBuffer v)
Entry point to C language function: void {@native glMultiTexCoord4hv}(GLenum target,...
static final int GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV
GL_NV_texture_shader3 Define "GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV" with expression '0x885A',...
void glTexCoord4bvOES(ByteBuffer coords)
Entry point to C language function: void {@native glTexCoord4bvOES}(const GLbyte * coords) Part of...
void glGetLocalConstantFloatvEXT(int id, int value, float[] data, int data_offset)
Entry point to C language function: void {@native glGetLocalConstantFloatvEXT}(GLuint id,...
void glVertexAttribI3iEXT(int index, int x, int y, int z)
Entry point to C language function: void {@native glVertexAttribI3iEXT}(GLuint index,...
void glGetHistogram(int target, boolean reset, int format, int type, Buffer values)
Entry point to C language function: void {@native glGetHistogram}(GLenum target, GLboolean reset,...
void glGenPerfMonitorsAMD(int n, int[] monitors, int monitors_offset)
Entry point to C language function: void {@native glGenPerfMonitorsAMD}(GLsizei n,...
void glNamedBufferSubDataEXT(int buffer, long offset, long size, Buffer data)
Entry point to C language function: void {@native glNamedBufferSubDataEXT}(GLuint buffer,...
void glPrimitiveRestartNV()
Entry point to C language function: void {@native glPrimitiveRestartNV}() Part of GL_NV_primitive_...
static final int GL_COMPRESSED_SLUMINANCE_ALPHA
GL_VERSION_2_1, GL_EXT_texture_sRGB Alias for: GL_COMPRESSED_SLUMINANCE_ALPHA_EXT Define "GL_COMPRES...
static final int GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING
GL_VERSION_1_5, GL_ARB_vertex_buffer_object Alias for: GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB D...
static final int GL_MATRIX18_ARB
GL_ARB_vertex_program, GL_ARB_fragment_program Define "GL_MATRIX18_ARB" with expression '0x88D2',...
void glMatrixIndexusvARB(int size, ShortBuffer indices)
Entry point to C language function: void {@native glMatrixIndexusvARB}(GLint size,...
static final int GL_QUAD_STRIP
GL_VERSION_1_0 Define "GL_QUAD_STRIP" with expression '0x0008', CType: int
static final int GL_OVERLAY
GL_ES_VERSION_3_2, GL_KHR_blend_equation_advanced, GL_NV_blend_equation_advanced Alias for: GL_OVERLA...
static final int GL_PIXEL_MAP_B_TO_B
GL_VERSION_1_0 Define "GL_PIXEL_MAP_B_TO_B" with expression '0x0C78', CType: int
void glProgramLocalParameterI4uivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glProgramLocalParameterI4uivNV}(GLenum target,...
static final int GL_VARIANT_ARRAY_EXT
GL_EXT_vertex_shader Define "GL_VARIANT_ARRAY_EXT" with expression '0x87E8', CType: int
void glTexCoord2dv(DoubleBuffer v)
Entry point to C language function: void {@native glTexCoord2dv}(const GLdouble * v) Part of GL_VE...
static final int GL_INTENSITY16UI
GL_EXT_texture_integer Alias for: GL_INTENSITY16UI_EXT Define "GL_INTENSITY16UI" with expression '0x...
void glGetMultiTexImageEXT(int texunit, int target, int level, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glGetMultiTexImageEXT}(GLenum texunit,...
static final int GL_SIGNED_LUMINANCE_ALPHA_NV
GL_NV_texture_shader Define "GL_SIGNED_LUMINANCE_ALPHA_NV" with expression '0x8703',...
static final int GL_GEOMETRY_VERTICES_OUT_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4 Define "GL_GEOMETRY_VERTICES_OUT_EXT" with expressio...
void glGetPixelTransformParameterfvEXT(int target, int pname, FloatBuffer params)
Entry point to C language function: void {@native glGetPixelTransformParameterfvEXT}(GLenum target,...
static final int GL_FLOAT_RG32_NV
GL_NV_float_buffer Define "GL_FLOAT_RG32_NV" with expression '0x8887', CType: int
void glConvolutionParameterfv(int target, int pname, float[] params, int params_offset)
Entry point to C language function: void {@native glConvolutionParameterfv}(GLenum target,...
static final int GL_CLAMP
GL_VERSION_1_0 Define "GL_CLAMP" with expression '0x2900', CType: int
void glVertexAttrib4fARB(int index, float x, float y, float z, float w)
Entry point to C language function: void {@native glVertexAttrib4fARB}(GLuint index,...
void glProgramUniform3i64vNV(int program, int location, int count, long[] value, int value_offset)
Entry point to C language function: void {@native glProgramUniform3i64vNV}(GLuint program,...
void glVertexAttribI2ivEXT(int index, int[] v, int v_offset)
Entry point to C language function: void {@native glVertexAttribI2ivEXT}(GLuint index,...
void glGetColorTable(int target, int format, int type, Buffer table)
Entry point to C language function: void {@native glGetColorTable}(GLenum target,...
void glNewList(int list, int mode)
Entry point to C language function: void {@native glNewList}(GLuint list, GLenum mode) Part of GL_...
static final int GL_EVAL_VERTEX_ATTRIB12_NV
GL_NV_evaluators Define "GL_EVAL_VERTEX_ATTRIB12_NV" with expression '0x86D2', CType: int
void glProgramEnvParameterI4uivNV(int target, int index, IntBuffer params)
Entry point to C language function: void {@native glProgramEnvParameterI4uivNV}(GLenum target,...
void glBlendEquationSeparateIndexedAMD(int buf, int modeRGB, int modeAlpha)
Entry point to C language function: void {@native glBlendEquationSeparateIndexedAMD}(GLuint buf,...
static final int GL_PIXEL_CUBIC_WEIGHT_EXT
GL_EXT_pixel_transform Define "GL_PIXEL_CUBIC_WEIGHT_EXT" with expression '0x8333',...
static final int GL_PROGRAM_RESULT_COMPONENTS_NV
GL_NV_gpu_program4 Define "GL_PROGRAM_RESULT_COMPONENTS_NV" with expression '0x8907',...
void glRasterPos2d(double x, double y)
Entry point to C language function: void {@native glRasterPos2d}(GLdouble x, GLdouble y) Part of G...
void glFlushMappedNamedBufferRangeEXT(int buffer, long offset, long length)
Entry point to C language function: void {@native glFlushMappedNamedBufferRangeEXT}(GLuint buffer,...
static final int GL_OUTPUT_TEXTURE_COORD12_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD12_EXT" with expression '0x87A9',...
static final int GL_SOURCE2_RGB
GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: GL_SOURCE2_RGB_EXT,...
static final int GL_ACCUM_BLUE_BITS
GL_VERSION_1_0 Define "GL_ACCUM_BLUE_BITS" with expression '0x0D5A', CType: int
static final int GL_GEOMETRY_INPUT_TYPE_EXT
GL_NV_geometry_program4, GL_EXT_geometry_shader4 Define "GL_GEOMETRY_INPUT_TYPE_EXT" with expression ...
void glWindowPos2d(double x, double y)
Entry point to C language function: void {@native glWindowPos2d}(GLdouble x, GLdouble y) Part of G...
void glVertexAttribI4uiEXT(int index, int x, int y, int z, int w)
Entry point to C language function: void {@native glVertexAttribI4uiEXT}(GLuint index,...
void glGetNamedBufferParameterivEXT(int buffer, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedBufferParameterivEXT}(GLuint buffer,...
static final int GL_SOURCE1_ALPHA
GL_VERSION_1_3, GL_EXT_texture_env_combine, GL_ARB_texture_env_combine Alias for: GL_SOURCE1_ALPHA_EX...
void glTextureImage1DEXT(int texture, int target, int level, int internalformat, int width, int border, int format, int type, Buffer pixels)
Entry point to C language function: void {@native glTextureImage1DEXT}(GLuint texture,...
static final int GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV
GL_NV_transform_feedback2 Define "GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV" with expression '0x8E24',...
void glGetnMapiv(int target, int query, int bufSize, IntBuffer v)
Entry point to C language function: void {@native glGetnMapiv}(GLenum target, GLenum query,...
static final int GL_CURRENT_PALETTE_MATRIX_ARB
GL_ARB_matrix_palette Define "GL_CURRENT_PALETTE_MATRIX_ARB" with expression '0x8843',...
void glTexCoord4bvOES(byte[] coords, int coords_offset)
Entry point to C language function: void {@native glTexCoord4bvOES}(const GLbyte * coords) Part of...
static final int GL_DOT_PRODUCT_TEXTURE_2D_NV
GL_NV_texture_shader Define "GL_DOT_PRODUCT_TEXTURE_2D_NV" with expression '0x86EE',...
void glLoadTransposeMatrixd(DoubleBuffer m)
Entry point to C language function: void {@native glLoadTransposeMatrixd}(const GLdouble * m) Part...
void glMultiTexGendvEXT(int texunit, int coord, int pname, DoubleBuffer params)
Entry point to C language function: void {@native glMultiTexGendvEXT}(GLenum texunit,...
void glMultTransposeMatrixf(FloatBuffer m)
Entry point to C language function: void {@native glMultTransposeMatrixf}(const GLfloat * m) Part ...
void glGetNamedProgramLocalParameterIuivEXT(int program, int target, int index, int[] params, int params_offset)
Entry point to C language function: void {@native glGetNamedProgramLocalParameterIuivEXT}(GLuint pro...
static final int GL_VIRTUAL_PAGE_SIZE_Z_AMD
GL_AMD_sparse_texture Define "GL_VIRTUAL_PAGE_SIZE_Z_AMD" with expression '0x9197',...
static final int GL_MAX_SHININESS_NV
GL_NV_light_max_exponent Define "GL_MAX_SHININESS_NV" with expression '0x8504', CType: int
long glVDPAURegisterVideoSurfaceNV(Buffer vdpSurface, int target, int numTextureNames, int[] textureNames, int textureNames_offset)
Entry point to C language function: GLvdpauSurfaceNV {@native glVDPAURegisterVideoSurfaceNV}(const v...
static final int GL_MAX_PROGRAM_SUBROUTINE_NUM_NV
GL_NV_gpu_program5 Define "GL_MAX_PROGRAM_SUBROUTINE_NUM_NV" with expression '0x8F45',...
void glColor3ui(int red, int green, int blue)
Entry point to C language function: void {@native glColor3ui}(GLuint red, GLuint green,...
static final int GL_OUTPUT_TEXTURE_COORD16_EXT
GL_EXT_vertex_shader Define "GL_OUTPUT_TEXTURE_COORD16_EXT" with expression '0x87AD',...
void glWeightsvARB(int size, short[] weights, int weights_offset)
Entry point to C language function: void {@native glWeightsvARB}(GLint size, const GLshort * weights...
static final int GL_COLOR_TABLE_WIDTH
GL_ARB_imaging, GL_SGI_color_table Alias for: GL_COLOR_TABLE_WIDTH_SGI Define "GL_COLOR_TABLE_WIDTH"...
void glVertexAttribL4i64vNV(int index, LongBuffer v)
Entry point to C language function: void {@native glVertexAttribL4i64vNV}(GLuint index,...
void glMatrixPushEXT(int mode)
Entry point to C language function: void {@native glMatrixPushEXT}(GLenum mode) Part of GL_EXT_dir...
static final int GL_TEXTURE_SWIZZLE_G_EXT
GL_EXT_texture_swizzle Define "GL_TEXTURE_SWIZZLE_G_EXT" with expression '0x8E43',...
void glCopyTextureSubImage2DEXT(int texture, int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
Entry point to C language function: void {@native glCopyTextureSubImage2DEXT}(GLuint texture,...
static final int GL_INVERTED_SCREEN_W_REND
GL_REND_screen_coordinates Define "GL_INVERTED_SCREEN_W_REND" with expression '0x8491',...
static final int GL_OFFSET_TEXTURE_MATRIX_NV
GL_NV_texture_shader Define "GL_OFFSET_TEXTURE_MATRIX_NV" with expression '0x86E1',...
static final int GL_MODELVIEW1_EXT
GL_EXT_vertex_weighting Define "GL_MODELVIEW1_EXT" with expression '0x850A', CType: int
static final int GL_OBJECT_LINK_STATUS_ARB
GL_ARB_shader_objects Define "GL_OBJECT_LINK_STATUS_ARB" with expression '0x8B82',...
void glMultiTexCoord3bOES(int texture, byte s, byte t, byte r)
Entry point to C language function: void {@native glMultiTexCoord3bOES}(GLenum texture,...
int glGetUniformLocationARB(long programObj, String name)
Entry point to C language function: GLint {@native glGetUniformLocationARB}(GLhandleARB programObj,...
void glTexCoord2iv(IntBuffer v)
Entry point to C language function: void {@native glTexCoord2iv}(const GLint * v) Part of GL_VERSI...
void glTextureBarrierNV()
Entry point to C language function: void {@native glTextureBarrierNV}() Part of GL_NV_texture_barr...
void glTexCoord1fv(FloatBuffer v)
Entry point to C language function: void {@native glTexCoord1fv}(const GLfloat * v) Part of GL_VER...
static final int GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE
GL_APPLE_vertex_program_evaluators Define "GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE" with expression '0x8A0...
void glColor4sv(ShortBuffer v)
Entry point to C language function: void {@native glColor4sv}(const GLshort * v) Part of GL_VERSIO...
void glDetachObjectARB(long containerObj, long attachedObj)
Entry point to C language function: void {@native glDetachObjectARB}(GLhandleARB containerObj,...
void glGetFirstPerfQueryIdINTEL(int[] queryId, int queryId_offset)
Entry point to C language function: void {@native glGetFirstPerfQueryIdINTEL}(GLuint * queryId) Pa...
static final int GL_STENCIL_SAMPLES_NV
GL_NV_framebuffer_mixed_samples Define "GL_STENCIL_SAMPLES_NV" with expression '0x932E',...
void glRotated(double angle, double x, double y, double z)
Entry point to C language function: void {@native glRotated}(GLdouble angle, GLdouble x,...
void glTexCoord3iv(int[] v, int v_offset)
Entry point to C language function: void {@native glTexCoord3iv}(const GLint * v) Part of GL_VERSI...
void glProgramLocalParametersI4uivNV(int target, int index, int count, IntBuffer params)
Entry point to C language function: void {@native glProgramLocalParametersI4uivNV}(GLenum target,...
void glCompressedMultiTexSubImage3DEXT(int texunit, int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, Buffer bits)
Entry point to C language function: void {@native glCompressedMultiTexSubImage3DEXT}(GLenum texunit,...
void glGetActiveUniformARB(long programObj, int index, int maxLength, IntBuffer length, IntBuffer size, IntBuffer type, ByteBuffer name)
Entry point to C language function: void {@native glGetActiveUniformARB}(GLhandleARB programObj,...
void glGetVariantFloatvEXT(int id, int value, FloatBuffer data)
Entry point to C language function: void {@native glGetVariantFloatvEXT}(GLuint id,...
void glSecondaryColor3s(short red, short green, short blue)
Entry point to C language function: void {@native glSecondaryColor3s}(GLshort red,...
static final int GL_CONVOLUTION_BORDER_COLOR
GL_ARB_imaging, GL_HP_convolution_border_modes Alias for: GL_CONVOLUTION_BORDER_COLOR_HP Define "GL_...
void glColor4b(byte red, byte green, byte blue, byte alpha)
Entry point to C language function: void {@native glColor4b}(GLbyte red, GLbyte green,...
static final int GL_INTERLACE_READ_OML
GL_OML_interlace Define "GL_INTERLACE_READ_OML" with expression '0x8981', CType: int
void glTexGeniv(int coord, int pname, int[] params, int params_offset)
Entry point to C language function: void {@native glTexGeniv}(GLenum coord, GLenum pname,...
static final int GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE
GL_APPLE_specular_vector Define "GL_LIGHT_MODEL_SPECULAR_VECTOR_APPLE" with expression '0x85B0',...
static final int GL_CULL_FRAGMENT_NV
GL_NV_texture_shader Define "GL_CULL_FRAGMENT_NV" with expression '0x86E7', CType: int
static final int GL_DEPTH_STENCIL_TO_RGBA_NV
GL_NV_copy_depth_to_color Define "GL_DEPTH_STENCIL_TO_RGBA_NV" with expression '0x886E',...
static final int GL_SAMPLER_2D_ARB
GL_ARB_shader_objects Define "GL_SAMPLER_2D_ARB" with expression '0x8B5E', CType: int
void glVariantdvEXT(int id, DoubleBuffer addr)
Entry point to C language function: void {@native glVariantdvEXT}(GLuint id, const GLdouble * addr) ...
static final int GL_LUMINANCE16
GL_VERSION_1_1, GL_EXT_texture Alias for: GL_LUMINANCE16_EXT Define "GL_LUMINANCE16" with expression...
void glGetPerfMonitorCounterStringAMD(int group, int counter, int bufSize, IntBuffer length, ByteBuffer counterString)
Entry point to C language function: void {@native glGetPerfMonitorCounterStringAMD}(GLuint group,...
static final int GL_FLOAT_RGB16_NV
GL_NV_float_buffer Define "GL_FLOAT_RGB16_NV" with expression '0x8888', CType: int
void glGetQueryObjecti64vEXT(int id, int pname, LongBuffer params)
Entry point to C language function: void {@native glGetQueryObjecti64vEXT}(GLuint id,...