void | glAccum(int op, float value) - Interface to C language function:
void glAccum(GLenum op, GLfloat value);
|
void | glActiveStencilFaceEXT(int mode) - Interface to C language function:
void glActiveStencilFaceEXT(GLenum mode);
|
void | glActiveTexture(int mode) - Interface to C language function:
void glActiveTexture(GLenum mode);
|
void | glActiveTextureARB(int mode) - Interface to C language function:
void glActiveTextureARB(GLenum mode);
|
java.nio.ByteBuffer | glAllocateMemoryNV(int arg0, float arg1, float arg2, float arg3) - Provides platform-independent access to the
WGL.wglAllocateMemoryNV(int,float,float,float) /
GLX.glXAllocateMemoryNV(int,float,float,float) extension.
|
void | glAlphaFragmentOp1ATI(int stage, int portion, int variable, int input, int mapping, int componentUsage) - Interface to C language function:
void glAlphaFragmentOp1ATI(GLenum stage, GLuint portion, GLuint variable, GLuint input, GLuint mapping, GLuint componentUsage);
|
void | glAlphaFragmentOp2ATI(int op, int dst, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod) - Interface to C language function:
void glAlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
|
void | glAlphaFragmentOp3ATI(int op, int dst, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod, int arg3, int arg3Rep, int arg3Mod) - Interface to C language function:
void glAlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
|
void | glAlphaFunc(int func, float ref) - Interface to C language function:
void glAlphaFunc(GLenum func, GLclampf ref);
|
void | glApplyTextureEXT(int mode) - Interface to C language function:
void glApplyTextureEXT(GLenum mode);
|
boolean | glAreProgramsResidentNV(int n, int[] textures, byte[] residences) - Interface to C language function:
GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * textures, GLboolean * residences);
|
boolean | glAreProgramsResidentNV(int n, java.nio.IntBuffer textures, java.nio.ByteBuffer residences) - Interface to C language function:
GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * textures, GLboolean * residences);
|
boolean | glAreTexturesResident(int n, int[] textures, byte[] residences) - Interface to C language function:
GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences);
|
boolean | glAreTexturesResident(int n, java.nio.IntBuffer textures, java.nio.ByteBuffer residences) - Interface to C language function:
GLboolean glAreTexturesResident(GLsizei n, const GLuint * textures, GLboolean * residences);
|
boolean | glAreTexturesResidentEXT(int n, int[] textures, byte[] residences) - Interface to C language function:
GLboolean glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, GLboolean * residences);
|
boolean | glAreTexturesResidentEXT(int n, java.nio.IntBuffer textures, java.nio.ByteBuffer residences) - Interface to C language function:
GLboolean glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, GLboolean * residences);
|
void | glArrayElement(int i) - Interface to C language function:
void glArrayElement(GLint i);
|
void | glArrayElementEXT(int count) - Interface to C language function:
void glArrayElementEXT(GLint count);
|
void | glArrayObjectATI(int array, int size, int type, int stride, int buffer, int offset) - Interface to C language function:
void glArrayObjectATI(GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);
|
void | glAsyncMarkerSGIX(int mode) - Interface to C language function:
void glAsyncMarkerSGIX(GLuint mode);
|
void | glAttachObjectARB(int target, int id) - Interface to C language function:
void glAttachObjectARB(GLhandleARB target, GLhandleARB id);
|
void | glAttachShader(int target, int id) - Interface to C language function:
void glAttachShader(GLuint target, GLuint id);
|
void | glBegin(int mode) - Interface to C language function:
void glBegin(GLenum mode);
|
void | glBeginFragmentShaderATI() - Interface to C language function:
void glBeginFragmentShaderATI(void);
|
void | glBeginOcclusionQueryNV(int mode) - Interface to C language function:
void glBeginOcclusionQueryNV(GLuint mode);
|
void | glBeginQuery(int target, int id) - Interface to C language function:
void glBeginQuery(GLenum target, GLuint id);
|
void | glBeginQueryARB(int target, int id) - Interface to C language function:
void glBeginQueryARB(GLenum target, GLuint id);
|
void | glBeginVertexShaderEXT() - Interface to C language function:
void glBeginVertexShaderEXT(void);
|
void | glBindAttribLocation(int program, int index, byte[] name) - Interface to C language function:
void glBindAttribLocation(GLuint program, GLuint index, const GLchar * name);
|
void | glBindAttribLocation(int program, int index, java.nio.ByteBuffer name) - Interface to C language function:
void glBindAttribLocation(GLuint program, GLuint index, const GLchar * name);
|
void | glBindAttribLocationARB(int program, int index, java.lang.String name) - Interface to C language function:
void glBindAttribLocationARB(GLhandleARB program, GLuint index, const GLcharARB * name);
|
void | glBindBuffer(int target, int id) - Interface to C language function:
void glBindBuffer(GLenum target, GLuint id);
|
void | glBindBufferARB(int target, int id) - Interface to C language function:
void glBindBufferARB(GLenum target, GLuint id);
|
void | glBindFragmentShaderATI(int mode) - Interface to C language function:
void glBindFragmentShaderATI(GLuint mode);
|
void | glBindFramebufferEXT(int target, int id) - Interface to C language function:
void glBindFramebufferEXT(GLenum target, GLuint id);
|
int | glBindLightParameterEXT(int light, int value) - Interface to C language function:
GLuint glBindLightParameterEXT(GLenum light, GLenum value);
|
int | glBindMaterialParameterEXT(int light, int value) - Interface to C language function:
GLuint glBindMaterialParameterEXT(GLenum light, GLenum value);
|
int | glBindParameterEXT(int type) - Interface to C language function:
GLuint glBindParameterEXT(GLenum type);
|
void | glBindProgramARB(int target, int id) - Interface to C language function:
void glBindProgramARB(GLenum target, GLuint id);
|
void | glBindProgramNV(int target, int id) - Interface to C language function:
void glBindProgramNV(GLenum target, GLuint id);
|
void | glBindRenderbufferEXT(int target, int id) - Interface to C language function:
void glBindRenderbufferEXT(GLenum target, GLuint id);
|
int | glBindTexGenParameterEXT(int unit, int coord, int value) - Interface to C language function:
GLuint glBindTexGenParameterEXT(GLenum unit, GLenum coord, GLenum value);
|
void | glBindTexture(int target, int texture) - Interface to C language function:
void glBindTexture(GLenum target, GLuint texture);
|
void | glBindTextureEXT(int target, int id) - Interface to C language function:
void glBindTextureEXT(GLenum target, GLuint id);
|
int | glBindTextureUnitParameterEXT(int light, int value) - Interface to C language function:
GLuint glBindTextureUnitParameterEXT(GLenum light, GLenum value);
|
void | glBindVertexArrayAPPLE(int mode) - Interface to C language function:
void glBindVertexArrayAPPLE(GLuint mode);
|
void | glBindVertexShaderEXT(int mode) - Interface to C language function:
void glBindVertexShaderEXT(GLuint mode);
|
void | glBinormal3bEXT(byte red, byte green, byte blue) - Interface to C language function:
void glBinormal3bEXT(GLbyte red, GLbyte green, GLbyte blue);
|
void | glBinormal3bvEXT(byte[] v) - Interface to C language function:
void glBinormal3bvEXT(const GLbyte * v);
|
void | glBinormal3bvEXT(java.nio.ByteBuffer v) - Interface to C language function:
void glBinormal3bvEXT(const GLbyte * v);
|
void | glBinormal3dEXT(double red, double green, double blue) - Interface to C language function:
void glBinormal3dEXT(GLdouble red, GLdouble green, GLdouble blue);
|
void | glBinormal3dvEXT(double[] m) - Interface to C language function:
void glBinormal3dvEXT(const GLdouble * m);
|
void | glBinormal3dvEXT(java.nio.DoubleBuffer m) - Interface to C language function:
void glBinormal3dvEXT(const GLdouble * m);
|
void | glBinormal3fEXT(float red, float green, float blue) - Interface to C language function:
void glBinormal3fEXT(GLfloat red, GLfloat green, GLfloat blue);
|
void | glBinormal3fvEXT(float[] m) - Interface to C language function:
void glBinormal3fvEXT(const GLfloat * m);
|
void | glBinormal3fvEXT(java.nio.FloatBuffer m) - Interface to C language function:
void glBinormal3fvEXT(const GLfloat * m);
|
void | glBinormal3iEXT(int red, int green, int blue) - Interface to C language function:
void glBinormal3iEXT(GLint red, GLint green, GLint blue);
|
void | glBinormal3ivEXT(int[] v) - Interface to C language function:
void glBinormal3ivEXT(const GLint * v);
|
void | glBinormal3ivEXT(java.nio.IntBuffer v) - Interface to C language function:
void glBinormal3ivEXT(const GLint * v);
|
void | glBinormal3sEXT(short red, short green, short blue) - Interface to C language function:
void glBinormal3sEXT(GLshort red, GLshort green, GLshort blue);
|
void | glBinormal3svEXT(java.nio.ShortBuffer v) - Interface to C language function:
void glBinormal3svEXT(const GLshort * v);
|
void | glBinormal3svEXT(short[] v) - Interface to C language function:
void glBinormal3svEXT(const GLshort * v);
|
void | glBinormalPointerEXT(int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glBinormalPointerEXT(GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glBitmap(int width, int height, float xorig, float yorig, float xmove, float ymove, byte[] bitmap) - Interface to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
|
void | glBitmap(int width, int height, float xorig, float yorig, float xmove, float ymove, java.nio.ByteBuffer bitmap) - Interface to C language function:
void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
|
void | glBlendColor(float red, float green, float blue, float alpha) - Interface to C language function:
void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
void | glBlendColorEXT(float red, float green, float blue, float alpha) - Interface to C language function:
void glBlendColorEXT(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
void | glBlendEquation(int mode) - Interface to C language function:
void glBlendEquation(GLenum mode);
|
void | glBlendEquationEXT(int mode) - Interface to C language function:
void glBlendEquationEXT(GLenum mode);
|
void | glBlendEquationSeparate(int target, int id) - Interface to C language function:
void glBlendEquationSeparate(GLenum target, GLenum id);
|
void | glBlendEquationSeparateEXT(int target, int id) - Interface to C language function:
void glBlendEquationSeparateEXT(GLenum target, GLenum id);
|
void | glBlendFunc(int sfactor, int dfactor) - Interface to C language function:
void glBlendFunc(GLenum sfactor, GLenum dfactor);
|
void | glBlendFuncSeparate(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha) - Interface to C language function:
void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
void | glBlendFuncSeparateEXT(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha) - Interface to C language function:
void glBlendFuncSeparateEXT(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
void | glBlendFuncSeparateINGR(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha) - Interface to C language function:
void glBlendFuncSeparateINGR(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
void | glBufferData(int target, int size, boolean[] data, int usage) - Interface to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferData(int target, int size, byte[] data, int usage) - Interface to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferData(int target, int size, char[] data, int usage) - Interface to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferData(int target, int size, double[] data, int usage) - Interface to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferData(int target, int size, float[] data, int usage) - Interface to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferData(int target, int size, int[] data, int usage) - Interface to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferData(int target, int size, java.nio.Buffer data, int usage) - Interface to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferData(int target, int size, long[] data, int usage) - Interface to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferData(int target, int size, short[] data, int usage) - Interface to C language function:
void glBufferData(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferDataARB(int target, int size, boolean[] data, int usage) - Interface to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferDataARB(int target, int size, byte[] data, int usage) - Interface to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferDataARB(int target, int size, char[] data, int usage) - Interface to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferDataARB(int target, int size, double[] data, int usage) - Interface to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferDataARB(int target, int size, float[] data, int usage) - Interface to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferDataARB(int target, int size, int[] data, int usage) - Interface to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferDataARB(int target, int size, java.nio.Buffer data, int usage) - Interface to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferDataARB(int target, int size, long[] data, int usage) - Interface to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
void | glBufferDataARB(int target, int size, short[] data, int usage) - Interface to C language function:
void glBufferDataARB(GLenum target, ptrdiff_t size, const GLvoid * data, GLenum usage);
|
int | glBufferRegionEnabled() - Interface to C language function:
GLuint glBufferRegionEnabled(GLvoid);
|
void | glBufferSubData(int target, int offset, int size, boolean[] data) - Interface to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubData(int target, int offset, int size, byte[] data) - Interface to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubData(int target, int offset, int size, char[] data) - Interface to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubData(int target, int offset, int size, double[] data) - Interface to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubData(int target, int offset, int size, float[] data) - Interface to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubData(int target, int offset, int size, int[] data) - Interface to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubData(int target, int offset, int size, java.nio.Buffer data) - Interface to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubData(int target, int offset, int size, long[] data) - Interface to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubData(int target, int offset, int size, short[] data) - Interface to C language function:
void glBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubDataARB(int target, int offset, int size, boolean[] data) - Interface to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubDataARB(int target, int offset, int size, byte[] data) - Interface to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubDataARB(int target, int offset, int size, char[] data) - Interface to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubDataARB(int target, int offset, int size, double[] data) - Interface to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubDataARB(int target, int offset, int size, float[] data) - Interface to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubDataARB(int target, int offset, int size, int[] data) - Interface to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubDataARB(int target, int offset, int size, java.nio.Buffer data) - Interface to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubDataARB(int target, int offset, int size, long[] data) - Interface to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glBufferSubDataARB(int target, int offset, int size, short[] data) - Interface to C language function:
void glBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, const GLvoid * data);
|
void | glCallList(int list) - Interface to C language function:
void glCallList(GLuint list);
|
void | glCallLists(int n, int type, boolean[] lists) - Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
|
void | glCallLists(int n, int type, byte[] lists) - Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
|
void | glCallLists(int n, int type, char[] lists) - Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
|
void | glCallLists(int n, int type, double[] lists) - Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
|
void | glCallLists(int n, int type, float[] lists) - Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
|
void | glCallLists(int n, int type, int[] lists) - Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
|
void | glCallLists(int n, int type, java.nio.Buffer lists) - Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
|
void | glCallLists(int n, int type, long[] lists) - Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
|
void | glCallLists(int n, int type, short[] lists) - Interface to C language function:
void glCallLists(GLsizei n, GLenum type, const GLvoid * lists);
|
int | glCheckFramebufferStatusEXT(int type) - Interface to C language function:
GLenum glCheckFramebufferStatusEXT(GLenum type);
|
void | glClampColorARB(int target, int id) - Interface to C language function:
void glClampColorARB(GLenum target, GLenum id);
|
void | glClear(int mask) - Interface to C language function:
void glClear(GLbitfield mask);
|
void | glClearAccum(float red, float green, float blue, float alpha) - Interface to C language function:
void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
void | glClearColor(float red, float green, float blue, float alpha) - Interface to C language function:
void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
void | glClearDepth(double depth) - Interface to C language function:
void glClearDepth(GLclampd depth);
|
void | glClearIndex(float c) - Interface to C language function:
void glClearIndex(GLfloat c);
|
void | glClearStencil(int s) - Interface to C language function:
void glClearStencil(GLint s);
|
void | glClientActiveTexture(int mode) - Interface to C language function:
void glClientActiveTexture(GLenum mode);
|
void | glClientActiveTextureARB(int mode) - Interface to C language function:
void glClientActiveTextureARB(GLenum mode);
|
void | glClientActiveVertexStreamATI(int mode) - Interface to C language function:
void glClientActiveVertexStreamATI(GLenum mode);
|
void | glClipPlane(int plane, double[] equation) - Interface to C language function:
void glClipPlane(GLenum plane, const GLdouble * equation);
|
void | glClipPlane(int plane, java.nio.DoubleBuffer equation) - Interface to C language function:
void glClipPlane(GLenum plane, const GLdouble * equation);
|
void | glColor3b(byte red, byte green, byte blue) - Interface to C language function:
void glColor3b(GLbyte red, GLbyte green, GLbyte blue);
|
void | glColor3bv(byte[] v) - Interface to C language function:
void glColor3bv(const GLbyte * v);
|
void | glColor3bv(java.nio.ByteBuffer v) - Interface to C language function:
void glColor3bv(const GLbyte * v);
|
void | glColor3d(double red, double green, double blue) - Interface to C language function:
void glColor3d(GLdouble red, GLdouble green, GLdouble blue);
|
void | glColor3dv(double[] v) - Interface to C language function:
void glColor3dv(const GLdouble * v);
|
void | glColor3dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glColor3dv(const GLdouble * v);
|
void | glColor3f(float red, float green, float blue) - Interface to C language function:
void glColor3f(GLfloat red, GLfloat green, GLfloat blue);
|
void | glColor3fVertex3fSUN(float r, float g, float b, float x, float y, float z) - Interface to C language function:
void glColor3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
|
void | glColor3fVertex3fvSUN(float[] c, float[] v) - Interface to C language function:
void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
|
void | glColor3fVertex3fvSUN(java.nio.FloatBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
|
void | glColor3fv(float[] v) - Interface to C language function:
void glColor3fv(const GLfloat * v);
|
void | glColor3fv(java.nio.FloatBuffer v) - Interface to C language function:
void glColor3fv(const GLfloat * v);
|
void | glColor3hNV(short red, short green, short blue) - Interface to C language function:
void glColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
|
void | glColor3hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glColor3hvNV(const GLhalfNV * v);
|
void | glColor3hvNV(short[] v) - Interface to C language function:
void glColor3hvNV(const GLhalfNV * v);
|
void | glColor3i(int red, int green, int blue) - Interface to C language function:
void glColor3i(GLint red, GLint green, GLint blue);
|
void | glColor3iv(int[] v) - Interface to C language function:
void glColor3iv(const GLint * v);
|
void | glColor3iv(java.nio.IntBuffer v) - Interface to C language function:
void glColor3iv(const GLint * v);
|
void | glColor3s(short red, short green, short blue) - Interface to C language function:
void glColor3s(GLshort red, GLshort green, GLshort blue);
|
void | glColor3sv(java.nio.ShortBuffer v) - Interface to C language function:
void glColor3sv(const GLshort * v);
|
void | glColor3sv(short[] v) - Interface to C language function:
void glColor3sv(const GLshort * v);
|
void | glColor3ub(byte red, byte green, byte blue) - Interface to C language function:
void glColor3ub(GLubyte red, GLubyte green, GLubyte blue);
|
void | glColor3ubv(byte[] v) - Interface to C language function:
void glColor3ubv(const GLubyte * v);
|
void | glColor3ubv(java.nio.ByteBuffer v) - Interface to C language function:
void glColor3ubv(const GLubyte * v);
|
void | glColor3ui(int red, int green, int blue) - Interface to C language function:
void glColor3ui(GLuint red, GLuint green, GLuint blue);
|
void | glColor3uiv(int[] v) - Interface to C language function:
void glColor3uiv(const GLuint * v);
|
void | glColor3uiv(java.nio.IntBuffer v) - Interface to C language function:
void glColor3uiv(const GLuint * v);
|
void | glColor3us(short red, short green, short blue) - Interface to C language function:
void glColor3us(GLushort red, GLushort green, GLushort blue);
|
void | glColor3usv(java.nio.ShortBuffer v) - Interface to C language function:
void glColor3usv(const GLushort * v);
|
void | glColor3usv(short[] v) - Interface to C language function:
void glColor3usv(const GLushort * v);
|
void | glColor4b(byte red, byte green, byte blue, byte alpha) - Interface to C language function:
void glColor4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
|
void | glColor4bv(byte[] v) - Interface to C language function:
void glColor4bv(const GLbyte * v);
|
void | glColor4bv(java.nio.ByteBuffer v) - Interface to C language function:
void glColor4bv(const GLbyte * v);
|
void | glColor4d(double red, double green, double blue, double alpha) - Interface to C language function:
void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
|
void | glColor4dv(double[] v) - Interface to C language function:
void glColor4dv(const GLdouble * v);
|
void | glColor4dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glColor4dv(const GLdouble * v);
|
void | glColor4f(float red, float green, float blue, float alpha) - Interface to C language function:
void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
void | glColor4fNormal3fVertex3fSUN(float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) - Interface to C language function:
void glColor4fNormal3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
|
void | glColor4fNormal3fVertex3fvSUN(float[] c, float[] n, float[] v) - Interface to C language function:
void glColor4fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glColor4fNormal3fVertex3fvSUN(java.nio.FloatBuffer c, java.nio.FloatBuffer n, java.nio.FloatBuffer v) - Interface to C language function:
void glColor4fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glColor4fv(float[] v) - Interface to C language function:
void glColor4fv(const GLfloat * v);
|
void | glColor4fv(java.nio.FloatBuffer v) - Interface to C language function:
void glColor4fv(const GLfloat * v);
|
void | glColor4hNV(short x, short y, short z, short w) - Interface to C language function:
void glColor4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);
|
void | glColor4hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glColor4hvNV(const GLhalfNV * v);
|
void | glColor4hvNV(short[] v) - Interface to C language function:
void glColor4hvNV(const GLhalfNV * v);
|
void | glColor4i(int red, int green, int blue, int alpha) - Interface to C language function:
void glColor4i(GLint red, GLint green, GLint blue, GLint alpha);
|
void | glColor4iv(int[] v) - Interface to C language function:
void glColor4iv(const GLint * v);
|
void | glColor4iv(java.nio.IntBuffer v) - Interface to C language function:
void glColor4iv(const GLint * v);
|
void | glColor4s(short red, short green, short blue, short alpha) - Interface to C language function:
void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha);
|
void | glColor4sv(java.nio.ShortBuffer v) - Interface to C language function:
void glColor4sv(const GLshort * v);
|
void | glColor4sv(short[] v) - Interface to C language function:
void glColor4sv(const GLshort * v);
|
void | glColor4ub(byte red, byte green, byte blue, byte alpha) - Interface to C language function:
void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
void | glColor4ubVertex2fSUN(byte r, byte g, byte b, byte a, float x, float y) - Interface to C language function:
void glColor4ubVertex2fSUN(GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y);
|
void | glColor4ubVertex2fvSUN(byte[] c, float[] v) - Interface to C language function:
void glColor4ubVertex2fvSUN(const GLubyte * c, const GLfloat * v);
|
void | glColor4ubVertex2fvSUN(java.nio.ByteBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glColor4ubVertex2fvSUN(const GLubyte * c, const GLfloat * v);
|
void | glColor4ubVertex3fSUN(byte r, byte g, byte b, byte a, float x, float y, float z) - Interface to C language function:
void glColor4ubVertex3fSUN(GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);
|
void | glColor4ubVertex3fvSUN(byte[] c, float[] v) - Interface to C language function:
void glColor4ubVertex3fvSUN(const GLubyte * c, const GLfloat * v);
|
void | glColor4ubVertex3fvSUN(java.nio.ByteBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glColor4ubVertex3fvSUN(const GLubyte * c, const GLfloat * v);
|
void | glColor4ubv(byte[] v) - Interface to C language function:
void glColor4ubv(const GLubyte * v);
|
void | glColor4ubv(java.nio.ByteBuffer v) - Interface to C language function:
void glColor4ubv(const GLubyte * v);
|
void | glColor4ui(int red, int green, int blue, int alpha) - Interface to C language function:
void glColor4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha);
|
void | glColor4uiv(int[] v) - Interface to C language function:
void glColor4uiv(const GLuint * v);
|
void | glColor4uiv(java.nio.IntBuffer v) - Interface to C language function:
void glColor4uiv(const GLuint * v);
|
void | glColor4us(short red, short green, short blue, short alpha) - Interface to C language function:
void glColor4us(GLushort red, GLushort green, GLushort blue, GLushort alpha);
|
void | glColor4usv(java.nio.ShortBuffer v) - Interface to C language function:
void glColor4usv(const GLushort * v);
|
void | glColor4usv(short[] v) - Interface to C language function:
void glColor4usv(const GLushort * v);
|
void | glColorFragmentOp1ATI(int op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod) - Interface to C language function:
void glColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod);
|
void | glColorFragmentOp2ATI(int op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod) - Interface to C language function:
void glColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod);
|
void | glColorFragmentOp3ATI(int op, int dst, int dstMask, int dstMod, int arg1, int arg1Rep, int arg1Mod, int arg2, int arg2Rep, int arg2Mod, int arg3, int arg3Rep, int arg3Mod) - Interface to C language function:
void glColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod);
|
void | glColorMask(boolean red, boolean green, boolean blue, boolean alpha) - Interface to C language function:
void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
void | glColorMaterial(int face, int mode) - Interface to C language function:
void glColorMaterial(GLenum face, GLenum mode);
|
void | glColorPointer(int size, int type, int stride, java.nio.Buffer ptr) - Interface to C language function:
void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
|
void | glColorPointerEXT(int size, int type, int stride, int count, java.nio.Buffer pointer) - Interface to C language function:
void glColorPointerEXT(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer);
|
void | glColorPointerListIBM(int size, int type, int stride, java.nio.Buffer[] pointer, int ptrstride) - Interface to C language function:
void glColorPointerListIBM(GLint size, GLenum type, GLint stride, const GLvoid * * pointer, GLint ptrstride);
|
void | glColorPointervINTEL(int size, int type, java.nio.Buffer[] pointer) - Interface to C language function:
void glColorPointervINTEL(GLint size, GLenum type, const GLvoid * * pointer);
|
void | glColorSubTable(int target, int start, int count, int format, int type, boolean[] data) - Interface to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTable(int target, int start, int count, int format, int type, byte[] data) - Interface to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTable(int target, int start, int count, int format, int type, char[] data) - Interface to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTable(int target, int start, int count, int format, int type, double[] data) - Interface to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTable(int target, int start, int count, int format, int type, float[] data) - Interface to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTable(int target, int start, int count, int format, int type, int[] data) - Interface to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTable(int target, int start, int count, int format, int type, java.nio.Buffer data) - Interface to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTable(int target, int start, int count, int format, int type, long[] data) - Interface to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTable(int target, int start, int count, int format, int type, short[] data) - Interface to C language function:
void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTableEXT(int target, int start, int count, int format, int type, boolean[] data) - Interface to C language function:
void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTableEXT(int target, int start, int count, int format, int type, byte[] data) - Interface to C language function:
void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTableEXT(int target, int start, int count, int format, int type, char[] data) - Interface to C language function:
void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTableEXT(int target, int start, int count, int format, int type, double[] data) - Interface to C language function:
void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTableEXT(int target, int start, int count, int format, int type, float[] data) - Interface to C language function:
void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTableEXT(int target, int start, int count, int format, int type, int[] data) - Interface to C language function:
void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTableEXT(int target, int start, int count, int format, int type, java.nio.Buffer data) - Interface to C language function:
void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTableEXT(int target, int start, int count, int format, int type, long[] data) - Interface to C language function:
void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorSubTableEXT(int target, int start, int count, int format, int type, short[] data) - Interface to C language function:
void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid * data);
|
void | glColorTable(int target, int internalformat, int width, int format, int type, boolean[] table) - Interface to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTable(int target, int internalformat, int width, int format, int type, byte[] table) - Interface to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTable(int target, int internalformat, int width, int format, int type, char[] table) - Interface to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTable(int target, int internalformat, int width, int format, int type, double[] table) - Interface to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTable(int target, int internalformat, int width, int format, int type, float[] table) - Interface to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTable(int target, int internalformat, int width, int format, int type, int[] table) - Interface to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTable(int target, int internalformat, int width, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTable(int target, int internalformat, int width, int format, int type, long[] table) - Interface to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTable(int target, int internalformat, int width, int format, int type, short[] table) - Interface to C language function:
void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableEXT(int target, int internalformat, int width, int format, int type, boolean[] table) - Interface to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableEXT(int target, int internalformat, int width, int format, int type, byte[] table) - Interface to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableEXT(int target, int internalformat, int width, int format, int type, char[] table) - Interface to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableEXT(int target, int internalformat, int width, int format, int type, double[] table) - Interface to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableEXT(int target, int internalformat, int width, int format, int type, float[] table) - Interface to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableEXT(int target, int internalformat, int width, int format, int type, int[] table) - Interface to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableEXT(int target, int internalformat, int width, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableEXT(int target, int internalformat, int width, int format, int type, long[] table) - Interface to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableEXT(int target, int internalformat, int width, int format, int type, short[] table) - Interface to C language function:
void glColorTableEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableParameterfv(int target, int pname, float[] params) - Interface to C language function:
void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params);
|
void | glColorTableParameterfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params);
|
void | glColorTableParameterfvSGI(int target, int pname, float[] params) - Interface to C language function:
void glColorTableParameterfvSGI(GLenum target, GLenum pname, const GLfloat * params);
|
void | glColorTableParameterfvSGI(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glColorTableParameterfvSGI(GLenum target, GLenum pname, const GLfloat * params);
|
void | glColorTableParameteriv(int target, int pname, int[] params) - Interface to C language function:
void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params);
|
void | glColorTableParameteriv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params);
|
void | glColorTableParameterivSGI(int target, int pname, int[] params) - Interface to C language function:
void glColorTableParameterivSGI(GLenum target, GLenum pname, const GLint * params);
|
void | glColorTableParameterivSGI(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glColorTableParameterivSGI(GLenum target, GLenum pname, const GLint * params);
|
void | glColorTableSGI(int target, int internalformat, int width, int format, int type, boolean[] table) - Interface to C language function:
void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableSGI(int target, int internalformat, int width, int format, int type, byte[] table) - Interface to C language function:
void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableSGI(int target, int internalformat, int width, int format, int type, char[] table) - Interface to C language function:
void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableSGI(int target, int internalformat, int width, int format, int type, double[] table) - Interface to C language function:
void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableSGI(int target, int internalformat, int width, int format, int type, float[] table) - Interface to C language function:
void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableSGI(int target, int internalformat, int width, int format, int type, int[] table) - Interface to C language function:
void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableSGI(int target, int internalformat, int width, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableSGI(int target, int internalformat, int width, int format, int type, long[] table) - Interface to C language function:
void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glColorTableSGI(int target, int internalformat, int width, int format, int type, short[] table) - Interface to C language function:
void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glCombinerInputNV(int stage, int portion, int variable, int input, int mapping, int componentUsage) - Interface to C language function:
void glCombinerInputNV(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
|
void | glCombinerOutputNV(int stage, int portion, int abOutput, int cdOutput, int sumOutput, int scale, int bias, boolean abDotProduct, boolean cdDotProduct, boolean muxSum) - Interface to C language function:
void glCombinerOutputNV(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);
|
void | glCombinerParameterfNV(int target, float s) - Interface to C language function:
void glCombinerParameterfNV(GLenum target, GLfloat s);
|
void | glCombinerParameterfvNV(int target, float[] v) - Interface to C language function:
void glCombinerParameterfvNV(GLenum target, const GLfloat * v);
|
void | glCombinerParameterfvNV(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glCombinerParameterfvNV(GLenum target, const GLfloat * v);
|
void | glCombinerParameteriNV(int target, int s) - Interface to C language function:
void glCombinerParameteriNV(GLenum target, GLint s);
|
void | glCombinerParameterivNV(int target, int[] v) - Interface to C language function:
void glCombinerParameterivNV(GLenum target, const GLint * v);
|
void | glCombinerParameterivNV(int target, java.nio.IntBuffer v) - Interface to C language function:
void glCombinerParameterivNV(GLenum target, const GLint * v);
|
void | glCombinerStageParameterfvNV(int target, int pname, float[] params) - Interface to C language function:
void glCombinerStageParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
|
void | glCombinerStageParameterfvNV(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glCombinerStageParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
|
void | glCompileShader(int mode) - Interface to C language function:
void glCompileShader(GLuint mode);
|
void | glCompileShaderARB(int mode) - Interface to C language function:
void glCompileShaderARB(GLhandleARB mode);
|
void | glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1D(int target, int level, int internalformat, int width, int border, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage1DARB(int target, int level, int internalformat, int width, int border, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexImage1DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage2DARB(int target, int level, int internalformat, int width, int height, int border, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexImage2DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexImage3DARB(int target, int level, int internalformat, int width, int height, int depth, int border, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexImage3DARB(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1D(int target, int level, int xoffset, int width, int format, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage1DARB(int target, int level, int xoffset, int width, int format, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage2DARB(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, boolean[] data) - Interface to C language function:
void glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, byte[] data) - Interface to C language function:
void glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, char[] data) - Interface to C language function:
void glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, double[] data) - Interface to C language function:
void glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, float[] data) - Interface to C language function:
void glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, int[] data) - Interface to C language function:
void glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, java.nio.Buffer data) - Interface to C language function:
void glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, long[] data) - Interface to C language function:
void glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glCompressedTexSubImage3DARB(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int imageSize, short[] data) - Interface to C language function:
void glCompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data);
|
void | glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, boolean[] table) - Interface to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, byte[] table) - Interface to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, char[] table) - Interface to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, double[] table) - Interface to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, float[] table) - Interface to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, int[] table) - Interface to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, long[] table) - Interface to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1D(int target, int internalformat, int width, int format, int type, short[] table) - Interface to C language function:
void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1DEXT(int target, int internalformat, int width, int format, int type, boolean[] table) - Interface to C language function:
void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1DEXT(int target, int internalformat, int width, int format, int type, byte[] table) - Interface to C language function:
void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1DEXT(int target, int internalformat, int width, int format, int type, char[] table) - Interface to C language function:
void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1DEXT(int target, int internalformat, int width, int format, int type, double[] table) - Interface to C language function:
void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1DEXT(int target, int internalformat, int width, int format, int type, float[] table) - Interface to C language function:
void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1DEXT(int target, int internalformat, int width, int format, int type, int[] table) - Interface to C language function:
void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1DEXT(int target, int internalformat, int width, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1DEXT(int target, int internalformat, int width, int format, int type, long[] table) - Interface to C language function:
void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter1DEXT(int target, int internalformat, int width, int format, int type, short[] table) - Interface to C language function:
void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid * table);
|
void | glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, boolean[] image) - Interface to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, byte[] image) - Interface to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, char[] image) - Interface to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, double[] image) - Interface to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, float[] image) - Interface to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, int[] image) - Interface to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.Buffer image) - Interface to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, long[] image) - Interface to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2D(int target, int internalformat, int width, int height, int format, int type, short[] image) - Interface to C language function:
void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, boolean[] image) - Interface to C language function:
void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, byte[] image) - Interface to C language function:
void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, char[] image) - Interface to C language function:
void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, double[] image) - Interface to C language function:
void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, float[] image) - Interface to C language function:
void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, int[] image) - Interface to C language function:
void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, java.nio.Buffer image) - Interface to C language function:
void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, long[] image) - Interface to C language function:
void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, short[] image) - Interface to C language function:
void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * image);
|
void | glConvolutionParameterf(int target, int pname, float params) - Interface to C language function:
void glConvolutionParameterf(GLenum target, GLenum pname, GLfloat params);
|
void | glConvolutionParameterfEXT(int target, int pname, float params) - Interface to C language function:
void glConvolutionParameterfEXT(GLenum target, GLenum pname, GLfloat params);
|
void | glConvolutionParameterfv(int target, int pname, float[] params) - Interface to C language function:
void glConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat * params);
|
void | glConvolutionParameterfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glConvolutionParameterfv(GLenum target, GLenum pname, const GLfloat * params);
|
void | glConvolutionParameterfvEXT(int target, int pname, float[] params) - Interface to C language function:
void glConvolutionParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params);
|
void | glConvolutionParameterfvEXT(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glConvolutionParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params);
|
void | glConvolutionParameteri(int target, int pname, int params) - Interface to C language function:
void glConvolutionParameteri(GLenum target, GLenum pname, GLint params);
|
void | glConvolutionParameteriEXT(int target, int pname, int params) - Interface to C language function:
void glConvolutionParameteriEXT(GLenum target, GLenum pname, GLint params);
|
void | glConvolutionParameteriv(int target, int pname, int[] params) - Interface to C language function:
void glConvolutionParameteriv(GLenum target, GLenum pname, const GLint * params);
|
void | glConvolutionParameteriv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glConvolutionParameteriv(GLenum target, GLenum pname, const GLint * params);
|
void | glConvolutionParameterivEXT(int target, int pname, int[] params) - Interface to C language function:
void glConvolutionParameterivEXT(GLenum target, GLenum pname, const GLint * params);
|
void | glConvolutionParameterivEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glConvolutionParameterivEXT(GLenum target, GLenum pname, const GLint * params);
|
void | glCopyColorSubTable(int target, int start, int x, int y, int width) - Interface to C language function:
void glCopyColorSubTable(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);
|
void | glCopyColorSubTableEXT(int target, int start, int x, int y, int width) - Interface to C language function:
void glCopyColorSubTableEXT(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width);
|
void | glCopyColorTable(int target, int internalformat, int x, int y, int width) - Interface to C language function:
void glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
|
void | glCopyColorTableSGI(int target, int internalformat, int x, int y, int width) - Interface to C language function:
void glCopyColorTableSGI(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
|
void | glCopyConvolutionFilter1D(int target, int internalformat, int x, int y, int width) - Interface to C language function:
void glCopyConvolutionFilter1D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
|
void | glCopyConvolutionFilter1DEXT(int target, int internalformat, int x, int y, int width) - Interface to C language function:
void glCopyConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width);
|
void | glCopyConvolutionFilter2D(int target, int internalformat, int x, int y, int width, int height) - Interface to C language function:
void glCopyConvolutionFilter2D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);
|
void | glCopyConvolutionFilter2DEXT(int target, int internalformat, int x, int y, int width, int height) - Interface to C language function:
void glCopyConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height);
|
void | glCopyPixels(int x, int y, int width, int height, int type) - Interface to C language function:
void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
|
void | glCopyTexImage1D(int target, int level, int internalformat, int x, int y, int width, int border) - Interface to C language function:
void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
|
void | glCopyTexImage1DEXT(int target, int level, int internalformat, int x, int y, int width, int border) - Interface to C language function:
void glCopyTexImage1DEXT(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);
|
void | glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) - Interface to C language function:
void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
|
void | glCopyTexImage2DEXT(int target, int level, int internalformat, int x, int y, int width, int height, int border) - Interface to C language function:
void glCopyTexImage2DEXT(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
|
void | glCopyTexSubImage1D(int target, int level, int xoffset, int x, int y, int width) - Interface to C language function:
void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
|
void | glCopyTexSubImage1DEXT(int target, int level, int xoffset, int x, int y, int width) - Interface to C language function:
void glCopyTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
|
void | glCopyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) - Interface to C language function:
void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
|
void | glCopyTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) - Interface to C language function:
void glCopyTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
|
void | glCopyTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) - Interface to C language function:
void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
|
void | glCopyTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) - Interface to C language function:
void glCopyTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
|
int | glCreateProgram() - Interface to C language function:
GLuint glCreateProgram(void);
|
int | glCreateProgramObjectARB() - Interface to C language function:
GLhandleARB glCreateProgramObjectARB(void);
|
int | glCreateShader(int type) - Interface to C language function:
GLuint glCreateShader(GLenum type);
|
int | glCreateShaderObjectARB(int type) - Interface to C language function:
GLhandleARB glCreateShaderObjectARB(GLenum type);
|
void | glCullFace(int mode) - Interface to C language function:
void glCullFace(GLenum mode);
|
void | glCullParameterdvEXT(int pname, double[] params) - Interface to C language function:
void glCullParameterdvEXT(GLenum pname, GLdouble * params);
|
void | glCullParameterdvEXT(int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glCullParameterdvEXT(GLenum pname, GLdouble * params);
|
void | glCullParameterfvEXT(int pname, float[] params) - Interface to C language function:
void glCullParameterfvEXT(GLenum pname, GLfloat * params);
|
void | glCullParameterfvEXT(int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glCullParameterfvEXT(GLenum pname, GLfloat * params);
|
void | glCurrentPaletteMatrixARB(int count) - Interface to C language function:
void glCurrentPaletteMatrixARB(GLint count);
|
void | glDeformSGIX(int mode) - Interface to C language function:
void glDeformSGIX(GLbitfield mode);
|
void | glDeformationMap3dSGIX(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double w1, double w2, int wstride, int worder, double[] points) - Interface to C language function:
void glDeformationMap3dSGIX(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble * points);
|
void | glDeformationMap3dSGIX(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double w1, double w2, int wstride, int worder, java.nio.DoubleBuffer points) - Interface to C language function:
void glDeformationMap3dSGIX(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble * points);
|
void | glDeformationMap3fSGIX(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float w1, float w2, int wstride, int worder, float[] points) - Interface to C language function:
void glDeformationMap3fSGIX(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat * points);
|
void | glDeformationMap3fSGIX(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float w1, float w2, int wstride, int worder, java.nio.FloatBuffer points) - Interface to C language function:
void glDeformationMap3fSGIX(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat * points);
|
void | glDeleteAsyncMarkersSGIX(int target, int s) - Interface to C language function:
void glDeleteAsyncMarkersSGIX(GLuint target, GLsizei s);
|
void | glDeleteBufferRegion(int mode) - Interface to C language function:
void glDeleteBufferRegion(GLuint mode);
|
void | glDeleteBuffers(int n, int[] ids) - Interface to C language function:
void glDeleteBuffers(GLsizei n, const GLuint * ids);
|
void | glDeleteBuffers(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteBuffers(GLsizei n, const GLuint * ids);
|
void | glDeleteBuffersARB(int n, int[] ids) - Interface to C language function:
void glDeleteBuffersARB(GLsizei n, const GLuint * ids);
|
void | glDeleteBuffersARB(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteBuffersARB(GLsizei n, const GLuint * ids);
|
void | glDeleteFencesAPPLE(int n, int[] ids) - Interface to C language function:
void glDeleteFencesAPPLE(GLsizei n, const GLuint * ids);
|
void | glDeleteFencesAPPLE(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteFencesAPPLE(GLsizei n, const GLuint * ids);
|
void | glDeleteFencesNV(int n, int[] ids) - Interface to C language function:
void glDeleteFencesNV(GLsizei n, const GLuint * ids);
|
void | glDeleteFencesNV(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteFencesNV(GLsizei n, const GLuint * ids);
|
void | glDeleteFragmentShaderATI(int mode) - Interface to C language function:
void glDeleteFragmentShaderATI(GLuint mode);
|
void | glDeleteFramebuffersEXT(int n, int[] ids) - Interface to C language function:
void glDeleteFramebuffersEXT(GLsizei n, const GLuint * ids);
|
void | glDeleteFramebuffersEXT(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteFramebuffersEXT(GLsizei n, const GLuint * ids);
|
void | glDeleteLists(int list, int range) - Interface to C language function:
void glDeleteLists(GLuint list, GLsizei range);
|
void | glDeleteObjectARB(int mode) - Interface to C language function:
void glDeleteObjectARB(GLhandleARB mode);
|
void | glDeleteOcclusionQueriesNV(int n, int[] ids) - Interface to C language function:
void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids);
|
void | glDeleteOcclusionQueriesNV(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteOcclusionQueriesNV(GLsizei n, const GLuint * ids);
|
void | glDeleteProgram(int mode) - Interface to C language function:
void glDeleteProgram(GLuint mode);
|
void | glDeleteProgramsARB(int n, int[] ids) - Interface to C language function:
void glDeleteProgramsARB(GLsizei n, const GLuint * ids);
|
void | glDeleteProgramsARB(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteProgramsARB(GLsizei n, const GLuint * ids);
|
void | glDeleteProgramsNV(int n, int[] ids) - Interface to C language function:
void glDeleteProgramsNV(GLsizei n, const GLuint * ids);
|
void | glDeleteProgramsNV(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteProgramsNV(GLsizei n, const GLuint * ids);
|
void | glDeleteQueries(int n, int[] ids) - Interface to C language function:
void glDeleteQueries(GLsizei n, const GLuint * ids);
|
void | glDeleteQueries(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteQueries(GLsizei n, const GLuint * ids);
|
void | glDeleteQueriesARB(int n, int[] ids) - Interface to C language function:
void glDeleteQueriesARB(GLsizei n, const GLuint * ids);
|
void | glDeleteQueriesARB(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteQueriesARB(GLsizei n, const GLuint * ids);
|
void | glDeleteRenderbuffersEXT(int n, int[] ids) - Interface to C language function:
void glDeleteRenderbuffersEXT(GLsizei n, const GLuint * ids);
|
void | glDeleteRenderbuffersEXT(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteRenderbuffersEXT(GLsizei n, const GLuint * ids);
|
void | glDeleteShader(int mode) - Interface to C language function:
void glDeleteShader(GLuint mode);
|
void | glDeleteTextures(int n, int[] textures) - Interface to C language function:
void glDeleteTextures(GLsizei n, const GLuint * textures);
|
void | glDeleteTextures(int n, java.nio.IntBuffer textures) - Interface to C language function:
void glDeleteTextures(GLsizei n, const GLuint * textures);
|
void | glDeleteTexturesEXT(int n, int[] ids) - Interface to C language function:
void glDeleteTexturesEXT(GLsizei n, const GLuint * ids);
|
void | glDeleteTexturesEXT(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteTexturesEXT(GLsizei n, const GLuint * ids);
|
void | glDeleteVertexArraysAPPLE(int n, int[] ids) - Interface to C language function:
void glDeleteVertexArraysAPPLE(GLsizei n, const GLuint * ids);
|
void | glDeleteVertexArraysAPPLE(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDeleteVertexArraysAPPLE(GLsizei n, const GLuint * ids);
|
void | glDeleteVertexShaderEXT(int mode) - Interface to C language function:
void glDeleteVertexShaderEXT(GLuint mode);
|
void | glDepthBoundsEXT(double x, double y) - Interface to C language function:
void glDepthBoundsEXT(GLclampd x, GLclampd y);
|
void | glDepthFunc(int func) - Interface to C language function:
void glDepthFunc(GLenum func);
|
void | glDepthMask(boolean flag) - Interface to C language function:
void glDepthMask(GLboolean flag);
|
void | glDepthRange(double near_val, double far_val) - Interface to C language function:
void glDepthRange(GLclampd near_val, GLclampd far_val);
|
void | glDetachObjectARB(int target, int id) - Interface to C language function:
void glDetachObjectARB(GLhandleARB target, GLhandleARB id);
|
void | glDetachShader(int target, int id) - Interface to C language function:
void glDetachShader(GLuint target, GLuint id);
|
void | glDetailTexFuncSGIS(int target, int n, float[] points) - Interface to C language function:
void glDetailTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
|
void | glDetailTexFuncSGIS(int target, int n, java.nio.FloatBuffer points) - Interface to C language function:
void glDetailTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
|
void | glDisable(int cap) - Interface to C language function:
void glDisable(GLenum cap);
|
void | glDisableClientState(int cap) - Interface to C language function:
void glDisableClientState(GLenum cap);
|
void | glDisableVariantClientStateEXT(int mode) - Interface to C language function:
void glDisableVariantClientStateEXT(GLuint mode);
|
void | glDisableVertexAttribAPPLE(int index, int pname) - Interface to C language function:
void glDisableVertexAttribAPPLE(GLuint index, GLenum pname);
|
void | glDisableVertexAttribArray(int mode) - Interface to C language function:
void glDisableVertexAttribArray(GLuint mode);
|
void | glDisableVertexAttribArrayARB(int mode) - Interface to C language function:
void glDisableVertexAttribArrayARB(GLuint mode);
|
void | glDrawArrays(int mode, int first, int count) - Interface to C language function:
void glDrawArrays(GLenum mode, GLint first, GLsizei count);
|
void | glDrawArraysEXT(int target, int s, int t) - Interface to C language function:
void glDrawArraysEXT(GLenum target, GLint s, GLsizei t);
|
void | glDrawBuffer(int mode) - Interface to C language function:
void glDrawBuffer(GLenum mode);
|
void | glDrawBufferRegion(int region, int x, int y, int width, int height, int xDest, int yDest) - Interface to C language function:
void glDrawBufferRegion(GLuint region, GLint x, GLint y, GLsizei width, GLsizei height, GLint xDest, GLint yDest);
|
void | glDrawBuffers(int n, int[] ids) - Interface to C language function:
void glDrawBuffers(GLsizei n, const GLenum * ids);
|
void | glDrawBuffers(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDrawBuffers(GLsizei n, const GLenum * ids);
|
void | glDrawBuffersARB(int n, int[] ids) - Interface to C language function:
void glDrawBuffersARB(GLsizei n, const GLenum * ids);
|
void | glDrawBuffersARB(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDrawBuffersARB(GLsizei n, const GLenum * ids);
|
void | glDrawBuffersATI(int n, int[] ids) - Interface to C language function:
void glDrawBuffersATI(GLsizei n, const GLenum * ids);
|
void | glDrawBuffersATI(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glDrawBuffersATI(GLsizei n, const GLenum * ids);
|
void | glDrawElementArrayAPPLE(int target, int s, int t) - Interface to C language function:
void glDrawElementArrayAPPLE(GLenum target, GLint s, GLsizei t);
|
void | glDrawElementArrayATI(int target, int s) - Interface to C language function:
void glDrawElementArrayATI(GLenum target, GLsizei s);
|
void | glDrawElementArrayNV(int mode, int first, int count) - Interface to C language function:
void glDrawElementArrayNV(GLenum mode, GLint first, GLsizei count);
|
void | glDrawElements(int mode, int count, int type, boolean[] indices) - Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawElements(int mode, int count, int type, byte[] indices) - Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawElements(int mode, int count, int type, char[] indices) - Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawElements(int mode, int count, int type, double[] indices) - Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawElements(int mode, int count, int type, float[] indices) - Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawElements(int mode, int count, int type, int[] indices) - Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawElements(int mode, int count, int type, java.nio.Buffer indices) - Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawElements(int mode, int count, int type, long[] indices) - Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawElements(int mode, int count, int type, short[] indices) - Interface to C language function:
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawMeshArraysSUN(int target, int s, int t, int r) - Interface to C language function:
void glDrawMeshArraysSUN(GLenum target, GLint s, GLsizei t, GLsizei r);
|
void | glDrawPixels(int width, int height, int format, int type, boolean[] pixels) - Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glDrawPixels(int width, int height, int format, int type, byte[] pixels) - Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glDrawPixels(int width, int height, int format, int type, char[] pixels) - Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glDrawPixels(int width, int height, int format, int type, double[] pixels) - Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glDrawPixels(int width, int height, int format, int type, float[] pixels) - Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glDrawPixels(int width, int height, int format, int type, int[] pixels) - Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glDrawPixels(int width, int height, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glDrawPixels(int width, int height, int format, int type, long[] pixels) - Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glDrawPixels(int width, int height, int format, int type, short[] pixels) - Interface to C language function:
void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glDrawRangeElementArrayAPPLE(int mode, int start, int end, int first, int count) - Interface to C language function:
void glDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count);
|
void | glDrawRangeElementArrayATI(int mode, int start, int end, int count) - Interface to C language function:
void glDrawRangeElementArrayATI(GLenum mode, GLuint start, GLuint end, GLsizei count);
|
void | glDrawRangeElementArrayNV(int mode, int start, int end, int first, int count) - Interface to C language function:
void glDrawRangeElementArrayNV(GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count);
|
void | glDrawRangeElements(int mode, int start, int end, int count, int type, boolean[] indices) - Interface to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElements(int mode, int start, int end, int count, int type, byte[] indices) - Interface to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElements(int mode, int start, int end, int count, int type, char[] indices) - Interface to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElements(int mode, int start, int end, int count, int type, double[] indices) - Interface to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElements(int mode, int start, int end, int count, int type, float[] indices) - Interface to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElements(int mode, int start, int end, int count, int type, int[] indices) - Interface to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElements(int mode, int start, int end, int count, int type, java.nio.Buffer indices) - Interface to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElements(int mode, int start, int end, int count, int type, long[] indices) - Interface to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElements(int mode, int start, int end, int count, int type, short[] indices) - Interface to C language function:
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElementsEXT(int mode, int start, int end, int count, int type, boolean[] indices) - Interface to C language function:
void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElementsEXT(int mode, int start, int end, int count, int type, byte[] indices) - Interface to C language function:
void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElementsEXT(int mode, int start, int end, int count, int type, char[] indices) - Interface to C language function:
void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElementsEXT(int mode, int start, int end, int count, int type, double[] indices) - Interface to C language function:
void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElementsEXT(int mode, int start, int end, int count, int type, float[] indices) - Interface to C language function:
void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElementsEXT(int mode, int start, int end, int count, int type, int[] indices) - Interface to C language function:
void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElementsEXT(int mode, int start, int end, int count, int type, java.nio.Buffer indices) - Interface to C language function:
void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElementsEXT(int mode, int start, int end, int count, int type, long[] indices) - Interface to C language function:
void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glDrawRangeElementsEXT(int mode, int start, int end, int count, int type, short[] indices) - Interface to C language function:
void glDrawRangeElementsEXT(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
void | glEdgeFlag(boolean flag) - Interface to C language function:
void glEdgeFlag(GLboolean flag);
|
void | glEdgeFlagPointer(int stride, java.nio.Buffer ptr) - Interface to C language function:
void glEdgeFlagPointer(GLsizei stride, const GLvoid * ptr);
|
void | glEdgeFlagPointerEXT(int stride, int count, java.nio.ByteBuffer pointer) - Interface to C language function:
void glEdgeFlagPointerEXT(GLsizei stride, GLsizei count, const GLboolean * pointer);
|
void | glEdgeFlagPointerListIBM(int stride, java.nio.ByteBuffer[] pointer, int ptrstride) - Interface to C language function:
void glEdgeFlagPointerListIBM(GLint stride, const GLboolean * * pointer, GLint ptrstride);
|
void | glEdgeFlagv(byte[] flag) - Interface to C language function:
void glEdgeFlagv(const GLboolean * flag);
|
void | glEdgeFlagv(java.nio.ByteBuffer flag) - Interface to C language function:
void glEdgeFlagv(const GLboolean * flag);
|
void | glElementPointerAPPLE(int pname, boolean[] params) - Interface to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
|
void | glElementPointerAPPLE(int pname, byte[] params) - Interface to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
|
void | glElementPointerAPPLE(int pname, char[] params) - Interface to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
|
void | glElementPointerAPPLE(int pname, double[] params) - Interface to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
|
void | glElementPointerAPPLE(int pname, float[] params) - Interface to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
|
void | glElementPointerAPPLE(int pname, int[] params) - Interface to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
|
void | glElementPointerAPPLE(int pname, java.nio.Buffer params) - Interface to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
|
void | glElementPointerAPPLE(int pname, long[] params) - Interface to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
|
void | glElementPointerAPPLE(int pname, short[] params) - Interface to C language function:
void glElementPointerAPPLE(GLenum pname, const GLvoid * params);
|
void | glElementPointerATI(int pname, java.nio.Buffer params) - Interface to C language function:
void glElementPointerATI(GLenum pname, const GLvoid * params);
|
void | glElementPointerNV(int type, java.nio.Buffer pointer) - Interface to C language function:
void glElementPointerNV(GLenum type, const GLvoid * pointer);
|
void | glEnable(int cap) - Interface to C language function:
void glEnable(GLenum cap);
|
void | glEnableClientState(int cap) - Interface to C language function:
void glEnableClientState(GLenum cap);
|
void | glEnableVariantClientStateEXT(int mode) - Interface to C language function:
void glEnableVariantClientStateEXT(GLuint mode);
|
void | glEnableVertexAttribAPPLE(int index, int pname) - Interface to C language function:
void glEnableVertexAttribAPPLE(GLuint index, GLenum pname);
|
void | glEnableVertexAttribArray(int mode) - Interface to C language function:
void glEnableVertexAttribArray(GLuint mode);
|
void | glEnableVertexAttribArrayARB(int mode) - Interface to C language function:
void glEnableVertexAttribArrayARB(GLuint mode);
|
void | glEnd() - Interface to C language function:
void glEnd(void);
|
void | glEndFragmentShaderATI() - Interface to C language function:
void glEndFragmentShaderATI(void);
|
void | glEndList() - Interface to C language function:
void glEndList(void);
|
void | glEndOcclusionQueryNV() - Interface to C language function:
void glEndOcclusionQueryNV(void);
|
void | glEndQuery(int mode) - Interface to C language function:
void glEndQuery(GLenum mode);
|
void | glEndQueryARB(int mode) - Interface to C language function:
void glEndQueryARB(GLenum mode);
|
void | glEndVertexShaderEXT() - Interface to C language function:
void glEndVertexShaderEXT(void);
|
void | glEvalCoord1d(double u) - Interface to C language function:
void glEvalCoord1d(GLdouble u);
|
void | glEvalCoord1dv(double[] u) - Interface to C language function:
void glEvalCoord1dv(const GLdouble * u);
|
void | glEvalCoord1dv(java.nio.DoubleBuffer u) - Interface to C language function:
void glEvalCoord1dv(const GLdouble * u);
|
void | glEvalCoord1f(float u) - Interface to C language function:
void glEvalCoord1f(GLfloat u);
|
void | glEvalCoord1fv(float[] u) - Interface to C language function:
void glEvalCoord1fv(const GLfloat * u);
|
void | glEvalCoord1fv(java.nio.FloatBuffer u) - Interface to C language function:
void glEvalCoord1fv(const GLfloat * u);
|
void | glEvalCoord2d(double u, double v) - Interface to C language function:
void glEvalCoord2d(GLdouble u, GLdouble v);
|
void | glEvalCoord2dv(double[] u) - Interface to C language function:
void glEvalCoord2dv(const GLdouble * u);
|
void | glEvalCoord2dv(java.nio.DoubleBuffer u) - Interface to C language function:
void glEvalCoord2dv(const GLdouble * u);
|
void | glEvalCoord2f(float u, float v) - Interface to C language function:
void glEvalCoord2f(GLfloat u, GLfloat v);
|
void | glEvalCoord2fv(float[] u) - Interface to C language function:
void glEvalCoord2fv(const GLfloat * u);
|
void | glEvalCoord2fv(java.nio.FloatBuffer u) - Interface to C language function:
void glEvalCoord2fv(const GLfloat * u);
|
void | glEvalMapsNV(int target, int id) - Interface to C language function:
void glEvalMapsNV(GLenum target, GLenum id);
|
void | glEvalMesh1(int mode, int i1, int i2) - Interface to C language function:
void glEvalMesh1(GLenum mode, GLint i1, GLint i2);
|
void | glEvalMesh2(int mode, int i1, int i2, int j1, int j2) - Interface to C language function:
void glEvalMesh2(GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2);
|
void | glEvalPoint1(int i) - Interface to C language function:
void glEvalPoint1(GLint i);
|
void | glEvalPoint2(int i, int j) - Interface to C language function:
void glEvalPoint2(GLint i, GLint j);
|
void | glExecuteProgramNV(int target, int pname, float[] params) - Interface to C language function:
void glExecuteProgramNV(GLenum target, GLuint pname, const GLfloat * params);
|
void | glExecuteProgramNV(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glExecuteProgramNV(GLenum target, GLuint pname, const GLfloat * params);
|
void | glExtractComponentEXT(int red, int green, int blue) - Interface to C language function:
void glExtractComponentEXT(GLuint red, GLuint green, GLuint blue);
|
void | glFeedbackBuffer(int size, int type, java.nio.FloatBuffer buffer) - Interface to C language function:
void glFeedbackBuffer(GLsizei size, GLenum type, GLfloat * buffer);
|
void | glFinalCombinerInputNV(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha) - Interface to C language function:
void glFinalCombinerInputNV(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
void | glFinish() - Interface to C language function:
void glFinish(void);
|
int | glFinishAsyncSGIX(int[] markerp) - Interface to C language function:
GLint glFinishAsyncSGIX(GLuint * markerp);
|
int | glFinishAsyncSGIX(java.nio.IntBuffer markerp) - Interface to C language function:
GLint glFinishAsyncSGIX(GLuint * markerp);
|
void | glFinishFenceAPPLE(int mode) - Interface to C language function:
void glFinishFenceAPPLE(GLuint mode);
|
void | glFinishFenceNV(int mode) - Interface to C language function:
void glFinishFenceNV(GLuint mode);
|
void | glFinishObjectAPPLE(int target, int s) - Interface to C language function:
void glFinishObjectAPPLE(GLenum target, GLint s);
|
void | glFinishRenderAPPLE() - Interface to C language function:
void glFinishRenderAPPLE(void);
|
void | glFinishTextureSUNX() - Interface to C language function:
void glFinishTextureSUNX(void);
|
void | glFlush() - Interface to C language function:
void glFlush(void);
|
void | glFlushPixelDataRangeNV(int mode) - Interface to C language function:
void glFlushPixelDataRangeNV(GLenum mode);
|
void | glFlushRasterSGIX() - Interface to C language function:
void glFlushRasterSGIX(void);
|
void | glFlushRenderAPPLE() - Interface to C language function:
void glFlushRenderAPPLE(void);
|
void | glFlushVertexArrayRangeAPPLE(int length, boolean[] pointer) - Interface to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glFlushVertexArrayRangeAPPLE(int length, byte[] pointer) - Interface to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glFlushVertexArrayRangeAPPLE(int length, char[] pointer) - Interface to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glFlushVertexArrayRangeAPPLE(int length, double[] pointer) - Interface to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glFlushVertexArrayRangeAPPLE(int length, float[] pointer) - Interface to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glFlushVertexArrayRangeAPPLE(int length, int[] pointer) - Interface to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glFlushVertexArrayRangeAPPLE(int length, java.nio.Buffer pointer) - Interface to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glFlushVertexArrayRangeAPPLE(int length, long[] pointer) - Interface to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glFlushVertexArrayRangeAPPLE(int length, short[] pointer) - Interface to C language function:
void glFlushVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glFlushVertexArrayRangeNV() - Interface to C language function:
void glFlushVertexArrayRangeNV(void);
|
void | glFogCoordPointer(int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glFogCoordPointer(GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glFogCoordPointerEXT(int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glFogCoordPointerEXT(GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glFogCoordPointerListIBM(int type, int stride, java.nio.Buffer[] pointer, int ptrstride) - Interface to C language function:
void glFogCoordPointerListIBM(GLenum type, GLint stride, const GLvoid * * pointer, GLint ptrstride);
|
void | glFogCoordd(double coord) - Interface to C language function:
void glFogCoordd(GLdouble coord);
|
void | glFogCoorddEXT(double coord) - Interface to C language function:
void glFogCoorddEXT(GLdouble coord);
|
void | glFogCoorddv(double[] m) - Interface to C language function:
void glFogCoorddv(const GLdouble * m);
|
void | glFogCoorddv(java.nio.DoubleBuffer m) - Interface to C language function:
void glFogCoorddv(const GLdouble * m);
|
void | glFogCoorddvEXT(double[] m) - Interface to C language function:
void glFogCoorddvEXT(const GLdouble * m);
|
void | glFogCoorddvEXT(java.nio.DoubleBuffer m) - Interface to C language function:
void glFogCoorddvEXT(const GLdouble * m);
|
void | glFogCoordf(float coord) - Interface to C language function:
void glFogCoordf(GLfloat coord);
|
void | glFogCoordfEXT(float coord) - Interface to C language function:
void glFogCoordfEXT(GLfloat coord);
|
void | glFogCoordfv(float[] m) - Interface to C language function:
void glFogCoordfv(const GLfloat * m);
|
void | glFogCoordfv(java.nio.FloatBuffer m) - Interface to C language function:
void glFogCoordfv(const GLfloat * m);
|
void | glFogCoordfvEXT(float[] m) - Interface to C language function:
void glFogCoordfvEXT(const GLfloat * m);
|
void | glFogCoordfvEXT(java.nio.FloatBuffer m) - Interface to C language function:
void glFogCoordfvEXT(const GLfloat * m);
|
void | glFogCoordhNV(short factor) - Interface to C language function:
void glFogCoordhNV(GLhalfNV factor);
|
void | glFogCoordhvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glFogCoordhvNV(const GLhalfNV * v);
|
void | glFogCoordhvNV(short[] v) - Interface to C language function:
void glFogCoordhvNV(const GLhalfNV * v);
|
void | glFogFuncSGIS(int size, float[] weights) - Interface to C language function:
void glFogFuncSGIS(GLsizei size, const GLfloat * weights);
|
void | glFogFuncSGIS(int size, java.nio.FloatBuffer weights) - Interface to C language function:
void glFogFuncSGIS(GLsizei size, const GLfloat * weights);
|
void | glFogf(int pname, float param) - Interface to C language function:
void glFogf(GLenum pname, GLfloat param);
|
void | glFogfv(int pname, float[] params) - Interface to C language function:
void glFogfv(GLenum pname, const GLfloat * params);
|
void | glFogfv(int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glFogfv(GLenum pname, const GLfloat * params);
|
void | glFogi(int pname, int param) - Interface to C language function:
void glFogi(GLenum pname, GLint param);
|
void | glFogiv(int pname, int[] params) - Interface to C language function:
void glFogiv(GLenum pname, const GLint * params);
|
void | glFogiv(int pname, java.nio.IntBuffer params) - Interface to C language function:
void glFogiv(GLenum pname, const GLint * params);
|
void | glFragmentColorMaterialSGIX(int target, int id) - Interface to C language function:
void glFragmentColorMaterialSGIX(GLenum target, GLenum id);
|
void | glFragmentLightModelfSGIX(int target, float s) - Interface to C language function:
void glFragmentLightModelfSGIX(GLenum target, GLfloat s);
|
void | glFragmentLightModelfvSGIX(int target, float[] v) - Interface to C language function:
void glFragmentLightModelfvSGIX(GLenum target, const GLfloat * v);
|
void | glFragmentLightModelfvSGIX(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glFragmentLightModelfvSGIX(GLenum target, const GLfloat * v);
|
void | glFragmentLightModeliSGIX(int target, int s) - Interface to C language function:
void glFragmentLightModeliSGIX(GLenum target, GLint s);
|
void | glFragmentLightModelivSGIX(int target, int[] v) - Interface to C language function:
void glFragmentLightModelivSGIX(GLenum target, const GLint * v);
|
void | glFragmentLightModelivSGIX(int target, java.nio.IntBuffer v) - Interface to C language function:
void glFragmentLightModelivSGIX(GLenum target, const GLint * v);
|
void | glFragmentLightfSGIX(int target, int pname, float params) - Interface to C language function:
void glFragmentLightfSGIX(GLenum target, GLenum pname, GLfloat params);
|
void | glFragmentLightfvSGIX(int target, int pname, float[] params) - Interface to C language function:
void glFragmentLightfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
|
void | glFragmentLightfvSGIX(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glFragmentLightfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
|
void | glFragmentLightiSGIX(int target, int pname, int params) - Interface to C language function:
void glFragmentLightiSGIX(GLenum target, GLenum pname, GLint params);
|
void | glFragmentLightivSGIX(int target, int pname, int[] params) - Interface to C language function:
void glFragmentLightivSGIX(GLenum target, GLenum pname, const GLint * params);
|
void | glFragmentLightivSGIX(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glFragmentLightivSGIX(GLenum target, GLenum pname, const GLint * params);
|
void | glFragmentMaterialfSGIX(int target, int pname, float params) - Interface to C language function:
void glFragmentMaterialfSGIX(GLenum target, GLenum pname, GLfloat params);
|
void | glFragmentMaterialfvSGIX(int target, int pname, float[] params) - Interface to C language function:
void glFragmentMaterialfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
|
void | glFragmentMaterialfvSGIX(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glFragmentMaterialfvSGIX(GLenum target, GLenum pname, const GLfloat * params);
|
void | glFragmentMaterialiSGIX(int target, int pname, int params) - Interface to C language function:
void glFragmentMaterialiSGIX(GLenum target, GLenum pname, GLint params);
|
void | glFragmentMaterialivSGIX(int target, int pname, int[] params) - Interface to C language function:
void glFragmentMaterialivSGIX(GLenum target, GLenum pname, const GLint * params);
|
void | glFragmentMaterialivSGIX(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glFragmentMaterialivSGIX(GLenum target, GLenum pname, const GLint * params);
|
void | glFrameZoomSGIX(int count) - Interface to C language function:
void glFrameZoomSGIX(GLint count);
|
void | glFramebufferRenderbufferEXT(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha) - Interface to C language function:
void glFramebufferRenderbufferEXT(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLuint dfactorAlpha);
|
void | glFramebufferTexture1DEXT(int target, int attachment, int textarget, int texture, int level) - Interface to C language function:
void glFramebufferTexture1DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
|
void | glFramebufferTexture2DEXT(int target, int attachment, int textarget, int texture, int level) - Interface to C language function:
void glFramebufferTexture2DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
|
void | glFramebufferTexture3DEXT(int target, int attachment, int textarget, int texture, int level, int zoffset) - Interface to C language function:
void glFramebufferTexture3DEXT(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
|
void | glFreeObjectBufferATI(int mode) - Interface to C language function:
void glFreeObjectBufferATI(GLuint mode);
|
void | glFrontFace(int mode) - Interface to C language function:
void glFrontFace(GLenum mode);
|
void | glFrustum(double left, double right, double bottom, double top, double near_val, double far_val) - Interface to C language function:
void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val);
|
int | glGenAsyncMarkersSGIX(int range) - Interface to C language function:
GLuint glGenAsyncMarkersSGIX(GLsizei range);
|
void | glGenBuffers(int n, int[] ids) - Interface to C language function:
void glGenBuffers(GLsizei n, GLuint * ids);
|
void | glGenBuffers(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenBuffers(GLsizei n, GLuint * ids);
|
void | glGenBuffersARB(int n, int[] ids) - Interface to C language function:
void glGenBuffersARB(GLsizei n, GLuint * ids);
|
void | glGenBuffersARB(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenBuffersARB(GLsizei n, GLuint * ids);
|
void | glGenFencesAPPLE(int n, int[] ids) - Interface to C language function:
void glGenFencesAPPLE(GLsizei n, GLuint * ids);
|
void | glGenFencesAPPLE(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenFencesAPPLE(GLsizei n, GLuint * ids);
|
void | glGenFencesNV(int n, int[] ids) - Interface to C language function:
void glGenFencesNV(GLsizei n, GLuint * ids);
|
void | glGenFencesNV(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenFencesNV(GLsizei n, GLuint * ids);
|
int | glGenFragmentShadersATI(int type) - Interface to C language function:
GLuint glGenFragmentShadersATI(GLuint type);
|
void | glGenFramebuffersEXT(int n, int[] ids) - Interface to C language function:
void glGenFramebuffersEXT(GLsizei n, GLuint * ids);
|
void | glGenFramebuffersEXT(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenFramebuffersEXT(GLsizei n, GLuint * ids);
|
int | glGenLists(int range) - Interface to C language function:
GLuint glGenLists(GLsizei range);
|
void | glGenOcclusionQueriesNV(int n, int[] ids) - Interface to C language function:
void glGenOcclusionQueriesNV(GLsizei n, GLuint * ids);
|
void | glGenOcclusionQueriesNV(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenOcclusionQueriesNV(GLsizei n, GLuint * ids);
|
void | glGenProgramsARB(int n, int[] ids) - Interface to C language function:
void glGenProgramsARB(GLsizei n, GLuint * ids);
|
void | glGenProgramsARB(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenProgramsARB(GLsizei n, GLuint * ids);
|
void | glGenProgramsNV(int n, int[] ids) - Interface to C language function:
void glGenProgramsNV(GLsizei n, GLuint * ids);
|
void | glGenProgramsNV(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenProgramsNV(GLsizei n, GLuint * ids);
|
void | glGenQueries(int n, int[] ids) - Interface to C language function:
void glGenQueries(GLsizei n, GLuint * ids);
|
void | glGenQueries(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenQueries(GLsizei n, GLuint * ids);
|
void | glGenQueriesARB(int n, int[] ids) - Interface to C language function:
void glGenQueriesARB(GLsizei n, GLuint * ids);
|
void | glGenQueriesARB(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenQueriesARB(GLsizei n, GLuint * ids);
|
void | glGenRenderbuffersEXT(int n, int[] ids) - Interface to C language function:
void glGenRenderbuffersEXT(GLsizei n, GLuint * ids);
|
void | glGenRenderbuffersEXT(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenRenderbuffersEXT(GLsizei n, GLuint * ids);
|
int | glGenSymbolsEXT(int datatype, int storagetype, int range, int components) - Interface to C language function:
GLuint glGenSymbolsEXT(GLenum datatype, GLenum storagetype, GLenum range, GLuint components);
|
void | glGenTextures(int n, int[] textures) - Interface to C language function:
void glGenTextures(GLsizei n, GLuint * textures);
|
void | glGenTextures(int n, java.nio.IntBuffer textures) - Interface to C language function:
void glGenTextures(GLsizei n, GLuint * textures);
|
void | glGenTexturesEXT(int n, int[] ids) - Interface to C language function:
void glGenTexturesEXT(GLsizei n, GLuint * ids);
|
void | glGenTexturesEXT(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenTexturesEXT(GLsizei n, GLuint * ids);
|
void | glGenVertexArraysAPPLE(int n, int[] ids) - Interface to C language function:
void glGenVertexArraysAPPLE(GLsizei n, const GLuint * ids);
|
void | glGenVertexArraysAPPLE(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glGenVertexArraysAPPLE(GLsizei n, const GLuint * ids);
|
int | glGenVertexShadersEXT(int type) - Interface to C language function:
GLuint glGenVertexShadersEXT(GLuint type);
|
void | glGenerateMipmapEXT(int mode) - Interface to C language function:
void glGenerateMipmapEXT(GLenum mode);
|
void | glGetActiveAttrib(int program, int index, int bufSize, int[] length, int[] size, int[] type, byte[] name) - Interface to C language function:
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
|
void | glGetActiveAttrib(int program, int index, int bufSize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, java.nio.ByteBuffer name) - Interface to C language function:
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
|
void | glGetActiveAttribARB(int program, int index, int bufSize, int[] length, int[] size, int[] type, byte[] name) - Interface to C language function:
void glGetActiveAttribARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
|
void | glGetActiveAttribARB(int program, int index, int bufSize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, java.nio.ByteBuffer name) - Interface to C language function:
void glGetActiveAttribARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
|
void | glGetActiveUniform(int program, int index, int bufSize, int[] length, int[] size, int[] type, byte[] name) - Interface to C language function:
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
|
void | glGetActiveUniform(int program, int index, int bufSize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, java.nio.ByteBuffer name) - Interface to C language function:
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLchar * name);
|
void | glGetActiveUniformARB(int program, int index, int bufSize, int[] length, int[] size, int[] type, byte[] name) - Interface to C language function:
void glGetActiveUniformARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
|
void | glGetActiveUniformARB(int program, int index, int bufSize, java.nio.IntBuffer length, java.nio.IntBuffer size, java.nio.IntBuffer type, java.nio.ByteBuffer name) - Interface to C language function:
void glGetActiveUniformARB(GLhandleARB program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, GLcharARB * name);
|
void | glGetArrayObjectfvATI(int target, int pname, float[] params) - Interface to C language function:
void glGetArrayObjectfvATI(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetArrayObjectfvATI(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetArrayObjectfvATI(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetArrayObjectivATI(int target, int pname, int[] params) - Interface to C language function:
void glGetArrayObjectivATI(GLenum target, GLenum pname, GLint * params);
|
void | glGetArrayObjectivATI(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetArrayObjectivATI(GLenum target, GLenum pname, GLint * params);
|
void | glGetAttachedObjectsARB(int program, int maxCount, int[] count, int[] obj) - Interface to C language function:
void glGetAttachedObjectsARB(GLhandleARB program, GLsizei maxCount, GLsizei * count, GLhandleARB * obj);
|
void | glGetAttachedObjectsARB(int program, int maxCount, java.nio.IntBuffer count, java.nio.IntBuffer obj) - Interface to C language function:
void glGetAttachedObjectsARB(GLhandleARB program, GLsizei maxCount, GLsizei * count, GLhandleARB * obj);
|
void | glGetAttachedShaders(int program, int maxCount, int[] count, int[] obj) - Interface to C language function:
void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * obj);
|
void | glGetAttachedShaders(int program, int maxCount, java.nio.IntBuffer count, java.nio.IntBuffer obj) - Interface to C language function:
void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei * count, GLuint * obj);
|
int | glGetAttribLocation(int program, byte[] name) - Interface to C language function:
GLint glGetAttribLocation(GLuint program, const GLchar * name);
|
int | glGetAttribLocation(int program, java.nio.ByteBuffer name) - Interface to C language function:
GLint glGetAttribLocation(GLuint program, const GLchar * name);
|
int | glGetAttribLocationARB(int program, java.lang.String name) - Interface to C language function:
GLint glGetAttribLocationARB(GLhandleARB program, const GLcharARB * name);
|
void | glGetBooleanv(int pname, byte[] params) - Interface to C language function:
void glGetBooleanv(GLenum pname, GLboolean * params);
|
void | glGetBooleanv(int pname, java.nio.ByteBuffer params) - Interface to C language function:
void glGetBooleanv(GLenum pname, GLboolean * params);
|
void | glGetBufferParameteriv(int target, int pname, int[] params) - Interface to C language function:
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetBufferParameteriv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetBufferParameterivARB(int target, int pname, int[] params) - Interface to C language function:
void glGetBufferParameterivARB(GLenum target, GLenum pname, GLint * params);
|
void | glGetBufferParameterivARB(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetBufferParameterivARB(GLenum target, GLenum pname, GLint * params);
|
void | glGetBufferSubData(int target, int offset, int size, boolean[] data) - Interface to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetBufferSubData(int target, int offset, int size, byte[] data) - Interface to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetBufferSubData(int target, int offset, int size, char[] data) - Interface to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetBufferSubData(int target, int offset, int size, double[] data) - Interface to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetBufferSubData(int target, int offset, int size, float[] data) - Interface to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetBufferSubData(int target, int offset, int size, int[] data) - Interface to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetBufferSubData(int target, int offset, int size, java.nio.Buffer data) - Interface to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetBufferSubData(int target, int offset, int size, long[] data) - Interface to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetBufferSubData(int target, int offset, int size, short[] data) - Interface to C language function:
void glGetBufferSubData(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetBufferSubDataARB(int target, int offset, int size, java.nio.Buffer data) - Interface to C language function:
void glGetBufferSubDataARB(GLenum target, ptrdiff_t offset, ptrdiff_t size, GLvoid * data);
|
void | glGetClipPlane(int plane, double[] equation) - Interface to C language function:
void glGetClipPlane(GLenum plane, GLdouble * equation);
|
void | glGetClipPlane(int plane, java.nio.DoubleBuffer equation) - Interface to C language function:
void glGetClipPlane(GLenum plane, GLdouble * equation);
|
void | glGetColorTable(int target, int format, int type, boolean[] table) - Interface to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTable(int target, int format, int type, byte[] table) - Interface to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTable(int target, int format, int type, char[] table) - Interface to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTable(int target, int format, int type, double[] table) - Interface to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTable(int target, int format, int type, float[] table) - Interface to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTable(int target, int format, int type, int[] table) - Interface to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTable(int target, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTable(int target, int format, int type, long[] table) - Interface to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTable(int target, int format, int type, short[] table) - Interface to C language function:
void glGetColorTable(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableEXT(int target, int format, int type, boolean[] table) - Interface to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableEXT(int target, int format, int type, byte[] table) - Interface to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableEXT(int target, int format, int type, char[] table) - Interface to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableEXT(int target, int format, int type, double[] table) - Interface to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableEXT(int target, int format, int type, float[] table) - Interface to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableEXT(int target, int format, int type, int[] table) - Interface to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableEXT(int target, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableEXT(int target, int format, int type, long[] table) - Interface to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableEXT(int target, int format, int type, short[] table) - Interface to C language function:
void glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableParameterfv(int target, int pname, float[] params) - Interface to C language function:
void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetColorTableParameterfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetColorTableParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetColorTableParameterfvEXT(int target, int pname, float[] params) - Interface to C language function:
void glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetColorTableParameterfvEXT(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetColorTableParameterfvSGI(int target, int pname, float[] params) - Interface to C language function:
void glGetColorTableParameterfvSGI(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetColorTableParameterfvSGI(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetColorTableParameterfvSGI(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetColorTableParameteriv(int target, int pname, int[] params) - Interface to C language function:
void glGetColorTableParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetColorTableParameteriv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetColorTableParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetColorTableParameterivEXT(int target, int pname, int[] params) - Interface to C language function:
void glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetColorTableParameterivEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetColorTableParameterivSGI(int target, int pname, int[] params) - Interface to C language function:
void glGetColorTableParameterivSGI(GLenum target, GLenum pname, GLint * params);
|
void | glGetColorTableParameterivSGI(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetColorTableParameterivSGI(GLenum target, GLenum pname, GLint * params);
|
void | glGetColorTableSGI(int target, int format, int type, boolean[] table) - Interface to C language function:
void glGetColorTableSGI(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableSGI(int target, int format, int type, byte[] table) - Interface to C language function:
void glGetColorTableSGI(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableSGI(int target, int format, int type, char[] table) - Interface to C language function:
void glGetColorTableSGI(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableSGI(int target, int format, int type, double[] table) - Interface to C language function:
void glGetColorTableSGI(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableSGI(int target, int format, int type, float[] table) - Interface to C language function:
void glGetColorTableSGI(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableSGI(int target, int format, int type, int[] table) - Interface to C language function:
void glGetColorTableSGI(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableSGI(int target, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glGetColorTableSGI(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableSGI(int target, int format, int type, long[] table) - Interface to C language function:
void glGetColorTableSGI(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetColorTableSGI(int target, int format, int type, short[] table) - Interface to C language function:
void glGetColorTableSGI(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetCombinerInputParameterfvNV(int stage, int portion, int variable, int pname, float[] params) - Interface to C language function:
void glGetCombinerInputParameterfvNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params);
|
void | glGetCombinerInputParameterfvNV(int stage, int portion, int variable, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetCombinerInputParameterfvNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat * params);
|
void | glGetCombinerInputParameterivNV(int stage, int portion, int variable, int pname, int[] params) - Interface to C language function:
void glGetCombinerInputParameterivNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params);
|
void | glGetCombinerInputParameterivNV(int stage, int portion, int variable, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetCombinerInputParameterivNV(GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint * params);
|
void | glGetCombinerOutputParameterfvNV(int stage, int portion, int pname, float[] params) - Interface to C language function:
void glGetCombinerOutputParameterfvNV(GLenum stage, GLenum portion, GLenum pname, GLfloat * params);
|
void | glGetCombinerOutputParameterfvNV(int stage, int portion, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetCombinerOutputParameterfvNV(GLenum stage, GLenum portion, GLenum pname, GLfloat * params);
|
void | glGetCombinerOutputParameterivNV(int stage, int portion, int pname, int[] params) - Interface to C language function:
void glGetCombinerOutputParameterivNV(GLenum stage, GLenum portion, GLenum pname, GLint * params);
|
void | glGetCombinerOutputParameterivNV(int stage, int portion, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetCombinerOutputParameterivNV(GLenum stage, GLenum portion, GLenum pname, GLint * params);
|
void | glGetCombinerStageParameterfvNV(int target, int pname, float[] params) - Interface to C language function:
void glGetCombinerStageParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetCombinerStageParameterfvNV(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetCombinerStageParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetCompressedTexImage(int target, int level, boolean[] img) - Interface to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImage(int target, int level, byte[] img) - Interface to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImage(int target, int level, char[] img) - Interface to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImage(int target, int level, double[] img) - Interface to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImage(int target, int level, float[] img) - Interface to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImage(int target, int level, int[] img) - Interface to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImage(int target, int level, java.nio.Buffer img) - Interface to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImage(int target, int level, long[] img) - Interface to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImage(int target, int level, short[] img) - Interface to C language function:
void glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImageARB(int target, int level, boolean[] img) - Interface to C language function:
void glGetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImageARB(int target, int level, byte[] img) - Interface to C language function:
void glGetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImageARB(int target, int level, char[] img) - Interface to C language function:
void glGetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImageARB(int target, int level, double[] img) - Interface to C language function:
void glGetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImageARB(int target, int level, float[] img) - Interface to C language function:
void glGetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImageARB(int target, int level, int[] img) - Interface to C language function:
void glGetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImageARB(int target, int level, java.nio.Buffer img) - Interface to C language function:
void glGetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImageARB(int target, int level, long[] img) - Interface to C language function:
void glGetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img);
|
void | glGetCompressedTexImageARB(int target, int level, short[] img) - Interface to C language function:
void glGetCompressedTexImageARB(GLenum target, GLint level, GLvoid * img);
|
void | glGetConvolutionFilter(int target, int format, int type, boolean[] table) - Interface to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilter(int target, int format, int type, byte[] table) - Interface to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilter(int target, int format, int type, char[] table) - Interface to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilter(int target, int format, int type, double[] table) - Interface to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilter(int target, int format, int type, float[] table) - Interface to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilter(int target, int format, int type, int[] table) - Interface to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilter(int target, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilter(int target, int format, int type, long[] table) - Interface to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilter(int target, int format, int type, short[] table) - Interface to C language function:
void glGetConvolutionFilter(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilterEXT(int target, int format, int type, boolean[] table) - Interface to C language function:
void glGetConvolutionFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilterEXT(int target, int format, int type, byte[] table) - Interface to C language function:
void glGetConvolutionFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilterEXT(int target, int format, int type, char[] table) - Interface to C language function:
void glGetConvolutionFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilterEXT(int target, int format, int type, double[] table) - Interface to C language function:
void glGetConvolutionFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilterEXT(int target, int format, int type, float[] table) - Interface to C language function:
void glGetConvolutionFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilterEXT(int target, int format, int type, int[] table) - Interface to C language function:
void glGetConvolutionFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilterEXT(int target, int format, int type, java.nio.Buffer table) - Interface to C language function:
void glGetConvolutionFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilterEXT(int target, int format, int type, long[] table) - Interface to C language function:
void glGetConvolutionFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionFilterEXT(int target, int format, int type, short[] table) - Interface to C language function:
void glGetConvolutionFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * table);
|
void | glGetConvolutionParameterfv(int target, int pname, float[] params) - Interface to C language function:
void glGetConvolutionParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetConvolutionParameterfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetConvolutionParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetConvolutionParameterfvEXT(int target, int pname, float[] params) - Interface to C language function:
void glGetConvolutionParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetConvolutionParameterfvEXT(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetConvolutionParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetConvolutionParameteriv(int target, int pname, int[] params) - Interface to C language function:
void glGetConvolutionParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetConvolutionParameteriv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetConvolutionParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetConvolutionParameterivEXT(int target, int pname, int[] params) - Interface to C language function:
void glGetConvolutionParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetConvolutionParameterivEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetConvolutionParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetDetailTexFuncSGIS(int pname, float[] params) - Interface to C language function:
void glGetDetailTexFuncSGIS(GLenum pname, GLfloat * params);
|
void | glGetDetailTexFuncSGIS(int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetDetailTexFuncSGIS(GLenum pname, GLfloat * params);
|
void | glGetDoublev(int pname, double[] params) - Interface to C language function:
void glGetDoublev(GLenum pname, GLdouble * params);
|
void | glGetDoublev(int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glGetDoublev(GLenum pname, GLdouble * params);
|
int | glGetError() - Interface to C language function:
GLenum glGetError(void);
|
void | glGetFenceivNV(int target, int pname, int[] params) - Interface to C language function:
void glGetFenceivNV(GLuint target, GLenum pname, GLint * params);
|
void | glGetFenceivNV(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetFenceivNV(GLuint target, GLenum pname, GLint * params);
|
void | glGetFinalCombinerInputParameterfvNV(int target, int pname, float[] params) - Interface to C language function:
void glGetFinalCombinerInputParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetFinalCombinerInputParameterfvNV(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetFinalCombinerInputParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetFinalCombinerInputParameterivNV(int target, int pname, int[] params) - Interface to C language function:
void glGetFinalCombinerInputParameterivNV(GLenum target, GLenum pname, GLint * params);
|
void | glGetFinalCombinerInputParameterivNV(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetFinalCombinerInputParameterivNV(GLenum target, GLenum pname, GLint * params);
|
void | glGetFloatv(int pname, float[] params) - Interface to C language function:
void glGetFloatv(GLenum pname, GLfloat * params);
|
void | glGetFloatv(int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetFloatv(GLenum pname, GLfloat * params);
|
void | glGetFogFuncSGIS(float[] points) - Interface to C language function:
void glGetFogFuncSGIS(GLfloat * points);
|
void | glGetFogFuncSGIS(java.nio.FloatBuffer points) - Interface to C language function:
void glGetFogFuncSGIS(GLfloat * points);
|
void | glGetFragmentLightfvSGIX(int target, int pname, float[] params) - Interface to C language function:
void glGetFragmentLightfvSGIX(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetFragmentLightfvSGIX(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetFragmentLightfvSGIX(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetFragmentLightivSGIX(int target, int pname, int[] params) - Interface to C language function:
void glGetFragmentLightivSGIX(GLenum target, GLenum pname, GLint * params);
|
void | glGetFragmentLightivSGIX(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetFragmentLightivSGIX(GLenum target, GLenum pname, GLint * params);
|
void | glGetFragmentMaterialfvSGIX(int target, int pname, float[] params) - Interface to C language function:
void glGetFragmentMaterialfvSGIX(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetFragmentMaterialfvSGIX(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetFragmentMaterialfvSGIX(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetFragmentMaterialivSGIX(int target, int pname, int[] params) - Interface to C language function:
void glGetFragmentMaterialivSGIX(GLenum target, GLenum pname, GLint * params);
|
void | glGetFragmentMaterialivSGIX(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetFragmentMaterialivSGIX(GLenum target, GLenum pname, GLint * params);
|
void | glGetFramebufferAttachmentParameterivEXT(int stage, int portion, int pname, int[] params) - Interface to C language function:
void glGetFramebufferAttachmentParameterivEXT(GLenum stage, GLenum portion, GLenum pname, GLint * params);
|
void | glGetFramebufferAttachmentParameterivEXT(int stage, int portion, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetFramebufferAttachmentParameterivEXT(GLenum stage, GLenum portion, GLenum pname, GLint * params);
|
int | glGetHandleARB(int type) - Interface to C language function:
GLhandleARB glGetHandleARB(GLenum type);
|
void | glGetHistogram(int target, boolean reset, int format, int type, boolean[] values) - Interface to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogram(int target, boolean reset, int format, int type, byte[] values) - Interface to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogram(int target, boolean reset, int format, int type, char[] values) - Interface to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogram(int target, boolean reset, int format, int type, double[] values) - Interface to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogram(int target, boolean reset, int format, int type, float[] values) - Interface to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogram(int target, boolean reset, int format, int type, int[] values) - Interface to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogram(int target, boolean reset, int format, int type, java.nio.Buffer values) - Interface to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogram(int target, boolean reset, int format, int type, long[] values) - Interface to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogram(int target, boolean reset, int format, int type, short[] values) - Interface to C language function:
void glGetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramEXT(int target, boolean reset, int format, int type, boolean[] values) - Interface to C language function:
void glGetHistogramEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramEXT(int target, boolean reset, int format, int type, byte[] values) - Interface to C language function:
void glGetHistogramEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramEXT(int target, boolean reset, int format, int type, char[] values) - Interface to C language function:
void glGetHistogramEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramEXT(int target, boolean reset, int format, int type, double[] values) - Interface to C language function:
void glGetHistogramEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramEXT(int target, boolean reset, int format, int type, float[] values) - Interface to C language function:
void glGetHistogramEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramEXT(int target, boolean reset, int format, int type, int[] values) - Interface to C language function:
void glGetHistogramEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramEXT(int target, boolean reset, int format, int type, java.nio.Buffer values) - Interface to C language function:
void glGetHistogramEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramEXT(int target, boolean reset, int format, int type, long[] values) - Interface to C language function:
void glGetHistogramEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramEXT(int target, boolean reset, int format, int type, short[] values) - Interface to C language function:
void glGetHistogramEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetHistogramParameterfv(int target, int pname, float[] params) - Interface to C language function:
void glGetHistogramParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetHistogramParameterfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetHistogramParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetHistogramParameterfvEXT(int target, int pname, float[] params) - Interface to C language function:
void glGetHistogramParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetHistogramParameterfvEXT(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetHistogramParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetHistogramParameteriv(int target, int pname, int[] params) - Interface to C language function:
void glGetHistogramParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetHistogramParameteriv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetHistogramParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetHistogramParameterivEXT(int target, int pname, int[] params) - Interface to C language function:
void glGetHistogramParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetHistogramParameterivEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetHistogramParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetImageTransformParameterfvHP(int target, int pname, float[] params) - Interface to C language function:
void glGetImageTransformParameterfvHP(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetImageTransformParameterfvHP(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetImageTransformParameterfvHP(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetImageTransformParameterivHP(int target, int pname, int[] params) - Interface to C language function:
void glGetImageTransformParameterivHP(GLenum target, GLenum pname, GLint * params);
|
void | glGetImageTransformParameterivHP(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetImageTransformParameterivHP(GLenum target, GLenum pname, GLint * params);
|
void | glGetInfoLogARB(int program, int bufSize, int[] length, byte[] infoLog) - Interface to C language function:
void glGetInfoLogARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
|
void | glGetInfoLogARB(int program, int bufSize, java.nio.IntBuffer length, java.nio.ByteBuffer infoLog) - Interface to C language function:
void glGetInfoLogARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
|
int | glGetInstrumentsSGIX() - Interface to C language function:
GLint glGetInstrumentsSGIX(void);
|
void | glGetIntegerv(int pname, int[] params) - Interface to C language function:
void glGetIntegerv(GLenum pname, GLint * params);
|
void | glGetIntegerv(int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetIntegerv(GLenum pname, GLint * params);
|
void | glGetInvariantBooleanvEXT(int id, int pname, byte[] program) - Interface to C language function:
void glGetInvariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
|
void | glGetInvariantBooleanvEXT(int id, int pname, java.nio.ByteBuffer program) - Interface to C language function:
void glGetInvariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
|
void | glGetInvariantFloatvEXT(int target, int pname, float[] params) - Interface to C language function:
void glGetInvariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetInvariantFloatvEXT(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetInvariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetInvariantIntegervEXT(int target, int pname, int[] params) - Interface to C language function:
void glGetInvariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
|
void | glGetInvariantIntegervEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetInvariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
|
void | glGetLightfv(int light, int pname, float[] params) - Interface to C language function:
void glGetLightfv(GLenum light, GLenum pname, GLfloat * params);
|
void | glGetLightfv(int light, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetLightfv(GLenum light, GLenum pname, GLfloat * params);
|
void | glGetLightiv(int light, int pname, int[] params) - Interface to C language function:
void glGetLightiv(GLenum light, GLenum pname, GLint * params);
|
void | glGetLightiv(int light, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetLightiv(GLenum light, GLenum pname, GLint * params);
|
void | glGetListParameterfvSGIX(int target, int pname, float[] params) - Interface to C language function:
void glGetListParameterfvSGIX(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetListParameterfvSGIX(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetListParameterfvSGIX(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetListParameterivSGIX(int target, int pname, int[] params) - Interface to C language function:
void glGetListParameterivSGIX(GLuint target, GLenum pname, GLint * params);
|
void | glGetListParameterivSGIX(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetListParameterivSGIX(GLuint target, GLenum pname, GLint * params);
|
void | glGetLocalConstantBooleanvEXT(int id, int pname, byte[] program) - Interface to C language function:
void glGetLocalConstantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
|
void | glGetLocalConstantBooleanvEXT(int id, int pname, java.nio.ByteBuffer program) - Interface to C language function:
void glGetLocalConstantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
|
void | glGetLocalConstantFloatvEXT(int target, int pname, float[] params) - Interface to C language function:
void glGetLocalConstantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetLocalConstantFloatvEXT(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetLocalConstantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetLocalConstantIntegervEXT(int target, int pname, int[] params) - Interface to C language function:
void glGetLocalConstantIntegervEXT(GLuint target, GLenum pname, GLint * params);
|
void | glGetLocalConstantIntegervEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetLocalConstantIntegervEXT(GLuint target, GLenum pname, GLint * params);
|
void | glGetMapAttribParameterfvNV(int stage, int portion, int pname, float[] params) - Interface to C language function:
void glGetMapAttribParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
|
void | glGetMapAttribParameterfvNV(int stage, int portion, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetMapAttribParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
|
void | glGetMapAttribParameterivNV(int stage, int portion, int pname, int[] params) - Interface to C language function:
void glGetMapAttribParameterivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
|
void | glGetMapAttribParameterivNV(int stage, int portion, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetMapAttribParameterivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
|
void | glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, boolean[] points) - Interface to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
|
void | glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, byte[] points) - Interface to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
|
void | glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, char[] points) - Interface to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
|
void | glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, double[] points) - Interface to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
|
void | glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, float[] points) - Interface to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
|
void | glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, int[] points) - Interface to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
|
void | glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, java.nio.Buffer points) - Interface to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
|
void | glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, long[] points) - Interface to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
|
void | glGetMapControlPointsNV(int target, int index, int type, int ustride, int vstride, boolean packed, short[] points) - Interface to C language function:
void glGetMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid * points);
|
void | glGetMapParameterfvNV(int target, int pname, float[] params) - Interface to C language function:
void glGetMapParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetMapParameterfvNV(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetMapParameterfvNV(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetMapParameterivNV(int target, int pname, int[] params) - Interface to C language function:
void glGetMapParameterivNV(GLenum target, GLenum pname, GLint * params);
|
void | glGetMapParameterivNV(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetMapParameterivNV(GLenum target, GLenum pname, GLint * params);
|
void | glGetMapdv(int target, int query, double[] v) - Interface to C language function:
void glGetMapdv(GLenum target, GLenum query, GLdouble * v);
|
void | glGetMapdv(int target, int query, java.nio.DoubleBuffer v) - Interface to C language function:
void glGetMapdv(GLenum target, GLenum query, GLdouble * v);
|
void | glGetMapfv(int target, int query, float[] v) - Interface to C language function:
void glGetMapfv(GLenum target, GLenum query, GLfloat * v);
|
void | glGetMapfv(int target, int query, java.nio.FloatBuffer v) - Interface to C language function:
void glGetMapfv(GLenum target, GLenum query, GLfloat * v);
|
void | glGetMapiv(int target, int query, int[] v) - Interface to C language function:
void glGetMapiv(GLenum target, GLenum query, GLint * v);
|
void | glGetMapiv(int target, int query, java.nio.IntBuffer v) - Interface to C language function:
void glGetMapiv(GLenum target, GLenum query, GLint * v);
|
void | glGetMaterialfv(int face, int pname, float[] params) - Interface to C language function:
void glGetMaterialfv(GLenum face, GLenum pname, GLfloat * params);
|
void | glGetMaterialfv(int face, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetMaterialfv(GLenum face, GLenum pname, GLfloat * params);
|
void | glGetMaterialiv(int face, int pname, int[] params) - Interface to C language function:
void glGetMaterialiv(GLenum face, GLenum pname, GLint * params);
|
void | glGetMaterialiv(int face, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetMaterialiv(GLenum face, GLenum pname, GLint * params);
|
void | glGetMinmax(int target, boolean reset, int format, int type, boolean[] values) - Interface to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmax(int target, boolean reset, int format, int type, byte[] values) - Interface to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmax(int target, boolean reset, int format, int type, char[] values) - Interface to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmax(int target, boolean reset, int format, int type, double[] values) - Interface to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmax(int target, boolean reset, int format, int type, float[] values) - Interface to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmax(int target, boolean reset, int format, int type, int[] values) - Interface to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmax(int target, boolean reset, int format, int type, java.nio.Buffer values) - Interface to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmax(int target, boolean reset, int format, int type, long[] values) - Interface to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmax(int target, boolean reset, int format, int type, short[] values) - Interface to C language function:
void glGetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxEXT(int target, boolean reset, int format, int type, boolean[] values) - Interface to C language function:
void glGetMinmaxEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxEXT(int target, boolean reset, int format, int type, byte[] values) - Interface to C language function:
void glGetMinmaxEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxEXT(int target, boolean reset, int format, int type, char[] values) - Interface to C language function:
void glGetMinmaxEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxEXT(int target, boolean reset, int format, int type, double[] values) - Interface to C language function:
void glGetMinmaxEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxEXT(int target, boolean reset, int format, int type, float[] values) - Interface to C language function:
void glGetMinmaxEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxEXT(int target, boolean reset, int format, int type, int[] values) - Interface to C language function:
void glGetMinmaxEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxEXT(int target, boolean reset, int format, int type, java.nio.Buffer values) - Interface to C language function:
void glGetMinmaxEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxEXT(int target, boolean reset, int format, int type, long[] values) - Interface to C language function:
void glGetMinmaxEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxEXT(int target, boolean reset, int format, int type, short[] values) - Interface to C language function:
void glGetMinmaxEXT(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values);
|
void | glGetMinmaxParameterfv(int target, int pname, float[] params) - Interface to C language function:
void glGetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetMinmaxParameterfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetMinmaxParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetMinmaxParameterfvEXT(int target, int pname, float[] params) - Interface to C language function:
void glGetMinmaxParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetMinmaxParameterfvEXT(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetMinmaxParameterfvEXT(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetMinmaxParameteriv(int target, int pname, int[] params) - Interface to C language function:
void glGetMinmaxParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetMinmaxParameteriv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetMinmaxParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetMinmaxParameterivEXT(int target, int pname, int[] params) - Interface to C language function:
void glGetMinmaxParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetMinmaxParameterivEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetMinmaxParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetObjectBufferfvATI(int target, int pname, float[] params) - Interface to C language function:
void glGetObjectBufferfvATI(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetObjectBufferfvATI(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetObjectBufferfvATI(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetObjectBufferivATI(int target, int pname, int[] params) - Interface to C language function:
void glGetObjectBufferivATI(GLuint target, GLenum pname, GLint * params);
|
void | glGetObjectBufferivATI(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetObjectBufferivATI(GLuint target, GLenum pname, GLint * params);
|
void | glGetObjectParameterfvARB(int target, int pname, float[] params) - Interface to C language function:
void glGetObjectParameterfvARB(GLhandleARB target, GLenum pname, GLfloat * params);
|
void | glGetObjectParameterfvARB(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetObjectParameterfvARB(GLhandleARB target, GLenum pname, GLfloat * params);
|
void | glGetObjectParameterivARB(int target, int pname, int[] params) - Interface to C language function:
void glGetObjectParameterivARB(GLhandleARB target, GLenum pname, GLint * params);
|
void | glGetObjectParameterivARB(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetObjectParameterivARB(GLhandleARB target, GLenum pname, GLint * params);
|
void | glGetOcclusionQueryivNV(int target, int pname, int[] params) - Interface to C language function:
void glGetOcclusionQueryivNV(GLuint target, GLenum pname, GLint * params);
|
void | glGetOcclusionQueryivNV(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetOcclusionQueryivNV(GLuint target, GLenum pname, GLint * params);
|
void | glGetOcclusionQueryuivNV(int id, int pname, int[] params) - Interface to C language function:
void glGetOcclusionQueryuivNV(GLuint id, GLenum pname, GLuint * params);
|
void | glGetOcclusionQueryuivNV(int id, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetOcclusionQueryuivNV(GLuint id, GLenum pname, GLuint * params);
|
void | glGetPixelMapfv(int map, float[] values) - Interface to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values);
|
void | glGetPixelMapfv(int map, java.nio.FloatBuffer values) - Interface to C language function:
void glGetPixelMapfv(GLenum map, GLfloat * values);
|
void | glGetPixelMapuiv(int map, int[] values) - Interface to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values);
|
void | glGetPixelMapuiv(int map, java.nio.IntBuffer values) - Interface to C language function:
void glGetPixelMapuiv(GLenum map, GLuint * values);
|
void | glGetPixelMapusv(int map, java.nio.ShortBuffer values) - Interface to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values);
|
void | glGetPixelMapusv(int map, short[] values) - Interface to C language function:
void glGetPixelMapusv(GLenum map, GLushort * values);
|
void | glGetPixelTexGenParameterfvSGIS(int pname, float[] params) - Interface to C language function:
void glGetPixelTexGenParameterfvSGIS(GLenum pname, GLfloat * params);
|
void | glGetPixelTexGenParameterfvSGIS(int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetPixelTexGenParameterfvSGIS(GLenum pname, GLfloat * params);
|
void | glGetPixelTexGenParameterivSGIS(int pname, int[] params) - Interface to C language function:
void glGetPixelTexGenParameterivSGIS(GLenum pname, GLint * params);
|
void | glGetPixelTexGenParameterivSGIS(int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetPixelTexGenParameterivSGIS(GLenum pname, GLint * params);
|
void | glGetPolygonStipple(byte[] mask) - Interface to C language function:
void glGetPolygonStipple(GLubyte * mask);
|
void | glGetPolygonStipple(java.nio.ByteBuffer mask) - Interface to C language function:
void glGetPolygonStipple(GLubyte * mask);
|
void | glGetProgramEnvParameterdvARB(int index, int pname, double[] params) - Interface to C language function:
void glGetProgramEnvParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
|
void | glGetProgramEnvParameterdvARB(int index, int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glGetProgramEnvParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
|
void | glGetProgramEnvParameterfvARB(int target, int pname, float[] params) - Interface to C language function:
void glGetProgramEnvParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
|
void | glGetProgramEnvParameterfvARB(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetProgramEnvParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
|
void | glGetProgramInfoLog(int program, int bufSize, int[] length, byte[] infoLog) - Interface to C language function:
void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
|
void | glGetProgramInfoLog(int program, int bufSize, java.nio.IntBuffer length, java.nio.ByteBuffer infoLog) - Interface to C language function:
void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
|
void | glGetProgramLocalParameterdvARB(int index, int pname, double[] params) - Interface to C language function:
void glGetProgramLocalParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
|
void | glGetProgramLocalParameterdvARB(int index, int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glGetProgramLocalParameterdvARB(GLenum index, GLuint pname, GLdouble * params);
|
void | glGetProgramLocalParameterfvARB(int target, int pname, float[] params) - Interface to C language function:
void glGetProgramLocalParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
|
void | glGetProgramLocalParameterfvARB(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetProgramLocalParameterfvARB(GLenum target, GLuint pname, GLfloat * params);
|
void | glGetProgramNamedParameterdvNV(int id, int len, java.lang.String name, double[] params) - Interface to C language function:
void glGetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params);
|
void | glGetProgramNamedParameterdvNV(int id, int len, java.lang.String name, java.nio.DoubleBuffer params) - Interface to C language function:
void glGetProgramNamedParameterdvNV(GLuint id, GLsizei len, const GLubyte * name, GLdouble * params);
|
void | glGetProgramNamedParameterfvNV(int id, int len, java.lang.String name, float[] params) - Interface to C language function:
void glGetProgramNamedParameterfvNV(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params);
|
void | glGetProgramNamedParameterfvNV(int id, int len, java.lang.String name, java.nio.FloatBuffer params) - Interface to C language function:
void glGetProgramNamedParameterfvNV(GLuint id, GLsizei len, const GLubyte * name, GLfloat * params);
|
void | glGetProgramParameterdvNV(int target, int index, int pname, double[] params) - Interface to C language function:
void glGetProgramParameterdvNV(GLenum target, GLuint index, GLenum pname, GLdouble * params);
|
void | glGetProgramParameterdvNV(int target, int index, int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glGetProgramParameterdvNV(GLenum target, GLuint index, GLenum pname, GLdouble * params);
|
void | glGetProgramParameterfvNV(int stage, int portion, int pname, float[] params) - Interface to C language function:
void glGetProgramParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
|
void | glGetProgramParameterfvNV(int stage, int portion, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetProgramParameterfvNV(GLenum stage, GLuint portion, GLenum pname, GLfloat * params);
|
void | glGetProgramStringARB(int target, int pname, java.nio.Buffer string) - Interface to C language function:
void glGetProgramStringARB(GLenum target, GLenum pname, GLvoid * string);
|
void | glGetProgramStringNV(int id, int pname, byte[] program) - Interface to C language function:
void glGetProgramStringNV(GLuint id, GLenum pname, GLubyte * program);
|
void | glGetProgramStringNV(int id, int pname, java.nio.ByteBuffer program) - Interface to C language function:
void glGetProgramStringNV(GLuint id, GLenum pname, GLubyte * program);
|
void | glGetProgramiv(int target, int pname, int[] params) - Interface to C language function:
void glGetProgramiv(GLuint target, GLenum pname, GLint * params);
|
void | glGetProgramiv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetProgramiv(GLuint target, GLenum pname, GLint * params);
|
void | glGetProgramivARB(int target, int pname, int[] params) - Interface to C language function:
void glGetProgramivARB(GLenum target, GLenum pname, GLint * params);
|
void | glGetProgramivARB(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetProgramivARB(GLenum target, GLenum pname, GLint * params);
|
void | glGetProgramivNV(int target, int pname, int[] params) - Interface to C language function:
void glGetProgramivNV(GLuint target, GLenum pname, GLint * params);
|
void | glGetProgramivNV(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetProgramivNV(GLuint target, GLenum pname, GLint * params);
|
void | glGetQueryObjectiv(int target, int pname, int[] params) - Interface to C language function:
void glGetQueryObjectiv(GLuint target, GLenum pname, GLint * params);
|
void | glGetQueryObjectiv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetQueryObjectiv(GLuint target, GLenum pname, GLint * params);
|
void | glGetQueryObjectivARB(int target, int pname, int[] params) - Interface to C language function:
void glGetQueryObjectivARB(GLuint target, GLenum pname, GLint * params);
|
void | glGetQueryObjectivARB(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetQueryObjectivARB(GLuint target, GLenum pname, GLint * params);
|
void | glGetQueryObjectuiv(int id, int pname, int[] params) - Interface to C language function:
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint * params);
|
void | glGetQueryObjectuiv(int id, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint * params);
|
void | glGetQueryObjectuivARB(int id, int pname, int[] params) - Interface to C language function:
void glGetQueryObjectuivARB(GLuint id, GLenum pname, GLuint * params);
|
void | glGetQueryObjectuivARB(int id, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetQueryObjectuivARB(GLuint id, GLenum pname, GLuint * params);
|
void | glGetQueryiv(int target, int pname, int[] params) - Interface to C language function:
void glGetQueryiv(GLenum target, GLenum pname, GLint * params);
|
void | glGetQueryiv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetQueryiv(GLenum target, GLenum pname, GLint * params);
|
void | glGetQueryivARB(int target, int pname, int[] params) - Interface to C language function:
void glGetQueryivARB(GLenum target, GLenum pname, GLint * params);
|
void | glGetQueryivARB(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetQueryivARB(GLenum target, GLenum pname, GLint * params);
|
void | glGetRenderbufferParameterivEXT(int target, int pname, int[] params) - Interface to C language function:
void glGetRenderbufferParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetRenderbufferParameterivEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetRenderbufferParameterivEXT(GLenum target, GLenum pname, GLint * params);
|
void | glGetSeparableFilter(int target, int format, int type, boolean[] row, boolean[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, boolean[] row, boolean[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, boolean[] row, boolean[] column, char[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, boolean[] row, boolean[] column, double[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, boolean[] row, boolean[] column, float[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, boolean[] row, boolean[] column, int[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, boolean[] row, boolean[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, boolean[] row, boolean[] column, long[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, boolean[] row, boolean[] column, short[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, byte[] row, byte[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, byte[] row, byte[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, byte[] row, byte[] column, char[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, byte[] row, byte[] column, double[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, byte[] row, byte[] column, float[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, byte[] row, byte[] column, int[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, byte[] row, byte[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, byte[] row, byte[] column, long[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, byte[] row, byte[] column, short[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, char[] row, char[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, char[] row, char[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, char[] row, char[] column, char[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, char[] row, char[] column, double[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, char[] row, char[] column, float[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, char[] row, char[] column, int[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, char[] row, char[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, char[] row, char[] column, long[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, char[] row, char[] column, short[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, double[] row, double[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, double[] row, double[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, double[] row, double[] column, char[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, double[] row, double[] column, double[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, double[] row, double[] column, float[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, double[] row, double[] column, int[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, double[] row, double[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, double[] row, double[] column, long[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, double[] row, double[] column, short[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, float[] row, float[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, float[] row, float[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, float[] row, float[] column, char[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, float[] row, float[] column, double[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, float[] row, float[] column, float[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, float[] row, float[] column, int[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, float[] row, float[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, float[] row, float[] column, long[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, float[] row, float[] column, short[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, int[] row, int[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, int[] row, int[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, int[] row, int[] column, char[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, int[] row, int[] column, double[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, int[] row, int[] column, float[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, int[] row, int[] column, int[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, int[] row, int[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, int[] row, int[] column, long[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, int[] row, int[] column, short[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, boolean[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, byte[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, char[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, double[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, float[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, int[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, long[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, short[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, long[] row, long[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, long[] row, long[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, long[] row, long[] column, char[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, long[] row, long[] column, double[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, long[] row, long[] column, float[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, long[] row, long[] column, int[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, long[] row, long[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, long[] row, long[] column, long[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, long[] row, long[] column, short[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, short[] row, short[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, short[] row, short[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, short[] row, short[] column, char[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, short[] row, short[] column, double[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, short[] row, short[] column, float[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, short[] row, short[] column, int[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, short[] row, short[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, short[] row, short[] column, long[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilter(int target, int format, int type, short[] row, short[] column, short[] span) - Interface to C language function:
void glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, boolean[] row, boolean[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, boolean[] row, boolean[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, boolean[] row, boolean[] column, char[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, boolean[] row, boolean[] column, double[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, boolean[] row, boolean[] column, float[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, boolean[] row, boolean[] column, int[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, boolean[] row, boolean[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, boolean[] row, boolean[] column, long[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, boolean[] row, boolean[] column, short[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, byte[] row, byte[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, byte[] row, byte[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, byte[] row, byte[] column, char[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, byte[] row, byte[] column, double[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, byte[] row, byte[] column, float[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, byte[] row, byte[] column, int[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, byte[] row, byte[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, byte[] row, byte[] column, long[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, byte[] row, byte[] column, short[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, char[] row, char[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, char[] row, char[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, char[] row, char[] column, char[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, char[] row, char[] column, double[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, char[] row, char[] column, float[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, char[] row, char[] column, int[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, char[] row, char[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, char[] row, char[] column, long[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, char[] row, char[] column, short[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, double[] row, double[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, double[] row, double[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, double[] row, double[] column, char[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, double[] row, double[] column, double[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, double[] row, double[] column, float[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, double[] row, double[] column, int[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, double[] row, double[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, double[] row, double[] column, long[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, double[] row, double[] column, short[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, float[] row, float[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, float[] row, float[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, float[] row, float[] column, char[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, float[] row, float[] column, double[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, float[] row, float[] column, float[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, float[] row, float[] column, int[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, float[] row, float[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, float[] row, float[] column, long[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, float[] row, float[] column, short[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, int[] row, int[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, int[] row, int[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, int[] row, int[] column, char[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, int[] row, int[] column, double[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, int[] row, int[] column, float[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, int[] row, int[] column, int[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, int[] row, int[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, int[] row, int[] column, long[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, int[] row, int[] column, short[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, boolean[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, byte[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, char[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, double[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, float[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, int[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, long[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, java.nio.Buffer row, java.nio.Buffer column, short[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, long[] row, long[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, long[] row, long[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, long[] row, long[] column, char[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, long[] row, long[] column, double[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, long[] row, long[] column, float[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, long[] row, long[] column, int[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, long[] row, long[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, long[] row, long[] column, long[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, long[] row, long[] column, short[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, short[] row, short[] column, boolean[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, short[] row, short[] column, byte[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, short[] row, short[] column, char[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, short[] row, short[] column, double[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, short[] row, short[] column, float[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, short[] row, short[] column, int[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, short[] row, short[] column, java.nio.Buffer span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, short[] row, short[] column, long[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetSeparableFilterEXT(int target, int format, int type, short[] row, short[] column, short[] span) - Interface to C language function:
void glGetSeparableFilterEXT(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span);
|
void | glGetShaderInfoLog(int program, int bufSize, int[] length, byte[] infoLog) - Interface to C language function:
void glGetShaderInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
|
void | glGetShaderInfoLog(int program, int bufSize, java.nio.IntBuffer length, java.nio.ByteBuffer infoLog) - Interface to C language function:
void glGetShaderInfoLog(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
|
void | glGetShaderSource(int program, int bufSize, int[] length, byte[] infoLog) - Interface to C language function:
void glGetShaderSource(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
|
void | glGetShaderSource(int program, int bufSize, java.nio.IntBuffer length, java.nio.ByteBuffer infoLog) - Interface to C language function:
void glGetShaderSource(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog);
|
void | glGetShaderSourceARB(int program, int bufSize, int[] length, byte[] infoLog) - Interface to C language function:
void glGetShaderSourceARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
|
void | glGetShaderSourceARB(int program, int bufSize, java.nio.IntBuffer length, java.nio.ByteBuffer infoLog) - Interface to C language function:
void glGetShaderSourceARB(GLhandleARB program, GLsizei bufSize, GLsizei * length, GLcharARB * infoLog);
|
void | glGetShaderiv(int target, int pname, int[] params) - Interface to C language function:
void glGetShaderiv(GLuint target, GLenum pname, GLint * params);
|
void | glGetShaderiv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetShaderiv(GLuint target, GLenum pname, GLint * params);
|
void | glGetSharpenTexFuncSGIS(int pname, float[] params) - Interface to C language function:
void glGetSharpenTexFuncSGIS(GLenum pname, GLfloat * params);
|
void | glGetSharpenTexFuncSGIS(int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetSharpenTexFuncSGIS(GLenum pname, GLfloat * params);
|
java.lang.String | glGetString(int name) - Interface to C language function:
const GLubyte * glGetString(GLenum name);
|
void | glGetTexBumpParameterfvATI(int pname, float[] params) - Interface to C language function:
void glGetTexBumpParameterfvATI(GLenum pname, GLfloat * params);
|
void | glGetTexBumpParameterfvATI(int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetTexBumpParameterfvATI(GLenum pname, GLfloat * params);
|
void | glGetTexBumpParameterivATI(int pname, int[] params) - Interface to C language function:
void glGetTexBumpParameterivATI(GLenum pname, GLint * params);
|
void | glGetTexBumpParameterivATI(int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetTexBumpParameterivATI(GLenum pname, GLint * params);
|
void | glGetTexEnvfv(int target, int pname, float[] params) - Interface to C language function:
void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetTexEnvfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetTexEnvfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetTexEnviv(int target, int pname, int[] params) - Interface to C language function:
void glGetTexEnviv(GLenum target, GLenum pname, GLint * params);
|
void | glGetTexEnviv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetTexEnviv(GLenum target, GLenum pname, GLint * params);
|
void | glGetTexFilterFuncSGIS(int target, int pname, float[] params) - Interface to C language function:
void glGetTexFilterFuncSGIS(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetTexFilterFuncSGIS(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetTexFilterFuncSGIS(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetTexGendv(int coord, int pname, double[] params) - Interface to C language function:
void glGetTexGendv(GLenum coord, GLenum pname, GLdouble * params);
|
void | glGetTexGendv(int coord, int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glGetTexGendv(GLenum coord, GLenum pname, GLdouble * params);
|
void | glGetTexGenfv(int coord, int pname, float[] params) - Interface to C language function:
void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat * params);
|
void | glGetTexGenfv(int coord, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetTexGenfv(GLenum coord, GLenum pname, GLfloat * params);
|
void | glGetTexGeniv(int coord, int pname, int[] params) - Interface to C language function:
void glGetTexGeniv(GLenum coord, GLenum pname, GLint * params);
|
void | glGetTexGeniv(int coord, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetTexGeniv(GLenum coord, GLenum pname, GLint * params);
|
void | glGetTexImage(int target, int level, int format, int type, boolean[] pixels) - Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
|
void | glGetTexImage(int target, int level, int format, int type, byte[] pixels) - Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
|
void | glGetTexImage(int target, int level, int format, int type, char[] pixels) - Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
|
void | glGetTexImage(int target, int level, int format, int type, double[] pixels) - Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
|
void | glGetTexImage(int target, int level, int format, int type, float[] pixels) - Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
|
void | glGetTexImage(int target, int level, int format, int type, int[] pixels) - Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
|
void | glGetTexImage(int target, int level, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
|
void | glGetTexImage(int target, int level, int format, int type, long[] pixels) - Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
|
void | glGetTexImage(int target, int level, int format, int type, short[] pixels) - Interface to C language function:
void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels);
|
void | glGetTexLevelParameterfv(int target, int level, int pname, float[] params) - Interface to C language function:
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat * params);
|
void | glGetTexLevelParameterfv(int target, int level, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat * params);
|
void | glGetTexLevelParameteriv(int target, int level, int pname, int[] params) - Interface to C language function:
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint * params);
|
void | glGetTexLevelParameteriv(int target, int level, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint * params);
|
void | glGetTexParameterfv(int target, int pname, float[] params) - Interface to C language function:
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetTexParameterfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params);
|
void | glGetTexParameteriv(int target, int pname, int[] params) - Interface to C language function:
void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetTexParameteriv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params);
|
void | glGetTrackMatrixivNV(int stage, int portion, int pname, int[] params) - Interface to C language function:
void glGetTrackMatrixivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
|
void | glGetTrackMatrixivNV(int stage, int portion, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetTrackMatrixivNV(GLenum stage, GLuint portion, GLenum pname, GLint * params);
|
int | glGetUniformLocation(int program, byte[] name) - Interface to C language function:
GLint glGetUniformLocation(GLuint program, const GLchar * name);
|
int | glGetUniformLocation(int program, java.nio.ByteBuffer name) - Interface to C language function:
GLint glGetUniformLocation(GLuint program, const GLchar * name);
|
int | glGetUniformLocationARB(int program, java.lang.String name) - Interface to C language function:
GLint glGetUniformLocationARB(GLhandleARB program, const GLcharARB * name);
|
void | glGetUniformfv(int program, int location, float[] params) - Interface to C language function:
void glGetUniformfv(GLuint program, GLint location, GLfloat * params);
|
void | glGetUniformfv(int program, int location, java.nio.FloatBuffer params) - Interface to C language function:
void glGetUniformfv(GLuint program, GLint location, GLfloat * params);
|
void | glGetUniformfvARB(int program, int location, float[] params) - Interface to C language function:
void glGetUniformfvARB(GLhandleARB program, GLint location, GLfloat * params);
|
void | glGetUniformfvARB(int program, int location, java.nio.FloatBuffer params) - Interface to C language function:
void glGetUniformfvARB(GLhandleARB program, GLint location, GLfloat * params);
|
void | glGetUniformiv(int program, int location, int[] params) - Interface to C language function:
void glGetUniformiv(GLuint program, GLint location, GLint * params);
|
void | glGetUniformiv(int program, int location, java.nio.IntBuffer params) - Interface to C language function:
void glGetUniformiv(GLuint program, GLint location, GLint * params);
|
void | glGetUniformivARB(int program, int location, int[] params) - Interface to C language function:
void glGetUniformivARB(GLhandleARB program, GLint location, GLint * params);
|
void | glGetUniformivARB(int program, int location, java.nio.IntBuffer params) - Interface to C language function:
void glGetUniformivARB(GLhandleARB program, GLint location, GLint * params);
|
void | glGetVariantArrayObjectfvATI(int target, int pname, float[] params) - Interface to C language function:
void glGetVariantArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVariantArrayObjectfvATI(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetVariantArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVariantArrayObjectivATI(int target, int pname, int[] params) - Interface to C language function:
void glGetVariantArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
|
void | glGetVariantArrayObjectivATI(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetVariantArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
|
void | glGetVariantBooleanvEXT(int id, int pname, byte[] program) - Interface to C language function:
void glGetVariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
|
void | glGetVariantBooleanvEXT(int id, int pname, java.nio.ByteBuffer program) - Interface to C language function:
void glGetVariantBooleanvEXT(GLuint id, GLenum pname, GLboolean * program);
|
void | glGetVariantFloatvEXT(int target, int pname, float[] params) - Interface to C language function:
void glGetVariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVariantFloatvEXT(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetVariantFloatvEXT(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVariantIntegervEXT(int target, int pname, int[] params) - Interface to C language function:
void glGetVariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
|
void | glGetVariantIntegervEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetVariantIntegervEXT(GLuint target, GLenum pname, GLint * params);
|
void | glGetVertexAttribArrayObjectfvATI(int target, int pname, float[] params) - Interface to C language function:
void glGetVertexAttribArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVertexAttribArrayObjectfvATI(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetVertexAttribArrayObjectfvATI(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVertexAttribArrayObjectivATI(int target, int pname, int[] params) - Interface to C language function:
void glGetVertexAttribArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
|
void | glGetVertexAttribArrayObjectivATI(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetVertexAttribArrayObjectivATI(GLuint target, GLenum pname, GLint * params);
|
void | glGetVertexAttribdv(int index, int pname, double[] params) - Interface to C language function:
void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble * params);
|
void | glGetVertexAttribdv(int index, int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glGetVertexAttribdv(GLuint index, GLenum pname, GLdouble * params);
|
void | glGetVertexAttribdvARB(int index, int pname, double[] params) - Interface to C language function:
void glGetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble * params);
|
void | glGetVertexAttribdvARB(int index, int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glGetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble * params);
|
void | glGetVertexAttribdvNV(int index, int pname, double[] params) - Interface to C language function:
void glGetVertexAttribdvNV(GLuint index, GLenum pname, GLdouble * params);
|
void | glGetVertexAttribdvNV(int index, int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glGetVertexAttribdvNV(GLuint index, GLenum pname, GLdouble * params);
|
void | glGetVertexAttribfv(int target, int pname, float[] params) - Interface to C language function:
void glGetVertexAttribfv(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVertexAttribfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetVertexAttribfv(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVertexAttribfvARB(int target, int pname, float[] params) - Interface to C language function:
void glGetVertexAttribfvARB(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVertexAttribfvARB(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetVertexAttribfvARB(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVertexAttribfvNV(int target, int pname, float[] params) - Interface to C language function:
void glGetVertexAttribfvNV(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVertexAttribfvNV(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glGetVertexAttribfvNV(GLuint target, GLenum pname, GLfloat * params);
|
void | glGetVertexAttribiv(int target, int pname, int[] params) - Interface to C language function:
void glGetVertexAttribiv(GLuint target, GLenum pname, GLint * params);
|
void | glGetVertexAttribiv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetVertexAttribiv(GLuint target, GLenum pname, GLint * params);
|
void | glGetVertexAttribivARB(int target, int pname, int[] params) - Interface to C language function:
void glGetVertexAttribivARB(GLuint target, GLenum pname, GLint * params);
|
void | glGetVertexAttribivARB(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetVertexAttribivARB(GLuint target, GLenum pname, GLint * params);
|
void | glGetVertexAttribivNV(int target, int pname, int[] params) - Interface to C language function:
void glGetVertexAttribivNV(GLuint target, GLenum pname, GLint * params);
|
void | glGetVertexAttribivNV(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glGetVertexAttribivNV(GLuint target, GLenum pname, GLint * params);
|
void | glGlobalAlphaFactorbSUN(byte factor) - Interface to C language function:
void glGlobalAlphaFactorbSUN(GLbyte factor);
|
void | glGlobalAlphaFactordSUN(double coord) - Interface to C language function:
void glGlobalAlphaFactordSUN(GLdouble coord);
|
void | glGlobalAlphaFactorfSUN(float coord) - Interface to C language function:
void glGlobalAlphaFactorfSUN(GLfloat coord);
|
void | glGlobalAlphaFactoriSUN(int count) - Interface to C language function:
void glGlobalAlphaFactoriSUN(GLint count);
|
void | glGlobalAlphaFactorsSUN(short factor) - Interface to C language function:
void glGlobalAlphaFactorsSUN(GLshort factor);
|
void | glGlobalAlphaFactorubSUN(byte factor) - Interface to C language function:
void glGlobalAlphaFactorubSUN(GLubyte factor);
|
void | glGlobalAlphaFactoruiSUN(int mode) - Interface to C language function:
void glGlobalAlphaFactoruiSUN(GLuint mode);
|
void | glGlobalAlphaFactorusSUN(short factor) - Interface to C language function:
void glGlobalAlphaFactorusSUN(GLushort factor);
|
void | glHint(int target, int mode) - Interface to C language function:
void glHint(GLenum target, GLenum mode);
|
void | glHintPGI(int target, int s) - Interface to C language function:
void glHintPGI(GLenum target, GLint s);
|
void | glHistogram(int target, int width, int internalformat, boolean sink) - Interface to C language function:
void glHistogram(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);
|
void | glHistogramEXT(int target, int width, int internalformat, boolean sink) - Interface to C language function:
void glHistogramEXT(GLenum target, GLsizei width, GLenum internalformat, GLboolean sink);
|
void | glIglooInterfaceSGIX(int pname, boolean[] params) - Interface to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
|
void | glIglooInterfaceSGIX(int pname, byte[] params) - Interface to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
|
void | glIglooInterfaceSGIX(int pname, char[] params) - Interface to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
|
void | glIglooInterfaceSGIX(int pname, double[] params) - Interface to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
|
void | glIglooInterfaceSGIX(int pname, float[] params) - Interface to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
|
void | glIglooInterfaceSGIX(int pname, int[] params) - Interface to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
|
void | glIglooInterfaceSGIX(int pname, java.nio.Buffer params) - Interface to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
|
void | glIglooInterfaceSGIX(int pname, long[] params) - Interface to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
|
void | glIglooInterfaceSGIX(int pname, short[] params) - Interface to C language function:
void glIglooInterfaceSGIX(GLenum pname, const GLvoid * params);
|
void | glImageTransformParameterfHP(int target, int pname, float params) - Interface to C language function:
void glImageTransformParameterfHP(GLenum target, GLenum pname, GLfloat params);
|
void | glImageTransformParameterfvHP(int target, int pname, float[] params) - Interface to C language function:
void glImageTransformParameterfvHP(GLenum target, GLenum pname, const GLfloat * params);
|
void | glImageTransformParameterfvHP(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glImageTransformParameterfvHP(GLenum target, GLenum pname, const GLfloat * params);
|
void | glImageTransformParameteriHP(int target, int pname, int params) - Interface to C language function:
void glImageTransformParameteriHP(GLenum target, GLenum pname, GLint params);
|
void | glImageTransformParameterivHP(int target, int pname, int[] params) - Interface to C language function:
void glImageTransformParameterivHP(GLenum target, GLenum pname, const GLint * params);
|
void | glImageTransformParameterivHP(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glImageTransformParameterivHP(GLenum target, GLenum pname, const GLint * params);
|
void | glIndexFuncEXT(int target, float s) - Interface to C language function:
void glIndexFuncEXT(GLenum target, GLclampf s);
|
void | glIndexMask(int mask) - Interface to C language function:
void glIndexMask(GLuint mask);
|
void | glIndexMaterialEXT(int target, int id) - Interface to C language function:
void glIndexMaterialEXT(GLenum target, GLenum id);
|
void | glIndexPointer(int type, int stride, java.nio.Buffer ptr) - Interface to C language function:
void glIndexPointer(GLenum type, GLsizei stride, const GLvoid * ptr);
|
void | glIndexPointerEXT(int target, int offset, int size, java.nio.Buffer data) - Interface to C language function:
void glIndexPointerEXT(GLenum target, GLsizei offset, GLsizei size, const GLvoid * data);
|
void | glIndexPointerListIBM(int type, int stride, java.nio.Buffer[] pointer, int ptrstride) - Interface to C language function:
void glIndexPointerListIBM(GLenum type, GLint stride, const GLvoid * * pointer, GLint ptrstride);
|
void | glIndexd(double c) - Interface to C language function:
void glIndexd(GLdouble c);
|
void | glIndexdv(double[] c) - Interface to C language function:
void glIndexdv(const GLdouble * c);
|
void | glIndexdv(java.nio.DoubleBuffer c) - Interface to C language function:
void glIndexdv(const GLdouble * c);
|
void | glIndexf(float c) - Interface to C language function:
void glIndexf(GLfloat c);
|
void | glIndexfv(float[] c) - Interface to C language function:
void glIndexfv(const GLfloat * c);
|
void | glIndexfv(java.nio.FloatBuffer c) - Interface to C language function:
void glIndexfv(const GLfloat * c);
|
void | glIndexi(int c) - Interface to C language function:
void glIndexi(GLint c);
|
void | glIndexiv(int[] c) - Interface to C language function:
void glIndexiv(const GLint * c);
|
void | glIndexiv(java.nio.IntBuffer c) - Interface to C language function:
void glIndexiv(const GLint * c);
|
void | glIndexs(short c) - Interface to C language function:
void glIndexs(GLshort c);
|
void | glIndexsv(java.nio.ShortBuffer c) - Interface to C language function:
void glIndexsv(const GLshort * c);
|
void | glIndexsv(short[] c) - Interface to C language function:
void glIndexsv(const GLshort * c);
|
void | glIndexub(byte c) - Interface to C language function:
void glIndexub(GLubyte c);
|
void | glIndexubv(byte[] c) - Interface to C language function:
void glIndexubv(const GLubyte * c);
|
void | glIndexubv(java.nio.ByteBuffer c) - Interface to C language function:
void glIndexubv(const GLubyte * c);
|
void | glInitNames() - Interface to C language function:
void glInitNames(void);
|
void | glInsertComponentEXT(int red, int green, int blue) - Interface to C language function:
void glInsertComponentEXT(GLuint red, GLuint green, GLuint blue);
|
void | glInstrumentsBufferSGIX(int size, int[] buffer) - Interface to C language function:
void glInstrumentsBufferSGIX(GLsizei size, GLint * buffer);
|
void | glInstrumentsBufferSGIX(int size, java.nio.IntBuffer buffer) - Interface to C language function:
void glInstrumentsBufferSGIX(GLsizei size, GLint * buffer);
|
void | glInterleavedArrays(int format, int stride, boolean[] pointer) - Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
void | glInterleavedArrays(int format, int stride, byte[] pointer) - Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
void | glInterleavedArrays(int format, int stride, char[] pointer) - Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
void | glInterleavedArrays(int format, int stride, double[] pointer) - Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
void | glInterleavedArrays(int format, int stride, float[] pointer) - Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
void | glInterleavedArrays(int format, int stride, int[] pointer) - Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
void | glInterleavedArrays(int format, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
void | glInterleavedArrays(int format, int stride, long[] pointer) - Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
void | glInterleavedArrays(int format, int stride, short[] pointer) - Interface to C language function:
void glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
boolean | glIsAsyncMarkerSGIX(int id) - Interface to C language function:
GLboolean glIsAsyncMarkerSGIX(GLuint id);
|
boolean | glIsBuffer(int id) - Interface to C language function:
GLboolean glIsBuffer(GLuint id);
|
boolean | glIsBufferARB(int id) - Interface to C language function:
GLboolean glIsBufferARB(GLuint id);
|
boolean | glIsEnabled(int cap) - Interface to C language function:
GLboolean glIsEnabled(GLenum cap);
|
boolean | glIsFenceAPPLE(int id) - Interface to C language function:
GLboolean glIsFenceAPPLE(GLuint id);
|
boolean | glIsFenceNV(int id) - Interface to C language function:
GLboolean glIsFenceNV(GLuint id);
|
boolean | glIsFramebufferEXT(int id) - Interface to C language function:
GLboolean glIsFramebufferEXT(GLuint id);
|
boolean | glIsList(int list) - Interface to C language function:
GLboolean glIsList(GLuint list);
|
boolean | glIsObjectBufferATI(int id) - Interface to C language function:
GLboolean glIsObjectBufferATI(GLuint id);
|
boolean | glIsOcclusionQueryNV(int id) - Interface to C language function:
GLboolean glIsOcclusionQueryNV(GLuint id);
|
boolean | glIsProgram(int id) - Interface to C language function:
GLboolean glIsProgram(GLuint id);
|
boolean | glIsProgramARB(int id) - Interface to C language function:
GLboolean glIsProgramARB(GLuint id);
|
boolean | glIsProgramNV(int id) - Interface to C language function:
GLboolean glIsProgramNV(GLuint id);
|
boolean | glIsQuery(int id) - Interface to C language function:
GLboolean glIsQuery(GLuint id);
|
boolean | glIsQueryARB(int id) - Interface to C language function:
GLboolean glIsQueryARB(GLuint id);
|
boolean | glIsRenderbufferEXT(int id) - Interface to C language function:
GLboolean glIsRenderbufferEXT(GLuint id);
|
boolean | glIsShader(int id) - Interface to C language function:
GLboolean glIsShader(GLuint id);
|
boolean | glIsTexture(int texture) - Interface to C language function:
GLboolean glIsTexture(GLuint texture);
|
boolean | glIsTextureEXT(int id) - Interface to C language function:
GLboolean glIsTextureEXT(GLuint id);
|
boolean | glIsVariantEnabledEXT(int id, int cap) - Interface to C language function:
GLboolean glIsVariantEnabledEXT(GLuint id, GLenum cap);
|
boolean | glIsVertexArrayAPPLE(int id) - Interface to C language function:
GLboolean glIsVertexArrayAPPLE(GLuint id);
|
boolean | glIsVertexAttribEnabledAPPLE(int index, int pname) - Interface to C language function:
GLboolean glIsVertexAttribEnabledAPPLE(GLuint index, GLenum pname);
|
void | glLightEnviSGIX(int target, int s) - Interface to C language function:
void glLightEnviSGIX(GLenum target, GLint s);
|
void | glLightModelf(int pname, float param) - Interface to C language function:
void glLightModelf(GLenum pname, GLfloat param);
|
void | glLightModelfv(int pname, float[] params) - Interface to C language function:
void glLightModelfv(GLenum pname, const GLfloat * params);
|
void | glLightModelfv(int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glLightModelfv(GLenum pname, const GLfloat * params);
|
void | glLightModeli(int pname, int param) - Interface to C language function:
void glLightModeli(GLenum pname, GLint param);
|
void | glLightModeliv(int pname, int[] params) - Interface to C language function:
void glLightModeliv(GLenum pname, const GLint * params);
|
void | glLightModeliv(int pname, java.nio.IntBuffer params) - Interface to C language function:
void glLightModeliv(GLenum pname, const GLint * params);
|
void | glLightf(int light, int pname, float param) - Interface to C language function:
void glLightf(GLenum light, GLenum pname, GLfloat param);
|
void | glLightfv(int light, int pname, float[] params) - Interface to C language function:
void glLightfv(GLenum light, GLenum pname, const GLfloat * params);
|
void | glLightfv(int light, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glLightfv(GLenum light, GLenum pname, const GLfloat * params);
|
void | glLighti(int light, int pname, int param) - Interface to C language function:
void glLighti(GLenum light, GLenum pname, GLint param);
|
void | glLightiv(int light, int pname, int[] params) - Interface to C language function:
void glLightiv(GLenum light, GLenum pname, const GLint * params);
|
void | glLightiv(int light, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glLightiv(GLenum light, GLenum pname, const GLint * params);
|
void | glLineStipple(int factor, short pattern) - Interface to C language function:
void glLineStipple(GLint factor, GLushort pattern);
|
void | glLineWidth(float width) - Interface to C language function:
void glLineWidth(GLfloat width);
|
void | glLinkProgram(int mode) - Interface to C language function:
void glLinkProgram(GLuint mode);
|
void | glLinkProgramARB(int mode) - Interface to C language function:
void glLinkProgramARB(GLhandleARB mode);
|
void | glListBase(int base) - Interface to C language function:
void glListBase(GLuint base);
|
void | glListParameterfSGIX(int target, int pname, float params) - Interface to C language function:
void glListParameterfSGIX(GLuint target, GLenum pname, GLfloat params);
|
void | glListParameterfvSGIX(int target, int pname, float[] params) - Interface to C language function:
void glListParameterfvSGIX(GLuint target, GLenum pname, const GLfloat * params);
|
void | glListParameterfvSGIX(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glListParameterfvSGIX(GLuint target, GLenum pname, const GLfloat * params);
|
void | glListParameteriSGIX(int target, int pname, int params) - Interface to C language function:
void glListParameteriSGIX(GLuint target, GLenum pname, GLint params);
|
void | glListParameterivSGIX(int target, int pname, int[] params) - Interface to C language function:
void glListParameterivSGIX(GLuint target, GLenum pname, const GLint * params);
|
void | glListParameterivSGIX(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glListParameterivSGIX(GLuint target, GLenum pname, const GLint * params);
|
void | glLoadIdentity() - Interface to C language function:
void glLoadIdentity(void);
|
void | glLoadIdentityDeformationMapSGIX(int mode) - Interface to C language function:
void glLoadIdentityDeformationMapSGIX(GLbitfield mode);
|
void | glLoadMatrixd(double[] m) - Interface to C language function:
void glLoadMatrixd(const GLdouble * m);
|
void | glLoadMatrixd(java.nio.DoubleBuffer m) - Interface to C language function:
void glLoadMatrixd(const GLdouble * m);
|
void | glLoadMatrixf(float[] m) - Interface to C language function:
void glLoadMatrixf(const GLfloat * m);
|
void | glLoadMatrixf(java.nio.FloatBuffer m) - Interface to C language function:
void glLoadMatrixf(const GLfloat * m);
|
void | glLoadName(int name) - Interface to C language function:
void glLoadName(GLuint name);
|
void | glLoadProgramNV(int target, int id, int len, java.lang.String program) - Interface to C language function:
void glLoadProgramNV(GLenum target, GLuint id, GLsizei len, const GLubyte * program);
|
void | glLoadTransposeMatrixd(double[] m) - Interface to C language function:
void glLoadTransposeMatrixd(const GLdouble * m);
|
void | glLoadTransposeMatrixd(java.nio.DoubleBuffer m) - Interface to C language function:
void glLoadTransposeMatrixd(const GLdouble * m);
|
void | glLoadTransposeMatrixdARB(double[] m) - Interface to C language function:
void glLoadTransposeMatrixdARB(const GLdouble * m);
|
void | glLoadTransposeMatrixdARB(java.nio.DoubleBuffer m) - Interface to C language function:
void glLoadTransposeMatrixdARB(const GLdouble * m);
|
void | glLoadTransposeMatrixf(float[] m) - Interface to C language function:
void glLoadTransposeMatrixf(const GLfloat * m);
|
void | glLoadTransposeMatrixf(java.nio.FloatBuffer m) - Interface to C language function:
void glLoadTransposeMatrixf(const GLfloat * m);
|
void | glLoadTransposeMatrixfARB(float[] m) - Interface to C language function:
void glLoadTransposeMatrixfARB(const GLfloat * m);
|
void | glLoadTransposeMatrixfARB(java.nio.FloatBuffer m) - Interface to C language function:
void glLoadTransposeMatrixfARB(const GLfloat * m);
|
void | glLockArraysEXT(int x, int y) - Interface to C language function:
void glLockArraysEXT(GLint x, GLsizei y);
|
void | glLogicOp(int opcode) - Interface to C language function:
void glLogicOp(GLenum opcode);
|
void | glMap1d(int target, double u1, double u2, int stride, int order, double[] points) - Interface to C language function:
void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
|
void | glMap1d(int target, double u1, double u2, int stride, int order, java.nio.DoubleBuffer points) - Interface to C language function:
void glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
|
void | glMap1f(int target, float u1, float u2, int stride, int order, float[] points) - Interface to C language function:
void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
|
void | glMap1f(int target, float u1, float u2, int stride, int order, java.nio.FloatBuffer points) - Interface to C language function:
void glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
|
void | glMap2d(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double[] points) - Interface to C language function:
void glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points);
|
void | glMap2d(int target, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, java.nio.DoubleBuffer points) - Interface to C language function:
void glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points);
|
void | glMap2f(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float[] points) - Interface to C language function:
void glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points);
|
void | glMap2f(int target, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, java.nio.FloatBuffer points) - Interface to C language function:
void glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points);
|
java.nio.ByteBuffer | glMapBuffer(int target, int access) - Interface to C language function:
GLvoid * glMapBuffer(GLenum target, GLenum access);
|
java.nio.ByteBuffer | glMapBufferARB(int target, int access) - Interface to C language function:
GLvoid * glMapBufferARB(GLenum target, GLenum access);
|
void | glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, boolean[] points) - Interface to C language function:
void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points);
|
void | glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, byte[] points) - Interface to C language function:
void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points);
|
void | glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, char[] points) - Interface to C language function:
void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points);
|
void | glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, double[] points) - Interface to C language function:
void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points);
|
void | glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, float[] points) - Interface to C language function:
void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points);
|
void | glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, int[] points) - Interface to C language function:
void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points);
|
void | glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, java.nio.Buffer points) - Interface to C language function:
void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points);
|
void | glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, long[] points) - Interface to C language function:
void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points);
|
void | glMapControlPointsNV(int target, int index, int type, int ustride, int vstride, int uorder, int vorder, boolean packed, short[] points) - Interface to C language function:
void glMapControlPointsNV(GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid * points);
|
void | glMapGrid1d(int un, double u1, double u2) - Interface to C language function:
void glMapGrid1d(GLint un, GLdouble u1, GLdouble u2);
|
void | glMapGrid1f(int un, float u1, float u2) - Interface to C language function:
void glMapGrid1f(GLint un, GLfloat u1, GLfloat u2);
|
void | glMapGrid2d(int un, double u1, double u2, int vn, double v1, double v2) - Interface to C language function:
void glMapGrid2d(GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2);
|
void | glMapGrid2f(int un, float u1, float u2, int vn, float v1, float v2) - Interface to C language function:
void glMapGrid2f(GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2);
|
void | glMapParameterfvNV(int target, int pname, float[] params) - Interface to C language function:
void glMapParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
|
void | glMapParameterfvNV(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glMapParameterfvNV(GLenum target, GLenum pname, const GLfloat * params);
|
void | glMapParameterivNV(int target, int pname, int[] params) - Interface to C language function:
void glMapParameterivNV(GLenum target, GLenum pname, const GLint * params);
|
void | glMapParameterivNV(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glMapParameterivNV(GLenum target, GLenum pname, const GLint * params);
|
void | glMapVertexAttrib1dAPPLE(int index, int size, double u1, double u2, int stride, int order, double[] points) - Interface to C language function:
void glMapVertexAttrib1dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
|
void | glMapVertexAttrib1dAPPLE(int index, int size, double u1, double u2, int stride, int order, java.nio.DoubleBuffer points) - Interface to C language function:
void glMapVertexAttrib1dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points);
|
void | glMapVertexAttrib1fAPPLE(int index, int size, float u1, float u2, int stride, int order, float[] points) - Interface to C language function:
void glMapVertexAttrib1fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
|
void | glMapVertexAttrib1fAPPLE(int index, int size, float u1, float u2, int stride, int order, java.nio.FloatBuffer points) - Interface to C language function:
void glMapVertexAttrib1fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points);
|
void | glMapVertexAttrib2dAPPLE(int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double[] points) - Interface to C language function:
void glMapVertexAttrib2dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points);
|
void | glMapVertexAttrib2dAPPLE(int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, java.nio.DoubleBuffer points) - Interface to C language function:
void glMapVertexAttrib2dAPPLE(GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points);
|
void | glMapVertexAttrib2fAPPLE(int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float[] points) - Interface to C language function:
void glMapVertexAttrib2fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points);
|
void | glMapVertexAttrib2fAPPLE(int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, java.nio.FloatBuffer points) - Interface to C language function:
void glMapVertexAttrib2fAPPLE(GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points);
|
void | glMaterialf(int face, int pname, float param) - Interface to C language function:
void glMaterialf(GLenum face, GLenum pname, GLfloat param);
|
void | glMaterialfv(int face, int pname, float[] params) - Interface to C language function:
void glMaterialfv(GLenum face, GLenum pname, const GLfloat * params);
|
void | glMaterialfv(int face, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glMaterialfv(GLenum face, GLenum pname, const GLfloat * params);
|
void | glMateriali(int face, int pname, int param) - Interface to C language function:
void glMateriali(GLenum face, GLenum pname, GLint param);
|
void | glMaterialiv(int face, int pname, int[] params) - Interface to C language function:
void glMaterialiv(GLenum face, GLenum pname, const GLint * params);
|
void | glMaterialiv(int face, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glMaterialiv(GLenum face, GLenum pname, const GLint * params);
|
void | glMatrixIndexPointerARB(int size, int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glMatrixIndexPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glMatrixIndexubvARB(int size, byte[] weights) - Interface to C language function:
void glMatrixIndexubvARB(GLint size, const GLubyte * weights);
|
void | glMatrixIndexubvARB(int size, java.nio.ByteBuffer weights) - Interface to C language function:
void glMatrixIndexubvARB(GLint size, const GLubyte * weights);
|
void | glMatrixIndexuivARB(int n, int[] ids) - Interface to C language function:
void glMatrixIndexuivARB(GLint n, const GLuint * ids);
|
void | glMatrixIndexuivARB(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glMatrixIndexuivARB(GLint n, const GLuint * ids);
|
void | glMatrixIndexusvARB(int size, java.nio.ShortBuffer weights) - Interface to C language function:
void glMatrixIndexusvARB(GLint size, const GLushort * weights);
|
void | glMatrixIndexusvARB(int size, short[] weights) - Interface to C language function:
void glMatrixIndexusvARB(GLint size, const GLushort * weights);
|
void | glMatrixMode(int mode) - Interface to C language function:
void glMatrixMode(GLenum mode);
|
void | glMinmax(int target, int internalformat, boolean sink) - Interface to C language function:
void glMinmax(GLenum target, GLenum internalformat, GLboolean sink);
|
void | glMinmaxEXT(int target, int internalformat, boolean sink) - Interface to C language function:
void glMinmaxEXT(GLenum target, GLenum internalformat, GLboolean sink);
|
void | glMultMatrixd(double[] m) - Interface to C language function:
void glMultMatrixd(const GLdouble * m);
|
void | glMultMatrixd(java.nio.DoubleBuffer m) - Interface to C language function:
void glMultMatrixd(const GLdouble * m);
|
void | glMultMatrixf(float[] m) - Interface to C language function:
void glMultMatrixf(const GLfloat * m);
|
void | glMultMatrixf(java.nio.FloatBuffer m) - Interface to C language function:
void glMultMatrixf(const GLfloat * m);
|
void | glMultTransposeMatrixd(double[] m) - Interface to C language function:
void glMultTransposeMatrixd(const GLdouble * m);
|
void | glMultTransposeMatrixd(java.nio.DoubleBuffer m) - Interface to C language function:
void glMultTransposeMatrixd(const GLdouble * m);
|
void | glMultTransposeMatrixdARB(double[] m) - Interface to C language function:
void glMultTransposeMatrixdARB(const GLdouble * m);
|
void | glMultTransposeMatrixdARB(java.nio.DoubleBuffer m) - Interface to C language function:
void glMultTransposeMatrixdARB(const GLdouble * m);
|
void | glMultTransposeMatrixf(float[] m) - Interface to C language function:
void glMultTransposeMatrixf(const GLfloat * m);
|
void | glMultTransposeMatrixf(java.nio.FloatBuffer m) - Interface to C language function:
void glMultTransposeMatrixf(const GLfloat * m);
|
void | glMultTransposeMatrixfARB(float[] m) - Interface to C language function:
void glMultTransposeMatrixfARB(const GLfloat * m);
|
void | glMultTransposeMatrixfARB(java.nio.FloatBuffer m) - Interface to C language function:
void glMultTransposeMatrixfARB(const GLfloat * m);
|
void | glMultiDrawArrays(int mode, int[] first, int[] count, int primcount) - Interface to C language function:
void glMultiDrawArrays(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
|
void | glMultiDrawArrays(int mode, java.nio.IntBuffer first, java.nio.IntBuffer count, int primcount) - Interface to C language function:
void glMultiDrawArrays(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
|
void | glMultiDrawArraysEXT(int mode, int[] first, int[] count, int primcount) - Interface to C language function:
void glMultiDrawArraysEXT(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
|
void | glMultiDrawArraysEXT(int mode, java.nio.IntBuffer first, java.nio.IntBuffer count, int primcount) - Interface to C language function:
void glMultiDrawArraysEXT(GLenum mode, GLint * first, GLsizei * count, GLsizei primcount);
|
void | glMultiDrawElementArrayAPPLE(int mode, int[] first, int[] count, int primcount) - Interface to C language function:
void glMultiDrawElementArrayAPPLE(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount);
|
void | glMultiDrawElementArrayAPPLE(int mode, java.nio.IntBuffer first, java.nio.IntBuffer count, int primcount) - Interface to C language function:
void glMultiDrawElementArrayAPPLE(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount);
|
void | glMultiDrawElementArrayNV(int mode, int[] first, int[] count, int primcount) - Interface to C language function:
void glMultiDrawElementArrayNV(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount);
|
void | glMultiDrawElementArrayNV(int mode, java.nio.IntBuffer first, java.nio.IntBuffer count, int primcount) - Interface to C language function:
void glMultiDrawElementArrayNV(GLenum mode, const GLint * first, const GLsizei * count, GLsizei primcount);
|
void | glMultiDrawElements(int mode, int[] count, int type, java.nio.Buffer[] indices, int primcount) - Interface to C language function:
void glMultiDrawElements(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
|
void | glMultiDrawElements(int mode, java.nio.IntBuffer count, int type, java.nio.Buffer[] indices, int primcount) - Interface to C language function:
void glMultiDrawElements(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
|
void | glMultiDrawElementsEXT(int mode, int[] count, int type, java.nio.Buffer[] indices, int primcount) - Interface to C language function:
void glMultiDrawElementsEXT(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
|
void | glMultiDrawElementsEXT(int mode, java.nio.IntBuffer count, int type, java.nio.Buffer[] indices, int primcount) - Interface to C language function:
void glMultiDrawElementsEXT(GLenum mode, const GLsizei * count, GLenum type, const GLvoid * * indices, GLsizei primcount);
|
void | glMultiDrawRangeElementArrayAPPLE(int mode, int start, int end, int[] first, int[] count, int primcount) - Interface to C language function:
void glMultiDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, const GLint * first, const GLsizei * count, GLsizei primcount);
|
void | glMultiDrawRangeElementArrayAPPLE(int mode, int start, int end, java.nio.IntBuffer first, java.nio.IntBuffer count, int primcount) - Interface to C language function:
void glMultiDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, const GLint * first, const GLsizei * count, GLsizei primcount);
|
void | glMultiDrawRangeElementArrayNV(int mode, int start, int end, int[] first, int[] count, int primcount) - Interface to C language function:
void glMultiDrawRangeElementArrayNV(GLenum mode, GLuint start, GLuint end, const GLint * first, const GLsizei * count, GLsizei primcount);
|
void | glMultiDrawRangeElementArrayNV(int mode, int start, int end, java.nio.IntBuffer first, java.nio.IntBuffer count, int primcount) - Interface to C language function:
void glMultiDrawRangeElementArrayNV(GLenum mode, GLuint start, GLuint end, const GLint * first, const GLsizei * count, GLsizei primcount);
|
void | glMultiModeDrawArraysIBM(int[] mode, int[] first, int[] count, int primcount, int modestride) - Interface to C language function:
void glMultiModeDrawArraysIBM(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
|
void | glMultiModeDrawArraysIBM(java.nio.IntBuffer mode, java.nio.IntBuffer first, java.nio.IntBuffer count, int primcount, int modestride) - Interface to C language function:
void glMultiModeDrawArraysIBM(const GLenum * mode, const GLint * first, const GLsizei * count, GLsizei primcount, GLint modestride);
|
void | glMultiModeDrawElementsIBM(int[] mode, int[] count, int type, java.nio.Buffer[] indices, int primcount, int modestride) - Interface to C language function:
void glMultiModeDrawElementsIBM(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
|
void | glMultiModeDrawElementsIBM(java.nio.IntBuffer mode, java.nio.IntBuffer count, int type, java.nio.Buffer[] indices, int primcount, int modestride) - Interface to C language function:
void glMultiModeDrawElementsIBM(const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride);
|
void | glMultiTexCoord1d(int target, double s) - Interface to C language function:
void glMultiTexCoord1d(GLenum target, GLdouble s);
|
void | glMultiTexCoord1dARB(int target, double s) - Interface to C language function:
void glMultiTexCoord1dARB(GLenum target, GLdouble s);
|
void | glMultiTexCoord1dv(int target, double[] v) - Interface to C language function:
void glMultiTexCoord1dv(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord1dv(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glMultiTexCoord1dv(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord1dvARB(int target, double[] v) - Interface to C language function:
void glMultiTexCoord1dvARB(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord1dvARB(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glMultiTexCoord1dvARB(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord1f(int target, float s) - Interface to C language function:
void glMultiTexCoord1f(GLenum target, GLfloat s);
|
void | glMultiTexCoord1fARB(int target, float s) - Interface to C language function:
void glMultiTexCoord1fARB(GLenum target, GLfloat s);
|
void | glMultiTexCoord1fv(int target, float[] v) - Interface to C language function:
void glMultiTexCoord1fv(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord1fv(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glMultiTexCoord1fv(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord1fvARB(int target, float[] v) - Interface to C language function:
void glMultiTexCoord1fvARB(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord1fvARB(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glMultiTexCoord1fvARB(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord1hNV(int target, short s) - Interface to C language function:
void glMultiTexCoord1hNV(GLenum target, GLhalfNV s);
|
void | glMultiTexCoord1hvNV(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord1hvNV(GLenum index, const GLhalfNV * v);
|
void | glMultiTexCoord1hvNV(int index, short[] v) - Interface to C language function:
void glMultiTexCoord1hvNV(GLenum index, const GLhalfNV * v);
|
void | glMultiTexCoord1i(int target, int s) - Interface to C language function:
void glMultiTexCoord1i(GLenum target, GLint s);
|
void | glMultiTexCoord1iARB(int target, int s) - Interface to C language function:
void glMultiTexCoord1iARB(GLenum target, GLint s);
|
void | glMultiTexCoord1iv(int target, int[] v) - Interface to C language function:
void glMultiTexCoord1iv(GLenum target, const GLint * v);
|
void | glMultiTexCoord1iv(int target, java.nio.IntBuffer v) - Interface to C language function:
void glMultiTexCoord1iv(GLenum target, const GLint * v);
|
void | glMultiTexCoord1ivARB(int target, int[] v) - Interface to C language function:
void glMultiTexCoord1ivARB(GLenum target, const GLint * v);
|
void | glMultiTexCoord1ivARB(int target, java.nio.IntBuffer v) - Interface to C language function:
void glMultiTexCoord1ivARB(GLenum target, const GLint * v);
|
void | glMultiTexCoord1s(int target, short s) - Interface to C language function:
void glMultiTexCoord1s(GLenum target, GLshort s);
|
void | glMultiTexCoord1sARB(int target, short s) - Interface to C language function:
void glMultiTexCoord1sARB(GLenum target, GLshort s);
|
void | glMultiTexCoord1sv(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord1sv(GLenum target, const GLshort * v);
|
void | glMultiTexCoord1sv(int target, short[] v) - Interface to C language function:
void glMultiTexCoord1sv(GLenum target, const GLshort * v);
|
void | glMultiTexCoord1svARB(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord1svARB(GLenum target, const GLshort * v);
|
void | glMultiTexCoord1svARB(int target, short[] v) - Interface to C language function:
void glMultiTexCoord1svARB(GLenum target, const GLshort * v);
|
void | glMultiTexCoord2d(int target, double s, double t) - Interface to C language function:
void glMultiTexCoord2d(GLenum target, GLdouble s, GLdouble t);
|
void | glMultiTexCoord2dARB(int target, double s, double t) - Interface to C language function:
void glMultiTexCoord2dARB(GLenum target, GLdouble s, GLdouble t);
|
void | glMultiTexCoord2dv(int target, double[] v) - Interface to C language function:
void glMultiTexCoord2dv(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord2dv(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glMultiTexCoord2dv(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord2dvARB(int target, double[] v) - Interface to C language function:
void glMultiTexCoord2dvARB(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord2dvARB(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glMultiTexCoord2dvARB(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord2f(int target, float s, float t) - Interface to C language function:
void glMultiTexCoord2f(GLenum target, GLfloat s, GLfloat t);
|
void | glMultiTexCoord2fARB(int target, float s, float t) - Interface to C language function:
void glMultiTexCoord2fARB(GLenum target, GLfloat s, GLfloat t);
|
void | glMultiTexCoord2fv(int target, float[] v) - Interface to C language function:
void glMultiTexCoord2fv(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord2fv(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glMultiTexCoord2fv(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord2fvARB(int target, float[] v) - Interface to C language function:
void glMultiTexCoord2fvARB(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord2fvARB(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glMultiTexCoord2fvARB(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord2hNV(int target, short s, short t) - Interface to C language function:
void glMultiTexCoord2hNV(GLenum target, GLhalfNV s, GLhalfNV t);
|
void | glMultiTexCoord2hvNV(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord2hvNV(GLenum index, const GLhalfNV * v);
|
void | glMultiTexCoord2hvNV(int index, short[] v) - Interface to C language function:
void glMultiTexCoord2hvNV(GLenum index, const GLhalfNV * v);
|
void | glMultiTexCoord2i(int target, int s, int t) - Interface to C language function:
void glMultiTexCoord2i(GLenum target, GLint s, GLint t);
|
void | glMultiTexCoord2iARB(int target, int s, int t) - Interface to C language function:
void glMultiTexCoord2iARB(GLenum target, GLint s, GLint t);
|
void | glMultiTexCoord2iv(int target, int[] v) - Interface to C language function:
void glMultiTexCoord2iv(GLenum target, const GLint * v);
|
void | glMultiTexCoord2iv(int target, java.nio.IntBuffer v) - Interface to C language function:
void glMultiTexCoord2iv(GLenum target, const GLint * v);
|
void | glMultiTexCoord2ivARB(int target, int[] v) - Interface to C language function:
void glMultiTexCoord2ivARB(GLenum target, const GLint * v);
|
void | glMultiTexCoord2ivARB(int target, java.nio.IntBuffer v) - Interface to C language function:
void glMultiTexCoord2ivARB(GLenum target, const GLint * v);
|
void | glMultiTexCoord2s(int target, short s, short t) - Interface to C language function:
void glMultiTexCoord2s(GLenum target, GLshort s, GLshort t);
|
void | glMultiTexCoord2sARB(int target, short s, short t) - Interface to C language function:
void glMultiTexCoord2sARB(GLenum target, GLshort s, GLshort t);
|
void | glMultiTexCoord2sv(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord2sv(GLenum target, const GLshort * v);
|
void | glMultiTexCoord2sv(int target, short[] v) - Interface to C language function:
void glMultiTexCoord2sv(GLenum target, const GLshort * v);
|
void | glMultiTexCoord2svARB(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord2svARB(GLenum target, const GLshort * v);
|
void | glMultiTexCoord2svARB(int target, short[] v) - Interface to C language function:
void glMultiTexCoord2svARB(GLenum target, const GLshort * v);
|
void | glMultiTexCoord3d(int target, double s, double t, double r) - Interface to C language function:
void glMultiTexCoord3d(GLenum target, GLdouble s, GLdouble t, GLdouble r);
|
void | glMultiTexCoord3dARB(int target, double s, double t, double r) - Interface to C language function:
void glMultiTexCoord3dARB(GLenum target, GLdouble s, GLdouble t, GLdouble r);
|
void | glMultiTexCoord3dv(int target, double[] v) - Interface to C language function:
void glMultiTexCoord3dv(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord3dv(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glMultiTexCoord3dv(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord3dvARB(int target, double[] v) - Interface to C language function:
void glMultiTexCoord3dvARB(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord3dvARB(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glMultiTexCoord3dvARB(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord3f(int target, float s, float t, float r) - Interface to C language function:
void glMultiTexCoord3f(GLenum target, GLfloat s, GLfloat t, GLfloat r);
|
void | glMultiTexCoord3fARB(int target, float s, float t, float r) - Interface to C language function:
void glMultiTexCoord3fARB(GLenum target, GLfloat s, GLfloat t, GLfloat r);
|
void | glMultiTexCoord3fv(int target, float[] v) - Interface to C language function:
void glMultiTexCoord3fv(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord3fv(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glMultiTexCoord3fv(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord3fvARB(int target, float[] v) - Interface to C language function:
void glMultiTexCoord3fvARB(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord3fvARB(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glMultiTexCoord3fvARB(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord3hNV(int target, short s, short t, short r) - Interface to C language function:
void glMultiTexCoord3hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r);
|
void | glMultiTexCoord3hvNV(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord3hvNV(GLenum index, const GLhalfNV * v);
|
void | glMultiTexCoord3hvNV(int index, short[] v) - Interface to C language function:
void glMultiTexCoord3hvNV(GLenum index, const GLhalfNV * v);
|
void | glMultiTexCoord3i(int target, int s, int t, int r) - Interface to C language function:
void glMultiTexCoord3i(GLenum target, GLint s, GLint t, GLint r);
|
void | glMultiTexCoord3iARB(int target, int s, int t, int r) - Interface to C language function:
void glMultiTexCoord3iARB(GLenum target, GLint s, GLint t, GLint r);
|
void | glMultiTexCoord3iv(int target, int[] v) - Interface to C language function:
void glMultiTexCoord3iv(GLenum target, const GLint * v);
|
void | glMultiTexCoord3iv(int target, java.nio.IntBuffer v) - Interface to C language function:
void glMultiTexCoord3iv(GLenum target, const GLint * v);
|
void | glMultiTexCoord3ivARB(int target, int[] v) - Interface to C language function:
void glMultiTexCoord3ivARB(GLenum target, const GLint * v);
|
void | glMultiTexCoord3ivARB(int target, java.nio.IntBuffer v) - Interface to C language function:
void glMultiTexCoord3ivARB(GLenum target, const GLint * v);
|
void | glMultiTexCoord3s(int target, short s, short t, short r) - Interface to C language function:
void glMultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r);
|
void | glMultiTexCoord3sARB(int target, short s, short t, short r) - Interface to C language function:
void glMultiTexCoord3sARB(GLenum target, GLshort s, GLshort t, GLshort r);
|
void | glMultiTexCoord3sv(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord3sv(GLenum target, const GLshort * v);
|
void | glMultiTexCoord3sv(int target, short[] v) - Interface to C language function:
void glMultiTexCoord3sv(GLenum target, const GLshort * v);
|
void | glMultiTexCoord3svARB(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord3svARB(GLenum target, const GLshort * v);
|
void | glMultiTexCoord3svARB(int target, short[] v) - Interface to C language function:
void glMultiTexCoord3svARB(GLenum target, const GLshort * v);
|
void | glMultiTexCoord4d(int target, double s, double t, double r, double q) - Interface to C language function:
void glMultiTexCoord4d(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
|
void | glMultiTexCoord4dARB(int target, double s, double t, double r, double q) - Interface to C language function:
void glMultiTexCoord4dARB(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
|
void | glMultiTexCoord4dv(int target, double[] v) - Interface to C language function:
void glMultiTexCoord4dv(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord4dv(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glMultiTexCoord4dv(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord4dvARB(int target, double[] v) - Interface to C language function:
void glMultiTexCoord4dvARB(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord4dvARB(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glMultiTexCoord4dvARB(GLenum target, const GLdouble * v);
|
void | glMultiTexCoord4f(int target, float s, float t, float r, float q) - Interface to C language function:
void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
|
void | glMultiTexCoord4fARB(int target, float s, float t, float r, float q) - Interface to C language function:
void glMultiTexCoord4fARB(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
|
void | glMultiTexCoord4fv(int target, float[] v) - Interface to C language function:
void glMultiTexCoord4fv(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord4fv(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glMultiTexCoord4fv(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord4fvARB(int target, float[] v) - Interface to C language function:
void glMultiTexCoord4fvARB(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord4fvARB(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glMultiTexCoord4fvARB(GLenum target, const GLfloat * v);
|
void | glMultiTexCoord4hNV(int target, short s, short t, short r, short q) - Interface to C language function:
void glMultiTexCoord4hNV(GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);
|
void | glMultiTexCoord4hvNV(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord4hvNV(GLenum index, const GLhalfNV * v);
|
void | glMultiTexCoord4hvNV(int index, short[] v) - Interface to C language function:
void glMultiTexCoord4hvNV(GLenum index, const GLhalfNV * v);
|
void | glMultiTexCoord4i(int target, int start, int x, int y, int width) - Interface to C language function:
void glMultiTexCoord4i(GLenum target, GLint start, GLint x, GLint y, GLint width);
|
void | glMultiTexCoord4iARB(int target, int start, int x, int y, int width) - Interface to C language function:
void glMultiTexCoord4iARB(GLenum target, GLint start, GLint x, GLint y, GLint width);
|
void | glMultiTexCoord4iv(int target, int[] v) - Interface to C language function:
void glMultiTexCoord4iv(GLenum target, const GLint * v);
|
void | glMultiTexCoord4iv(int target, java.nio.IntBuffer v) - Interface to C language function:
void glMultiTexCoord4iv(GLenum target, const GLint * v);
|
void | glMultiTexCoord4ivARB(int target, int[] v) - Interface to C language function:
void glMultiTexCoord4ivARB(GLenum target, const GLint * v);
|
void | glMultiTexCoord4ivARB(int target, java.nio.IntBuffer v) - Interface to C language function:
void glMultiTexCoord4ivARB(GLenum target, const GLint * v);
|
void | glMultiTexCoord4s(int target, short s, short t, short r, short q) - Interface to C language function:
void glMultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
|
void | glMultiTexCoord4sARB(int target, short s, short t, short r, short q) - Interface to C language function:
void glMultiTexCoord4sARB(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
|
void | glMultiTexCoord4sv(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord4sv(GLenum target, const GLshort * v);
|
void | glMultiTexCoord4sv(int target, short[] v) - Interface to C language function:
void glMultiTexCoord4sv(GLenum target, const GLshort * v);
|
void | glMultiTexCoord4svARB(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glMultiTexCoord4svARB(GLenum target, const GLshort * v);
|
void | glMultiTexCoord4svARB(int target, short[] v) - Interface to C language function:
void glMultiTexCoord4svARB(GLenum target, const GLshort * v);
|
int | glNewBufferRegion(int type) - Interface to C language function:
GLuint glNewBufferRegion(GLenum type);
|
void | glNewList(int list, int mode) - Interface to C language function:
void glNewList(GLuint list, GLenum mode);
|
int | glNewObjectBufferATI(int size, boolean[] pointer, int usage) - Interface to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
|
int | glNewObjectBufferATI(int size, byte[] pointer, int usage) - Interface to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
|
int | glNewObjectBufferATI(int size, char[] pointer, int usage) - Interface to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
|
int | glNewObjectBufferATI(int size, double[] pointer, int usage) - Interface to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
|
int | glNewObjectBufferATI(int size, float[] pointer, int usage) - Interface to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
|
int | glNewObjectBufferATI(int size, int[] pointer, int usage) - Interface to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
|
int | glNewObjectBufferATI(int size, java.nio.Buffer pointer, int usage) - Interface to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
|
int | glNewObjectBufferATI(int size, long[] pointer, int usage) - Interface to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
|
int | glNewObjectBufferATI(int size, short[] pointer, int usage) - Interface to C language function:
GLuint glNewObjectBufferATI(GLsizei size, const GLvoid * pointer, GLenum usage);
|
void | glNormal3b(byte nx, byte ny, byte nz) - Interface to C language function:
void glNormal3b(GLbyte nx, GLbyte ny, GLbyte nz);
|
void | glNormal3bv(byte[] v) - Interface to C language function:
void glNormal3bv(const GLbyte * v);
|
void | glNormal3bv(java.nio.ByteBuffer v) - Interface to C language function:
void glNormal3bv(const GLbyte * v);
|
void | glNormal3d(double nx, double ny, double nz) - Interface to C language function:
void glNormal3d(GLdouble nx, GLdouble ny, GLdouble nz);
|
void | glNormal3dv(double[] v) - Interface to C language function:
void glNormal3dv(const GLdouble * v);
|
void | glNormal3dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glNormal3dv(const GLdouble * v);
|
void | glNormal3f(float nx, float ny, float nz) - Interface to C language function:
void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz);
|
void | glNormal3fVertex3fSUN(float r, float g, float b, float x, float y, float z) - Interface to C language function:
void glNormal3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
|
void | glNormal3fVertex3fvSUN(float[] c, float[] v) - Interface to C language function:
void glNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
|
void | glNormal3fVertex3fvSUN(java.nio.FloatBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
|
void | glNormal3fv(float[] v) - Interface to C language function:
void glNormal3fv(const GLfloat * v);
|
void | glNormal3fv(java.nio.FloatBuffer v) - Interface to C language function:
void glNormal3fv(const GLfloat * v);
|
void | glNormal3hNV(short red, short green, short blue) - Interface to C language function:
void glNormal3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
|
void | glNormal3hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glNormal3hvNV(const GLhalfNV * v);
|
void | glNormal3hvNV(short[] v) - Interface to C language function:
void glNormal3hvNV(const GLhalfNV * v);
|
void | glNormal3i(int nx, int ny, int nz) - Interface to C language function:
void glNormal3i(GLint nx, GLint ny, GLint nz);
|
void | glNormal3iv(int[] v) - Interface to C language function:
void glNormal3iv(const GLint * v);
|
void | glNormal3iv(java.nio.IntBuffer v) - Interface to C language function:
void glNormal3iv(const GLint * v);
|
void | glNormal3s(short nx, short ny, short nz) - Interface to C language function:
void glNormal3s(GLshort nx, GLshort ny, GLshort nz);
|
void | glNormal3sv(java.nio.ShortBuffer v) - Interface to C language function:
void glNormal3sv(const GLshort * v);
|
void | glNormal3sv(short[] v) - Interface to C language function:
void glNormal3sv(const GLshort * v);
|
void | glNormalPointer(int type, int stride, java.nio.Buffer ptr) - Interface to C language function:
void glNormalPointer(GLenum type, GLsizei stride, const GLvoid * ptr);
|
void | glNormalPointerEXT(int target, int offset, int size, java.nio.Buffer data) - Interface to C language function:
void glNormalPointerEXT(GLenum target, GLsizei offset, GLsizei size, const GLvoid * data);
|
void | glNormalPointerListIBM(int type, int stride, java.nio.Buffer[] pointer, int ptrstride) - Interface to C language function:
void glNormalPointerListIBM(GLenum type, GLint stride, const GLvoid * * pointer, GLint ptrstride);
|
void | glNormalPointervINTEL(int type, java.nio.Buffer[] pointer) - Interface to C language function:
void glNormalPointervINTEL(GLenum type, const GLvoid * * pointer);
|
void | glNormalStream3bATI(int stream, byte nx, byte ny, byte nz) - Interface to C language function:
void glNormalStream3bATI(GLenum stream, GLbyte nx, GLbyte ny, GLbyte nz);
|
void | glNormalStream3bvATI(int index, byte[] v) - Interface to C language function:
void glNormalStream3bvATI(GLenum index, const GLbyte * v);
|
void | glNormalStream3bvATI(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glNormalStream3bvATI(GLenum index, const GLbyte * v);
|
void | glNormalStream3dATI(int target, double s, double t, double r) - Interface to C language function:
void glNormalStream3dATI(GLenum target, GLdouble s, GLdouble t, GLdouble r);
|
void | glNormalStream3dvATI(int target, double[] v) - Interface to C language function:
void glNormalStream3dvATI(GLenum target, const GLdouble * v);
|
void | glNormalStream3dvATI(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glNormalStream3dvATI(GLenum target, const GLdouble * v);
|
void | glNormalStream3fATI(int target, float s, float t, float r) - Interface to C language function:
void glNormalStream3fATI(GLenum target, GLfloat s, GLfloat t, GLfloat r);
|
void | glNormalStream3fvATI(int target, float[] v) - Interface to C language function:
void glNormalStream3fvATI(GLenum target, const GLfloat * v);
|
void | glNormalStream3fvATI(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glNormalStream3fvATI(GLenum target, const GLfloat * v);
|
void | glNormalStream3iATI(int target, int s, int t, int r) - Interface to C language function:
void glNormalStream3iATI(GLenum target, GLint s, GLint t, GLint r);
|
void | glNormalStream3ivATI(int target, int[] v) - Interface to C language function:
void glNormalStream3ivATI(GLenum target, const GLint * v);
|
void | glNormalStream3ivATI(int target, java.nio.IntBuffer v) - Interface to C language function:
void glNormalStream3ivATI(GLenum target, const GLint * v);
|
void | glNormalStream3sATI(int target, short s, short t, short r) - Interface to C language function:
void glNormalStream3sATI(GLenum target, GLshort s, GLshort t, GLshort r);
|
void | glNormalStream3svATI(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glNormalStream3svATI(GLenum target, const GLshort * v);
|
void | glNormalStream3svATI(int target, short[] v) - Interface to C language function:
void glNormalStream3svATI(GLenum target, const GLshort * v);
|
void | glOrtho(double left, double right, double bottom, double top, double near_val, double far_val) - Interface to C language function:
void glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val);
|
void | glPNTrianglesfATI(int target, float s) - Interface to C language function:
void glPNTrianglesfATI(GLenum target, GLfloat s);
|
void | glPNTrianglesiATI(int target, int s) - Interface to C language function:
void glPNTrianglesiATI(GLenum target, GLint s);
|
void | glPassTexCoordATI(int red, int green, int blue) - Interface to C language function:
void glPassTexCoordATI(GLuint red, GLuint green, GLenum blue);
|
void | glPassThrough(float token) - Interface to C language function:
void glPassThrough(GLfloat token);
|
void | glPixelDataRangeNV(int target, int level, java.nio.Buffer img) - Interface to C language function:
void glPixelDataRangeNV(GLenum target, GLsizei level, GLvoid * img);
|
void | glPixelMapfv(int map, int mapsize, float[] values) - Interface to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values);
|
void | glPixelMapfv(int map, int mapsize, java.nio.FloatBuffer values) - Interface to C language function:
void glPixelMapfv(GLenum map, GLint mapsize, const GLfloat * values);
|
void | glPixelMapuiv(int map, int mapsize, int[] values) - Interface to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values);
|
void | glPixelMapuiv(int map, int mapsize, java.nio.IntBuffer values) - Interface to C language function:
void glPixelMapuiv(GLenum map, GLint mapsize, const GLuint * values);
|
void | glPixelMapusv(int map, int mapsize, java.nio.ShortBuffer values) - Interface to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values);
|
void | glPixelMapusv(int map, int mapsize, short[] values) - Interface to C language function:
void glPixelMapusv(GLenum map, GLint mapsize, const GLushort * values);
|
void | glPixelStoref(int pname, float param) - Interface to C language function:
void glPixelStoref(GLenum pname, GLfloat param);
|
void | glPixelStorei(int pname, int param) - Interface to C language function:
void glPixelStorei(GLenum pname, GLint param);
|
void | glPixelTexGenParameterfSGIS(int target, float s) - Interface to C language function:
void glPixelTexGenParameterfSGIS(GLenum target, GLfloat s);
|
void | glPixelTexGenParameterfvSGIS(int target, float[] v) - Interface to C language function:
void glPixelTexGenParameterfvSGIS(GLenum target, const GLfloat * v);
|
void | glPixelTexGenParameterfvSGIS(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glPixelTexGenParameterfvSGIS(GLenum target, const GLfloat * v);
|
void | glPixelTexGenParameteriSGIS(int target, int s) - Interface to C language function:
void glPixelTexGenParameteriSGIS(GLenum target, GLint s);
|
void | glPixelTexGenParameterivSGIS(int target, int[] v) - Interface to C language function:
void glPixelTexGenParameterivSGIS(GLenum target, const GLint * v);
|
void | glPixelTexGenParameterivSGIS(int target, java.nio.IntBuffer v) - Interface to C language function:
void glPixelTexGenParameterivSGIS(GLenum target, const GLint * v);
|
void | glPixelTexGenSGIX(int mode) - Interface to C language function:
void glPixelTexGenSGIX(GLenum mode);
|
void | glPixelTransferf(int pname, float param) - Interface to C language function:
void glPixelTransferf(GLenum pname, GLfloat param);
|
void | glPixelTransferi(int pname, int param) - Interface to C language function:
void glPixelTransferi(GLenum pname, GLint param);
|
void | glPixelTransformParameterfEXT(int target, int pname, float params) - Interface to C language function:
void glPixelTransformParameterfEXT(GLenum target, GLenum pname, GLfloat params);
|
void | glPixelTransformParameterfvEXT(int target, int pname, float[] params) - Interface to C language function:
void glPixelTransformParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params);
|
void | glPixelTransformParameterfvEXT(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glPixelTransformParameterfvEXT(GLenum target, GLenum pname, const GLfloat * params);
|
void | glPixelTransformParameteriEXT(int target, int pname, int params) - Interface to C language function:
void glPixelTransformParameteriEXT(GLenum target, GLenum pname, GLint params);
|
void | glPixelTransformParameterivEXT(int target, int pname, int[] params) - Interface to C language function:
void glPixelTransformParameterivEXT(GLenum target, GLenum pname, const GLint * params);
|
void | glPixelTransformParameterivEXT(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glPixelTransformParameterivEXT(GLenum target, GLenum pname, const GLint * params);
|
void | glPixelZoom(float xfactor, float yfactor) - Interface to C language function:
void glPixelZoom(GLfloat xfactor, GLfloat yfactor);
|
void | glPointParameterf(int target, float s) - Interface to C language function:
void glPointParameterf(GLenum target, GLfloat s);
|
void | glPointParameterfARB(int target, float s) - Interface to C language function:
void glPointParameterfARB(GLenum target, GLfloat s);
|
void | glPointParameterfEXT(int target, float s) - Interface to C language function:
void glPointParameterfEXT(GLenum target, GLfloat s);
|
void | glPointParameterfSGIS(int target, float s) - Interface to C language function:
void glPointParameterfSGIS(GLenum target, GLfloat s);
|
void | glPointParameterfv(int target, float[] v) - Interface to C language function:
void glPointParameterfv(GLenum target, const GLfloat * v);
|
void | glPointParameterfv(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glPointParameterfv(GLenum target, const GLfloat * v);
|
void | glPointParameterfvARB(int target, float[] v) - Interface to C language function:
void glPointParameterfvARB(GLenum target, const GLfloat * v);
|
void | glPointParameterfvARB(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glPointParameterfvARB(GLenum target, const GLfloat * v);
|
void | glPointParameterfvEXT(int target, float[] v) - Interface to C language function:
void glPointParameterfvEXT(GLenum target, const GLfloat * v);
|
void | glPointParameterfvEXT(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glPointParameterfvEXT(GLenum target, const GLfloat * v);
|
void | glPointParameterfvSGIS(int target, float[] v) - Interface to C language function:
void glPointParameterfvSGIS(GLenum target, const GLfloat * v);
|
void | glPointParameterfvSGIS(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glPointParameterfvSGIS(GLenum target, const GLfloat * v);
|
void | glPointParameteri(int target, int s) - Interface to C language function:
void glPointParameteri(GLenum target, GLint s);
|
void | glPointParameteriNV(int target, int s) - Interface to C language function:
void glPointParameteriNV(GLenum target, GLint s);
|
void | glPointParameteriv(int target, int[] v) - Interface to C language function:
void glPointParameteriv(GLenum target, const GLint * v);
|
void | glPointParameteriv(int target, java.nio.IntBuffer v) - Interface to C language function:
void glPointParameteriv(GLenum target, const GLint * v);
|
void | glPointParameterivNV(int target, int[] v) - Interface to C language function:
void glPointParameterivNV(GLenum target, const GLint * v);
|
void | glPointParameterivNV(int target, java.nio.IntBuffer v) - Interface to C language function:
void glPointParameterivNV(GLenum target, const GLint * v);
|
void | glPointSize(float size) - Interface to C language function:
void glPointSize(GLfloat size);
|
int | glPollAsyncSGIX(int[] markerp) - Interface to C language function:
GLint glPollAsyncSGIX(GLuint * markerp);
|
int | glPollAsyncSGIX(java.nio.IntBuffer markerp) - Interface to C language function:
GLint glPollAsyncSGIX(GLuint * markerp);
|
int | glPollInstrumentsSGIX(int[] marker_p) - Interface to C language function:
GLint glPollInstrumentsSGIX(GLint * marker_p);
|
int | glPollInstrumentsSGIX(java.nio.IntBuffer marker_p) - Interface to C language function:
GLint glPollInstrumentsSGIX(GLint * marker_p);
|
void | glPolygonMode(int face, int mode) - Interface to C language function:
void glPolygonMode(GLenum face, GLenum mode);
|
void | glPolygonOffset(float factor, float units) - Interface to C language function:
void glPolygonOffset(GLfloat factor, GLfloat units);
|
void | glPolygonOffsetEXT(float x, float y) - Interface to C language function:
void glPolygonOffsetEXT(GLfloat x, GLfloat y);
|
void | glPolygonStipple(byte[] mask) - Interface to C language function:
void glPolygonStipple(const GLubyte * mask);
|
void | glPolygonStipple(java.nio.ByteBuffer mask) - Interface to C language function:
void glPolygonStipple(const GLubyte * mask);
|
void | glPopAttrib() - Interface to C language function:
void glPopAttrib(void);
|
void | glPopClientAttrib() - Interface to C language function:
void glPopClientAttrib(void);
|
void | glPopMatrix() - Interface to C language function:
void glPopMatrix(void);
|
void | glPopName() - Interface to C language function:
void glPopName(void);
|
void | glPrimitiveRestartIndexNV(int mode) - Interface to C language function:
void glPrimitiveRestartIndexNV(GLuint mode);
|
void | glPrimitiveRestartNV() - Interface to C language function:
void glPrimitiveRestartNV(void);
|
void | glPrioritizeTextures(int n, int[] textures, float[] priorities) - Interface to C language function:
void glPrioritizeTextures(GLsizei n, const GLuint * textures, const GLclampf * priorities);
|
void | glPrioritizeTextures(int n, java.nio.IntBuffer textures, java.nio.FloatBuffer priorities) - Interface to C language function:
void glPrioritizeTextures(GLsizei n, const GLuint * textures, const GLclampf * priorities);
|
void | glPrioritizeTexturesEXT(int n, int[] textures, float[] priorities) - Interface to C language function:
void glPrioritizeTexturesEXT(GLsizei n, const GLuint * textures, const GLclampf * priorities);
|
void | glPrioritizeTexturesEXT(int n, java.nio.IntBuffer textures, java.nio.FloatBuffer priorities) - Interface to C language function:
void glPrioritizeTexturesEXT(GLsizei n, const GLuint * textures, const GLclampf * priorities);
|
void | glProgramEnvParameter4dARB(int target, int index, double x, double y, double z, double w) - Interface to C language function:
void glProgramEnvParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
void | glProgramEnvParameter4dvARB(int target, int index, double[] params) - Interface to C language function:
void glProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
|
void | glProgramEnvParameter4dvARB(int target, int index, java.nio.DoubleBuffer params) - Interface to C language function:
void glProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
|
void | glProgramEnvParameter4fARB(int target, int index, float x, float y, float z, float w) - Interface to C language function:
void glProgramEnvParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glProgramEnvParameter4fvARB(int target, int pname, float[] params) - Interface to C language function:
void glProgramEnvParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
|
void | glProgramEnvParameter4fvARB(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glProgramEnvParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
|
void | glProgramLocalParameter4dARB(int target, int index, double x, double y, double z, double w) - Interface to C language function:
void glProgramLocalParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
void | glProgramLocalParameter4dvARB(int target, int index, double[] params) - Interface to C language function:
void glProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
|
void | glProgramLocalParameter4dvARB(int target, int index, java.nio.DoubleBuffer params) - Interface to C language function:
void glProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble * params);
|
void | glProgramLocalParameter4fARB(int target, int index, float x, float y, float z, float w) - Interface to C language function:
void glProgramLocalParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glProgramLocalParameter4fvARB(int target, int pname, float[] params) - Interface to C language function:
void glProgramLocalParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
|
void | glProgramLocalParameter4fvARB(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glProgramLocalParameter4fvARB(GLenum target, GLuint pname, const GLfloat * params);
|
void | glProgramNamedParameter4dNV(int id, int len, java.lang.String name, double x, double y, double z, double w) - Interface to C language function:
void glProgramNamedParameter4dNV(GLuint id, GLsizei len, const GLubyte * name, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
void | glProgramNamedParameter4dvNV(int id, int len, java.lang.String name, double[] v) - Interface to C language function:
void glProgramNamedParameter4dvNV(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v);
|
void | glProgramNamedParameter4dvNV(int id, int len, java.lang.String name, java.nio.DoubleBuffer v) - Interface to C language function:
void glProgramNamedParameter4dvNV(GLuint id, GLsizei len, const GLubyte * name, const GLdouble * v);
|
void | glProgramNamedParameter4fNV(int id, int len, java.lang.String name, float x, float y, float z, float w) - Interface to C language function:
void glProgramNamedParameter4fNV(GLuint id, GLsizei len, const GLubyte * name, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glProgramNamedParameter4fvNV(int id, int len, java.lang.String name, float[] v) - Interface to C language function:
void glProgramNamedParameter4fvNV(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v);
|
void | glProgramNamedParameter4fvNV(int id, int len, java.lang.String name, java.nio.FloatBuffer v) - Interface to C language function:
void glProgramNamedParameter4fvNV(GLuint id, GLsizei len, const GLubyte * name, const GLfloat * v);
|
void | glProgramParameter4dNV(int target, int index, double x, double y, double z, double w) - Interface to C language function:
void glProgramParameter4dNV(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
void | glProgramParameter4dvNV(int target, int index, double[] params) - Interface to C language function:
void glProgramParameter4dvNV(GLenum target, GLuint index, const GLdouble * params);
|
void | glProgramParameter4dvNV(int target, int index, java.nio.DoubleBuffer params) - Interface to C language function:
void glProgramParameter4dvNV(GLenum target, GLuint index, const GLdouble * params);
|
void | glProgramParameter4fNV(int target, int index, float x, float y, float z, float w) - Interface to C language function:
void glProgramParameter4fNV(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glProgramParameter4fvNV(int target, int pname, float[] params) - Interface to C language function:
void glProgramParameter4fvNV(GLenum target, GLuint pname, const GLfloat * params);
|
void | glProgramParameter4fvNV(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glProgramParameter4fvNV(GLenum target, GLuint pname, const GLfloat * params);
|
void | glProgramParameters4dvNV(int target, int index, int count, double[] v) - Interface to C language function:
void glProgramParameters4dvNV(GLenum target, GLuint index, GLuint count, const GLdouble * v);
|
void | glProgramParameters4dvNV(int target, int index, int count, java.nio.DoubleBuffer v) - Interface to C language function:
void glProgramParameters4dvNV(GLenum target, GLuint index, GLuint count, const GLdouble * v);
|
void | glProgramParameters4fvNV(int target, int index, int count, float[] v) - Interface to C language function:
void glProgramParameters4fvNV(GLenum target, GLuint index, GLuint count, const GLfloat * v);
|
void | glProgramParameters4fvNV(int target, int index, int count, java.nio.FloatBuffer v) - Interface to C language function:
void glProgramParameters4fvNV(GLenum target, GLuint index, GLuint count, const GLfloat * v);
|
void | glProgramStringARB(int target, int format, int len, java.lang.String string) - Interface to C language function:
void glProgramStringARB(GLenum target, GLenum format, GLsizei len, const GLvoid * string);
|
void | glPushAttrib(int mask) - Interface to C language function:
void glPushAttrib(GLbitfield mask);
|
void | glPushClientAttrib(int mask) - Interface to C language function:
void glPushClientAttrib(GLbitfield mask);
|
void | glPushMatrix() - Interface to C language function:
void glPushMatrix(void);
|
void | glPushName(int name) - Interface to C language function:
void glPushName(GLuint name);
|
void | glRasterPos2d(double x, double y) - Interface to C language function:
void glRasterPos2d(GLdouble x, GLdouble y);
|
void | glRasterPos2dv(double[] v) - Interface to C language function:
void glRasterPos2dv(const GLdouble * v);
|
void | glRasterPos2dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glRasterPos2dv(const GLdouble * v);
|
void | glRasterPos2f(float x, float y) - Interface to C language function:
void glRasterPos2f(GLfloat x, GLfloat y);
|
void | glRasterPos2fv(float[] v) - Interface to C language function:
void glRasterPos2fv(const GLfloat * v);
|
void | glRasterPos2fv(java.nio.FloatBuffer v) - Interface to C language function:
void glRasterPos2fv(const GLfloat * v);
|
void | glRasterPos2i(int x, int y) - Interface to C language function:
void glRasterPos2i(GLint x, GLint y);
|
void | glRasterPos2iv(int[] v) - Interface to C language function:
void glRasterPos2iv(const GLint * v);
|
void | glRasterPos2iv(java.nio.IntBuffer v) - Interface to C language function:
void glRasterPos2iv(const GLint * v);
|
void | glRasterPos2s(short x, short y) - Interface to C language function:
void glRasterPos2s(GLshort x, GLshort y);
|
void | glRasterPos2sv(java.nio.ShortBuffer v) - Interface to C language function:
void glRasterPos2sv(const GLshort * v);
|
void | glRasterPos2sv(short[] v) - Interface to C language function:
void glRasterPos2sv(const GLshort * v);
|
void | glRasterPos3d(double x, double y, double z) - Interface to C language function:
void glRasterPos3d(GLdouble x, GLdouble y, GLdouble z);
|
void | glRasterPos3dv(double[] v) - Interface to C language function:
void glRasterPos3dv(const GLdouble * v);
|
void | glRasterPos3dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glRasterPos3dv(const GLdouble * v);
|
void | glRasterPos3f(float x, float y, float z) - Interface to C language function:
void glRasterPos3f(GLfloat x, GLfloat y, GLfloat z);
|
void | glRasterPos3fv(float[] v) - Interface to C language function:
void glRasterPos3fv(const GLfloat * v);
|
void | glRasterPos3fv(java.nio.FloatBuffer v) - Interface to C language function:
void glRasterPos3fv(const GLfloat * v);
|
void | glRasterPos3i(int x, int y, int z) - Interface to C language function:
void glRasterPos3i(GLint x, GLint y, GLint z);
|
void | glRasterPos3iv(int[] v) - Interface to C language function:
void glRasterPos3iv(const GLint * v);
|
void | glRasterPos3iv(java.nio.IntBuffer v) - Interface to C language function:
void glRasterPos3iv(const GLint * v);
|
void | glRasterPos3s(short x, short y, short z) - Interface to C language function:
void glRasterPos3s(GLshort x, GLshort y, GLshort z);
|
void | glRasterPos3sv(java.nio.ShortBuffer v) - Interface to C language function:
void glRasterPos3sv(const GLshort * v);
|
void | glRasterPos3sv(short[] v) - Interface to C language function:
void glRasterPos3sv(const GLshort * v);
|
void | glRasterPos4d(double x, double y, double z, double w) - Interface to C language function:
void glRasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
void | glRasterPos4dv(double[] v) - Interface to C language function:
void glRasterPos4dv(const GLdouble * v);
|
void | glRasterPos4dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glRasterPos4dv(const GLdouble * v);
|
void | glRasterPos4f(float x, float y, float z, float w) - Interface to C language function:
void glRasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glRasterPos4fv(float[] v) - Interface to C language function:
void glRasterPos4fv(const GLfloat * v);
|
void | glRasterPos4fv(java.nio.FloatBuffer v) - Interface to C language function:
void glRasterPos4fv(const GLfloat * v);
|
void | glRasterPos4i(int x, int y, int z, int w) - Interface to C language function:
void glRasterPos4i(GLint x, GLint y, GLint z, GLint w);
|
void | glRasterPos4iv(int[] v) - Interface to C language function:
void glRasterPos4iv(const GLint * v);
|
void | glRasterPos4iv(java.nio.IntBuffer v) - Interface to C language function:
void glRasterPos4iv(const GLint * v);
|
void | glRasterPos4s(short x, short y, short z, short w) - Interface to C language function:
void glRasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w);
|
void | glRasterPos4sv(java.nio.ShortBuffer v) - Interface to C language function:
void glRasterPos4sv(const GLshort * v);
|
void | glRasterPos4sv(short[] v) - Interface to C language function:
void glRasterPos4sv(const GLshort * v);
|
void | glReadBuffer(int mode) - Interface to C language function:
void glReadBuffer(GLenum mode);
|
void | glReadBufferRegion(int target, int start, int x, int y, int width) - Interface to C language function:
void glReadBufferRegion(GLuint target, GLint start, GLint x, GLsizei y, GLsizei width);
|
void | glReadInstrumentsSGIX(int count) - Interface to C language function:
void glReadInstrumentsSGIX(GLint count);
|
void | glReadPixels(int x, int y, int width, int height, int format, int type, boolean[] pixels) - Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
|
void | glReadPixels(int x, int y, int width, int height, int format, int type, byte[] pixels) - Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
|
void | glReadPixels(int x, int y, int width, int height, int format, int type, char[] pixels) - Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
|
void | glReadPixels(int x, int y, int width, int height, int format, int type, double[] pixels) - Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
|
void | glReadPixels(int x, int y, int width, int height, int format, int type, float[] pixels) - Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
|
void | glReadPixels(int x, int y, int width, int height, int format, int type, int[] pixels) - Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
|
void | glReadPixels(int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
|
void | glReadPixels(int x, int y, int width, int height, int format, int type, long[] pixels) - Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
|
void | glReadPixels(int x, int y, int width, int height, int format, int type, short[] pixels) - Interface to C language function:
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels);
|
void | glRectd(double x1, double y1, double x2, double y2) - Interface to C language function:
void glRectd(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2);
|
void | glRectdv(double[] v1, double[] v2) - Interface to C language function:
void glRectdv(const GLdouble * v1, const GLdouble * v2);
|
void | glRectdv(java.nio.DoubleBuffer v1, java.nio.DoubleBuffer v2) - Interface to C language function:
void glRectdv(const GLdouble * v1, const GLdouble * v2);
|
void | glRectf(float x1, float y1, float x2, float y2) - Interface to C language function:
void glRectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2);
|
void | glRectfv(float[] v1, float[] v2) - Interface to C language function:
void glRectfv(const GLfloat * v1, const GLfloat * v2);
|
void | glRectfv(java.nio.FloatBuffer v1, java.nio.FloatBuffer v2) - Interface to C language function:
void glRectfv(const GLfloat * v1, const GLfloat * v2);
|
void | glRecti(int x1, int y1, int x2, int y2) - Interface to C language function:
void glRecti(GLint x1, GLint y1, GLint x2, GLint y2);
|
void | glRectiv(int[] v1, int[] v2) - Interface to C language function:
void glRectiv(const GLint * v1, const GLint * v2);
|
void | glRectiv(java.nio.IntBuffer v1, java.nio.IntBuffer v2) - Interface to C language function:
void glRectiv(const GLint * v1, const GLint * v2);
|
void | glRects(short x1, short y1, short x2, short y2) - Interface to C language function:
void glRects(GLshort x1, GLshort y1, GLshort x2, GLshort y2);
|
void | glRectsv(java.nio.ShortBuffer v1, java.nio.ShortBuffer v2) - Interface to C language function:
void glRectsv(const GLshort * v1, const GLshort * v2);
|
void | glRectsv(short[] v1, short[] v2) - Interface to C language function:
void glRectsv(const GLshort * v1, const GLshort * v2);
|
void | glReferencePlaneSGIX(double[] m) - Interface to C language function:
void glReferencePlaneSGIX(const GLdouble * m);
|
void | glReferencePlaneSGIX(java.nio.DoubleBuffer m) - Interface to C language function:
void glReferencePlaneSGIX(const GLdouble * m);
|
int | glRenderMode(int mode) - Interface to C language function:
GLint glRenderMode(GLenum mode);
|
void | glRenderbufferStorageEXT(int target, int internalformat, int width, int height) - Interface to C language function:
void glRenderbufferStorageEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
|
void | glReplacementCodePointerSUN(int type, int stride, java.nio.Buffer[] pointer) - Interface to C language function:
void glReplacementCodePointerSUN(GLenum type, GLsizei stride, const GLvoid * * pointer);
|
void | glReplacementCodeubSUN(byte factor) - Interface to C language function:
void glReplacementCodeubSUN(GLubyte factor);
|
void | glReplacementCodeubvSUN(byte[] v) - Interface to C language function:
void glReplacementCodeubvSUN(const GLubyte * v);
|
void | glReplacementCodeubvSUN(java.nio.ByteBuffer v) - Interface to C language function:
void glReplacementCodeubvSUN(const GLubyte * v);
|
void | glReplacementCodeuiColor3fVertex3fSUN(int rc, float r, float g, float b, float x, float y, float z) - Interface to C language function:
void glReplacementCodeuiColor3fVertex3fSUN(GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
|
void | glReplacementCodeuiColor3fVertex3fvSUN(int[] rc, float[] c, float[] v) - Interface to C language function:
void glReplacementCodeuiColor3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
|
void | glReplacementCodeuiColor3fVertex3fvSUN(java.nio.IntBuffer rc, java.nio.FloatBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glReplacementCodeuiColor3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
|
void | glReplacementCodeuiColor4fNormal3fVertex3fSUN(int rc, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) - Interface to C language function:
void glReplacementCodeuiColor4fNormal3fVertex3fSUN(GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
|
void | glReplacementCodeuiColor4fNormal3fVertex3fvSUN(int[] rc, float[] c, float[] n, float[] v) - Interface to C language function:
void glReplacementCodeuiColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glReplacementCodeuiColor4fNormal3fVertex3fvSUN(java.nio.IntBuffer rc, java.nio.FloatBuffer c, java.nio.FloatBuffer n, java.nio.FloatBuffer v) - Interface to C language function:
void glReplacementCodeuiColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glReplacementCodeuiColor4ubVertex3fSUN(int rc, byte r, byte g, byte b, byte a, float x, float y, float z) - Interface to C language function:
void glReplacementCodeuiColor4ubVertex3fSUN(GLuint rc, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);
|
void | glReplacementCodeuiColor4ubVertex3fvSUN(int[] rc, byte[] c, float[] v) - Interface to C language function:
void glReplacementCodeuiColor4ubVertex3fvSUN(const GLuint * rc, const GLubyte * c, const GLfloat * v);
|
void | glReplacementCodeuiColor4ubVertex3fvSUN(java.nio.IntBuffer rc, java.nio.ByteBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glReplacementCodeuiColor4ubVertex3fvSUN(const GLuint * rc, const GLubyte * c, const GLfloat * v);
|
void | glReplacementCodeuiNormal3fVertex3fSUN(int rc, float r, float g, float b, float x, float y, float z) - Interface to C language function:
void glReplacementCodeuiNormal3fVertex3fSUN(GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z);
|
void | glReplacementCodeuiNormal3fVertex3fvSUN(int[] rc, float[] c, float[] v) - Interface to C language function:
void glReplacementCodeuiNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
|
void | glReplacementCodeuiNormal3fVertex3fvSUN(java.nio.IntBuffer rc, java.nio.FloatBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glReplacementCodeuiNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
|
void | glReplacementCodeuiSUN(int mode) - Interface to C language function:
void glReplacementCodeuiSUN(GLuint mode);
|
void | glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(int rc, float s, float t, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) - Interface to C language function:
void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN(GLuint rc, GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
|
void | glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(int[] rc, float[] tc, float[] c, float[] n, float[] v) - Interface to C language function:
void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(java.nio.IntBuffer rc, java.nio.FloatBuffer tc, java.nio.FloatBuffer c, java.nio.FloatBuffer n, java.nio.FloatBuffer v) - Interface to C language function:
void glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(int rc, float s, float t, float nx, float ny, float nz, float x, float y, float z) - Interface to C language function:
void glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN(GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
|
void | glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(int[] rc, float[] c, float[] n, float[] v) - Interface to C language function:
void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(java.nio.IntBuffer rc, java.nio.FloatBuffer c, java.nio.FloatBuffer n, java.nio.FloatBuffer v) - Interface to C language function:
void glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glReplacementCodeuiTexCoord2fVertex3fSUN(int rc, float s, float t, float x, float y, float z) - Interface to C language function:
void glReplacementCodeuiTexCoord2fVertex3fSUN(GLuint rc, GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);
|
void | glReplacementCodeuiTexCoord2fVertex3fvSUN(int[] rc, float[] c, float[] v) - Interface to C language function:
void glReplacementCodeuiTexCoord2fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
|
void | glReplacementCodeuiTexCoord2fVertex3fvSUN(java.nio.IntBuffer rc, java.nio.FloatBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glReplacementCodeuiTexCoord2fVertex3fvSUN(const GLuint * rc, const GLfloat * c, const GLfloat * v);
|
void | glReplacementCodeuiVertex3fSUN(int target, float s, float t, float r) - Interface to C language function:
void glReplacementCodeuiVertex3fSUN(GLuint target, GLfloat s, GLfloat t, GLfloat r);
|
void | glReplacementCodeuiVertex3fvSUN(int[] rc, float[] v) - Interface to C language function:
void glReplacementCodeuiVertex3fvSUN(const GLuint * rc, const GLfloat * v);
|
void | glReplacementCodeuiVertex3fvSUN(java.nio.IntBuffer rc, java.nio.FloatBuffer v) - Interface to C language function:
void glReplacementCodeuiVertex3fvSUN(const GLuint * rc, const GLfloat * v);
|
void | glReplacementCodeuivSUN(int[] v) - Interface to C language function:
void glReplacementCodeuivSUN(const GLuint * v);
|
void | glReplacementCodeuivSUN(java.nio.IntBuffer v) - Interface to C language function:
void glReplacementCodeuivSUN(const GLuint * v);
|
void | glReplacementCodeusSUN(short factor) - Interface to C language function:
void glReplacementCodeusSUN(GLushort factor);
|
void | glReplacementCodeusvSUN(java.nio.ShortBuffer v) - Interface to C language function:
void glReplacementCodeusvSUN(const GLushort * v);
|
void | glReplacementCodeusvSUN(short[] v) - Interface to C language function:
void glReplacementCodeusvSUN(const GLushort * v);
|
void | glRequestResidentProgramsNV(int n, int[] ids) - Interface to C language function:
void glRequestResidentProgramsNV(GLsizei n, const GLuint * ids);
|
void | glRequestResidentProgramsNV(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glRequestResidentProgramsNV(GLsizei n, const GLuint * ids);
|
void | glResetHistogram(int mode) - Interface to C language function:
void glResetHistogram(GLenum mode);
|
void | glResetHistogramEXT(int mode) - Interface to C language function:
void glResetHistogramEXT(GLenum mode);
|
void | glResetMinmax(int mode) - Interface to C language function:
void glResetMinmax(GLenum mode);
|
void | glResetMinmaxEXT(int mode) - Interface to C language function:
void glResetMinmaxEXT(GLenum mode);
|
void | glResizeBuffersMESA() - Interface to C language function:
void glResizeBuffersMESA(void);
|
void | glRotated(double angle, double x, double y, double z) - Interface to C language function:
void glRotated(GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
|
void | glRotatef(float angle, float x, float y, float z) - Interface to C language function:
void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
void | glSampleCoverage(float value, boolean invert) - Interface to C language function:
void glSampleCoverage(GLclampf value, GLboolean invert);
|
void | glSampleCoverageARB(float value, boolean invert) - Interface to C language function:
void glSampleCoverageARB(GLclampf value, GLboolean invert);
|
void | glSampleMapATI(int red, int green, int blue) - Interface to C language function:
void glSampleMapATI(GLuint red, GLuint green, GLenum blue);
|
void | glSampleMaskEXT(float value, boolean invert) - Interface to C language function:
void glSampleMaskEXT(GLclampf value, GLboolean invert);
|
void | glSampleMaskSGIS(float value, boolean invert) - Interface to C language function:
void glSampleMaskSGIS(GLclampf value, GLboolean invert);
|
void | glSamplePatternEXT(int mode) - Interface to C language function:
void glSamplePatternEXT(GLenum mode);
|
void | glSamplePatternSGIS(int mode) - Interface to C language function:
void glSamplePatternSGIS(GLenum mode);
|
void | glScaled(double x, double y, double z) - Interface to C language function:
void glScaled(GLdouble x, GLdouble y, GLdouble z);
|
void | glScalef(float x, float y, float z) - Interface to C language function:
void glScalef(GLfloat x, GLfloat y, GLfloat z);
|
void | glScissor(int x, int y, int width, int height) - Interface to C language function:
void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
void | glSecondaryColor3b(byte red, byte green, byte blue) - Interface to C language function:
void glSecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue);
|
void | glSecondaryColor3bEXT(byte red, byte green, byte blue) - Interface to C language function:
void glSecondaryColor3bEXT(GLbyte red, GLbyte green, GLbyte blue);
|
void | glSecondaryColor3bv(byte[] v) - Interface to C language function:
void glSecondaryColor3bv(const GLbyte * v);
|
void | glSecondaryColor3bv(java.nio.ByteBuffer v) - Interface to C language function:
void glSecondaryColor3bv(const GLbyte * v);
|
void | glSecondaryColor3bvEXT(byte[] v) - Interface to C language function:
void glSecondaryColor3bvEXT(const GLbyte * v);
|
void | glSecondaryColor3bvEXT(java.nio.ByteBuffer v) - Interface to C language function:
void glSecondaryColor3bvEXT(const GLbyte * v);
|
void | glSecondaryColor3d(double red, double green, double blue) - Interface to C language function:
void glSecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue);
|
void | glSecondaryColor3dEXT(double red, double green, double blue) - Interface to C language function:
void glSecondaryColor3dEXT(GLdouble red, GLdouble green, GLdouble blue);
|
void | glSecondaryColor3dv(double[] m) - Interface to C language function:
void glSecondaryColor3dv(const GLdouble * m);
|
void | glSecondaryColor3dv(java.nio.DoubleBuffer m) - Interface to C language function:
void glSecondaryColor3dv(const GLdouble * m);
|
void | glSecondaryColor3dvEXT(double[] m) - Interface to C language function:
void glSecondaryColor3dvEXT(const GLdouble * m);
|
void | glSecondaryColor3dvEXT(java.nio.DoubleBuffer m) - Interface to C language function:
void glSecondaryColor3dvEXT(const GLdouble * m);
|
void | glSecondaryColor3f(float red, float green, float blue) - Interface to C language function:
void glSecondaryColor3f(GLfloat red, GLfloat green, GLfloat blue);
|
void | glSecondaryColor3fEXT(float red, float green, float blue) - Interface to C language function:
void glSecondaryColor3fEXT(GLfloat red, GLfloat green, GLfloat blue);
|
void | glSecondaryColor3fv(float[] m) - Interface to C language function:
void glSecondaryColor3fv(const GLfloat * m);
|
void | glSecondaryColor3fv(java.nio.FloatBuffer m) - Interface to C language function:
void glSecondaryColor3fv(const GLfloat * m);
|
void | glSecondaryColor3fvEXT(float[] m) - Interface to C language function:
void glSecondaryColor3fvEXT(const GLfloat * m);
|
void | glSecondaryColor3fvEXT(java.nio.FloatBuffer m) - Interface to C language function:
void glSecondaryColor3fvEXT(const GLfloat * m);
|
void | glSecondaryColor3hNV(short red, short green, short blue) - Interface to C language function:
void glSecondaryColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
|
void | glSecondaryColor3hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glSecondaryColor3hvNV(const GLhalfNV * v);
|
void | glSecondaryColor3hvNV(short[] v) - Interface to C language function:
void glSecondaryColor3hvNV(const GLhalfNV * v);
|
void | glSecondaryColor3i(int red, int green, int blue) - Interface to C language function:
void glSecondaryColor3i(GLint red, GLint green, GLint blue);
|
void | glSecondaryColor3iEXT(int red, int green, int blue) - Interface to C language function:
void glSecondaryColor3iEXT(GLint red, GLint green, GLint blue);
|
void | glSecondaryColor3iv(int[] v) - Interface to C language function:
void glSecondaryColor3iv(const GLint * v);
|
void | glSecondaryColor3iv(java.nio.IntBuffer v) - Interface to C language function:
void glSecondaryColor3iv(const GLint * v);
|
void | glSecondaryColor3ivEXT(int[] v) - Interface to C language function:
void glSecondaryColor3ivEXT(const GLint * v);
|
void | glSecondaryColor3ivEXT(java.nio.IntBuffer v) - Interface to C language function:
void glSecondaryColor3ivEXT(const GLint * v);
|
void | glSecondaryColor3s(short red, short green, short blue) - Interface to C language function:
void glSecondaryColor3s(GLshort red, GLshort green, GLshort blue);
|
void | glSecondaryColor3sEXT(short red, short green, short blue) - Interface to C language function:
void glSecondaryColor3sEXT(GLshort red, GLshort green, GLshort blue);
|
void | glSecondaryColor3sv(java.nio.ShortBuffer v) - Interface to C language function:
void glSecondaryColor3sv(const GLshort * v);
|
void | glSecondaryColor3sv(short[] v) - Interface to C language function:
void glSecondaryColor3sv(const GLshort * v);
|
void | glSecondaryColor3svEXT(java.nio.ShortBuffer v) - Interface to C language function:
void glSecondaryColor3svEXT(const GLshort * v);
|
void | glSecondaryColor3svEXT(short[] v) - Interface to C language function:
void glSecondaryColor3svEXT(const GLshort * v);
|
void | glSecondaryColor3ub(byte red, byte green, byte blue) - Interface to C language function:
void glSecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
|
void | glSecondaryColor3ubEXT(byte red, byte green, byte blue) - Interface to C language function:
void glSecondaryColor3ubEXT(GLubyte red, GLubyte green, GLubyte blue);
|
void | glSecondaryColor3ubv(byte[] v) - Interface to C language function:
void glSecondaryColor3ubv(const GLubyte * v);
|
void | glSecondaryColor3ubv(java.nio.ByteBuffer v) - Interface to C language function:
void glSecondaryColor3ubv(const GLubyte * v);
|
void | glSecondaryColor3ubvEXT(byte[] v) - Interface to C language function:
void glSecondaryColor3ubvEXT(const GLubyte * v);
|
void | glSecondaryColor3ubvEXT(java.nio.ByteBuffer v) - Interface to C language function:
void glSecondaryColor3ubvEXT(const GLubyte * v);
|
void | glSecondaryColor3ui(int red, int green, int blue) - Interface to C language function:
void glSecondaryColor3ui(GLuint red, GLuint green, GLuint blue);
|
void | glSecondaryColor3uiEXT(int red, int green, int blue) - Interface to C language function:
void glSecondaryColor3uiEXT(GLuint red, GLuint green, GLuint blue);
|
void | glSecondaryColor3uiv(int[] v) - Interface to C language function:
void glSecondaryColor3uiv(const GLuint * v);
|
void | glSecondaryColor3uiv(java.nio.IntBuffer v) - Interface to C language function:
void glSecondaryColor3uiv(const GLuint * v);
|
void | glSecondaryColor3uivEXT(int[] v) - Interface to C language function:
void glSecondaryColor3uivEXT(const GLuint * v);
|
void | glSecondaryColor3uivEXT(java.nio.IntBuffer v) - Interface to C language function:
void glSecondaryColor3uivEXT(const GLuint * v);
|
void | glSecondaryColor3us(short red, short green, short blue) - Interface to C language function:
void glSecondaryColor3us(GLushort red, GLushort green, GLushort blue);
|
void | glSecondaryColor3usEXT(short red, short green, short blue) - Interface to C language function:
void glSecondaryColor3usEXT(GLushort red, GLushort green, GLushort blue);
|
void | glSecondaryColor3usv(java.nio.ShortBuffer v) - Interface to C language function:
void glSecondaryColor3usv(const GLushort * v);
|
void | glSecondaryColor3usv(short[] v) - Interface to C language function:
void glSecondaryColor3usv(const GLushort * v);
|
void | glSecondaryColor3usvEXT(java.nio.ShortBuffer v) - Interface to C language function:
void glSecondaryColor3usvEXT(const GLushort * v);
|
void | glSecondaryColor3usvEXT(short[] v) - Interface to C language function:
void glSecondaryColor3usvEXT(const GLushort * v);
|
void | glSecondaryColorPointer(int size, int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glSecondaryColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glSecondaryColorPointerEXT(int size, int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glSecondaryColorPointerEXT(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glSecondaryColorPointerListIBM(int size, int type, int stride, java.nio.Buffer[] pointer, int ptrstride) - Interface to C language function:
void glSecondaryColorPointerListIBM(GLint size, GLenum type, GLint stride, const GLvoid * * pointer, GLint ptrstride);
|
void | glSelectBuffer(int size, java.nio.IntBuffer buffer) - Interface to C language function:
void glSelectBuffer(GLsizei size, GLuint * buffer);
|
void | glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, boolean[] row, boolean[] column) - Interface to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, byte[] row, byte[] column) - Interface to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, char[] row, char[] column) - Interface to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, double[] row, double[] column) - Interface to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, float[] row, float[] column) - Interface to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, int[] row, int[] column) - Interface to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, java.nio.Buffer row, java.nio.Buffer column) - Interface to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, long[] row, long[] column) - Interface to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2D(int target, int internalformat, int width, int height, int format, int type, short[] row, short[] column) - Interface to C language function:
void glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, boolean[] row, boolean[] column) - Interface to C language function:
void glSeparableFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, byte[] row, byte[] column) - Interface to C language function:
void glSeparableFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, char[] row, char[] column) - Interface to C language function:
void glSeparableFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, double[] row, double[] column) - Interface to C language function:
void glSeparableFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, float[] row, float[] column) - Interface to C language function:
void glSeparableFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, int[] row, int[] column) - Interface to C language function:
void glSeparableFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, java.nio.Buffer row, java.nio.Buffer column) - Interface to C language function:
void glSeparableFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, long[] row, long[] column) - Interface to C language function:
void glSeparableFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSeparableFilter2DEXT(int target, int internalformat, int width, int height, int format, int type, short[] row, short[] column) - Interface to C language function:
void glSeparableFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column);
|
void | glSetFenceAPPLE(int mode) - Interface to C language function:
void glSetFenceAPPLE(GLuint mode);
|
void | glSetFenceNV(int target, int id) - Interface to C language function:
void glSetFenceNV(GLuint target, GLenum id);
|
void | glSetFragmentShaderConstantATI(int target, float[] v) - Interface to C language function:
void glSetFragmentShaderConstantATI(GLuint target, const GLfloat * v);
|
void | glSetFragmentShaderConstantATI(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glSetFragmentShaderConstantATI(GLuint target, const GLfloat * v);
|
void | glSetInvariantEXT(int id, int type, boolean[] addr) - Interface to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetInvariantEXT(int id, int type, byte[] addr) - Interface to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetInvariantEXT(int id, int type, char[] addr) - Interface to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetInvariantEXT(int id, int type, double[] addr) - Interface to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetInvariantEXT(int id, int type, float[] addr) - Interface to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetInvariantEXT(int id, int type, int[] addr) - Interface to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetInvariantEXT(int id, int type, java.nio.Buffer addr) - Interface to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetInvariantEXT(int id, int type, long[] addr) - Interface to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetInvariantEXT(int id, int type, short[] addr) - Interface to C language function:
void glSetInvariantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetLocalConstantEXT(int id, int type, boolean[] addr) - Interface to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetLocalConstantEXT(int id, int type, byte[] addr) - Interface to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetLocalConstantEXT(int id, int type, char[] addr) - Interface to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetLocalConstantEXT(int id, int type, double[] addr) - Interface to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetLocalConstantEXT(int id, int type, float[] addr) - Interface to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetLocalConstantEXT(int id, int type, int[] addr) - Interface to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetLocalConstantEXT(int id, int type, java.nio.Buffer addr) - Interface to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetLocalConstantEXT(int id, int type, long[] addr) - Interface to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glSetLocalConstantEXT(int id, int type, short[] addr) - Interface to C language function:
void glSetLocalConstantEXT(GLuint id, GLenum type, const GLvoid * addr);
|
void | glShadeModel(int mode) - Interface to C language function:
void glShadeModel(GLenum mode);
|
void | glShaderOp1EXT(int red, int green, int blue) - Interface to C language function:
void glShaderOp1EXT(GLenum red, GLuint green, GLuint blue);
|
void | glShaderOp2EXT(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha) - Interface to C language function:
void glShaderOp2EXT(GLenum sfactorRGB, GLuint dfactorRGB, GLuint sfactorAlpha, GLuint dfactorAlpha);
|
void | glShaderOp3EXT(int op, int res, int arg1, int arg2, int arg3) - Interface to C language function:
void glShaderOp3EXT(GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3);
|
void | glShaderSource(int shader, int count, java.nio.ByteBuffer[] string, int[] length) - Interface to C language function:
void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length);
|
void | glShaderSource(int shader, int count, java.nio.ByteBuffer[] string, java.nio.IntBuffer length) - Interface to C language function:
void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length);
|
void | glShaderSourceARB(int shader, int count, java.lang.String[] string, int[] length) - Interface to C language function:
void glShaderSourceARB(GLhandleARB shader, GLsizei count, const GLcharARB * * string, const GLint * length);
|
void | glShaderSourceARB(int shader, int count, java.lang.String[] string, java.nio.IntBuffer length) - Interface to C language function:
void glShaderSourceARB(GLhandleARB shader, GLsizei count, const GLcharARB * * string, const GLint * length);
|
void | glSharpenTexFuncSGIS(int target, int n, float[] points) - Interface to C language function:
void glSharpenTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
|
void | glSharpenTexFuncSGIS(int target, int n, java.nio.FloatBuffer points) - Interface to C language function:
void glSharpenTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points);
|
void | glSpriteParameterfSGIX(int target, float s) - Interface to C language function:
void glSpriteParameterfSGIX(GLenum target, GLfloat s);
|
void | glSpriteParameterfvSGIX(int target, float[] v) - Interface to C language function:
void glSpriteParameterfvSGIX(GLenum target, const GLfloat * v);
|
void | glSpriteParameterfvSGIX(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glSpriteParameterfvSGIX(GLenum target, const GLfloat * v);
|
void | glSpriteParameteriSGIX(int target, int s) - Interface to C language function:
void glSpriteParameteriSGIX(GLenum target, GLint s);
|
void | glSpriteParameterivSGIX(int target, int[] v) - Interface to C language function:
void glSpriteParameterivSGIX(GLenum target, const GLint * v);
|
void | glSpriteParameterivSGIX(int target, java.nio.IntBuffer v) - Interface to C language function:
void glSpriteParameterivSGIX(GLenum target, const GLint * v);
|
void | glStartInstrumentsSGIX() - Interface to C language function:
void glStartInstrumentsSGIX(void);
|
void | glStencilFunc(int func, int ref, int mask) - Interface to C language function:
void glStencilFunc(GLenum func, GLint ref, GLuint mask);
|
void | glStencilFuncSeparate(int frontfunc, int backfunc, int ref, int mask) - Interface to C language function:
void glStencilFuncSeparate(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
|
void | glStencilFuncSeparateATI(int frontfunc, int backfunc, int ref, int mask) - Interface to C language function:
void glStencilFuncSeparateATI(GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask);
|
void | glStencilMask(int mask) - Interface to C language function:
void glStencilMask(GLuint mask);
|
void | glStencilMaskSeparate(int target, int id) - Interface to C language function:
void glStencilMaskSeparate(GLenum target, GLuint id);
|
void | glStencilOp(int fail, int zfail, int zpass) - Interface to C language function:
void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass);
|
void | glStencilOpSeparate(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha) - Interface to C language function:
void glStencilOpSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
void | glStencilOpSeparateATI(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha) - Interface to C language function:
void glStencilOpSeparateATI(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
void | glStopInstrumentsSGIX(int count) - Interface to C language function:
void glStopInstrumentsSGIX(GLint count);
|
void | glStringMarkerGREMEDY(int length, boolean[] pointer) - Interface to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
|
void | glStringMarkerGREMEDY(int length, byte[] pointer) - Interface to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
|
void | glStringMarkerGREMEDY(int length, char[] pointer) - Interface to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
|
void | glStringMarkerGREMEDY(int length, double[] pointer) - Interface to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
|
void | glStringMarkerGREMEDY(int length, float[] pointer) - Interface to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
|
void | glStringMarkerGREMEDY(int length, int[] pointer) - Interface to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
|
void | glStringMarkerGREMEDY(int length, java.nio.Buffer pointer) - Interface to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
|
void | glStringMarkerGREMEDY(int length, long[] pointer) - Interface to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
|
void | glStringMarkerGREMEDY(int length, short[] pointer) - Interface to C language function:
void glStringMarkerGREMEDY(GLsizei length, const GLvoid * pointer);
|
void | glSwapAPPLE() - Interface to C language function:
void glSwapAPPLE(void);
|
void | glSwizzleEXT(int stage, int portion, int variable, int input, int mapping, int componentUsage) - Interface to C language function:
void glSwizzleEXT(GLuint stage, GLuint portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
|
void | glTagSampleBufferSGIX() - Interface to C language function:
void glTagSampleBufferSGIX(void);
|
void | glTangent3bEXT(byte red, byte green, byte blue) - Interface to C language function:
void glTangent3bEXT(GLbyte red, GLbyte green, GLbyte blue);
|
void | glTangent3bvEXT(byte[] v) - Interface to C language function:
void glTangent3bvEXT(const GLbyte * v);
|
void | glTangent3bvEXT(java.nio.ByteBuffer v) - Interface to C language function:
void glTangent3bvEXT(const GLbyte * v);
|
void | glTangent3dEXT(double red, double green, double blue) - Interface to C language function:
void glTangent3dEXT(GLdouble red, GLdouble green, GLdouble blue);
|
void | glTangent3dvEXT(double[] m) - Interface to C language function:
void glTangent3dvEXT(const GLdouble * m);
|
void | glTangent3dvEXT(java.nio.DoubleBuffer m) - Interface to C language function:
void glTangent3dvEXT(const GLdouble * m);
|
void | glTangent3fEXT(float red, float green, float blue) - Interface to C language function:
void glTangent3fEXT(GLfloat red, GLfloat green, GLfloat blue);
|
void | glTangent3fvEXT(float[] m) - Interface to C language function:
void glTangent3fvEXT(const GLfloat * m);
|
void | glTangent3fvEXT(java.nio.FloatBuffer m) - Interface to C language function:
void glTangent3fvEXT(const GLfloat * m);
|
void | glTangent3iEXT(int red, int green, int blue) - Interface to C language function:
void glTangent3iEXT(GLint red, GLint green, GLint blue);
|
void | glTangent3ivEXT(int[] v) - Interface to C language function:
void glTangent3ivEXT(const GLint * v);
|
void | glTangent3ivEXT(java.nio.IntBuffer v) - Interface to C language function:
void glTangent3ivEXT(const GLint * v);
|
void | glTangent3sEXT(short red, short green, short blue) - Interface to C language function:
void glTangent3sEXT(GLshort red, GLshort green, GLshort blue);
|
void | glTangent3svEXT(java.nio.ShortBuffer v) - Interface to C language function:
void glTangent3svEXT(const GLshort * v);
|
void | glTangent3svEXT(short[] v) - Interface to C language function:
void glTangent3svEXT(const GLshort * v);
|
void | glTangentPointerEXT(int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glTangentPointerEXT(GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glTbufferMask3DFX(int mode) - Interface to C language function:
void glTbufferMask3DFX(GLuint mode);
|
boolean | glTestFenceAPPLE(int id) - Interface to C language function:
GLboolean glTestFenceAPPLE(GLuint id);
|
boolean | glTestFenceNV(int id) - Interface to C language function:
GLboolean glTestFenceNV(GLuint id);
|
boolean | glTestObjectAPPLE(int id, int cap) - Interface to C language function:
GLboolean glTestObjectAPPLE(GLenum id, GLuint cap);
|
void | glTexBumpParameterfvATI(int target, float[] v) - Interface to C language function:
void glTexBumpParameterfvATI(GLenum target, const GLfloat * v);
|
void | glTexBumpParameterfvATI(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glTexBumpParameterfvATI(GLenum target, const GLfloat * v);
|
void | glTexBumpParameterivATI(int target, int[] v) - Interface to C language function:
void glTexBumpParameterivATI(GLenum target, const GLint * v);
|
void | glTexBumpParameterivATI(int target, java.nio.IntBuffer v) - Interface to C language function:
void glTexBumpParameterivATI(GLenum target, const GLint * v);
|
void | glTexCoord1d(double s) - Interface to C language function:
void glTexCoord1d(GLdouble s);
|
void | glTexCoord1dv(double[] v) - Interface to C language function:
void glTexCoord1dv(const GLdouble * v);
|
void | glTexCoord1dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glTexCoord1dv(const GLdouble * v);
|
void | glTexCoord1f(float s) - Interface to C language function:
void glTexCoord1f(GLfloat s);
|
void | glTexCoord1fv(float[] v) - Interface to C language function:
void glTexCoord1fv(const GLfloat * v);
|
void | glTexCoord1fv(java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord1fv(const GLfloat * v);
|
void | glTexCoord1hNV(short factor) - Interface to C language function:
void glTexCoord1hNV(GLhalfNV factor);
|
void | glTexCoord1hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glTexCoord1hvNV(const GLhalfNV * v);
|
void | glTexCoord1hvNV(short[] v) - Interface to C language function:
void glTexCoord1hvNV(const GLhalfNV * v);
|
void | glTexCoord1i(int s) - Interface to C language function:
void glTexCoord1i(GLint s);
|
void | glTexCoord1iv(int[] v) - Interface to C language function:
void glTexCoord1iv(const GLint * v);
|
void | glTexCoord1iv(java.nio.IntBuffer v) - Interface to C language function:
void glTexCoord1iv(const GLint * v);
|
void | glTexCoord1s(short s) - Interface to C language function:
void glTexCoord1s(GLshort s);
|
void | glTexCoord1sv(java.nio.ShortBuffer v) - Interface to C language function:
void glTexCoord1sv(const GLshort * v);
|
void | glTexCoord1sv(short[] v) - Interface to C language function:
void glTexCoord1sv(const GLshort * v);
|
void | glTexCoord2d(double s, double t) - Interface to C language function:
void glTexCoord2d(GLdouble s, GLdouble t);
|
void | glTexCoord2dv(double[] v) - Interface to C language function:
void glTexCoord2dv(const GLdouble * v);
|
void | glTexCoord2dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glTexCoord2dv(const GLdouble * v);
|
void | glTexCoord2f(float s, float t) - Interface to C language function:
void glTexCoord2f(GLfloat s, GLfloat t);
|
void | glTexCoord2fColor3fVertex3fSUN(float s, float t, float p, float q, float x, float y, float z, float w) - Interface to C language function:
void glTexCoord2fColor3fVertex3fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glTexCoord2fColor3fVertex3fvSUN(float[] c, float[] n, float[] v) - Interface to C language function:
void glTexCoord2fColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glTexCoord2fColor3fVertex3fvSUN(java.nio.FloatBuffer c, java.nio.FloatBuffer n, java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord2fColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glTexCoord2fColor4fNormal3fVertex3fSUN(float s, float t, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z) - Interface to C language function:
void glTexCoord2fColor4fNormal3fVertex3fSUN(GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
|
void | glTexCoord2fColor4fNormal3fVertex3fvSUN(float[] tc, float[] c, float[] n, float[] v) - Interface to C language function:
void glTexCoord2fColor4fNormal3fVertex3fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glTexCoord2fColor4fNormal3fVertex3fvSUN(java.nio.FloatBuffer tc, java.nio.FloatBuffer c, java.nio.FloatBuffer n, java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord2fColor4fNormal3fVertex3fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glTexCoord2fColor4ubVertex3fSUN(float s, float t, byte r, byte g, byte b, byte a, float x, float y, float z) - Interface to C language function:
void glTexCoord2fColor4ubVertex3fSUN(GLfloat s, GLfloat t, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z);
|
void | glTexCoord2fColor4ubVertex3fvSUN(float[] tc, byte[] c, float[] v) - Interface to C language function:
void glTexCoord2fColor4ubVertex3fvSUN(const GLfloat * tc, const GLubyte * c, const GLfloat * v);
|
void | glTexCoord2fColor4ubVertex3fvSUN(java.nio.FloatBuffer tc, java.nio.ByteBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord2fColor4ubVertex3fvSUN(const GLfloat * tc, const GLubyte * c, const GLfloat * v);
|
void | glTexCoord2fNormal3fVertex3fSUN(float s, float t, float p, float q, float x, float y, float z, float w) - Interface to C language function:
void glTexCoord2fNormal3fVertex3fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glTexCoord2fNormal3fVertex3fvSUN(float[] c, float[] n, float[] v) - Interface to C language function:
void glTexCoord2fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glTexCoord2fNormal3fVertex3fvSUN(java.nio.FloatBuffer c, java.nio.FloatBuffer n, java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord2fNormal3fVertex3fvSUN(const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glTexCoord2fVertex3fSUN(float s, float t, float x, float y, float z) - Interface to C language function:
void glTexCoord2fVertex3fSUN(GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z);
|
void | glTexCoord2fVertex3fvSUN(float[] c, float[] v) - Interface to C language function:
void glTexCoord2fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
|
void | glTexCoord2fVertex3fvSUN(java.nio.FloatBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord2fVertex3fvSUN(const GLfloat * c, const GLfloat * v);
|
void | glTexCoord2fv(float[] v) - Interface to C language function:
void glTexCoord2fv(const GLfloat * v);
|
void | glTexCoord2fv(java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord2fv(const GLfloat * v);
|
void | glTexCoord2hNV(short x, short y) - Interface to C language function:
void glTexCoord2hNV(GLhalfNV x, GLhalfNV y);
|
void | glTexCoord2hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glTexCoord2hvNV(const GLhalfNV * v);
|
void | glTexCoord2hvNV(short[] v) - Interface to C language function:
void glTexCoord2hvNV(const GLhalfNV * v);
|
void | glTexCoord2i(int s, int t) - Interface to C language function:
void glTexCoord2i(GLint s, GLint t);
|
void | glTexCoord2iv(int[] v) - Interface to C language function:
void glTexCoord2iv(const GLint * v);
|
void | glTexCoord2iv(java.nio.IntBuffer v) - Interface to C language function:
void glTexCoord2iv(const GLint * v);
|
void | glTexCoord2s(short s, short t) - Interface to C language function:
void glTexCoord2s(GLshort s, GLshort t);
|
void | glTexCoord2sv(java.nio.ShortBuffer v) - Interface to C language function:
void glTexCoord2sv(const GLshort * v);
|
void | glTexCoord2sv(short[] v) - Interface to C language function:
void glTexCoord2sv(const GLshort * v);
|
void | glTexCoord3d(double s, double t, double r) - Interface to C language function:
void glTexCoord3d(GLdouble s, GLdouble t, GLdouble r);
|
void | glTexCoord3dv(double[] v) - Interface to C language function:
void glTexCoord3dv(const GLdouble * v);
|
void | glTexCoord3dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glTexCoord3dv(const GLdouble * v);
|
void | glTexCoord3f(float s, float t, float r) - Interface to C language function:
void glTexCoord3f(GLfloat s, GLfloat t, GLfloat r);
|
void | glTexCoord3fv(float[] v) - Interface to C language function:
void glTexCoord3fv(const GLfloat * v);
|
void | glTexCoord3fv(java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord3fv(const GLfloat * v);
|
void | glTexCoord3hNV(short red, short green, short blue) - Interface to C language function:
void glTexCoord3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
|
void | glTexCoord3hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glTexCoord3hvNV(const GLhalfNV * v);
|
void | glTexCoord3hvNV(short[] v) - Interface to C language function:
void glTexCoord3hvNV(const GLhalfNV * v);
|
void | glTexCoord3i(int s, int t, int r) - Interface to C language function:
void glTexCoord3i(GLint s, GLint t, GLint r);
|
void | glTexCoord3iv(int[] v) - Interface to C language function:
void glTexCoord3iv(const GLint * v);
|
void | glTexCoord3iv(java.nio.IntBuffer v) - Interface to C language function:
void glTexCoord3iv(const GLint * v);
|
void | glTexCoord3s(short s, short t, short r) - Interface to C language function:
void glTexCoord3s(GLshort s, GLshort t, GLshort r);
|
void | glTexCoord3sv(java.nio.ShortBuffer v) - Interface to C language function:
void glTexCoord3sv(const GLshort * v);
|
void | glTexCoord3sv(short[] v) - Interface to C language function:
void glTexCoord3sv(const GLshort * v);
|
void | glTexCoord4d(double s, double t, double r, double q) - Interface to C language function:
void glTexCoord4d(GLdouble s, GLdouble t, GLdouble r, GLdouble q);
|
void | glTexCoord4dv(double[] v) - Interface to C language function:
void glTexCoord4dv(const GLdouble * v);
|
void | glTexCoord4dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glTexCoord4dv(const GLdouble * v);
|
void | glTexCoord4f(float s, float t, float r, float q) - Interface to C language function:
void glTexCoord4f(GLfloat s, GLfloat t, GLfloat r, GLfloat q);
|
void | glTexCoord4fColor4fNormal3fVertex4fSUN(float s, float t, float p, float q, float r, float g, float b, float a, float nx, float ny, float nz, float x, float y, float z, float w) - Interface to C language function:
void glTexCoord4fColor4fNormal3fVertex4fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glTexCoord4fColor4fNormal3fVertex4fvSUN(float[] tc, float[] c, float[] n, float[] v) - Interface to C language function:
void glTexCoord4fColor4fNormal3fVertex4fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glTexCoord4fColor4fNormal3fVertex4fvSUN(java.nio.FloatBuffer tc, java.nio.FloatBuffer c, java.nio.FloatBuffer n, java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord4fColor4fNormal3fVertex4fvSUN(const GLfloat * tc, const GLfloat * c, const GLfloat * n, const GLfloat * v);
|
void | glTexCoord4fVertex4fSUN(float s, float t, float p, float q, float x, float y, float z, float w) - Interface to C language function:
void glTexCoord4fVertex4fSUN(GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glTexCoord4fVertex4fvSUN(float[] c, float[] v) - Interface to C language function:
void glTexCoord4fVertex4fvSUN(const GLfloat * c, const GLfloat * v);
|
void | glTexCoord4fVertex4fvSUN(java.nio.FloatBuffer c, java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord4fVertex4fvSUN(const GLfloat * c, const GLfloat * v);
|
void | glTexCoord4fv(float[] v) - Interface to C language function:
void glTexCoord4fv(const GLfloat * v);
|
void | glTexCoord4fv(java.nio.FloatBuffer v) - Interface to C language function:
void glTexCoord4fv(const GLfloat * v);
|
void | glTexCoord4hNV(short x, short y, short z, short w) - Interface to C language function:
void glTexCoord4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);
|
void | glTexCoord4hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glTexCoord4hvNV(const GLhalfNV * v);
|
void | glTexCoord4hvNV(short[] v) - Interface to C language function:
void glTexCoord4hvNV(const GLhalfNV * v);
|
void | glTexCoord4i(int s, int t, int r, int q) - Interface to C language function:
void glTexCoord4i(GLint s, GLint t, GLint r, GLint q);
|
void | glTexCoord4iv(int[] v) - Interface to C language function:
void glTexCoord4iv(const GLint * v);
|
void | glTexCoord4iv(java.nio.IntBuffer v) - Interface to C language function:
void glTexCoord4iv(const GLint * v);
|
void | glTexCoord4s(short s, short t, short r, short q) - Interface to C language function:
void glTexCoord4s(GLshort s, GLshort t, GLshort r, GLshort q);
|
void | glTexCoord4sv(java.nio.ShortBuffer v) - Interface to C language function:
void glTexCoord4sv(const GLshort * v);
|
void | glTexCoord4sv(short[] v) - Interface to C language function:
void glTexCoord4sv(const GLshort * v);
|
void | glTexCoordPointer(int size, int type, int stride, java.nio.Buffer ptr) - Interface to C language function:
void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
|
void | glTexCoordPointerEXT(int size, int type, int stride, int count, java.nio.Buffer pointer) - Interface to C language function:
void glTexCoordPointerEXT(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer);
|
void | glTexCoordPointerListIBM(int size, int type, int stride, java.nio.Buffer[] pointer, int ptrstride) - Interface to C language function:
void glTexCoordPointerListIBM(GLint size, GLenum type, GLint stride, const GLvoid * * pointer, GLint ptrstride);
|
void | glTexCoordPointervINTEL(int size, int type, java.nio.Buffer[] pointer) - Interface to C language function:
void glTexCoordPointervINTEL(GLint size, GLenum type, const GLvoid * * pointer);
|
void | glTexEnvf(int target, int pname, float param) - Interface to C language function:
void glTexEnvf(GLenum target, GLenum pname, GLfloat param);
|
void | glTexEnvfv(int target, int pname, float[] params) - Interface to C language function:
void glTexEnvfv(GLenum target, GLenum pname, const GLfloat * params);
|
void | glTexEnvfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glTexEnvfv(GLenum target, GLenum pname, const GLfloat * params);
|
void | glTexEnvi(int target, int pname, int param) - Interface to C language function:
void glTexEnvi(GLenum target, GLenum pname, GLint param);
|
void | glTexEnviv(int target, int pname, int[] params) - Interface to C language function:
void glTexEnviv(GLenum target, GLenum pname, const GLint * params);
|
void | glTexEnviv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glTexEnviv(GLenum target, GLenum pname, const GLint * params);
|
void | glTexFilterFuncSGIS(int target, int filter, int n, float[] weights) - Interface to C language function:
void glTexFilterFuncSGIS(GLenum target, GLenum filter, GLsizei n, const GLfloat * weights);
|
void | glTexFilterFuncSGIS(int target, int filter, int n, java.nio.FloatBuffer weights) - Interface to C language function:
void glTexFilterFuncSGIS(GLenum target, GLenum filter, GLsizei n, const GLfloat * weights);
|
void | glTexGend(int coord, int pname, double param) - Interface to C language function:
void glTexGend(GLenum coord, GLenum pname, GLdouble param);
|
void | glTexGendv(int coord, int pname, double[] params) - Interface to C language function:
void glTexGendv(GLenum coord, GLenum pname, const GLdouble * params);
|
void | glTexGendv(int coord, int pname, java.nio.DoubleBuffer params) - Interface to C language function:
void glTexGendv(GLenum coord, GLenum pname, const GLdouble * params);
|
void | glTexGenf(int coord, int pname, float param) - Interface to C language function:
void glTexGenf(GLenum coord, GLenum pname, GLfloat param);
|
void | glTexGenfv(int coord, int pname, float[] params) - Interface to C language function:
void glTexGenfv(GLenum coord, GLenum pname, const GLfloat * params);
|
void | glTexGenfv(int coord, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glTexGenfv(GLenum coord, GLenum pname, const GLfloat * params);
|
void | glTexGeni(int coord, int pname, int param) - Interface to C language function:
void glTexGeni(GLenum coord, GLenum pname, GLint param);
|
void | glTexGeniv(int coord, int pname, int[] params) - Interface to C language function:
void glTexGeniv(GLenum coord, GLenum pname, const GLint * params);
|
void | glTexGeniv(int coord, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glTexGeniv(GLenum coord, GLenum pname, const GLint * params);
|
void | glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, byte[] pixels) - Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, char[] pixels) - Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, double[] pixels) - Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, float[] pixels) - Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, int[] pixels) - Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, long[] pixels) - Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage1D(int target, int level, int internalFormat, int width, int border, int format, int type, short[] pixels) - Interface to C language function:
void glTexImage1D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, byte[] pixels) - Interface to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, char[] pixels) - Interface to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, double[] pixels) - Interface to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, float[] pixels) - Interface to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, int[] pixels) - Interface to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, long[] pixels) - Interface to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, short[] pixels) - Interface to C language function:
void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, byte[] pixels) - Interface to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, char[] pixels) - Interface to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, double[] pixels) - Interface to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, float[] pixels) - Interface to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, int[] pixels) - Interface to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, long[] pixels) - Interface to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3D(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, short[] pixels) - Interface to C language function:
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3DEXT(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3DEXT(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, byte[] pixels) - Interface to C language function:
void glTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3DEXT(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, char[] pixels) - Interface to C language function:
void glTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3DEXT(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, double[] pixels) - Interface to C language function:
void glTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3DEXT(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, float[] pixels) - Interface to C language function:
void glTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3DEXT(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, int[] pixels) - Interface to C language function:
void glTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3DEXT(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3DEXT(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, long[] pixels) - Interface to C language function:
void glTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage3DEXT(int target, int level, int internalformat, int width, int height, int depth, int border, int format, int type, short[] pixels) - Interface to C language function:
void glTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage4DSGIS(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage4DSGIS(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, byte[] pixels) - Interface to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage4DSGIS(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, char[] pixels) - Interface to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage4DSGIS(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, double[] pixels) - Interface to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage4DSGIS(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, float[] pixels) - Interface to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage4DSGIS(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, int[] pixels) - Interface to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage4DSGIS(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage4DSGIS(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, long[] pixels) - Interface to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexImage4DSGIS(int target, int level, int internalformat, int width, int height, int depth, int size4d, int border, int format, int type, short[] pixels) - Interface to C language function:
void glTexImage4DSGIS(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexParameterf(int target, int pname, float param) - Interface to C language function:
void glTexParameterf(GLenum target, GLenum pname, GLfloat param);
|
void | glTexParameterfv(int target, int pname, float[] params) - Interface to C language function:
void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params);
|
void | glTexParameterfv(int target, int pname, java.nio.FloatBuffer params) - Interface to C language function:
void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params);
|
void | glTexParameteri(int target, int pname, int param) - Interface to C language function:
void glTexParameteri(GLenum target, GLenum pname, GLint param);
|
void | glTexParameteriv(int target, int pname, int[] params) - Interface to C language function:
void glTexParameteriv(GLenum target, GLenum pname, const GLint * params);
|
void | glTexParameteriv(int target, int pname, java.nio.IntBuffer params) - Interface to C language function:
void glTexParameteriv(GLenum target, GLenum pname, const GLint * params);
|
void | glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, byte[] pixels) - Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, char[] pixels) - Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, double[] pixels) - Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, float[] pixels) - Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, int[] pixels) - Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, long[] pixels) - Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1D(int target, int level, int xoffset, int width, int format, int type, short[] pixels) - Interface to C language function:
void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1DEXT(int target, int level, int xoffset, int width, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1DEXT(int target, int level, int xoffset, int width, int format, int type, byte[] pixels) - Interface to C language function:
void glTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1DEXT(int target, int level, int xoffset, int width, int format, int type, char[] pixels) - Interface to C language function:
void glTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1DEXT(int target, int level, int xoffset, int width, int format, int type, double[] pixels) - Interface to C language function:
void glTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1DEXT(int target, int level, int xoffset, int width, int format, int type, float[] pixels) - Interface to C language function:
void glTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1DEXT(int target, int level, int xoffset, int width, int format, int type, int[] pixels) - Interface to C language function:
void glTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1DEXT(int target, int level, int xoffset, int width, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1DEXT(int target, int level, int xoffset, int width, int format, int type, long[] pixels) - Interface to C language function:
void glTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage1DEXT(int target, int level, int xoffset, int width, int format, int type, short[] pixels) - Interface to C language function:
void glTexSubImage1DEXT(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, byte[] pixels) - Interface to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, char[] pixels) - Interface to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, double[] pixels) - Interface to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, float[] pixels) - Interface to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, int[] pixels) - Interface to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long[] pixels) - Interface to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, short[] pixels) - Interface to C language function:
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, byte[] pixels) - Interface to C language function:
void glTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, char[] pixels) - Interface to C language function:
void glTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, double[] pixels) - Interface to C language function:
void glTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, float[] pixels) - Interface to C language function:
void glTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, int[] pixels) - Interface to C language function:
void glTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, long[] pixels) - Interface to C language function:
void glTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage2DEXT(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, short[] pixels) - Interface to C language function:
void glTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, byte[] pixels) - Interface to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, char[] pixels) - Interface to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, double[] pixels) - Interface to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, float[] pixels) - Interface to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, int[] pixels) - Interface to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long[] pixels) - Interface to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, short[] pixels) - Interface to C language function:
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, byte[] pixels) - Interface to C language function:
void glTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, char[] pixels) - Interface to C language function:
void glTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, double[] pixels) - Interface to C language function:
void glTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, float[] pixels) - Interface to C language function:
void glTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, int[] pixels) - Interface to C language function:
void glTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long[] pixels) - Interface to C language function:
void glTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage3DEXT(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, short[] pixels) - Interface to C language function:
void glTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage4DSGIS(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, int format, int type, boolean[] pixels) - Interface to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage4DSGIS(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, int format, int type, byte[] pixels) - Interface to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage4DSGIS(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, int format, int type, char[] pixels) - Interface to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage4DSGIS(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, int format, int type, double[] pixels) - Interface to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage4DSGIS(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, int format, int type, float[] pixels) - Interface to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage4DSGIS(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, int format, int type, int[] pixels) - Interface to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage4DSGIS(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, int format, int type, java.nio.Buffer pixels) - Interface to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage4DSGIS(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, int format, int type, long[] pixels) - Interface to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTexSubImage4DSGIS(int target, int level, int xoffset, int yoffset, int zoffset, int woffset, int width, int height, int depth, int size4d, int format, int type, short[] pixels) - Interface to C language function:
void glTexSubImage4DSGIS(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid * pixels);
|
void | glTextureColorMaskSGIS(boolean red, boolean green, boolean blue, boolean alpha) - Interface to C language function:
void glTextureColorMaskSGIS(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
void | glTextureLightEXT(int mode) - Interface to C language function:
void glTextureLightEXT(GLenum mode);
|
void | glTextureMaterialEXT(int target, int id) - Interface to C language function:
void glTextureMaterialEXT(GLenum target, GLenum id);
|
void | glTextureNormalEXT(int mode) - Interface to C language function:
void glTextureNormalEXT(GLenum mode);
|
void | glTextureRangeAPPLE(int target, int length, boolean[] pointer) - Interface to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
|
void | glTextureRangeAPPLE(int target, int length, byte[] pointer) - Interface to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
|
void | glTextureRangeAPPLE(int target, int length, char[] pointer) - Interface to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
|
void | glTextureRangeAPPLE(int target, int length, double[] pointer) - Interface to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
|
void | glTextureRangeAPPLE(int target, int length, float[] pointer) - Interface to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
|
void | glTextureRangeAPPLE(int target, int length, int[] pointer) - Interface to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
|
void | glTextureRangeAPPLE(int target, int length, java.nio.Buffer pointer) - Interface to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
|
void | glTextureRangeAPPLE(int target, int length, long[] pointer) - Interface to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
|
void | glTextureRangeAPPLE(int target, int length, short[] pointer) - Interface to C language function:
void glTextureRangeAPPLE(GLenum target, GLsizei length, const GLvoid * pointer);
|
void | glTrackMatrixNV(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha) - Interface to C language function:
void glTrackMatrixNV(GLenum sfactorRGB, GLuint dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
|
void | glTranslated(double x, double y, double z) - Interface to C language function:
void glTranslated(GLdouble x, GLdouble y, GLdouble z);
|
void | glTranslatef(float x, float y, float z) - Interface to C language function:
void glTranslatef(GLfloat x, GLfloat y, GLfloat z);
|
void | glUniform1f(int location, float v0) - Interface to C language function:
void glUniform1f(GLint location, GLfloat v0);
|
void | glUniform1fARB(int location, float v0) - Interface to C language function:
void glUniform1fARB(GLint location, GLfloat v0);
|
void | glUniform1fv(int location, int count, float[] value) - Interface to C language function:
void glUniform1fv(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform1fv(int location, int count, java.nio.FloatBuffer value) - Interface to C language function:
void glUniform1fv(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform1fvARB(int location, int count, float[] value) - Interface to C language function:
void glUniform1fvARB(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform1fvARB(int location, int count, java.nio.FloatBuffer value) - Interface to C language function:
void glUniform1fvARB(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform1i(int x, int y) - Interface to C language function:
void glUniform1i(GLint x, GLint y);
|
void | glUniform1iARB(int x, int y) - Interface to C language function:
void glUniform1iARB(GLint x, GLint y);
|
void | glUniform1iv(int location, int count, int[] value) - Interface to C language function:
void glUniform1iv(GLint location, GLsizei count, const GLint * value);
|
void | glUniform1iv(int location, int count, java.nio.IntBuffer value) - Interface to C language function:
void glUniform1iv(GLint location, GLsizei count, const GLint * value);
|
void | glUniform1ivARB(int location, int count, int[] value) - Interface to C language function:
void glUniform1ivARB(GLint location, GLsizei count, const GLint * value);
|
void | glUniform1ivARB(int location, int count, java.nio.IntBuffer value) - Interface to C language function:
void glUniform1ivARB(GLint location, GLsizei count, const GLint * value);
|
void | glUniform2f(int location, float v0, float v1) - Interface to C language function:
void glUniform2f(GLint location, GLfloat v0, GLfloat v1);
|
void | glUniform2fARB(int location, float v0, float v1) - Interface to C language function:
void glUniform2fARB(GLint location, GLfloat v0, GLfloat v1);
|
void | glUniform2fv(int location, int count, float[] value) - Interface to C language function:
void glUniform2fv(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform2fv(int location, int count, java.nio.FloatBuffer value) - Interface to C language function:
void glUniform2fv(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform2fvARB(int location, int count, float[] value) - Interface to C language function:
void glUniform2fvARB(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform2fvARB(int location, int count, java.nio.FloatBuffer value) - Interface to C language function:
void glUniform2fvARB(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform2i(int red, int green, int blue) - Interface to C language function:
void glUniform2i(GLint red, GLint green, GLint blue);
|
void | glUniform2iARB(int red, int green, int blue) - Interface to C language function:
void glUniform2iARB(GLint red, GLint green, GLint blue);
|
void | glUniform2iv(int location, int count, int[] value) - Interface to C language function:
void glUniform2iv(GLint location, GLsizei count, const GLint * value);
|
void | glUniform2iv(int location, int count, java.nio.IntBuffer value) - Interface to C language function:
void glUniform2iv(GLint location, GLsizei count, const GLint * value);
|
void | glUniform2ivARB(int location, int count, int[] value) - Interface to C language function:
void glUniform2ivARB(GLint location, GLsizei count, const GLint * value);
|
void | glUniform2ivARB(int location, int count, java.nio.IntBuffer value) - Interface to C language function:
void glUniform2ivARB(GLint location, GLsizei count, const GLint * value);
|
void | glUniform3f(int location, float v0, float v1, float v2) - Interface to C language function:
void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
void | glUniform3fARB(int location, float v0, float v1, float v2) - Interface to C language function:
void glUniform3fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
|
void | glUniform3fv(int location, int count, float[] value) - Interface to C language function:
void glUniform3fv(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform3fv(int location, int count, java.nio.FloatBuffer value) - Interface to C language function:
void glUniform3fv(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform3fvARB(int location, int count, float[] value) - Interface to C language function:
void glUniform3fvARB(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform3fvARB(int location, int count, java.nio.FloatBuffer value) - Interface to C language function:
void glUniform3fvARB(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform3i(int location, int v0, int v1, int v2) - Interface to C language function:
void glUniform3i(GLint location, GLint v0, GLint v1, GLint v2);
|
void | glUniform3iARB(int location, int v0, int v1, int v2) - Interface to C language function:
void glUniform3iARB(GLint location, GLint v0, GLint v1, GLint v2);
|
void | glUniform3iv(int location, int count, int[] value) - Interface to C language function:
void glUniform3iv(GLint location, GLsizei count, const GLint * value);
|
void | glUniform3iv(int location, int count, java.nio.IntBuffer value) - Interface to C language function:
void glUniform3iv(GLint location, GLsizei count, const GLint * value);
|
void | glUniform3ivARB(int location, int count, int[] value) - Interface to C language function:
void glUniform3ivARB(GLint location, GLsizei count, const GLint * value);
|
void | glUniform3ivARB(int location, int count, java.nio.IntBuffer value) - Interface to C language function:
void glUniform3ivARB(GLint location, GLsizei count, const GLint * value);
|
void | glUniform4f(int location, float v0, float v1, float v2, float v3) - Interface to C language function:
void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
|
void | glUniform4fARB(int location, float v0, float v1, float v2, float v3) - Interface to C language function:
void glUniform4fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
|
void | glUniform4fv(int location, int count, float[] value) - Interface to C language function:
void glUniform4fv(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform4fv(int location, int count, java.nio.FloatBuffer value) - Interface to C language function:
void glUniform4fv(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform4fvARB(int location, int count, float[] value) - Interface to C language function:
void glUniform4fvARB(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform4fvARB(int location, int count, java.nio.FloatBuffer value) - Interface to C language function:
void glUniform4fvARB(GLint location, GLsizei count, const GLfloat * value);
|
void | glUniform4i(int location, int v0, int v1, int v2, int v3) - Interface to C language function:
void glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
|
void | glUniform4iARB(int location, int v0, int v1, int v2, int v3) - Interface to C language function:
void glUniform4iARB(GLint location, GLint v0, GLint v1, GLint v2, GLint v3);
|
void | glUniform4iv(int location, int count, int[] value) - Interface to C language function:
void glUniform4iv(GLint location, GLsizei count, const GLint * value);
|
void | glUniform4iv(int location, int count, java.nio.IntBuffer value) - Interface to C language function:
void glUniform4iv(GLint location, GLsizei count, const GLint * value);
|
void | glUniform4ivARB(int location, int count, int[] value) - Interface to C language function:
void glUniform4ivARB(GLint location, GLsizei count, const GLint * value);
|
void | glUniform4ivARB(int location, int count, java.nio.IntBuffer value) - Interface to C language function:
void glUniform4ivARB(GLint location, GLsizei count, const GLint * value);
|
void | glUniformMatrix2fv(int location, int count, boolean transpose, float[] value) - Interface to C language function:
void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix2fv(int location, int count, boolean transpose, java.nio.FloatBuffer value) - Interface to C language function:
void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix2fvARB(int location, int count, boolean transpose, float[] value) - Interface to C language function:
void glUniformMatrix2fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix2fvARB(int location, int count, boolean transpose, java.nio.FloatBuffer value) - Interface to C language function:
void glUniformMatrix2fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix3fv(int location, int count, boolean transpose, float[] value) - Interface to C language function:
void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix3fv(int location, int count, boolean transpose, java.nio.FloatBuffer value) - Interface to C language function:
void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix3fvARB(int location, int count, boolean transpose, float[] value) - Interface to C language function:
void glUniformMatrix3fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix3fvARB(int location, int count, boolean transpose, java.nio.FloatBuffer value) - Interface to C language function:
void glUniformMatrix3fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix4fv(int location, int count, boolean transpose, float[] value) - Interface to C language function:
void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix4fv(int location, int count, boolean transpose, java.nio.FloatBuffer value) - Interface to C language function:
void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix4fvARB(int location, int count, boolean transpose, float[] value) - Interface to C language function:
void glUniformMatrix4fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUniformMatrix4fvARB(int location, int count, boolean transpose, java.nio.FloatBuffer value) - Interface to C language function:
void glUniformMatrix4fvARB(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value);
|
void | glUnlockArraysEXT() - Interface to C language function:
void glUnlockArraysEXT(void);
|
boolean | glUnmapBuffer(int id) - Interface to C language function:
GLboolean glUnmapBuffer(GLenum id);
|
boolean | glUnmapBufferARB(int id) - Interface to C language function:
GLboolean glUnmapBufferARB(GLenum id);
|
void | glUpdateObjectBufferATI(int buffer, int offset, int size, boolean[] pointer, int preserve) - Interface to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
|
void | glUpdateObjectBufferATI(int buffer, int offset, int size, byte[] pointer, int preserve) - Interface to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
|
void | glUpdateObjectBufferATI(int buffer, int offset, int size, char[] pointer, int preserve) - Interface to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
|
void | glUpdateObjectBufferATI(int buffer, int offset, int size, double[] pointer, int preserve) - Interface to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
|
void | glUpdateObjectBufferATI(int buffer, int offset, int size, float[] pointer, int preserve) - Interface to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
|
void | glUpdateObjectBufferATI(int buffer, int offset, int size, int[] pointer, int preserve) - Interface to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
|
void | glUpdateObjectBufferATI(int buffer, int offset, int size, java.nio.Buffer pointer, int preserve) - Interface to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
|
void | glUpdateObjectBufferATI(int buffer, int offset, int size, long[] pointer, int preserve) - Interface to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
|
void | glUpdateObjectBufferATI(int buffer, int offset, int size, short[] pointer, int preserve) - Interface to C language function:
void glUpdateObjectBufferATI(GLuint buffer, GLuint offset, GLsizei size, const GLvoid * pointer, GLenum preserve);
|
void | glUseProgram(int mode) - Interface to C language function:
void glUseProgram(GLuint mode);
|
void | glUseProgramObjectARB(int mode) - Interface to C language function:
void glUseProgramObjectARB(GLhandleARB mode);
|
void | glValidateProgram(int mode) - Interface to C language function:
void glValidateProgram(GLuint mode);
|
void | glValidateProgramARB(int mode) - Interface to C language function:
void glValidateProgramARB(GLhandleARB mode);
|
void | glVariantArrayObjectATI(int id, int type, int stride, int buffer, int offset) - Interface to C language function:
void glVariantArrayObjectATI(GLuint id, GLenum type, GLsizei stride, GLuint buffer, GLuint offset);
|
void | glVariantPointerEXT(int id, int type, int stride, boolean[] addr) - Interface to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
|
void | glVariantPointerEXT(int id, int type, int stride, byte[] addr) - Interface to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
|
void | glVariantPointerEXT(int id, int type, int stride, char[] addr) - Interface to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
|
void | glVariantPointerEXT(int id, int type, int stride, double[] addr) - Interface to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
|
void | glVariantPointerEXT(int id, int type, int stride, float[] addr) - Interface to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
|
void | glVariantPointerEXT(int id, int type, int stride, int[] addr) - Interface to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
|
void | glVariantPointerEXT(int id, int type, int stride, java.nio.Buffer addr) - Interface to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
|
void | glVariantPointerEXT(int id, int type, int stride, long[] addr) - Interface to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
|
void | glVariantPointerEXT(int id, int type, int stride, short[] addr) - Interface to C language function:
void glVariantPointerEXT(GLuint id, GLenum type, GLuint stride, const GLvoid * addr);
|
void | glVariantbvEXT(int index, byte[] v) - Interface to C language function:
void glVariantbvEXT(GLuint index, const GLbyte * v);
|
void | glVariantbvEXT(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVariantbvEXT(GLuint index, const GLbyte * v);
|
void | glVariantdvEXT(int target, double[] v) - Interface to C language function:
void glVariantdvEXT(GLuint target, const GLdouble * v);
|
void | glVariantdvEXT(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVariantdvEXT(GLuint target, const GLdouble * v);
|
void | glVariantfvEXT(int target, float[] v) - Interface to C language function:
void glVariantfvEXT(GLuint target, const GLfloat * v);
|
void | glVariantfvEXT(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVariantfvEXT(GLuint target, const GLfloat * v);
|
void | glVariantivEXT(int target, int[] v) - Interface to C language function:
void glVariantivEXT(GLuint target, const GLint * v);
|
void | glVariantivEXT(int target, java.nio.IntBuffer v) - Interface to C language function:
void glVariantivEXT(GLuint target, const GLint * v);
|
void | glVariantsvEXT(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVariantsvEXT(GLuint target, const GLshort * v);
|
void | glVariantsvEXT(int target, short[] v) - Interface to C language function:
void glVariantsvEXT(GLuint target, const GLshort * v);
|
void | glVariantubvEXT(int index, byte[] v) - Interface to C language function:
void glVariantubvEXT(GLuint index, const GLubyte * v);
|
void | glVariantubvEXT(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVariantubvEXT(GLuint index, const GLubyte * v);
|
void | glVariantuivEXT(int index, int[] v) - Interface to C language function:
void glVariantuivEXT(GLuint index, const GLuint * v);
|
void | glVariantuivEXT(int index, java.nio.IntBuffer v) - Interface to C language function:
void glVariantuivEXT(GLuint index, const GLuint * v);
|
void | glVariantusvEXT(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glVariantusvEXT(GLuint index, const GLushort * v);
|
void | glVariantusvEXT(int index, short[] v) - Interface to C language function:
void glVariantusvEXT(GLuint index, const GLushort * v);
|
void | glVertex2d(double x, double y) - Interface to C language function:
void glVertex2d(GLdouble x, GLdouble y);
|
void | glVertex2dv(double[] v) - Interface to C language function:
void glVertex2dv(const GLdouble * v);
|
void | glVertex2dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glVertex2dv(const GLdouble * v);
|
void | glVertex2f(float x, float y) - Interface to C language function:
void glVertex2f(GLfloat x, GLfloat y);
|
void | glVertex2fv(float[] v) - Interface to C language function:
void glVertex2fv(const GLfloat * v);
|
void | glVertex2fv(java.nio.FloatBuffer v) - Interface to C language function:
void glVertex2fv(const GLfloat * v);
|
void | glVertex2hNV(short x, short y) - Interface to C language function:
void glVertex2hNV(GLhalfNV x, GLhalfNV y);
|
void | glVertex2hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glVertex2hvNV(const GLhalfNV * v);
|
void | glVertex2hvNV(short[] v) - Interface to C language function:
void glVertex2hvNV(const GLhalfNV * v);
|
void | glVertex2i(int x, int y) - Interface to C language function:
void glVertex2i(GLint x, GLint y);
|
void | glVertex2iv(int[] v) - Interface to C language function:
void glVertex2iv(const GLint * v);
|
void | glVertex2iv(java.nio.IntBuffer v) - Interface to C language function:
void glVertex2iv(const GLint * v);
|
void | glVertex2s(short x, short y) - Interface to C language function:
void glVertex2s(GLshort x, GLshort y);
|
void | glVertex2sv(java.nio.ShortBuffer v) - Interface to C language function:
void glVertex2sv(const GLshort * v);
|
void | glVertex2sv(short[] v) - Interface to C language function:
void glVertex2sv(const GLshort * v);
|
void | glVertex3d(double x, double y, double z) - Interface to C language function:
void glVertex3d(GLdouble x, GLdouble y, GLdouble z);
|
void | glVertex3dv(double[] v) - Interface to C language function:
void glVertex3dv(const GLdouble * v);
|
void | glVertex3dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glVertex3dv(const GLdouble * v);
|
void | glVertex3f(float x, float y, float z) - Interface to C language function:
void glVertex3f(GLfloat x, GLfloat y, GLfloat z);
|
void | glVertex3fv(float[] v) - Interface to C language function:
void glVertex3fv(const GLfloat * v);
|
void | glVertex3fv(java.nio.FloatBuffer v) - Interface to C language function:
void glVertex3fv(const GLfloat * v);
|
void | glVertex3hNV(short red, short green, short blue) - Interface to C language function:
void glVertex3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue);
|
void | glVertex3hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glVertex3hvNV(const GLhalfNV * v);
|
void | glVertex3hvNV(short[] v) - Interface to C language function:
void glVertex3hvNV(const GLhalfNV * v);
|
void | glVertex3i(int x, int y, int z) - Interface to C language function:
void glVertex3i(GLint x, GLint y, GLint z);
|
void | glVertex3iv(int[] v) - Interface to C language function:
void glVertex3iv(const GLint * v);
|
void | glVertex3iv(java.nio.IntBuffer v) - Interface to C language function:
void glVertex3iv(const GLint * v);
|
void | glVertex3s(short x, short y, short z) - Interface to C language function:
void glVertex3s(GLshort x, GLshort y, GLshort z);
|
void | glVertex3sv(java.nio.ShortBuffer v) - Interface to C language function:
void glVertex3sv(const GLshort * v);
|
void | glVertex3sv(short[] v) - Interface to C language function:
void glVertex3sv(const GLshort * v);
|
void | glVertex4d(double x, double y, double z, double w) - Interface to C language function:
void glVertex4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
void | glVertex4dv(double[] v) - Interface to C language function:
void glVertex4dv(const GLdouble * v);
|
void | glVertex4dv(java.nio.DoubleBuffer v) - Interface to C language function:
void glVertex4dv(const GLdouble * v);
|
void | glVertex4f(float x, float y, float z, float w) - Interface to C language function:
void glVertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
void | glVertex4fv(float[] v) - Interface to C language function:
void glVertex4fv(const GLfloat * v);
|
void | glVertex4fv(java.nio.FloatBuffer v) - Interface to C language function:
void glVertex4fv(const GLfloat * v);
|
void | glVertex4hNV(short x, short y, short z, short w) - Interface to C language function:
void glVertex4hNV(GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w);
|
void | glVertex4hvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glVertex4hvNV(const GLhalfNV * v);
|
void | glVertex4hvNV(short[] v) - Interface to C language function:
void glVertex4hvNV(const GLhalfNV * v);
|
void | glVertex4i(int x, int y, int z, int w) - Interface to C language function:
void glVertex4i(GLint x, GLint y, GLint z, GLint w);
|
void | glVertex4iv(int[] v) - Interface to C language function:
void glVertex4iv(const GLint * v);
|
void | glVertex4iv(java.nio.IntBuffer v) - Interface to C language function:
void glVertex4iv(const GLint * v);
|
void | glVertex4s(short x, short y, short z, short w) - Interface to C language function:
void glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w);
|
void | glVertex4sv(java.nio.ShortBuffer v) - Interface to C language function:
void glVertex4sv(const GLshort * v);
|
void | glVertex4sv(short[] v) - Interface to C language function:
void glVertex4sv(const GLshort * v);
|
void | glVertexArrayParameteriAPPLE(int target, int s) - Interface to C language function:
void glVertexArrayParameteriAPPLE(GLenum target, GLint s);
|
void | glVertexArrayRangeAPPLE(int length, boolean[] pointer) - Interface to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glVertexArrayRangeAPPLE(int length, byte[] pointer) - Interface to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glVertexArrayRangeAPPLE(int length, char[] pointer) - Interface to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glVertexArrayRangeAPPLE(int length, double[] pointer) - Interface to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glVertexArrayRangeAPPLE(int length, float[] pointer) - Interface to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glVertexArrayRangeAPPLE(int length, int[] pointer) - Interface to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glVertexArrayRangeAPPLE(int length, java.nio.Buffer pointer) - Interface to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glVertexArrayRangeAPPLE(int length, long[] pointer) - Interface to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glVertexArrayRangeAPPLE(int length, short[] pointer) - Interface to C language function:
void glVertexArrayRangeAPPLE(GLsizei length, GLvoid * pointer);
|
void | glVertexArrayRangeNV(int length, java.nio.Buffer pointer) - Interface to C language function:
void glVertexArrayRangeNV(GLsizei length, const GLvoid * pointer);
|
void | glVertexAttrib1d(int target, double s) - Interface to C language function:
void glVertexAttrib1d(GLuint target, GLdouble s);
|
void | glVertexAttrib1dARB(int target, double s) - Interface to C language function:
void glVertexAttrib1dARB(GLuint target, GLdouble s);
|
void | glVertexAttrib1dNV(int target, double s) - Interface to C language function:
void glVertexAttrib1dNV(GLuint target, GLdouble s);
|
void | glVertexAttrib1dv(int target, double[] v) - Interface to C language function:
void glVertexAttrib1dv(GLuint target, const GLdouble * v);
|
void | glVertexAttrib1dv(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib1dv(GLuint target, const GLdouble * v);
|
void | glVertexAttrib1dvARB(int target, double[] v) - Interface to C language function:
void glVertexAttrib1dvARB(GLuint target, const GLdouble * v);
|
void | glVertexAttrib1dvARB(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib1dvARB(GLuint target, const GLdouble * v);
|
void | glVertexAttrib1dvNV(int target, double[] v) - Interface to C language function:
void glVertexAttrib1dvNV(GLuint target, const GLdouble * v);
|
void | glVertexAttrib1dvNV(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib1dvNV(GLuint target, const GLdouble * v);
|
void | glVertexAttrib1f(int target, float s) - Interface to C language function:
void glVertexAttrib1f(GLuint target, GLfloat s);
|
void | glVertexAttrib1fARB(int target, float s) - Interface to C language function:
void glVertexAttrib1fARB(GLuint target, GLfloat s);
|
void | glVertexAttrib1fNV(int target, float s) - Interface to C language function:
void glVertexAttrib1fNV(GLuint target, GLfloat s);
|
void | glVertexAttrib1fv(int target, float[] v) - Interface to C language function:
void glVertexAttrib1fv(GLuint target, const GLfloat * v);
|
void | glVertexAttrib1fv(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib1fv(GLuint target, const GLfloat * v);
|
void | glVertexAttrib1fvARB(int target, float[] v) - Interface to C language function:
void glVertexAttrib1fvARB(GLuint target, const GLfloat * v);
|
void | glVertexAttrib1fvARB(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib1fvARB(GLuint target, const GLfloat * v);
|
void | glVertexAttrib1fvNV(int target, float[] v) - Interface to C language function:
void glVertexAttrib1fvNV(GLuint target, const GLfloat * v);
|
void | glVertexAttrib1fvNV(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib1fvNV(GLuint target, const GLfloat * v);
|
void | glVertexAttrib1hNV(int target, short s) - Interface to C language function:
void glVertexAttrib1hNV(GLuint target, GLhalfNV s);
|
void | glVertexAttrib1hvNV(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib1hvNV(GLuint index, const GLhalfNV * v);
|
void | glVertexAttrib1hvNV(int index, short[] v) - Interface to C language function:
void glVertexAttrib1hvNV(GLuint index, const GLhalfNV * v);
|
void | glVertexAttrib1s(int target, short s) - Interface to C language function:
void glVertexAttrib1s(GLuint target, GLshort s);
|
void | glVertexAttrib1sARB(int target, short s) - Interface to C language function:
void glVertexAttrib1sARB(GLuint target, GLshort s);
|
void | glVertexAttrib1sNV(int target, short s) - Interface to C language function:
void glVertexAttrib1sNV(GLuint target, GLshort s);
|
void | glVertexAttrib1sv(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib1sv(GLuint target, const GLshort * v);
|
void | glVertexAttrib1sv(int target, short[] v) - Interface to C language function:
void glVertexAttrib1sv(GLuint target, const GLshort * v);
|
void | glVertexAttrib1svARB(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib1svARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib1svARB(int target, short[] v) - Interface to C language function:
void glVertexAttrib1svARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib1svNV(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib1svNV(GLuint target, const GLshort * v);
|
void | glVertexAttrib1svNV(int target, short[] v) - Interface to C language function:
void glVertexAttrib1svNV(GLuint target, const GLshort * v);
|
void | glVertexAttrib2d(int target, double s, double t) - Interface to C language function:
void glVertexAttrib2d(GLuint target, GLdouble s, GLdouble t);
|
void | glVertexAttrib2dARB(int target, double s, double t) - Interface to C language function:
void glVertexAttrib2dARB(GLuint target, GLdouble s, GLdouble t);
|
void | glVertexAttrib2dNV(int target, double s, double t) - Interface to C language function:
void glVertexAttrib2dNV(GLuint target, GLdouble s, GLdouble t);
|
void | glVertexAttrib2dv(int target, double[] v) - Interface to C language function:
void glVertexAttrib2dv(GLuint target, const GLdouble * v);
|
void | glVertexAttrib2dv(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib2dv(GLuint target, const GLdouble * v);
|
void | glVertexAttrib2dvARB(int target, double[] v) - Interface to C language function:
void glVertexAttrib2dvARB(GLuint target, const GLdouble * v);
|
void | glVertexAttrib2dvARB(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib2dvARB(GLuint target, const GLdouble * v);
|
void | glVertexAttrib2dvNV(int target, double[] v) - Interface to C language function:
void glVertexAttrib2dvNV(GLuint target, const GLdouble * v);
|
void | glVertexAttrib2dvNV(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib2dvNV(GLuint target, const GLdouble * v);
|
void | glVertexAttrib2f(int target, float s, float t) - Interface to C language function:
void glVertexAttrib2f(GLuint target, GLfloat s, GLfloat t);
|
void | glVertexAttrib2fARB(int target, float s, float t) - Interface to C language function:
void glVertexAttrib2fARB(GLuint target, GLfloat s, GLfloat t);
|
void | glVertexAttrib2fNV(int target, float s, float t) - Interface to C language function:
void glVertexAttrib2fNV(GLuint target, GLfloat s, GLfloat t);
|
void | glVertexAttrib2fv(int target, float[] v) - Interface to C language function:
void glVertexAttrib2fv(GLuint target, const GLfloat * v);
|
void | glVertexAttrib2fv(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib2fv(GLuint target, const GLfloat * v);
|
void | glVertexAttrib2fvARB(int target, float[] v) - Interface to C language function:
void glVertexAttrib2fvARB(GLuint target, const GLfloat * v);
|
void | glVertexAttrib2fvARB(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib2fvARB(GLuint target, const GLfloat * v);
|
void | glVertexAttrib2fvNV(int target, float[] v) - Interface to C language function:
void glVertexAttrib2fvNV(GLuint target, const GLfloat * v);
|
void | glVertexAttrib2fvNV(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib2fvNV(GLuint target, const GLfloat * v);
|
void | glVertexAttrib2hNV(int target, short s, short t) - Interface to C language function:
void glVertexAttrib2hNV(GLuint target, GLhalfNV s, GLhalfNV t);
|
void | glVertexAttrib2hvNV(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib2hvNV(GLuint index, const GLhalfNV * v);
|
void | glVertexAttrib2hvNV(int index, short[] v) - Interface to C language function:
void glVertexAttrib2hvNV(GLuint index, const GLhalfNV * v);
|
void | glVertexAttrib2s(int target, short s, short t) - Interface to C language function:
void glVertexAttrib2s(GLuint target, GLshort s, GLshort t);
|
void | glVertexAttrib2sARB(int target, short s, short t) - Interface to C language function:
void glVertexAttrib2sARB(GLuint target, GLshort s, GLshort t);
|
void | glVertexAttrib2sNV(int target, short s, short t) - Interface to C language function:
void glVertexAttrib2sNV(GLuint target, GLshort s, GLshort t);
|
void | glVertexAttrib2sv(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib2sv(GLuint target, const GLshort * v);
|
void | glVertexAttrib2sv(int target, short[] v) - Interface to C language function:
void glVertexAttrib2sv(GLuint target, const GLshort * v);
|
void | glVertexAttrib2svARB(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib2svARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib2svARB(int target, short[] v) - Interface to C language function:
void glVertexAttrib2svARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib2svNV(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib2svNV(GLuint target, const GLshort * v);
|
void | glVertexAttrib2svNV(int target, short[] v) - Interface to C language function:
void glVertexAttrib2svNV(GLuint target, const GLshort * v);
|
void | glVertexAttrib3d(int target, double s, double t, double r) - Interface to C language function:
void glVertexAttrib3d(GLuint target, GLdouble s, GLdouble t, GLdouble r);
|
void | glVertexAttrib3dARB(int target, double s, double t, double r) - Interface to C language function:
void glVertexAttrib3dARB(GLuint target, GLdouble s, GLdouble t, GLdouble r);
|
void | glVertexAttrib3dNV(int target, double s, double t, double r) - Interface to C language function:
void glVertexAttrib3dNV(GLuint target, GLdouble s, GLdouble t, GLdouble r);
|
void | glVertexAttrib3dv(int target, double[] v) - Interface to C language function:
void glVertexAttrib3dv(GLuint target, const GLdouble * v);
|
void | glVertexAttrib3dv(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib3dv(GLuint target, const GLdouble * v);
|
void | glVertexAttrib3dvARB(int target, double[] v) - Interface to C language function:
void glVertexAttrib3dvARB(GLuint target, const GLdouble * v);
|
void | glVertexAttrib3dvARB(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib3dvARB(GLuint target, const GLdouble * v);
|
void | glVertexAttrib3dvNV(int target, double[] v) - Interface to C language function:
void glVertexAttrib3dvNV(GLuint target, const GLdouble * v);
|
void | glVertexAttrib3dvNV(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib3dvNV(GLuint target, const GLdouble * v);
|
void | glVertexAttrib3f(int target, float s, float t, float r) - Interface to C language function:
void glVertexAttrib3f(GLuint target, GLfloat s, GLfloat t, GLfloat r);
|
void | glVertexAttrib3fARB(int target, float s, float t, float r) - Interface to C language function:
void glVertexAttrib3fARB(GLuint target, GLfloat s, GLfloat t, GLfloat r);
|
void | glVertexAttrib3fNV(int target, float s, float t, float r) - Interface to C language function:
void glVertexAttrib3fNV(GLuint target, GLfloat s, GLfloat t, GLfloat r);
|
void | glVertexAttrib3fv(int target, float[] v) - Interface to C language function:
void glVertexAttrib3fv(GLuint target, const GLfloat * v);
|
void | glVertexAttrib3fv(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib3fv(GLuint target, const GLfloat * v);
|
void | glVertexAttrib3fvARB(int target, float[] v) - Interface to C language function:
void glVertexAttrib3fvARB(GLuint target, const GLfloat * v);
|
void | glVertexAttrib3fvARB(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib3fvARB(GLuint target, const GLfloat * v);
|
void | glVertexAttrib3fvNV(int target, float[] v) - Interface to C language function:
void glVertexAttrib3fvNV(GLuint target, const GLfloat * v);
|
void | glVertexAttrib3fvNV(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib3fvNV(GLuint target, const GLfloat * v);
|
void | glVertexAttrib3hNV(int target, short s, short t, short r) - Interface to C language function:
void glVertexAttrib3hNV(GLuint target, GLhalfNV s, GLhalfNV t, GLhalfNV r);
|
void | glVertexAttrib3hvNV(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib3hvNV(GLuint index, const GLhalfNV * v);
|
void | glVertexAttrib3hvNV(int index, short[] v) - Interface to C language function:
void glVertexAttrib3hvNV(GLuint index, const GLhalfNV * v);
|
void | glVertexAttrib3s(int target, short s, short t, short r) - Interface to C language function:
void glVertexAttrib3s(GLuint target, GLshort s, GLshort t, GLshort r);
|
void | glVertexAttrib3sARB(int target, short s, short t, short r) - Interface to C language function:
void glVertexAttrib3sARB(GLuint target, GLshort s, GLshort t, GLshort r);
|
void | glVertexAttrib3sNV(int target, short s, short t, short r) - Interface to C language function:
void glVertexAttrib3sNV(GLuint target, GLshort s, GLshort t, GLshort r);
|
void | glVertexAttrib3sv(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib3sv(GLuint target, const GLshort * v);
|
void | glVertexAttrib3sv(int target, short[] v) - Interface to C language function:
void glVertexAttrib3sv(GLuint target, const GLshort * v);
|
void | glVertexAttrib3svARB(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib3svARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib3svARB(int target, short[] v) - Interface to C language function:
void glVertexAttrib3svARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib3svNV(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib3svNV(GLuint target, const GLshort * v);
|
void | glVertexAttrib3svNV(int target, short[] v) - Interface to C language function:
void glVertexAttrib3svNV(GLuint target, const GLshort * v);
|
void | glVertexAttrib4Nbv(int index, byte[] v) - Interface to C language function:
void glVertexAttrib4Nbv(GLuint index, const GLbyte * v);
|
void | glVertexAttrib4Nbv(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttrib4Nbv(GLuint index, const GLbyte * v);
|
void | glVertexAttrib4NbvARB(int index, byte[] v) - Interface to C language function:
void glVertexAttrib4NbvARB(GLuint index, const GLbyte * v);
|
void | glVertexAttrib4NbvARB(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttrib4NbvARB(GLuint index, const GLbyte * v);
|
void | glVertexAttrib4Niv(int target, int[] v) - Interface to C language function:
void glVertexAttrib4Niv(GLuint target, const GLint * v);
|
void | glVertexAttrib4Niv(int target, java.nio.IntBuffer v) - Interface to C language function:
void glVertexAttrib4Niv(GLuint target, const GLint * v);
|
void | glVertexAttrib4NivARB(int target, int[] v) - Interface to C language function:
void glVertexAttrib4NivARB(GLuint target, const GLint * v);
|
void | glVertexAttrib4NivARB(int target, java.nio.IntBuffer v) - Interface to C language function:
void glVertexAttrib4NivARB(GLuint target, const GLint * v);
|
void | glVertexAttrib4Nsv(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4Nsv(GLuint target, const GLshort * v);
|
void | glVertexAttrib4Nsv(int target, short[] v) - Interface to C language function:
void glVertexAttrib4Nsv(GLuint target, const GLshort * v);
|
void | glVertexAttrib4NsvARB(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4NsvARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib4NsvARB(int target, short[] v) - Interface to C language function:
void glVertexAttrib4NsvARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib4Nub(int index, byte x, byte y, byte z, byte w) - Interface to C language function:
void glVertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
|
void | glVertexAttrib4NubARB(int index, byte x, byte y, byte z, byte w) - Interface to C language function:
void glVertexAttrib4NubARB(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
|
void | glVertexAttrib4Nubv(int index, byte[] v) - Interface to C language function:
void glVertexAttrib4Nubv(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4Nubv(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttrib4Nubv(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4NubvARB(int index, byte[] v) - Interface to C language function:
void glVertexAttrib4NubvARB(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4NubvARB(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttrib4NubvARB(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4Nuiv(int index, int[] v) - Interface to C language function:
void glVertexAttrib4Nuiv(GLuint index, const GLuint * v);
|
void | glVertexAttrib4Nuiv(int index, java.nio.IntBuffer v) - Interface to C language function:
void glVertexAttrib4Nuiv(GLuint index, const GLuint * v);
|
void | glVertexAttrib4NuivARB(int index, int[] v) - Interface to C language function:
void glVertexAttrib4NuivARB(GLuint index, const GLuint * v);
|
void | glVertexAttrib4NuivARB(int index, java.nio.IntBuffer v) - Interface to C language function:
void glVertexAttrib4NuivARB(GLuint index, const GLuint * v);
|
void | glVertexAttrib4Nusv(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4Nusv(GLuint index, const GLushort * v);
|
void | glVertexAttrib4Nusv(int index, short[] v) - Interface to C language function:
void glVertexAttrib4Nusv(GLuint index, const GLushort * v);
|
void | glVertexAttrib4NusvARB(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4NusvARB(GLuint index, const GLushort * v);
|
void | glVertexAttrib4NusvARB(int index, short[] v) - Interface to C language function:
void glVertexAttrib4NusvARB(GLuint index, const GLushort * v);
|
void | glVertexAttrib4bv(int index, byte[] v) - Interface to C language function:
void glVertexAttrib4bv(GLuint index, const GLbyte * v);
|
void | glVertexAttrib4bv(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttrib4bv(GLuint index, const GLbyte * v);
|
void | glVertexAttrib4bvARB(int index, byte[] v) - Interface to C language function:
void glVertexAttrib4bvARB(GLuint index, const GLbyte * v);
|
void | glVertexAttrib4bvARB(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttrib4bvARB(GLuint index, const GLbyte * v);
|
void | glVertexAttrib4d(int target, double s, double t, double r, double q) - Interface to C language function:
void glVertexAttrib4d(GLuint target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
|
void | glVertexAttrib4dARB(int target, double s, double t, double r, double q) - Interface to C language function:
void glVertexAttrib4dARB(GLuint target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
|
void | glVertexAttrib4dNV(int target, double s, double t, double r, double q) - Interface to C language function:
void glVertexAttrib4dNV(GLuint target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
|
void | glVertexAttrib4dv(int target, double[] v) - Interface to C language function:
void glVertexAttrib4dv(GLuint target, const GLdouble * v);
|
void | glVertexAttrib4dv(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib4dv(GLuint target, const GLdouble * v);
|
void | glVertexAttrib4dvARB(int target, double[] v) - Interface to C language function:
void glVertexAttrib4dvARB(GLuint target, const GLdouble * v);
|
void | glVertexAttrib4dvARB(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib4dvARB(GLuint target, const GLdouble * v);
|
void | glVertexAttrib4dvNV(int target, double[] v) - Interface to C language function:
void glVertexAttrib4dvNV(GLuint target, const GLdouble * v);
|
void | glVertexAttrib4dvNV(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttrib4dvNV(GLuint target, const GLdouble * v);
|
void | glVertexAttrib4f(int target, float s, float t, float r, float q) - Interface to C language function:
void glVertexAttrib4f(GLuint target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
|
void | glVertexAttrib4fARB(int target, float s, float t, float r, float q) - Interface to C language function:
void glVertexAttrib4fARB(GLuint target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
|
void | glVertexAttrib4fNV(int target, float s, float t, float r, float q) - Interface to C language function:
void glVertexAttrib4fNV(GLuint target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
|
void | glVertexAttrib4fv(int target, float[] v) - Interface to C language function:
void glVertexAttrib4fv(GLuint target, const GLfloat * v);
|
void | glVertexAttrib4fv(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib4fv(GLuint target, const GLfloat * v);
|
void | glVertexAttrib4fvARB(int target, float[] v) - Interface to C language function:
void glVertexAttrib4fvARB(GLuint target, const GLfloat * v);
|
void | glVertexAttrib4fvARB(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib4fvARB(GLuint target, const GLfloat * v);
|
void | glVertexAttrib4fvNV(int target, float[] v) - Interface to C language function:
void glVertexAttrib4fvNV(GLuint target, const GLfloat * v);
|
void | glVertexAttrib4fvNV(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexAttrib4fvNV(GLuint target, const GLfloat * v);
|
void | glVertexAttrib4hNV(int target, short s, short t, short r, short q) - Interface to C language function:
void glVertexAttrib4hNV(GLuint target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q);
|
void | glVertexAttrib4hvNV(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4hvNV(GLuint index, const GLhalfNV * v);
|
void | glVertexAttrib4hvNV(int index, short[] v) - Interface to C language function:
void glVertexAttrib4hvNV(GLuint index, const GLhalfNV * v);
|
void | glVertexAttrib4iv(int target, int[] v) - Interface to C language function:
void glVertexAttrib4iv(GLuint target, const GLint * v);
|
void | glVertexAttrib4iv(int target, java.nio.IntBuffer v) - Interface to C language function:
void glVertexAttrib4iv(GLuint target, const GLint * v);
|
void | glVertexAttrib4ivARB(int target, int[] v) - Interface to C language function:
void glVertexAttrib4ivARB(GLuint target, const GLint * v);
|
void | glVertexAttrib4ivARB(int target, java.nio.IntBuffer v) - Interface to C language function:
void glVertexAttrib4ivARB(GLuint target, const GLint * v);
|
void | glVertexAttrib4s(int target, short s, short t, short r, short q) - Interface to C language function:
void glVertexAttrib4s(GLuint target, GLshort s, GLshort t, GLshort r, GLshort q);
|
void | glVertexAttrib4sARB(int target, short s, short t, short r, short q) - Interface to C language function:
void glVertexAttrib4sARB(GLuint target, GLshort s, GLshort t, GLshort r, GLshort q);
|
void | glVertexAttrib4sNV(int target, short s, short t, short r, short q) - Interface to C language function:
void glVertexAttrib4sNV(GLuint target, GLshort s, GLshort t, GLshort r, GLshort q);
|
void | glVertexAttrib4sv(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4sv(GLuint target, const GLshort * v);
|
void | glVertexAttrib4sv(int target, short[] v) - Interface to C language function:
void glVertexAttrib4sv(GLuint target, const GLshort * v);
|
void | glVertexAttrib4svARB(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4svARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib4svARB(int target, short[] v) - Interface to C language function:
void glVertexAttrib4svARB(GLuint target, const GLshort * v);
|
void | glVertexAttrib4svNV(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4svNV(GLuint target, const GLshort * v);
|
void | glVertexAttrib4svNV(int target, short[] v) - Interface to C language function:
void glVertexAttrib4svNV(GLuint target, const GLshort * v);
|
void | glVertexAttrib4ubNV(int index, byte x, byte y, byte z, byte w) - Interface to C language function:
void glVertexAttrib4ubNV(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
|
void | glVertexAttrib4ubv(int index, byte[] v) - Interface to C language function:
void glVertexAttrib4ubv(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4ubv(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttrib4ubv(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4ubvARB(int index, byte[] v) - Interface to C language function:
void glVertexAttrib4ubvARB(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4ubvARB(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttrib4ubvARB(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4ubvNV(int index, byte[] v) - Interface to C language function:
void glVertexAttrib4ubvNV(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4ubvNV(int index, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttrib4ubvNV(GLuint index, const GLubyte * v);
|
void | glVertexAttrib4uiv(int index, int[] v) - Interface to C language function:
void glVertexAttrib4uiv(GLuint index, const GLuint * v);
|
void | glVertexAttrib4uiv(int index, java.nio.IntBuffer v) - Interface to C language function:
void glVertexAttrib4uiv(GLuint index, const GLuint * v);
|
void | glVertexAttrib4uivARB(int index, int[] v) - Interface to C language function:
void glVertexAttrib4uivARB(GLuint index, const GLuint * v);
|
void | glVertexAttrib4uivARB(int index, java.nio.IntBuffer v) - Interface to C language function:
void glVertexAttrib4uivARB(GLuint index, const GLuint * v);
|
void | glVertexAttrib4usv(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4usv(GLuint index, const GLushort * v);
|
void | glVertexAttrib4usv(int index, short[] v) - Interface to C language function:
void glVertexAttrib4usv(GLuint index, const GLushort * v);
|
void | glVertexAttrib4usvARB(int index, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttrib4usvARB(GLuint index, const GLushort * v);
|
void | glVertexAttrib4usvARB(int index, short[] v) - Interface to C language function:
void glVertexAttrib4usvARB(GLuint index, const GLushort * v);
|
void | glVertexAttribArrayObjectATI(int index, int size, int type, boolean normalized, int stride, int buffer, int offset) - Interface to C language function:
void glVertexAttribArrayObjectATI(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset);
|
void | glVertexAttribPointer(int index, int size, int type, boolean normalized, int stride, boolean[] pointer) - Interface to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointer(int index, int size, int type, boolean normalized, int stride, byte[] pointer) - Interface to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointer(int index, int size, int type, boolean normalized, int stride, char[] pointer) - Interface to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointer(int index, int size, int type, boolean normalized, int stride, double[] pointer) - Interface to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointer(int index, int size, int type, boolean normalized, int stride, float[] pointer) - Interface to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointer(int index, int size, int type, boolean normalized, int stride, int[] pointer) - Interface to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointer(int index, int size, int type, boolean normalized, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointer(int index, int size, int type, boolean normalized, int stride, long[] pointer) - Interface to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointer(int index, int size, int type, boolean normalized, int stride, short[] pointer) - Interface to C language function:
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointerARB(int index, int size, int type, boolean normalized, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glVertexAttribPointerARB(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribPointerNV(int index, int fsize, int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glVertexAttribPointerNV(GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glVertexAttribs1dvNV(int index, int count, double[] v) - Interface to C language function:
void glVertexAttribs1dvNV(GLuint index, GLsizei count, const GLdouble * v);
|
void | glVertexAttribs1dvNV(int index, int count, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttribs1dvNV(GLuint index, GLsizei count, const GLdouble * v);
|
void | glVertexAttribs1fvNV(int target, int n, float[] points) - Interface to C language function:
void glVertexAttribs1fvNV(GLuint target, GLsizei n, const GLfloat * points);
|
void | glVertexAttribs1fvNV(int target, int n, java.nio.FloatBuffer points) - Interface to C language function:
void glVertexAttribs1fvNV(GLuint target, GLsizei n, const GLfloat * points);
|
void | glVertexAttribs1hvNV(int index, int n, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttribs1hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
|
void | glVertexAttribs1hvNV(int index, int n, short[] v) - Interface to C language function:
void glVertexAttribs1hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
|
void | glVertexAttribs1svNV(int index, int count, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttribs1svNV(GLuint index, GLsizei count, const GLshort * v);
|
void | glVertexAttribs1svNV(int index, int count, short[] v) - Interface to C language function:
void glVertexAttribs1svNV(GLuint index, GLsizei count, const GLshort * v);
|
void | glVertexAttribs2dvNV(int index, int count, double[] v) - Interface to C language function:
void glVertexAttribs2dvNV(GLuint index, GLsizei count, const GLdouble * v);
|
void | glVertexAttribs2dvNV(int index, int count, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttribs2dvNV(GLuint index, GLsizei count, const GLdouble * v);
|
void | glVertexAttribs2fvNV(int target, int n, float[] points) - Interface to C language function:
void glVertexAttribs2fvNV(GLuint target, GLsizei n, const GLfloat * points);
|
void | glVertexAttribs2fvNV(int target, int n, java.nio.FloatBuffer points) - Interface to C language function:
void glVertexAttribs2fvNV(GLuint target, GLsizei n, const GLfloat * points);
|
void | glVertexAttribs2hvNV(int index, int n, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttribs2hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
|
void | glVertexAttribs2hvNV(int index, int n, short[] v) - Interface to C language function:
void glVertexAttribs2hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
|
void | glVertexAttribs2svNV(int index, int count, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttribs2svNV(GLuint index, GLsizei count, const GLshort * v);
|
void | glVertexAttribs2svNV(int index, int count, short[] v) - Interface to C language function:
void glVertexAttribs2svNV(GLuint index, GLsizei count, const GLshort * v);
|
void | glVertexAttribs3dvNV(int index, int count, double[] v) - Interface to C language function:
void glVertexAttribs3dvNV(GLuint index, GLsizei count, const GLdouble * v);
|
void | glVertexAttribs3dvNV(int index, int count, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttribs3dvNV(GLuint index, GLsizei count, const GLdouble * v);
|
void | glVertexAttribs3fvNV(int target, int n, float[] points) - Interface to C language function:
void glVertexAttribs3fvNV(GLuint target, GLsizei n, const GLfloat * points);
|
void | glVertexAttribs3fvNV(int target, int n, java.nio.FloatBuffer points) - Interface to C language function:
void glVertexAttribs3fvNV(GLuint target, GLsizei n, const GLfloat * points);
|
void | glVertexAttribs3hvNV(int index, int n, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttribs3hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
|
void | glVertexAttribs3hvNV(int index, int n, short[] v) - Interface to C language function:
void glVertexAttribs3hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
|
void | glVertexAttribs3svNV(int index, int count, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttribs3svNV(GLuint index, GLsizei count, const GLshort * v);
|
void | glVertexAttribs3svNV(int index, int count, short[] v) - Interface to C language function:
void glVertexAttribs3svNV(GLuint index, GLsizei count, const GLshort * v);
|
void | glVertexAttribs4dvNV(int index, int count, double[] v) - Interface to C language function:
void glVertexAttribs4dvNV(GLuint index, GLsizei count, const GLdouble * v);
|
void | glVertexAttribs4dvNV(int index, int count, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexAttribs4dvNV(GLuint index, GLsizei count, const GLdouble * v);
|
void | glVertexAttribs4fvNV(int target, int n, float[] points) - Interface to C language function:
void glVertexAttribs4fvNV(GLuint target, GLsizei n, const GLfloat * points);
|
void | glVertexAttribs4fvNV(int target, int n, java.nio.FloatBuffer points) - Interface to C language function:
void glVertexAttribs4fvNV(GLuint target, GLsizei n, const GLfloat * points);
|
void | glVertexAttribs4hvNV(int index, int n, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttribs4hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
|
void | glVertexAttribs4hvNV(int index, int n, short[] v) - Interface to C language function:
void glVertexAttribs4hvNV(GLuint index, GLsizei n, const GLhalfNV * v);
|
void | glVertexAttribs4svNV(int index, int count, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexAttribs4svNV(GLuint index, GLsizei count, const GLshort * v);
|
void | glVertexAttribs4svNV(int index, int count, short[] v) - Interface to C language function:
void glVertexAttribs4svNV(GLuint index, GLsizei count, const GLshort * v);
|
void | glVertexAttribs4ubvNV(int index, int count, byte[] v) - Interface to C language function:
void glVertexAttribs4ubvNV(GLuint index, GLsizei count, const GLubyte * v);
|
void | glVertexAttribs4ubvNV(int index, int count, java.nio.ByteBuffer v) - Interface to C language function:
void glVertexAttribs4ubvNV(GLuint index, GLsizei count, const GLubyte * v);
|
void | glVertexBlendARB(int count) - Interface to C language function:
void glVertexBlendARB(GLint count);
|
void | glVertexBlendEnvfATI(int target, float s) - Interface to C language function:
void glVertexBlendEnvfATI(GLenum target, GLfloat s);
|
void | glVertexBlendEnviATI(int target, int s) - Interface to C language function:
void glVertexBlendEnviATI(GLenum target, GLint s);
|
void | glVertexPointer(int size, int type, int stride, java.nio.Buffer ptr) - Interface to C language function:
void glVertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid * ptr);
|
void | glVertexPointerEXT(int size, int type, int stride, int count, java.nio.Buffer pointer) - Interface to C language function:
void glVertexPointerEXT(GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid * pointer);
|
void | glVertexPointerListIBM(int size, int type, int stride, java.nio.Buffer[] pointer, int ptrstride) - Interface to C language function:
void glVertexPointerListIBM(GLint size, GLenum type, GLint stride, const GLvoid * * pointer, GLint ptrstride);
|
void | glVertexPointervINTEL(int size, int type, java.nio.Buffer[] pointer) - Interface to C language function:
void glVertexPointervINTEL(GLint size, GLenum type, const GLvoid * * pointer);
|
void | glVertexStream1dATI(int target, double s) - Interface to C language function:
void glVertexStream1dATI(GLenum target, GLdouble s);
|
void | glVertexStream1dvATI(int target, double[] v) - Interface to C language function:
void glVertexStream1dvATI(GLenum target, const GLdouble * v);
|
void | glVertexStream1dvATI(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexStream1dvATI(GLenum target, const GLdouble * v);
|
void | glVertexStream1fATI(int target, float s) - Interface to C language function:
void glVertexStream1fATI(GLenum target, GLfloat s);
|
void | glVertexStream1fvATI(int target, float[] v) - Interface to C language function:
void glVertexStream1fvATI(GLenum target, const GLfloat * v);
|
void | glVertexStream1fvATI(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexStream1fvATI(GLenum target, const GLfloat * v);
|
void | glVertexStream1iATI(int target, int s) - Interface to C language function:
void glVertexStream1iATI(GLenum target, GLint s);
|
void | glVertexStream1ivATI(int target, int[] v) - Interface to C language function:
void glVertexStream1ivATI(GLenum target, const GLint * v);
|
void | glVertexStream1ivATI(int target, java.nio.IntBuffer v) - Interface to C language function:
void glVertexStream1ivATI(GLenum target, const GLint * v);
|
void | glVertexStream1sATI(int target, short s) - Interface to C language function:
void glVertexStream1sATI(GLenum target, GLshort s);
|
void | glVertexStream1svATI(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexStream1svATI(GLenum target, const GLshort * v);
|
void | glVertexStream1svATI(int target, short[] v) - Interface to C language function:
void glVertexStream1svATI(GLenum target, const GLshort * v);
|
void | glVertexStream2dATI(int target, double s, double t) - Interface to C language function:
void glVertexStream2dATI(GLenum target, GLdouble s, GLdouble t);
|
void | glVertexStream2dvATI(int target, double[] v) - Interface to C language function:
void glVertexStream2dvATI(GLenum target, const GLdouble * v);
|
void | glVertexStream2dvATI(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexStream2dvATI(GLenum target, const GLdouble * v);
|
void | glVertexStream2fATI(int target, float s, float t) - Interface to C language function:
void glVertexStream2fATI(GLenum target, GLfloat s, GLfloat t);
|
void | glVertexStream2fvATI(int target, float[] v) - Interface to C language function:
void glVertexStream2fvATI(GLenum target, const GLfloat * v);
|
void | glVertexStream2fvATI(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexStream2fvATI(GLenum target, const GLfloat * v);
|
void | glVertexStream2iATI(int target, int s, int t) - Interface to C language function:
void glVertexStream2iATI(GLenum target, GLint s, GLint t);
|
void | glVertexStream2ivATI(int target, int[] v) - Interface to C language function:
void glVertexStream2ivATI(GLenum target, const GLint * v);
|
void | glVertexStream2ivATI(int target, java.nio.IntBuffer v) - Interface to C language function:
void glVertexStream2ivATI(GLenum target, const GLint * v);
|
void | glVertexStream2sATI(int target, short s, short t) - Interface to C language function:
void glVertexStream2sATI(GLenum target, GLshort s, GLshort t);
|
void | glVertexStream2svATI(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexStream2svATI(GLenum target, const GLshort * v);
|
void | glVertexStream2svATI(int target, short[] v) - Interface to C language function:
void glVertexStream2svATI(GLenum target, const GLshort * v);
|
void | glVertexStream3dATI(int target, double s, double t, double r) - Interface to C language function:
void glVertexStream3dATI(GLenum target, GLdouble s, GLdouble t, GLdouble r);
|
void | glVertexStream3dvATI(int target, double[] v) - Interface to C language function:
void glVertexStream3dvATI(GLenum target, const GLdouble * v);
|
void | glVertexStream3dvATI(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexStream3dvATI(GLenum target, const GLdouble * v);
|
void | glVertexStream3fATI(int target, float s, float t, float r) - Interface to C language function:
void glVertexStream3fATI(GLenum target, GLfloat s, GLfloat t, GLfloat r);
|
void | glVertexStream3fvATI(int target, float[] v) - Interface to C language function:
void glVertexStream3fvATI(GLenum target, const GLfloat * v);
|
void | glVertexStream3fvATI(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexStream3fvATI(GLenum target, const GLfloat * v);
|
void | glVertexStream3iATI(int target, int s, int t, int r) - Interface to C language function:
void glVertexStream3iATI(GLenum target, GLint s, GLint t, GLint r);
|
void | glVertexStream3ivATI(int target, int[] v) - Interface to C language function:
void glVertexStream3ivATI(GLenum target, const GLint * v);
|
void | glVertexStream3ivATI(int target, java.nio.IntBuffer v) - Interface to C language function:
void glVertexStream3ivATI(GLenum target, const GLint * v);
|
void | glVertexStream3sATI(int target, short s, short t, short r) - Interface to C language function:
void glVertexStream3sATI(GLenum target, GLshort s, GLshort t, GLshort r);
|
void | glVertexStream3svATI(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexStream3svATI(GLenum target, const GLshort * v);
|
void | glVertexStream3svATI(int target, short[] v) - Interface to C language function:
void glVertexStream3svATI(GLenum target, const GLshort * v);
|
void | glVertexStream4dATI(int target, double s, double t, double r, double q) - Interface to C language function:
void glVertexStream4dATI(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q);
|
void | glVertexStream4dvATI(int target, double[] v) - Interface to C language function:
void glVertexStream4dvATI(GLenum target, const GLdouble * v);
|
void | glVertexStream4dvATI(int target, java.nio.DoubleBuffer v) - Interface to C language function:
void glVertexStream4dvATI(GLenum target, const GLdouble * v);
|
void | glVertexStream4fATI(int target, float s, float t, float r, float q) - Interface to C language function:
void glVertexStream4fATI(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
|
void | glVertexStream4fvATI(int target, float[] v) - Interface to C language function:
void glVertexStream4fvATI(GLenum target, const GLfloat * v);
|
void | glVertexStream4fvATI(int target, java.nio.FloatBuffer v) - Interface to C language function:
void glVertexStream4fvATI(GLenum target, const GLfloat * v);
|
void | glVertexStream4iATI(int target, int start, int x, int y, int width) - Interface to C language function:
void glVertexStream4iATI(GLenum target, GLint start, GLint x, GLint y, GLint width);
|
void | glVertexStream4ivATI(int target, int[] v) - Interface to C language function:
void glVertexStream4ivATI(GLenum target, const GLint * v);
|
void | glVertexStream4ivATI(int target, java.nio.IntBuffer v) - Interface to C language function:
void glVertexStream4ivATI(GLenum target, const GLint * v);
|
void | glVertexStream4sATI(int target, short s, short t, short r, short q) - Interface to C language function:
void glVertexStream4sATI(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q);
|
void | glVertexStream4svATI(int target, java.nio.ShortBuffer v) - Interface to C language function:
void glVertexStream4svATI(GLenum target, const GLshort * v);
|
void | glVertexStream4svATI(int target, short[] v) - Interface to C language function:
void glVertexStream4svATI(GLenum target, const GLshort * v);
|
void | glVertexWeightPointerEXT(int size, int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glVertexWeightPointerEXT(GLsizei size, GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glVertexWeightfEXT(float coord) - Interface to C language function:
void glVertexWeightfEXT(GLfloat coord);
|
void | glVertexWeightfvEXT(float[] m) - Interface to C language function:
void glVertexWeightfvEXT(const GLfloat * m);
|
void | glVertexWeightfvEXT(java.nio.FloatBuffer m) - Interface to C language function:
void glVertexWeightfvEXT(const GLfloat * m);
|
void | glVertexWeighthNV(short factor) - Interface to C language function:
void glVertexWeighthNV(GLhalfNV factor);
|
void | glVertexWeighthvNV(java.nio.ShortBuffer v) - Interface to C language function:
void glVertexWeighthvNV(const GLhalfNV * v);
|
void | glVertexWeighthvNV(short[] v) - Interface to C language function:
void glVertexWeighthvNV(const GLhalfNV * v);
|
void | glViewport(int x, int y, int width, int height) - Interface to C language function:
void glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
|
void | glWeightPointerARB(int size, int type, int stride, java.nio.Buffer pointer) - Interface to C language function:
void glWeightPointerARB(GLint size, GLenum type, GLsizei stride, const GLvoid * pointer);
|
void | glWeightbvARB(int size, byte[] weights) - Interface to C language function:
void glWeightbvARB(GLint size, const GLbyte * weights);
|
void | glWeightbvARB(int size, java.nio.ByteBuffer weights) - Interface to C language function:
void glWeightbvARB(GLint size, const GLbyte * weights);
|
void | glWeightdvARB(int size, double[] weights) - Interface to C language function:
void glWeightdvARB(GLint size, const GLdouble * weights);
|
void | glWeightdvARB(int size, java.nio.DoubleBuffer weights) - Interface to C language function:
void glWeightdvARB(GLint size, const GLdouble * weights);
|
void | glWeightfvARB(int size, float[] weights) - Interface to C language function:
void glWeightfvARB(GLint size, const GLfloat * weights);
|
void | glWeightfvARB(int size, java.nio.FloatBuffer weights) - Interface to C language function:
void glWeightfvARB(GLint size, const GLfloat * weights);
|
void | glWeightivARB(int size, int[] weights) - Interface to C language function:
void glWeightivARB(GLint size, const GLint * weights);
|
void | glWeightivARB(int size, java.nio.IntBuffer weights) - Interface to C language function:
void glWeightivARB(GLint size, const GLint * weights);
|
void | glWeightsvARB(int size, java.nio.ShortBuffer weights) - Interface to C language function:
void glWeightsvARB(GLint size, const GLshort * weights);
|
void | glWeightsvARB(int size, short[] weights) - Interface to C language function:
void glWeightsvARB(GLint size, const GLshort * weights);
|
void | glWeightubvARB(int size, byte[] weights) - Interface to C language function:
void glWeightubvARB(GLint size, const GLubyte * weights);
|
void | glWeightubvARB(int size, java.nio.ByteBuffer weights) - Interface to C language function:
void glWeightubvARB(GLint size, const GLubyte * weights);
|
void | glWeightuivARB(int n, int[] ids) - Interface to C language function:
void glWeightuivARB(GLint n, const GLuint * ids);
|
void | glWeightuivARB(int n, java.nio.IntBuffer ids) - Interface to C language function:
void glWeightuivARB(GLint n, const GLuint * ids);
|
void | glWeightusvARB(int size, java.nio.ShortBuffer weights) - Interface to C language function:
void glWeightusvARB(GLint size, const GLushort * weights);
|
void | glWeightusvARB(int size, short[] weights) - Interface to C language function:
void glWeightusvARB(GLint size, const GLushort * weights);
|
void | glWindowPos2d(double x, double y) - Interface to C language function:
void glWindowPos2d(GLdouble x, GLdouble y);
|
void | glWindowPos2dARB(double x, double y) - Interface to C language function:
void glWindowPos2dARB(GLdouble x, GLdouble y);
|
void | glWindowPos2dMESA(double x, double y) - Interface to C language function:
void glWindowPos2dMESA(GLdouble x, GLdouble y);
|
void | glWindowPos2dv(double[] m) - Interface to C language function:
void glWindowPos2dv(const GLdouble * m);
|
void | glWindowPos2dv(java.nio.DoubleBuffer m) - Interface to C language function:
void glWindowPos2dv(const GLdouble * m);
|
void | glWindowPos2dvARB(double[] m) - Interface to C language function:
void glWindowPos2dvARB(const GLdouble * m);
|
void | glWindowPos2dvARB(java.nio.DoubleBuffer m) - Interface to C language function:
void glWindowPos2dvARB(const GLdouble * m);
|
void | glWindowPos2dvMESA(double[] m) - Interface to C language function:
void glWindowPos2dvMESA(const GLdouble * m);
|
void | glWindowPos2dvMESA(java.nio.DoubleBuffer m) - Interface to C language function:
void glWindowPos2dvMESA(const GLdouble * m);
|
void | glWindowPos2f(float x, float y) - Interface to C language function:
void glWindowPos2f(GLfloat x, GLfloat y);
|
void | glWindowPos2fARB(float x, float y) - Interface to C language function:
void glWindowPos2fARB(GLfloat x, GLfloat y);
|
void | glWindowPos2fMESA(float x, float y) - Interface to C language function:
void glWindowPos2fMESA(GLfloat x, GLfloat y);
|
void | glWindowPos2fv(float[] m) - Interface to C language function:
void glWindowPos2fv(const GLfloat * m);
|
void | glWindowPos2fv(java.nio.FloatBuffer m) - Interface to C language function:
void glWindowPos2fv(const GLfloat * m);
|
void | glWindowPos2fvARB(float[] m) - Interface to C language function:
void glWindowPos2fvARB(const GLfloat * m);
|
void | glWindowPos2fvARB(java.nio.FloatBuffer m) - Interface to C language function:
void glWindowPos2fvARB(const GLfloat * m);
|
void | glWindowPos2fvMESA(float[] m) - Interface to C language function:
void glWindowPos2fvMESA(const GLfloat * m);
|
void | glWindowPos2fvMESA(java.nio.FloatBuffer m) - Interface to C language function:
void glWindowPos2fvMESA(const GLfloat * m);
|
void | glWindowPos2i(int x, int y) - Interface to C language function:
void glWindowPos2i(GLint x, GLint y);
|
void | glWindowPos2iARB(int x, int y) - Interface to C language function:
void glWindowPos2iARB(GLint x, GLint y);
|
void | glWindowPos2iMESA(int x, int y) - Interface to C language function:
void glWindowPos2iMESA(GLint x, GLint y);
|
void | glWindowPos2iv(int[] v) - Interface to C language function:
void glWindowPos2iv(const GLint * v);
|
void | glWindowPos2iv(java.nio.IntBuffer v) - Interface to C language function:
void glWindowPos2iv(const GLint * v);
|
void | glWindowPos2ivARB(int[] v) - Interface to C language function:
void glWindowPos2ivARB(const GLint * v);
|
void | glWindowPos2ivARB(java.nio.IntBuffer v) - Interface to C language function:
void glWindowPos2ivARB(const GLint * v);
|
void | glWindowPos2ivMESA(int[] v) - Interface to C language function:
void glWindowPos2ivMESA(const GLint * v);
|
void | glWindowPos2ivMESA(java.nio.IntBuffer v) - Interface to C language function:
void glWindowPos2ivMESA(const GLint * v);
|
void | glWindowPos2s(short x, short y) - Interface to C language function:
void glWindowPos2s(GLshort x, GLshort y);
|
void | glWindowPos2sARB(short x, short y) - Interface to C language function:
void glWindowPos2sARB(GLshort x, GLshort y);
|
void | glWindowPos2sMESA(short x, short y) - Interface to C language function:
void glWindowPos2sMESA(GLshort x, GLshort y);
|
void | glWindowPos2sv(java.nio.ShortBuffer v) - Interface to C language function:
void glWindowPos2sv(const GLshort * v);
|
void | glWindowPos2sv(short[] v) - Interface to C language function:
void glWindowPos2sv(const GLshort * v);
|
void | glWindowPos2svARB(java.nio.ShortBuffer v) - Interface to C language function:
void glWindowPos2svARB(const GLshort * v);
|
void | glWindowPos2svARB(short[] v) - Interface to C language function:
void glWindowPos2svARB(const GLshort * v);
|
void | glWindowPos2svMESA(java.nio.ShortBuffer v) - Interface to C language function:
void glWindowPos2svMESA(const GLshort * v);
|
void | glWindowPos2svMESA(short[] v) - Interface to C language function:
void glWindowPos2svMESA(const GLshort * v);
|
void | glWindowPos3d(double red, double green, double blue) - Interface to C language function:
void glWindowPos3d(GLdouble red, GLdouble green, GLdouble blue);
|
void | glWindowPos3dARB(double red, double green, double blue) - Interface to C language function:
void glWindowPos3dARB(GLdouble red, GLdouble green, GLdouble blue);
|
void | glWindowPos3dMESA(double red, double green, double blue) - Interface to C language function:
void glWindowPos3dMESA(GLdouble red, GLdouble green, GLdouble blue);
|
void | glWindowPos3dv(double[] m) - Interface to C language function:
void glWindowPos3dv(const GLdouble * m);
|
void | glWindowPos3dv(java.nio.DoubleBuffer m) - Interface to C language function:
void glWindowPos3dv(const GLdouble * m);
|
void | glWindowPos3dvARB(double[] m) - Interface to C language function:
void glWindowPos3dvARB(const GLdouble * m);
|
void | glWindowPos3dvARB(java.nio.DoubleBuffer m) - Interface to C language function:
void glWindowPos3dvARB(const GLdouble * m);
|
void | glWindowPos3dvMESA(double[] m) - Interface to C language function:
void glWindowPos3dvMESA(const GLdouble * m);
|
void | glWindowPos3dvMESA(java.nio.DoubleBuffer m) - Interface to C language function:
void glWindowPos3dvMESA(const GLdouble * m);
|
void | glWindowPos3f(float red, float green, float blue) - Interface to C language function:
void glWindowPos3f(GLfloat red, GLfloat green, GLfloat blue);
|
void | glWindowPos3fARB(float red, float green, float blue) - Interface to C language function:
void glWindowPos3fARB(GLfloat red, GLfloat green, GLfloat blue);
|
void | glWindowPos3fMESA(float red, float green, float blue) - Interface to C language function:
void glWindowPos3fMESA(GLfloat red, GLfloat green, GLfloat blue);
|
void | glWindowPos3fv(float[] m) - Interface to C language function:
void glWindowPos3fv(const GLfloat * m);
|
void | glWindowPos3fv(java.nio.FloatBuffer m) - Interface to C language function:
void glWindowPos3fv(const GLfloat * m);
|
void | glWindowPos3fvARB(float[] m) - Interface to C language function:
void glWindowPos3fvARB(const GLfloat * m);
|
void | glWindowPos3fvARB(java.nio.FloatBuffer m) - Interface to C language function:
void glWindowPos3fvARB(const GLfloat * m);
|
void | glWindowPos3fvMESA(float[] m) - Interface to C language function:
void glWindowPos3fvMESA(const GLfloat * m);
|
void | glWindowPos3fvMESA(java.nio.FloatBuffer m) - Interface to C language function:
void glWindowPos3fvMESA(const GLfloat * m);
|
void | glWindowPos3i(int red, int green, int blue) - Interface to C language function:
void glWindowPos3i(GLint red, GLint green, GLint blue);
|
void | glWindowPos3iARB(int red, int green, int blue) - Interface to C language function:
void glWindowPos3iARB(GLint red, GLint green, GLint blue);
|
void | glWindowPos3iMESA(int red, int green, int blue) - Interface to C language function:
void glWindowPos3iMESA(GLint red, GLint green, GLint blue);
|
void | glWindowPos3iv(int[] v) - Interface to C language function:
void glWindowPos3iv(const GLint * v);
|
void | glWindowPos3iv(java.nio.IntBuffer v) - Interface to C language function:
void glWindowPos3iv(const GLint * v);
|
void | glWindowPos3ivARB(int[] v) - Interface to C language function:
void glWindowPos3ivARB(const GLint * v);
|
void | glWindowPos3ivARB(java.nio.IntBuffer v) - Interface to C language function:
void glWindowPos3ivARB(const GLint * v);
|
void | glWindowPos3ivMESA(int[] v) - Interface to C language function:
void glWindowPos3ivMESA(const GLint * v);
|
void | glWindowPos3ivMESA(java.nio.IntBuffer v) - Interface to C language function:
void glWindowPos3ivMESA(const GLint * v);
|
void | glWindowPos3s(short red, short green, short blue) - Interface to C language function:
void glWindowPos3s(GLshort red, GLshort green, GLshort blue);
|
void | glWindowPos3sARB(short red, short green, short blue) - Interface to C language function:
void glWindowPos3sARB(GLshort red, GLshort green, GLshort blue);
|
void | glWindowPos3sMESA(short red, short green, short blue) - Interface to C language function:
void glWindowPos3sMESA(GLshort red, GLshort green, GLshort blue);
|
void | glWindowPos3sv(java.nio.ShortBuffer v) - Interface to C language function:
void glWindowPos3sv(const GLshort * v);
|
void | glWindowPos3sv(short[] v) - Interface to C language function:
void glWindowPos3sv(const GLshort * v);
|
void | glWindowPos3svARB(java.nio.ShortBuffer v) - Interface to C language function:
void glWindowPos3svARB(const GLshort * v);
|
void | glWindowPos3svARB(short[] v) - Interface to C language function:
void glWindowPos3svARB(const GLshort * v);
|
void | glWindowPos3svMESA(java.nio.ShortBuffer v) - Interface to C language function:
void glWindowPos3svMESA(const GLshort * v);
|
void | glWindowPos3svMESA(short[] v) - Interface to C language function:
void glWindowPos3svMESA(const GLshort * v);
|
void | glWindowPos4dMESA(double x, double y, double z, double w) - Interface to C language function:
void glWindowPos4dMESA(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
void | glWindowPos4dvMESA(double[] m) - Interface to C language function:
void glWindowPos4dvMESA(const GLdouble * m);
|
void | glWindowPos4dvMESA(java.nio.DoubleBuffer m) - Interface to C language function:
void glWindowPos4dvMESA(const GLdouble * m);
|
void | glWindowPos4fMESA(float red, float green, float blue, float alpha) - Interface to C language function:
void glWindowPos4fMESA(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
void | glWindowPos4fvMESA(float[] m) - Interface to C language function:
void glWindowPos4fvMESA(const GLfloat * m);
|
void | glWindowPos4fvMESA(java.nio.FloatBuffer m) - Interface to C language function:
void glWindowPos4fvMESA(const GLfloat * m);
|
void | glWindowPos4iMESA(int location, int v0, int v1, int v2) - Interface to C language function:
void glWindowPos4iMESA(GLint location, GLint v0, GLint v1, GLint v2);
|
void | glWindowPos4ivMESA(int[] v) - Interface to C language function:
void glWindowPos4ivMESA(const GLint * v);
|
void | glWindowPos4ivMESA(java.nio.IntBuffer v) - Interface to C language function:
void glWindowPos4ivMESA(const GLint * v);
|
void | glWindowPos4sMESA(short x, short y, short z, short w) - Interface to C language function:
void glWindowPos4sMESA(GLshort x, GLshort y, GLshort z, GLshort w);
|
void | glWindowPos4svMESA(java.nio.ShortBuffer v) - Interface to C language function:
void glWindowPos4svMESA(const GLshort * v);
|
void | glWindowPos4svMESA(short[] v) - Interface to C language function:
void glWindowPos4svMESA(const GLshort * v);
|
void | glWriteMaskEXT(int stage, int portion, int variable, int input, int mapping, int componentUsage) - Interface to C language function:
void glWriteMaskEXT(GLuint stage, GLuint portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
|
boolean | isExtensionAvailable(String glExtensionName) - Returns true if the specified OpenGL extension can be
used successfully through this GL instance given the current host (OpenGL
client) and display (OpenGL server) configuration.
|
boolean | isFunctionAvailable(String glFunctionName) - Returns true if the specified OpenGL core- or extension-function can be
used successfully through this GL instance given the current host (OpenGL
client) and display (OpenGL server) configuration.
|
void | setSwapInterval(int interval) - Provides a platform-independent way to specify the minimum swap
interval for buffer swaps.
|