SlideShare a Scribd company logo
1 of 10
Download to read offline
Ring Documentation, Release 1.5.3
ā€¢ void glCallList(GLuint list)
ā€¢ void glCallLists(GLsizei n,GLenum type,const GLvoid * lists)
ā€¢ void glClear(GLbitļ¬eld mask)
ā€¢ void glClearAccum(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue,GLļ¬‚oat alpha)
ā€¢ void glClearColor(GLclampf red,GLclampf green,GLclampf blue,GLclampf alpha)
ā€¢ void glClearDepth(GLclampd depth)
ā€¢ void glClearIndex(GLļ¬‚oat c)
ā€¢ void glClearStencil(GLint s)
ā€¢ void glClientActiveTexture(GLenum texture)
ā€¢ void glClipPlane(GLenum plane,const GLdouble * equation)
ā€¢ void glColor3b(GLbyte red,GLbyte green,GLbyte blue)
ā€¢ void glColor3s(GLshort red,GLshort green,GLshort blue)
ā€¢ void glColor3i(GLint red,GLint green,GLint blue)
ā€¢ void glColor3f(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue)
ā€¢ void glColor3d(GLdouble red,GLdouble green,GLdouble blue)
ā€¢ void glColor3ub(GLubyte red,GLubyte green,GLubyte blue)
ā€¢ void glColor3us(GLushort red,GLushort green,GLushort blue)
ā€¢ void glColor3ui(GLuint red,GLuint green,GLuint blue)
ā€¢ void glColor4b(GLbyte red,GLbyte green,GLbyte blue,GLbyte alpha)
ā€¢ void glColor4s(GLshort red,GLshort green,GLshort blue,GLshort alpha)
ā€¢ void glColor4i(GLint red,GLint green,GLint blue,GLint alpha)
ā€¢ void glColor4f(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue,GLļ¬‚oat alpha)
ā€¢ void glColor4d(GLdouble red,GLdouble green,GLdouble blue,GLdouble alpha)
ā€¢ void glColor4ub(GLubyte red,GLubyte green,GLubyte blue,GLubyte alpha)
ā€¢ void glColor4us(GLushort red,GLushort green,GLushort blue,GLushort alpha)
ā€¢ void glColor4ui(GLuint red,GLuint green,GLuint blue,GLuint alpha)
ā€¢ void glColor3bv(const GLbyte * v)
ā€¢ void glColor3sv(const GLshort * v)
ā€¢ void glColor3iv(const GLint * v)
ā€¢ void glColor3fv(const GLļ¬‚oat * v)
ā€¢ void glColor3dv(const GLdouble * v)
ā€¢ void glColor3ubv(const GLubyte * v)
ā€¢ void glColor3usv(const GLushort * v)
ā€¢ void glColor3uiv(const GLuint * v)
ā€¢ void glColor4bv(const GLbyte * v)
ā€¢ void glColor4sv(const GLshort * v)
1425
Ring Documentation, Release 1.5.3
ā€¢ void glColor4iv(const GLint * v)
ā€¢ void glColor4fv(const GLļ¬‚oat * v)
ā€¢ void glColor4dv(const GLdouble * v)
ā€¢ void glColor4ubv(const GLubyte * v)
ā€¢ void glColor4usv(const GLushort * v)
ā€¢ void glColor4uiv(const GLuint * v)
ā€¢ void glColorMask(GLboolean red,GLboolean green,GLboolean blue,GLboolean alpha)
ā€¢ void glColorMaterial(GLenum face,GLenum mode)
ā€¢ void glColorPointer(GLint size,GLenum type,GLsizei stride,const GLvoid * pointer)
ā€¢ void glColorSubTable(GLenum target,GLsizei start,GLsizei count,GLenum format,GLenum type,const GLvoid
* data)
ā€¢ void glColorTable(GLenum target,GLenum internalformat,GLsizei width,GLenum format,GLenum type,const
GLvoid * data)
ā€¢ void glColorTableParameterfv(GLenum target,GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glColorTableParameteriv(GLenum target,GLenum pname,const GLint * params)
ā€¢ void glCompileShader(GLuint shader)
ā€¢ void glCompressedTexImage1D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLint bor-
der,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexImage2D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLsizei
height,GLint border,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexImage3D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLsizei
height,GLsizei depth,GLint border,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexSubImage1D(GLenum target,GLint level,GLint xoffset,GLsizei width,GLenum for-
mat,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexSubImage2D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLsizei
width,GLsizei height,GLenum format,GLsizei imageSize,const GLvoid * data)
ā€¢ void glCompressedTexSubImage3D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint zoff-
set,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLsizei imageSize,const GLvoid * data)
ā€¢ void glConvolutionFilter1D(GLenum target,GLenum internalformat,GLsizei width,GLenum format,GLenum
type,const GLvoid * data)
ā€¢ void glConvolutionFilter2D(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum
format,GLenum type,const GLvoid * data)
ā€¢ void glConvolutionParameterf(GLenum target,GLenum pname,GLļ¬‚oat params)
ā€¢ void glConvolutionParameteri(GLenum target,GLenum pname,GLint params)
ā€¢ void glConvolutionParameterfv(GLenum target,GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glConvolutionParameteriv(GLenum target,GLenum pname,const GLint * params)
ā€¢ void glCopyColorSubTable(GLenum target,GLsizei start,GLint x,GLint y,GLsizei width)
ā€¢ void glCopyColorTable(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width)
ā€¢ void glCopyConvolutionFilter1D(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width)
1426
Ring Documentation, Release 1.5.3
ā€¢ void glCopyConvolutionFilter2D(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei
width,GLsizei height)
ā€¢ void glCopyPixels(GLint x,GLint y,GLsizei width,GLsizei height,GLenum type)
ā€¢ void glCopyTexImage1D(GLenum target,GLint level,GLenum internalformat,GLint x,GLint y,GLsizei
width,GLint border)
ā€¢ void glCopyTexImage2D(GLenum target,GLint level,GLenum internalformat,GLint x,GLint y,GLsizei
width,GLsizei height,GLint border)
ā€¢ void glCopyTexSubImage1D(GLenum target,GLint level,GLint xoffset,GLint x,GLint y,GLsizei width)
ā€¢ void glCopyTexSubImage2D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint x,GLint y,GLsizei
width,GLsizei height)
ā€¢ void glCopyTexSubImage3D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint zoffset,GLint
x,GLint y,GLsizei width,GLsizei height)
ā€¢ GLuint glCreateProgram(void)
ā€¢ GLuint glCreateShader(GLenum shaderType)
ā€¢ void glCullFace(GLenum mode)
ā€¢ void glDeleteBuffers(GLsizei n,const GLuint * buffers)
ā€¢ void glDeleteLists(GLuint list,GLsizei range)
ā€¢ void glDeleteProgram(GLuint program)
ā€¢ void glDeleteQueries(GLsizei n,const GLuint * ids)
ā€¢ void glDeleteShader(GLuint shader)
ā€¢ void glDeleteTextures(GLsizei n,const GLuint * textures)
ā€¢ void glDepthFunc(GLenum func)
ā€¢ void glDepthMask(GLboolean ļ¬‚ag)
ā€¢ void glDepthRange(GLclampd nearVal,GLclampd farVal)
ā€¢ void glDetachShader(GLuint program,GLuint shader)
ā€¢ void glEnable(GLenum cap)
ā€¢ void glEnableClientState(GLenum cap)
ā€¢ void glEnableVertexAttribArray(GLuint index)
ā€¢ void glDisableVertexAttribArray(GLuint index)
ā€¢ void glDrawArrays(GLenum mode,GLint ļ¬rst,GLsizei count)
ā€¢ void glDrawBuffer(GLenum mode)
ā€¢ void glDrawBuffers(GLsizei n,const GLenum *bufs)
ā€¢ void glDrawElements(GLenum mode,GLsizei count,GLenum type,const GLvoid * indices)
ā€¢ void glDrawPixels(GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * data)
ā€¢ void glDrawRangeElements(GLenum mode,GLuint start,GLuint end,GLsizei count,GLenum type,const
GLvoid * indices)
ā€¢ void glEdgeFlag(GLboolean ļ¬‚ag)
ā€¢ void glEdgeFlagPointer(GLsizei stride,const GLvoid * pointer)
1427
Ring Documentation, Release 1.5.3
ā€¢ void glEnd(void)
ā€¢ void glEndList(void)
ā€¢ void glEndQuery(GLenum target)
ā€¢ void glEvalCoord1f(GLļ¬‚oat u)
ā€¢ void glEvalCoord1d(GLdouble u)
ā€¢ void glEvalCoord2f(GLļ¬‚oat u,GLļ¬‚oat v)
ā€¢ void glEvalCoord2d(GLdouble u,GLdouble v)
ā€¢ void glEvalMesh1(GLenum mode,GLint i1,GLint i2)
ā€¢ void glEvalPoint1(GLint i)
ā€¢ void glEvalPoint2(GLint i,GLint j)
ā€¢ void glFeedbackBuffer(GLsizei size,GLenum type,GLļ¬‚oat * buffer)
ā€¢ void glFinish(void)
ā€¢ void glFlush(void)
ā€¢ void glFogf(GLenum pname,GLļ¬‚oat param)
ā€¢ void glFogi(GLenum pname,GLint param)
ā€¢ void glFogfv(GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glFogiv(GLenum pname,const GLint * params)
ā€¢ void glFogCoordd(GLdouble coord)
ā€¢ void glFogCoordf(GLļ¬‚oat coord)
ā€¢ void glFogCoorddv(GLdouble * coord)
ā€¢ void glFogCoordfv(GLļ¬‚oat * coord)
ā€¢ void glFogCoordPointer(GLenum type,GLsizei stride,GLvoid * pointer)
ā€¢ void glFrontFace(GLenum mode)
ā€¢ void glFrustum(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearVal,GLdouble
farVal)
ā€¢ void glGenBuffers(GLsizei n,GLuint * buffers)
ā€¢ GLuint glGenLists(GLsizei range)
ā€¢ void glGenQueries(GLsizei n,GLuint * ids)
ā€¢ void glGenTextures(GLsizei n,GLuint * textures)
ā€¢ void glGetBooleanv(GLenum pname,GLboolean * params)
ā€¢ void glGetDoublev(GLenum pname,GLdouble * params)
ā€¢ void glGetFloatv(GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetIntegerv(GLenum pname,GLint * params)
ā€¢ void glGetActiveAttrib(GLuint program,GLuint index,GLsizei bufSize,GLsizei *length,GLint *size,GLenum
*type,GLchar *name)
ā€¢ void glGetActiveUniform(GLuint program,GLuint index,GLsizei bufSize,GLsizei *length,GLint
*size,GLenum *type,GLchar *name)
1428
Ring Documentation, Release 1.5.3
ā€¢ void glGetAttachedShaders(GLuint program,GLsizei maxCount,GLsizei *count,GLuint *shaders)
ā€¢ GLint glGetAttribLocation(GLuint program,const GLchar *name)
ā€¢ void glGetBufferParameteriv(GLenum target,GLenum value,GLint * data)
ā€¢ void glGetBufferPointerv(GLenum target,GLenum pname,GLvoid ** params)
ā€¢ void glGetBufferSubData(GLenum target,GLintptr offset,GLsizeiptr size,GLvoid * data)
ā€¢ void glGetClipPlane(GLenum plane,GLdouble * equation)
ā€¢ void glGetColorTable(GLenum target,GLenum format,GLenum type,GLvoid * table)
ā€¢ void glGetColorTableParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetColorTableParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetCompressedTexImage(GLenum target,GLint lod,GLvoid * img)
ā€¢ void glGetConvolutionFilter(GLenum target,GLenum format,GLenum type,GLvoid * image)
ā€¢ void glGetConvolutionParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetConvolutionParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ GLenum glGetError(void)
ā€¢ void glGetHistogram(GLenum target,GLboolean reset,GLenum format,GLenum type,GLvoid * values)
ā€¢ void glGetHistogramParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetHistogramParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetLightfv(GLenum light,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetLightiv(GLenum light,GLenum pname,GLint * params)
ā€¢ void glGetMapdv(GLenum target,GLenum query,GLdouble * v)
ā€¢ void glGetMapfv(GLenum target,GLenum query,GLļ¬‚oat * v)
ā€¢ void glGetMapiv(GLenum target,GLenum query,GLint * v)
ā€¢ void glGetMaterialfv(GLenum face,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetMaterialiv(GLenum face,GLenum pname,GLint * params)
ā€¢ void glGetMinmax(GLenum target,GLboolean reset,GLenum format,GLenum types,GLvoid * values)
ā€¢ void glGetMinmaxParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetMinmaxParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetPixelMapfv(GLenum map,GLļ¬‚oat * data)
ā€¢ void glGetPixelMapuiv(GLenum map,GLuint * data)
ā€¢ void glGetPixelMapusv(GLenum map,GLushort * data)
ā€¢ void glGetPointerv(GLenum pname,GLvoid ** params)
ā€¢ void glGetPolygonStipple(GLubyte * pattern)
ā€¢ void glGetProgramiv(GLuint program,GLenum pname,GLint *params)
ā€¢ void glGetProgramInfoLog(GLuint program,GLsizei maxLength,GLsizei *length,GLchar *infoLog)
ā€¢ void glGetQueryObjectiv(GLuint id,GLenum pname,GLint * params)
ā€¢ void glGetQueryObjectuiv(GLuint id,GLenum pname,GLuint * params)
1429
Ring Documentation, Release 1.5.3
ā€¢ void glGetQueryiv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetSeparableFilter(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * col-
umn,GLvoid * span)
ā€¢ void glGetShaderiv(GLuint shader,GLenum pname,GLint *params)
ā€¢ void glGetShaderInfoLog(GLuint shader,GLsizei maxLength,GLsizei *length,GLchar *infoLog)
ā€¢ void glGetShaderSource(GLuint shader,GLsizei bufSize,GLsizei *length,GLchar *source)
ā€¢ const GLubyte* glGetString(GLenum name)
ā€¢ void glGetTexEnvfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetTexEnviv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetTexGendv(GLenum coord,GLenum pname,GLdouble * params)
ā€¢ void glGetTexGenfv(GLenum coord,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetTexGeniv(GLenum coord,GLenum pname,GLint * params)
ā€¢ void glGetTexImage(GLenum target,GLint level,GLenum format,GLenum type,GLvoid * img)
ā€¢ void glGetTexLevelParameterfv(GLenum target,GLint level,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetTexLevelParameteriv(GLenum target,GLint level,GLenum pname,GLint * params)
ā€¢ void glGetTexParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params)
ā€¢ void glGetTexParameteriv(GLenum target,GLenum pname,GLint * params)
ā€¢ void glGetUniformfv(GLuint program,GLint location,GLļ¬‚oat *params)
ā€¢ void glGetUniformiv(GLuint program,GLint location,GLint *params)
ā€¢ GLint glGetUniformLocation(GLuint program,const GLchar *name)
ā€¢ void glGetVertexAttribdv(GLuint index,GLenum pname,GLdouble *params)
ā€¢ void glGetVertexAttribfv(GLuint index,GLenum pname,GLļ¬‚oat *params)
ā€¢ void glGetVertexAttribiv(GLuint index,GLenum pname,GLint *params)
ā€¢ void glGetVertexAttribPointerv(GLuint index,GLenum pname,GLvoid **pointer)
ā€¢ void glHint(GLenum target,GLenum mode)
ā€¢ void glHistogram(GLenum target,GLsizei width,GLenum internalformat,GLboolean sink)
ā€¢ void glIndexs(GLshort c)
ā€¢ void glIndexi(GLint c)
ā€¢ void glIndexf(GLļ¬‚oat c)
ā€¢ void glIndexd(GLdouble c)
ā€¢ void glIndexub(GLubyte c)
ā€¢ void glIndexsv(const GLshort * c)
ā€¢ void glIndexiv(const GLint * c)
ā€¢ void glIndexfv(const GLļ¬‚oat * c)
ā€¢ void glIndexdv(const GLdouble * c)
ā€¢ void glIndexubv(const GLubyte * c)
1430
Ring Documentation, Release 1.5.3
ā€¢ void glIndexMask(GLuint mask)
ā€¢ void glIndexPointer(GLenum type,GLsizei stride,const GLvoid * pointer)
ā€¢ void glInitNames(void)
ā€¢ void glInterleavedArrays(GLenum format,GLsizei stride,const GLvoid * pointer)
ā€¢ GLboolean glIsBuffer(GLuint buffer)
ā€¢ GLboolean glIsEnabled(GLenum cap)
ā€¢ GLboolean glIsList(GLuint list)
ā€¢ GLboolean glIsProgram(GLuint program)
ā€¢ GLboolean glIsQuery(GLuint id)
ā€¢ GLboolean glIsShader(GLuint shader)
ā€¢ GLboolean glIsTexture(GLuint texture)
ā€¢ void glLightf(GLenum light,GLenum pname,GLļ¬‚oat param)
ā€¢ void glLighti(GLenum light,GLenum pname,GLint param)
ā€¢ void glLightfv(GLenum light,GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glLightiv(GLenum light,GLenum pname,const GLint * params)
ā€¢ void glLightModelf(GLenum pname,GLļ¬‚oat param)
ā€¢ void glLightModeli(GLenum pname,GLint param)
ā€¢ void glLightModelfv(GLenum pname,const GLļ¬‚oat * params)
ā€¢ void glLightModeliv(GLenum pname,const GLint * params)
ā€¢ void glLineStipple(GLint factor,GLushort pattern)
ā€¢ void glLineWidth(GLļ¬‚oat width)
ā€¢ void glLinkProgram(GLuint program)
ā€¢ void glListBase(GLuint base)
ā€¢ void glLoadIdentity(void)
ā€¢ void glLoadMatrixd(const GLdouble * m)
ā€¢ void glLoadMatrixf(const GLļ¬‚oat * m)
ā€¢ void glLoadName(GLuint name)
ā€¢ void glLoadTransposeMatrixd(const GLdouble * m)
ā€¢ void glLoadTransposeMatrixf(const GLļ¬‚oat * m)
ā€¢ void glLogicOp(GLenum opcode)
ā€¢ void glMap1f(GLenum target,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint stride,GLint order,const GLļ¬‚oat * points)
ā€¢ void glMap1d(GLenum target,GLdouble u1,GLdouble u2,GLint stride,GLint order,const GLdouble * points)
ā€¢ void glMap2f(GLenum target,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint ustride,GLint uorder,GLļ¬‚oat v1,GLļ¬‚oat v2,GLint
vstride,GLint vorder,const GLļ¬‚oat * points)
ā€¢ void glMap2d(GLenum target,GLdouble u1,GLdouble u2,GLint ustride,GLint uorder,GLdouble v1,GLdouble
v2,GLint vstride,GLint vorder,const GLdouble * points)
ā€¢ void * glMapBuffer(GLenum target,GLenum access)
1431
Ring Documentation, Release 1.5.3
ā€¢ void glMapGrid1d(GLint un,GLdouble u1,GLdouble u2)
ā€¢ void glMapGrid1f(GLint un,GLļ¬‚oat u1,GLļ¬‚oat u2)
ā€¢ void glMapGrid2d(GLint un,GLdouble u1,GLdouble u2,GLint vn,GLdouble v1,GLdouble v2)
ā€¢ void glMapGrid2f(GLint un,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint vn,GLļ¬‚oat v1,GLļ¬‚oat v2)
ā€¢ void glMaterialf(GLenum face,GLenum pname,GLļ¬‚oat param)
ā€¢ void glMateriali(GLenum face,GLenum pname,GLint param)
ā€¢ void glMatrixMode(GLenum mode)
ā€¢ void glMinmax(GLenum target,GLenum internalformat,GLboolean sink)
ā€¢ void glMultMatrixd(const GLdouble * m)
ā€¢ void glMultMatrixf(const GLļ¬‚oat * m)
ā€¢ void glMultTransposeMatrixd(const GLdouble * m)
ā€¢ void glMultTransposeMatrixf(const GLļ¬‚oat * m)
ā€¢ void glMultiDrawArrays(GLenum mode,GLint * ļ¬rst,GLsizei * count,GLsizei primcount)
ā€¢ void glMultiDrawElements(GLenum mode,const GLsizei * count,GLenum type,const GLvoid ** in-
dices,GLsizei primcount)
ā€¢ void glMultiTexCoord1s(GLenum target,GLshort s)
ā€¢ void glMultiTexCoord1i(GLenum target,GLint s)
ā€¢ void glMultiTexCoord1f(GLenum target,GLļ¬‚oat s)
ā€¢ void glMultiTexCoord1d(GLenum target,GLdouble s)
ā€¢ void glMultiTexCoord2s(GLenum target,GLshort s,GLshort t)
ā€¢ void glMultiTexCoord2i(GLenum target,GLint s,GLint t)
ā€¢ void glMultiTexCoord2f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t)
ā€¢ void glMultiTexCoord2d(GLenum target,GLdouble s,GLdouble t)
ā€¢ void glMultiTexCoord3s(GLenum target,GLshort s,GLshort t,GLshort r)
ā€¢ void glMultiTexCoord3i(GLenum target,GLint s,GLint t,GLint r)
ā€¢ void glMultiTexCoord3f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t,GLļ¬‚oat r)
ā€¢ void glMultiTexCoord3d(GLenum target,GLdouble s,GLdouble t,GLdouble r)
ā€¢ void glMultiTexCoord4s(GLenum target,GLshort s,GLshort t,GLshort r,GLshort q)
ā€¢ void glMultiTexCoord4i(GLenum target,GLint s,GLint t,GLint r,GLint q)
ā€¢ void glMultiTexCoord4f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t,GLļ¬‚oat r,GLļ¬‚oat q)
ā€¢ void glMultiTexCoord4d(GLenum target,GLdouble s,GLdouble t,GLdouble r,GLdouble q)
ā€¢ void glMultiTexCoord1sv(GLenum target,const GLshort * v)
ā€¢ void glMultiTexCoord1iv(GLenum target,const GLint * v)
ā€¢ void glMultiTexCoord1fv(GLenum target,const GLļ¬‚oat * v)
ā€¢ void glMultiTexCoord1dv(GLenum target,const GLdouble * v)
ā€¢ void glMultiTexCoord2sv(GLenum target,const GLshort * v)
1432
Ring Documentation, Release 1.5.3
ā€¢ void glMultiTexCoord2iv(GLenum target,const GLint * v)
ā€¢ void glMultiTexCoord2fv(GLenum target,const GLļ¬‚oat * v)
ā€¢ void glMultiTexCoord2dv(GLenum target,const GLdouble * v)
ā€¢ void glMultiTexCoord3sv(GLenum target,const GLshort * v)
ā€¢ void glMultiTexCoord3iv(GLenum target,const GLint * v)
ā€¢ void glMultiTexCoord3fv(GLenum target,const GLļ¬‚oat * v)
ā€¢ void glMultiTexCoord3dv(GLenum target,const GLdouble * v)
ā€¢ void glMultiTexCoord4sv(GLenum target,const GLshort * v)
ā€¢ void glMultiTexCoord4iv(GLenum target,const GLint * v)
ā€¢ void glMultiTexCoord4fv(GLenum target,const GLļ¬‚oat * v)
ā€¢ void glMultiTexCoord4dv(GLenum target,const GLdouble * v)
ā€¢ void glNewList(GLuint list,GLenum mode)
ā€¢ void glNormal3b(GLbyte nx,GLbyte ny,GLbyte nz)
ā€¢ void glNormal3d(GLdouble nx,GLdouble ny,GLdouble nz)
ā€¢ void glNormal3f(GLļ¬‚oat nx,GLļ¬‚oat ny,GLļ¬‚oat nz)
ā€¢ void glNormal3i(GLint nx,GLint ny,GLint nz)
ā€¢ void glNormal3s(GLshort nx,GLshort ny,GLshort nz)
ā€¢ void glNormal3bv(const GLbyte * v)
ā€¢ void glNormal3dv(const GLdouble * v)
ā€¢ void glNormal3fv(const GLļ¬‚oat * v)
ā€¢ void glNormal3iv(const GLint * v)
ā€¢ void glNormal3sv(const GLshort * v)
ā€¢ void glNormalPointer(GLenum type,GLsizei stride,const GLvoid * pointer)
ā€¢ void glOrtho(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearVal,GLdouble far-
Val)
ā€¢ void glPassThrough(GLļ¬‚oat token)
ā€¢ void glPixelMapfv(GLenum map,GLsizei mapsize,const GLļ¬‚oat * values)
ā€¢ void glPixelMapuiv(GLenum map,GLsizei mapsize,const GLuint * values)
ā€¢ void glPixelMapusv(GLenum map,GLsizei mapsize,const GLushort * values)
ā€¢ void glPixelStoref(GLenum pname,GLļ¬‚oat param)
ā€¢ void glPixelStorei(GLenum pname,GLint param)
ā€¢ void glPixelTransferf(GLenum pname,GLļ¬‚oat param)
ā€¢ void glPixelTransferi(GLenum pname,GLint param)
ā€¢ void glPixelZoom(GLļ¬‚oat xfactor,GLļ¬‚oat yfactor)
ā€¢ void glPointParameterf(GLenum pname,GLļ¬‚oat param)
ā€¢ void glPointParameteri(GLenum pname,GLint param)
1433
Ring Documentation, Release 1.5.3
ā€¢ void glPointSize(GLļ¬‚oat size)
ā€¢ void glPolygonMode(GLenum face,GLenum mode)
ā€¢ void glPolygonOffset(GLļ¬‚oat factor,GLļ¬‚oat units)
ā€¢ void glPolygonStipple(const GLubyte * pattern)
ā€¢ void glPushAttrib(GLbitļ¬eld mask)
ā€¢ void glPushClientAttrib(GLbitļ¬eld mask)
ā€¢ void glPushMatrix(void)
ā€¢ void glPushName(GLuint name)
ā€¢ void glPrioritizeTextures(GLsizei n,const GLuint * textures,const GLclampf * priorities)
ā€¢ void glPopMatrix(void)
ā€¢ void glRasterPos2s(GLshort x,GLshort y)
ā€¢ void glRasterPos2i(GLint x,GLint y)
ā€¢ void glRasterPos2f(GLļ¬‚oat x,GLļ¬‚oat y)
ā€¢ void glRasterPos2d(GLdouble x,GLdouble y)
ā€¢ void glRasterPos3s(GLshort x,GLshort y,GLshort z)
ā€¢ void glRasterPos3i(GLint x,GLint y,GLint z)
ā€¢ void glRasterPos3f(GLļ¬‚oat x,GLļ¬‚oat y,GLļ¬‚oat z)
ā€¢ void glRasterPos3d(GLdouble x,GLdouble y,GLdouble z)
ā€¢ void glRasterPos4s(GLshort x,GLshort y,GLshort z,GLshort w)
ā€¢ void glRasterPos4i(GLint x,GLint y,GLint z,GLint w)
ā€¢ void glRasterPos4f(GLļ¬‚oat x,GLļ¬‚oat y,GLļ¬‚oat z,GLļ¬‚oat w)
ā€¢ void glRasterPos4d(GLdouble x,GLdouble y,GLdouble z,GLdouble w)
ā€¢ void glReadBuffer(GLenum mode)
ā€¢ void glReadPixels(GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,GLvoid * data)
ā€¢ void glRectd(GLdouble x1,GLdouble y1,GLdouble x2,GLdouble y2)
ā€¢ void glRectf(GLļ¬‚oat x1,GLļ¬‚oat y1,GLļ¬‚oat x2,GLļ¬‚oat y2)
ā€¢ void glRecti(GLint x1,GLint y1,GLint x2,GLint y2)
ā€¢ void glRects(GLshort x1,GLshort y1,GLshort x2,GLshort y2)
ā€¢ void glRectdv(const GLdouble * v1,const GLdouble * v2)
ā€¢ void glRectfv(const GLļ¬‚oat * v1,const GLļ¬‚oat * v2)
ā€¢ void glRectiv(const GLint * v1,const GLint * v2)
ā€¢ void glRectsv(const GLshort * v1,const GLshort * v2)
ā€¢ GLint glRenderMode(GLenum mode)
ā€¢ void glResetHistogram(GLenum target)
ā€¢ void glRotated(GLdouble angle,GLdouble x,GLdouble y,GLdouble z)
ā€¢ void glRotatef(GLļ¬‚oat angle,GLļ¬‚oat x,GLļ¬‚oat y,GLļ¬‚oat z)
1434

More Related Content

What's hot

The Ring programming language version 1.10 book - Part 164 of 212
The Ring programming language version 1.10 book - Part 164 of 212The Ring programming language version 1.10 book - Part 164 of 212
The Ring programming language version 1.10 book - Part 164 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.7 book - Part 149 of 196
The Ring programming language version 1.7 book - Part 149 of 196The Ring programming language version 1.7 book - Part 149 of 196
The Ring programming language version 1.7 book - Part 149 of 196Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.2 book - Part 115 of 181
The Ring programming language version 1.5.2 book - Part 115 of 181The Ring programming language version 1.5.2 book - Part 115 of 181
The Ring programming language version 1.5.2 book - Part 115 of 181Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 114 of 185
The Ring programming language version 1.5.4 book - Part 114 of 185The Ring programming language version 1.5.4 book - Part 114 of 185
The Ring programming language version 1.5.4 book - Part 114 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 109 of 185
The Ring programming language version 1.5.4 book - Part 109 of 185The Ring programming language version 1.5.4 book - Part 109 of 185
The Ring programming language version 1.5.4 book - Part 109 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.6 book - Part 145 of 189
The Ring programming language version 1.6 book - Part 145 of 189The Ring programming language version 1.6 book - Part 145 of 189
The Ring programming language version 1.6 book - Part 145 of 189Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 155 of 212
The Ring programming language version 1.10 book - Part 155 of 212The Ring programming language version 1.10 book - Part 155 of 212
The Ring programming language version 1.10 book - Part 155 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 146 of 185
The Ring programming language version 1.5.4 book - Part 146 of 185The Ring programming language version 1.5.4 book - Part 146 of 185
The Ring programming language version 1.5.4 book - Part 146 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.2 book - Part 106 of 181
The Ring programming language version 1.5.2 book - Part 106 of 181The Ring programming language version 1.5.2 book - Part 106 of 181
The Ring programming language version 1.5.2 book - Part 106 of 181Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.3 book - Part 138 of 184
The Ring programming language version 1.5.3 book - Part 138 of 184The Ring programming language version 1.5.3 book - Part 138 of 184
The Ring programming language version 1.5.3 book - Part 138 of 184Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.7 book - Part 140 of 196
The Ring programming language version 1.7 book - Part 140 of 196The Ring programming language version 1.7 book - Part 140 of 196
The Ring programming language version 1.7 book - Part 140 of 196Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.8 book - Part 178 of 202
The Ring programming language version 1.8 book - Part 178 of 202The Ring programming language version 1.8 book - Part 178 of 202
The Ring programming language version 1.8 book - Part 178 of 202Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.8 book - Part 155 of 202
The Ring programming language version 1.8 book - Part 155 of 202The Ring programming language version 1.8 book - Part 155 of 202
The Ring programming language version 1.8 book - Part 155 of 202Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.9 book - Part 172 of 210
The Ring programming language version 1.9 book - Part 172 of 210 The Ring programming language version 1.9 book - Part 172 of 210
The Ring programming language version 1.9 book - Part 172 of 210 Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.6 book - Part 131 of 189
The Ring programming language version 1.6 book - Part 131 of 189The Ring programming language version 1.6 book - Part 131 of 189
The Ring programming language version 1.6 book - Part 131 of 189Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.8 book - Part 159 of 202
The Ring programming language version 1.8 book - Part 159 of 202The Ring programming language version 1.8 book - Part 159 of 202
The Ring programming language version 1.8 book - Part 159 of 202Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.9 book - Part 176 of 210
The Ring programming language version 1.9 book - Part 176 of 210The Ring programming language version 1.9 book - Part 176 of 210
The Ring programming language version 1.9 book - Part 176 of 210Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5 book - Part 18 of 31
The Ring programming language version 1.5 book - Part 18 of 31The Ring programming language version 1.5 book - Part 18 of 31
The Ring programming language version 1.5 book - Part 18 of 31Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.9 book - Part 199 of 210
The Ring programming language version 1.9 book - Part 199 of 210The Ring programming language version 1.9 book - Part 199 of 210
The Ring programming language version 1.9 book - Part 199 of 210Mahmoud Samir Fayed
Ā 

What's hot (20)

The Ring programming language version 1.10 book - Part 164 of 212
The Ring programming language version 1.10 book - Part 164 of 212The Ring programming language version 1.10 book - Part 164 of 212
The Ring programming language version 1.10 book - Part 164 of 212
Ā 
The Ring programming language version 1.7 book - Part 149 of 196
The Ring programming language version 1.7 book - Part 149 of 196The Ring programming language version 1.7 book - Part 149 of 196
The Ring programming language version 1.7 book - Part 149 of 196
Ā 
The Ring programming language version 1.5.2 book - Part 115 of 181
The Ring programming language version 1.5.2 book - Part 115 of 181The Ring programming language version 1.5.2 book - Part 115 of 181
The Ring programming language version 1.5.2 book - Part 115 of 181
Ā 
The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212The Ring programming language version 1.10 book - Part 192 of 212
The Ring programming language version 1.10 book - Part 192 of 212
Ā 
The Ring programming language version 1.5.4 book - Part 114 of 185
The Ring programming language version 1.5.4 book - Part 114 of 185The Ring programming language version 1.5.4 book - Part 114 of 185
The Ring programming language version 1.5.4 book - Part 114 of 185
Ā 
The Ring programming language version 1.5.4 book - Part 109 of 185
The Ring programming language version 1.5.4 book - Part 109 of 185The Ring programming language version 1.5.4 book - Part 109 of 185
The Ring programming language version 1.5.4 book - Part 109 of 185
Ā 
The Ring programming language version 1.6 book - Part 145 of 189
The Ring programming language version 1.6 book - Part 145 of 189The Ring programming language version 1.6 book - Part 145 of 189
The Ring programming language version 1.6 book - Part 145 of 189
Ā 
The Ring programming language version 1.10 book - Part 155 of 212
The Ring programming language version 1.10 book - Part 155 of 212The Ring programming language version 1.10 book - Part 155 of 212
The Ring programming language version 1.10 book - Part 155 of 212
Ā 
The Ring programming language version 1.5.4 book - Part 146 of 185
The Ring programming language version 1.5.4 book - Part 146 of 185The Ring programming language version 1.5.4 book - Part 146 of 185
The Ring programming language version 1.5.4 book - Part 146 of 185
Ā 
The Ring programming language version 1.5.2 book - Part 106 of 181
The Ring programming language version 1.5.2 book - Part 106 of 181The Ring programming language version 1.5.2 book - Part 106 of 181
The Ring programming language version 1.5.2 book - Part 106 of 181
Ā 
The Ring programming language version 1.5.3 book - Part 138 of 184
The Ring programming language version 1.5.3 book - Part 138 of 184The Ring programming language version 1.5.3 book - Part 138 of 184
The Ring programming language version 1.5.3 book - Part 138 of 184
Ā 
The Ring programming language version 1.7 book - Part 140 of 196
The Ring programming language version 1.7 book - Part 140 of 196The Ring programming language version 1.7 book - Part 140 of 196
The Ring programming language version 1.7 book - Part 140 of 196
Ā 
The Ring programming language version 1.8 book - Part 178 of 202
The Ring programming language version 1.8 book - Part 178 of 202The Ring programming language version 1.8 book - Part 178 of 202
The Ring programming language version 1.8 book - Part 178 of 202
Ā 
The Ring programming language version 1.8 book - Part 155 of 202
The Ring programming language version 1.8 book - Part 155 of 202The Ring programming language version 1.8 book - Part 155 of 202
The Ring programming language version 1.8 book - Part 155 of 202
Ā 
The Ring programming language version 1.9 book - Part 172 of 210
The Ring programming language version 1.9 book - Part 172 of 210 The Ring programming language version 1.9 book - Part 172 of 210
The Ring programming language version 1.9 book - Part 172 of 210
Ā 
The Ring programming language version 1.6 book - Part 131 of 189
The Ring programming language version 1.6 book - Part 131 of 189The Ring programming language version 1.6 book - Part 131 of 189
The Ring programming language version 1.6 book - Part 131 of 189
Ā 
The Ring programming language version 1.8 book - Part 159 of 202
The Ring programming language version 1.8 book - Part 159 of 202The Ring programming language version 1.8 book - Part 159 of 202
The Ring programming language version 1.8 book - Part 159 of 202
Ā 
The Ring programming language version 1.9 book - Part 176 of 210
The Ring programming language version 1.9 book - Part 176 of 210The Ring programming language version 1.9 book - Part 176 of 210
The Ring programming language version 1.9 book - Part 176 of 210
Ā 
The Ring programming language version 1.5 book - Part 18 of 31
The Ring programming language version 1.5 book - Part 18 of 31The Ring programming language version 1.5 book - Part 18 of 31
The Ring programming language version 1.5 book - Part 18 of 31
Ā 
The Ring programming language version 1.9 book - Part 199 of 210
The Ring programming language version 1.9 book - Part 199 of 210The Ring programming language version 1.9 book - Part 199 of 210
The Ring programming language version 1.9 book - Part 199 of 210
Ā 

Similar to The Ring programming language version 1.5.3 book - Part 156 of 194

The Ring programming language version 1.5.1 book - Part 105 of 180
The Ring programming language version 1.5.1 book - Part 105 of 180The Ring programming language version 1.5.1 book - Part 105 of 180
The Ring programming language version 1.5.1 book - Part 105 of 180Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.1 book - Part 133 of 180
The Ring programming language version 1.5.1 book - Part 133 of 180 The Ring programming language version 1.5.1 book - Part 133 of 180
The Ring programming language version 1.5.1 book - Part 133 of 180 Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.7 book - Part 168 of 196
The Ring programming language version 1.7 book - Part 168 of 196The Ring programming language version 1.7 book - Part 168 of 196
The Ring programming language version 1.7 book - Part 168 of 196Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 118 of 185
The Ring programming language version 1.5.4 book - Part 118 of 185The Ring programming language version 1.5.4 book - Part 118 of 185
The Ring programming language version 1.5.4 book - Part 118 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.3 book - Part 142 of 184
The Ring programming language version 1.5.3 book - Part 142 of 184The Ring programming language version 1.5.3 book - Part 142 of 184
The Ring programming language version 1.5.3 book - Part 142 of 184Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.2 book - Part 134 of 181
The Ring programming language version 1.5.2 book - Part 134 of 181The Ring programming language version 1.5.2 book - Part 134 of 181
The Ring programming language version 1.5.2 book - Part 134 of 181Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.4 book - Part 161 of 185
The Ring programming language version 1.5.4 book - Part 161 of 185The Ring programming language version 1.5.4 book - Part 161 of 185
The Ring programming language version 1.5.4 book - Part 161 of 185Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5 book - Part 25 of 31
The Ring programming language version 1.5 book - Part 25 of 31The Ring programming language version 1.5 book - Part 25 of 31
The Ring programming language version 1.5 book - Part 25 of 31Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.5.1 book - Part 143 of 180
The Ring programming language version 1.5.1 book - Part 143 of 180 The Ring programming language version 1.5.1 book - Part 143 of 180
The Ring programming language version 1.5.1 book - Part 143 of 180 Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.6 book - Part 150 of 189
The Ring programming language version 1.6 book - Part 150 of 189The Ring programming language version 1.6 book - Part 150 of 189
The Ring programming language version 1.6 book - Part 150 of 189Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212Mahmoud Samir Fayed
Ā 

Similar to The Ring programming language version 1.5.3 book - Part 156 of 194 (12)

The Ring programming language version 1.5.1 book - Part 105 of 180
The Ring programming language version 1.5.1 book - Part 105 of 180The Ring programming language version 1.5.1 book - Part 105 of 180
The Ring programming language version 1.5.1 book - Part 105 of 180
Ā 
The Ring programming language version 1.5.1 book - Part 133 of 180
The Ring programming language version 1.5.1 book - Part 133 of 180 The Ring programming language version 1.5.1 book - Part 133 of 180
The Ring programming language version 1.5.1 book - Part 133 of 180
Ā 
The Ring programming language version 1.7 book - Part 168 of 196
The Ring programming language version 1.7 book - Part 168 of 196The Ring programming language version 1.7 book - Part 168 of 196
The Ring programming language version 1.7 book - Part 168 of 196
Ā 
The Ring programming language version 1.5.4 book - Part 118 of 185
The Ring programming language version 1.5.4 book - Part 118 of 185The Ring programming language version 1.5.4 book - Part 118 of 185
The Ring programming language version 1.5.4 book - Part 118 of 185
Ā 
The Ring programming language version 1.5.3 book - Part 142 of 184
The Ring programming language version 1.5.3 book - Part 142 of 184The Ring programming language version 1.5.3 book - Part 142 of 184
The Ring programming language version 1.5.3 book - Part 142 of 184
Ā 
The Ring programming language version 1.5.2 book - Part 134 of 181
The Ring programming language version 1.5.2 book - Part 134 of 181The Ring programming language version 1.5.2 book - Part 134 of 181
The Ring programming language version 1.5.2 book - Part 134 of 181
Ā 
The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212The Ring programming language version 1.10 book - Part 207 of 212
The Ring programming language version 1.10 book - Part 207 of 212
Ā 
The Ring programming language version 1.5.4 book - Part 161 of 185
The Ring programming language version 1.5.4 book - Part 161 of 185The Ring programming language version 1.5.4 book - Part 161 of 185
The Ring programming language version 1.5.4 book - Part 161 of 185
Ā 
The Ring programming language version 1.5 book - Part 25 of 31
The Ring programming language version 1.5 book - Part 25 of 31The Ring programming language version 1.5 book - Part 25 of 31
The Ring programming language version 1.5 book - Part 25 of 31
Ā 
The Ring programming language version 1.5.1 book - Part 143 of 180
The Ring programming language version 1.5.1 book - Part 143 of 180 The Ring programming language version 1.5.1 book - Part 143 of 180
The Ring programming language version 1.5.1 book - Part 143 of 180
Ā 
The Ring programming language version 1.6 book - Part 150 of 189
The Ring programming language version 1.6 book - Part 150 of 189The Ring programming language version 1.6 book - Part 150 of 189
The Ring programming language version 1.6 book - Part 150 of 189
Ā 
The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212The Ring programming language version 1.10 book - Part 197 of 212
The Ring programming language version 1.10 book - Part 197 of 212
Ā 

More from Mahmoud Samir Fayed

The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 191 of 212
The Ring programming language version 1.10 book - Part 191 of 212The Ring programming language version 1.10 book - Part 191 of 212
The Ring programming language version 1.10 book - Part 191 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 190 of 212
The Ring programming language version 1.10 book - Part 190 of 212The Ring programming language version 1.10 book - Part 190 of 212
The Ring programming language version 1.10 book - Part 190 of 212Mahmoud Samir Fayed
Ā 
The Ring programming language version 1.10 book - Part 189 of 212
The Ring programming language version 1.10 book - Part 189 of 212The Ring programming language version 1.10 book - Part 189 of 212
The Ring programming language version 1.10 book - Part 189 of 212Mahmoud Samir Fayed
Ā 

More from Mahmoud Samir Fayed (20)

The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212The Ring programming language version 1.10 book - Part 212 of 212
The Ring programming language version 1.10 book - Part 212 of 212
Ā 
The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212The Ring programming language version 1.10 book - Part 211 of 212
The Ring programming language version 1.10 book - Part 211 of 212
Ā 
The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212The Ring programming language version 1.10 book - Part 210 of 212
The Ring programming language version 1.10 book - Part 210 of 212
Ā 
The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212The Ring programming language version 1.10 book - Part 208 of 212
The Ring programming language version 1.10 book - Part 208 of 212
Ā 
The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212The Ring programming language version 1.10 book - Part 205 of 212
The Ring programming language version 1.10 book - Part 205 of 212
Ā 
The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212The Ring programming language version 1.10 book - Part 206 of 212
The Ring programming language version 1.10 book - Part 206 of 212
Ā 
The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212The Ring programming language version 1.10 book - Part 204 of 212
The Ring programming language version 1.10 book - Part 204 of 212
Ā 
The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212The Ring programming language version 1.10 book - Part 203 of 212
The Ring programming language version 1.10 book - Part 203 of 212
Ā 
The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212The Ring programming language version 1.10 book - Part 202 of 212
The Ring programming language version 1.10 book - Part 202 of 212
Ā 
The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212The Ring programming language version 1.10 book - Part 201 of 212
The Ring programming language version 1.10 book - Part 201 of 212
Ā 
The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212The Ring programming language version 1.10 book - Part 200 of 212
The Ring programming language version 1.10 book - Part 200 of 212
Ā 
The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212The Ring programming language version 1.10 book - Part 199 of 212
The Ring programming language version 1.10 book - Part 199 of 212
Ā 
The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212The Ring programming language version 1.10 book - Part 198 of 212
The Ring programming language version 1.10 book - Part 198 of 212
Ā 
The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212The Ring programming language version 1.10 book - Part 196 of 212
The Ring programming language version 1.10 book - Part 196 of 212
Ā 
The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212The Ring programming language version 1.10 book - Part 195 of 212
The Ring programming language version 1.10 book - Part 195 of 212
Ā 
The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212The Ring programming language version 1.10 book - Part 194 of 212
The Ring programming language version 1.10 book - Part 194 of 212
Ā 
The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212The Ring programming language version 1.10 book - Part 193 of 212
The Ring programming language version 1.10 book - Part 193 of 212
Ā 
The Ring programming language version 1.10 book - Part 191 of 212
The Ring programming language version 1.10 book - Part 191 of 212The Ring programming language version 1.10 book - Part 191 of 212
The Ring programming language version 1.10 book - Part 191 of 212
Ā 
The Ring programming language version 1.10 book - Part 190 of 212
The Ring programming language version 1.10 book - Part 190 of 212The Ring programming language version 1.10 book - Part 190 of 212
The Ring programming language version 1.10 book - Part 190 of 212
Ā 
The Ring programming language version 1.10 book - Part 189 of 212
The Ring programming language version 1.10 book - Part 189 of 212The Ring programming language version 1.10 book - Part 189 of 212
The Ring programming language version 1.10 book - Part 189 of 212
Ā 

Recently uploaded

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
Ā 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
Ā 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĆŗjo
Ā 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
Ā 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
Ā 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
Ā 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
Ā 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
Ā 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
Ā 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
Ā 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
Ā 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
Ā 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
Ā 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
Ā 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
Ā 

Recently uploaded (20)

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Ā 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
Ā 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Ā 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Ā 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
Ā 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Ā 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Ā 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
Ā 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
Ā 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
Ā 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
Ā 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
Ā 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
Ā 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
Ā 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
Ā 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
Ā 

The Ring programming language version 1.5.3 book - Part 156 of 194

  • 1. Ring Documentation, Release 1.5.3 ā€¢ void glCallList(GLuint list) ā€¢ void glCallLists(GLsizei n,GLenum type,const GLvoid * lists) ā€¢ void glClear(GLbitļ¬eld mask) ā€¢ void glClearAccum(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue,GLļ¬‚oat alpha) ā€¢ void glClearColor(GLclampf red,GLclampf green,GLclampf blue,GLclampf alpha) ā€¢ void glClearDepth(GLclampd depth) ā€¢ void glClearIndex(GLļ¬‚oat c) ā€¢ void glClearStencil(GLint s) ā€¢ void glClientActiveTexture(GLenum texture) ā€¢ void glClipPlane(GLenum plane,const GLdouble * equation) ā€¢ void glColor3b(GLbyte red,GLbyte green,GLbyte blue) ā€¢ void glColor3s(GLshort red,GLshort green,GLshort blue) ā€¢ void glColor3i(GLint red,GLint green,GLint blue) ā€¢ void glColor3f(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue) ā€¢ void glColor3d(GLdouble red,GLdouble green,GLdouble blue) ā€¢ void glColor3ub(GLubyte red,GLubyte green,GLubyte blue) ā€¢ void glColor3us(GLushort red,GLushort green,GLushort blue) ā€¢ void glColor3ui(GLuint red,GLuint green,GLuint blue) ā€¢ void glColor4b(GLbyte red,GLbyte green,GLbyte blue,GLbyte alpha) ā€¢ void glColor4s(GLshort red,GLshort green,GLshort blue,GLshort alpha) ā€¢ void glColor4i(GLint red,GLint green,GLint blue,GLint alpha) ā€¢ void glColor4f(GLļ¬‚oat red,GLļ¬‚oat green,GLļ¬‚oat blue,GLļ¬‚oat alpha) ā€¢ void glColor4d(GLdouble red,GLdouble green,GLdouble blue,GLdouble alpha) ā€¢ void glColor4ub(GLubyte red,GLubyte green,GLubyte blue,GLubyte alpha) ā€¢ void glColor4us(GLushort red,GLushort green,GLushort blue,GLushort alpha) ā€¢ void glColor4ui(GLuint red,GLuint green,GLuint blue,GLuint alpha) ā€¢ void glColor3bv(const GLbyte * v) ā€¢ void glColor3sv(const GLshort * v) ā€¢ void glColor3iv(const GLint * v) ā€¢ void glColor3fv(const GLļ¬‚oat * v) ā€¢ void glColor3dv(const GLdouble * v) ā€¢ void glColor3ubv(const GLubyte * v) ā€¢ void glColor3usv(const GLushort * v) ā€¢ void glColor3uiv(const GLuint * v) ā€¢ void glColor4bv(const GLbyte * v) ā€¢ void glColor4sv(const GLshort * v) 1425
  • 2. Ring Documentation, Release 1.5.3 ā€¢ void glColor4iv(const GLint * v) ā€¢ void glColor4fv(const GLļ¬‚oat * v) ā€¢ void glColor4dv(const GLdouble * v) ā€¢ void glColor4ubv(const GLubyte * v) ā€¢ void glColor4usv(const GLushort * v) ā€¢ void glColor4uiv(const GLuint * v) ā€¢ void glColorMask(GLboolean red,GLboolean green,GLboolean blue,GLboolean alpha) ā€¢ void glColorMaterial(GLenum face,GLenum mode) ā€¢ void glColorPointer(GLint size,GLenum type,GLsizei stride,const GLvoid * pointer) ā€¢ void glColorSubTable(GLenum target,GLsizei start,GLsizei count,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glColorTable(GLenum target,GLenum internalformat,GLsizei width,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glColorTableParameterfv(GLenum target,GLenum pname,const GLļ¬‚oat * params) ā€¢ void glColorTableParameteriv(GLenum target,GLenum pname,const GLint * params) ā€¢ void glCompileShader(GLuint shader) ā€¢ void glCompressedTexImage1D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLint bor- der,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexImage2D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLsizei height,GLint border,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexImage3D(GLenum target,GLint level,GLenum internalformat,GLsizei width,GLsizei height,GLsizei depth,GLint border,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexSubImage1D(GLenum target,GLint level,GLint xoffset,GLsizei width,GLenum for- mat,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexSubImage2D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLsizei width,GLsizei height,GLenum format,GLsizei imageSize,const GLvoid * data) ā€¢ void glCompressedTexSubImage3D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint zoff- set,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLsizei imageSize,const GLvoid * data) ā€¢ void glConvolutionFilter1D(GLenum target,GLenum internalformat,GLsizei width,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glConvolutionFilter2D(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glConvolutionParameterf(GLenum target,GLenum pname,GLļ¬‚oat params) ā€¢ void glConvolutionParameteri(GLenum target,GLenum pname,GLint params) ā€¢ void glConvolutionParameterfv(GLenum target,GLenum pname,const GLļ¬‚oat * params) ā€¢ void glConvolutionParameteriv(GLenum target,GLenum pname,const GLint * params) ā€¢ void glCopyColorSubTable(GLenum target,GLsizei start,GLint x,GLint y,GLsizei width) ā€¢ void glCopyColorTable(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width) ā€¢ void glCopyConvolutionFilter1D(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width) 1426
  • 3. Ring Documentation, Release 1.5.3 ā€¢ void glCopyConvolutionFilter2D(GLenum target,GLenum internalformat,GLint x,GLint y,GLsizei width,GLsizei height) ā€¢ void glCopyPixels(GLint x,GLint y,GLsizei width,GLsizei height,GLenum type) ā€¢ void glCopyTexImage1D(GLenum target,GLint level,GLenum internalformat,GLint x,GLint y,GLsizei width,GLint border) ā€¢ void glCopyTexImage2D(GLenum target,GLint level,GLenum internalformat,GLint x,GLint y,GLsizei width,GLsizei height,GLint border) ā€¢ void glCopyTexSubImage1D(GLenum target,GLint level,GLint xoffset,GLint x,GLint y,GLsizei width) ā€¢ void glCopyTexSubImage2D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint x,GLint y,GLsizei width,GLsizei height) ā€¢ void glCopyTexSubImage3D(GLenum target,GLint level,GLint xoffset,GLint yoffset,GLint zoffset,GLint x,GLint y,GLsizei width,GLsizei height) ā€¢ GLuint glCreateProgram(void) ā€¢ GLuint glCreateShader(GLenum shaderType) ā€¢ void glCullFace(GLenum mode) ā€¢ void glDeleteBuffers(GLsizei n,const GLuint * buffers) ā€¢ void glDeleteLists(GLuint list,GLsizei range) ā€¢ void glDeleteProgram(GLuint program) ā€¢ void glDeleteQueries(GLsizei n,const GLuint * ids) ā€¢ void glDeleteShader(GLuint shader) ā€¢ void glDeleteTextures(GLsizei n,const GLuint * textures) ā€¢ void glDepthFunc(GLenum func) ā€¢ void glDepthMask(GLboolean ļ¬‚ag) ā€¢ void glDepthRange(GLclampd nearVal,GLclampd farVal) ā€¢ void glDetachShader(GLuint program,GLuint shader) ā€¢ void glEnable(GLenum cap) ā€¢ void glEnableClientState(GLenum cap) ā€¢ void glEnableVertexAttribArray(GLuint index) ā€¢ void glDisableVertexAttribArray(GLuint index) ā€¢ void glDrawArrays(GLenum mode,GLint ļ¬rst,GLsizei count) ā€¢ void glDrawBuffer(GLenum mode) ā€¢ void glDrawBuffers(GLsizei n,const GLenum *bufs) ā€¢ void glDrawElements(GLenum mode,GLsizei count,GLenum type,const GLvoid * indices) ā€¢ void glDrawPixels(GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * data) ā€¢ void glDrawRangeElements(GLenum mode,GLuint start,GLuint end,GLsizei count,GLenum type,const GLvoid * indices) ā€¢ void glEdgeFlag(GLboolean ļ¬‚ag) ā€¢ void glEdgeFlagPointer(GLsizei stride,const GLvoid * pointer) 1427
  • 4. Ring Documentation, Release 1.5.3 ā€¢ void glEnd(void) ā€¢ void glEndList(void) ā€¢ void glEndQuery(GLenum target) ā€¢ void glEvalCoord1f(GLļ¬‚oat u) ā€¢ void glEvalCoord1d(GLdouble u) ā€¢ void glEvalCoord2f(GLļ¬‚oat u,GLļ¬‚oat v) ā€¢ void glEvalCoord2d(GLdouble u,GLdouble v) ā€¢ void glEvalMesh1(GLenum mode,GLint i1,GLint i2) ā€¢ void glEvalPoint1(GLint i) ā€¢ void glEvalPoint2(GLint i,GLint j) ā€¢ void glFeedbackBuffer(GLsizei size,GLenum type,GLļ¬‚oat * buffer) ā€¢ void glFinish(void) ā€¢ void glFlush(void) ā€¢ void glFogf(GLenum pname,GLļ¬‚oat param) ā€¢ void glFogi(GLenum pname,GLint param) ā€¢ void glFogfv(GLenum pname,const GLļ¬‚oat * params) ā€¢ void glFogiv(GLenum pname,const GLint * params) ā€¢ void glFogCoordd(GLdouble coord) ā€¢ void glFogCoordf(GLļ¬‚oat coord) ā€¢ void glFogCoorddv(GLdouble * coord) ā€¢ void glFogCoordfv(GLļ¬‚oat * coord) ā€¢ void glFogCoordPointer(GLenum type,GLsizei stride,GLvoid * pointer) ā€¢ void glFrontFace(GLenum mode) ā€¢ void glFrustum(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearVal,GLdouble farVal) ā€¢ void glGenBuffers(GLsizei n,GLuint * buffers) ā€¢ GLuint glGenLists(GLsizei range) ā€¢ void glGenQueries(GLsizei n,GLuint * ids) ā€¢ void glGenTextures(GLsizei n,GLuint * textures) ā€¢ void glGetBooleanv(GLenum pname,GLboolean * params) ā€¢ void glGetDoublev(GLenum pname,GLdouble * params) ā€¢ void glGetFloatv(GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetIntegerv(GLenum pname,GLint * params) ā€¢ void glGetActiveAttrib(GLuint program,GLuint index,GLsizei bufSize,GLsizei *length,GLint *size,GLenum *type,GLchar *name) ā€¢ void glGetActiveUniform(GLuint program,GLuint index,GLsizei bufSize,GLsizei *length,GLint *size,GLenum *type,GLchar *name) 1428
  • 5. Ring Documentation, Release 1.5.3 ā€¢ void glGetAttachedShaders(GLuint program,GLsizei maxCount,GLsizei *count,GLuint *shaders) ā€¢ GLint glGetAttribLocation(GLuint program,const GLchar *name) ā€¢ void glGetBufferParameteriv(GLenum target,GLenum value,GLint * data) ā€¢ void glGetBufferPointerv(GLenum target,GLenum pname,GLvoid ** params) ā€¢ void glGetBufferSubData(GLenum target,GLintptr offset,GLsizeiptr size,GLvoid * data) ā€¢ void glGetClipPlane(GLenum plane,GLdouble * equation) ā€¢ void glGetColorTable(GLenum target,GLenum format,GLenum type,GLvoid * table) ā€¢ void glGetColorTableParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetColorTableParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetCompressedTexImage(GLenum target,GLint lod,GLvoid * img) ā€¢ void glGetConvolutionFilter(GLenum target,GLenum format,GLenum type,GLvoid * image) ā€¢ void glGetConvolutionParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetConvolutionParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ GLenum glGetError(void) ā€¢ void glGetHistogram(GLenum target,GLboolean reset,GLenum format,GLenum type,GLvoid * values) ā€¢ void glGetHistogramParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetHistogramParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetLightfv(GLenum light,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetLightiv(GLenum light,GLenum pname,GLint * params) ā€¢ void glGetMapdv(GLenum target,GLenum query,GLdouble * v) ā€¢ void glGetMapfv(GLenum target,GLenum query,GLļ¬‚oat * v) ā€¢ void glGetMapiv(GLenum target,GLenum query,GLint * v) ā€¢ void glGetMaterialfv(GLenum face,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetMaterialiv(GLenum face,GLenum pname,GLint * params) ā€¢ void glGetMinmax(GLenum target,GLboolean reset,GLenum format,GLenum types,GLvoid * values) ā€¢ void glGetMinmaxParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetMinmaxParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetPixelMapfv(GLenum map,GLļ¬‚oat * data) ā€¢ void glGetPixelMapuiv(GLenum map,GLuint * data) ā€¢ void glGetPixelMapusv(GLenum map,GLushort * data) ā€¢ void glGetPointerv(GLenum pname,GLvoid ** params) ā€¢ void glGetPolygonStipple(GLubyte * pattern) ā€¢ void glGetProgramiv(GLuint program,GLenum pname,GLint *params) ā€¢ void glGetProgramInfoLog(GLuint program,GLsizei maxLength,GLsizei *length,GLchar *infoLog) ā€¢ void glGetQueryObjectiv(GLuint id,GLenum pname,GLint * params) ā€¢ void glGetQueryObjectuiv(GLuint id,GLenum pname,GLuint * params) 1429
  • 6. Ring Documentation, Release 1.5.3 ā€¢ void glGetQueryiv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetSeparableFilter(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * col- umn,GLvoid * span) ā€¢ void glGetShaderiv(GLuint shader,GLenum pname,GLint *params) ā€¢ void glGetShaderInfoLog(GLuint shader,GLsizei maxLength,GLsizei *length,GLchar *infoLog) ā€¢ void glGetShaderSource(GLuint shader,GLsizei bufSize,GLsizei *length,GLchar *source) ā€¢ const GLubyte* glGetString(GLenum name) ā€¢ void glGetTexEnvfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetTexEnviv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetTexGendv(GLenum coord,GLenum pname,GLdouble * params) ā€¢ void glGetTexGenfv(GLenum coord,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetTexGeniv(GLenum coord,GLenum pname,GLint * params) ā€¢ void glGetTexImage(GLenum target,GLint level,GLenum format,GLenum type,GLvoid * img) ā€¢ void glGetTexLevelParameterfv(GLenum target,GLint level,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetTexLevelParameteriv(GLenum target,GLint level,GLenum pname,GLint * params) ā€¢ void glGetTexParameterfv(GLenum target,GLenum pname,GLļ¬‚oat * params) ā€¢ void glGetTexParameteriv(GLenum target,GLenum pname,GLint * params) ā€¢ void glGetUniformfv(GLuint program,GLint location,GLļ¬‚oat *params) ā€¢ void glGetUniformiv(GLuint program,GLint location,GLint *params) ā€¢ GLint glGetUniformLocation(GLuint program,const GLchar *name) ā€¢ void glGetVertexAttribdv(GLuint index,GLenum pname,GLdouble *params) ā€¢ void glGetVertexAttribfv(GLuint index,GLenum pname,GLļ¬‚oat *params) ā€¢ void glGetVertexAttribiv(GLuint index,GLenum pname,GLint *params) ā€¢ void glGetVertexAttribPointerv(GLuint index,GLenum pname,GLvoid **pointer) ā€¢ void glHint(GLenum target,GLenum mode) ā€¢ void glHistogram(GLenum target,GLsizei width,GLenum internalformat,GLboolean sink) ā€¢ void glIndexs(GLshort c) ā€¢ void glIndexi(GLint c) ā€¢ void glIndexf(GLļ¬‚oat c) ā€¢ void glIndexd(GLdouble c) ā€¢ void glIndexub(GLubyte c) ā€¢ void glIndexsv(const GLshort * c) ā€¢ void glIndexiv(const GLint * c) ā€¢ void glIndexfv(const GLļ¬‚oat * c) ā€¢ void glIndexdv(const GLdouble * c) ā€¢ void glIndexubv(const GLubyte * c) 1430
  • 7. Ring Documentation, Release 1.5.3 ā€¢ void glIndexMask(GLuint mask) ā€¢ void glIndexPointer(GLenum type,GLsizei stride,const GLvoid * pointer) ā€¢ void glInitNames(void) ā€¢ void glInterleavedArrays(GLenum format,GLsizei stride,const GLvoid * pointer) ā€¢ GLboolean glIsBuffer(GLuint buffer) ā€¢ GLboolean glIsEnabled(GLenum cap) ā€¢ GLboolean glIsList(GLuint list) ā€¢ GLboolean glIsProgram(GLuint program) ā€¢ GLboolean glIsQuery(GLuint id) ā€¢ GLboolean glIsShader(GLuint shader) ā€¢ GLboolean glIsTexture(GLuint texture) ā€¢ void glLightf(GLenum light,GLenum pname,GLļ¬‚oat param) ā€¢ void glLighti(GLenum light,GLenum pname,GLint param) ā€¢ void glLightfv(GLenum light,GLenum pname,const GLļ¬‚oat * params) ā€¢ void glLightiv(GLenum light,GLenum pname,const GLint * params) ā€¢ void glLightModelf(GLenum pname,GLļ¬‚oat param) ā€¢ void glLightModeli(GLenum pname,GLint param) ā€¢ void glLightModelfv(GLenum pname,const GLļ¬‚oat * params) ā€¢ void glLightModeliv(GLenum pname,const GLint * params) ā€¢ void glLineStipple(GLint factor,GLushort pattern) ā€¢ void glLineWidth(GLļ¬‚oat width) ā€¢ void glLinkProgram(GLuint program) ā€¢ void glListBase(GLuint base) ā€¢ void glLoadIdentity(void) ā€¢ void glLoadMatrixd(const GLdouble * m) ā€¢ void glLoadMatrixf(const GLļ¬‚oat * m) ā€¢ void glLoadName(GLuint name) ā€¢ void glLoadTransposeMatrixd(const GLdouble * m) ā€¢ void glLoadTransposeMatrixf(const GLļ¬‚oat * m) ā€¢ void glLogicOp(GLenum opcode) ā€¢ void glMap1f(GLenum target,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint stride,GLint order,const GLļ¬‚oat * points) ā€¢ void glMap1d(GLenum target,GLdouble u1,GLdouble u2,GLint stride,GLint order,const GLdouble * points) ā€¢ void glMap2f(GLenum target,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint ustride,GLint uorder,GLļ¬‚oat v1,GLļ¬‚oat v2,GLint vstride,GLint vorder,const GLļ¬‚oat * points) ā€¢ void glMap2d(GLenum target,GLdouble u1,GLdouble u2,GLint ustride,GLint uorder,GLdouble v1,GLdouble v2,GLint vstride,GLint vorder,const GLdouble * points) ā€¢ void * glMapBuffer(GLenum target,GLenum access) 1431
  • 8. Ring Documentation, Release 1.5.3 ā€¢ void glMapGrid1d(GLint un,GLdouble u1,GLdouble u2) ā€¢ void glMapGrid1f(GLint un,GLļ¬‚oat u1,GLļ¬‚oat u2) ā€¢ void glMapGrid2d(GLint un,GLdouble u1,GLdouble u2,GLint vn,GLdouble v1,GLdouble v2) ā€¢ void glMapGrid2f(GLint un,GLļ¬‚oat u1,GLļ¬‚oat u2,GLint vn,GLļ¬‚oat v1,GLļ¬‚oat v2) ā€¢ void glMaterialf(GLenum face,GLenum pname,GLļ¬‚oat param) ā€¢ void glMateriali(GLenum face,GLenum pname,GLint param) ā€¢ void glMatrixMode(GLenum mode) ā€¢ void glMinmax(GLenum target,GLenum internalformat,GLboolean sink) ā€¢ void glMultMatrixd(const GLdouble * m) ā€¢ void glMultMatrixf(const GLļ¬‚oat * m) ā€¢ void glMultTransposeMatrixd(const GLdouble * m) ā€¢ void glMultTransposeMatrixf(const GLļ¬‚oat * m) ā€¢ void glMultiDrawArrays(GLenum mode,GLint * ļ¬rst,GLsizei * count,GLsizei primcount) ā€¢ void glMultiDrawElements(GLenum mode,const GLsizei * count,GLenum type,const GLvoid ** in- dices,GLsizei primcount) ā€¢ void glMultiTexCoord1s(GLenum target,GLshort s) ā€¢ void glMultiTexCoord1i(GLenum target,GLint s) ā€¢ void glMultiTexCoord1f(GLenum target,GLļ¬‚oat s) ā€¢ void glMultiTexCoord1d(GLenum target,GLdouble s) ā€¢ void glMultiTexCoord2s(GLenum target,GLshort s,GLshort t) ā€¢ void glMultiTexCoord2i(GLenum target,GLint s,GLint t) ā€¢ void glMultiTexCoord2f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t) ā€¢ void glMultiTexCoord2d(GLenum target,GLdouble s,GLdouble t) ā€¢ void glMultiTexCoord3s(GLenum target,GLshort s,GLshort t,GLshort r) ā€¢ void glMultiTexCoord3i(GLenum target,GLint s,GLint t,GLint r) ā€¢ void glMultiTexCoord3f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t,GLļ¬‚oat r) ā€¢ void glMultiTexCoord3d(GLenum target,GLdouble s,GLdouble t,GLdouble r) ā€¢ void glMultiTexCoord4s(GLenum target,GLshort s,GLshort t,GLshort r,GLshort q) ā€¢ void glMultiTexCoord4i(GLenum target,GLint s,GLint t,GLint r,GLint q) ā€¢ void glMultiTexCoord4f(GLenum target,GLļ¬‚oat s,GLļ¬‚oat t,GLļ¬‚oat r,GLļ¬‚oat q) ā€¢ void glMultiTexCoord4d(GLenum target,GLdouble s,GLdouble t,GLdouble r,GLdouble q) ā€¢ void glMultiTexCoord1sv(GLenum target,const GLshort * v) ā€¢ void glMultiTexCoord1iv(GLenum target,const GLint * v) ā€¢ void glMultiTexCoord1fv(GLenum target,const GLļ¬‚oat * v) ā€¢ void glMultiTexCoord1dv(GLenum target,const GLdouble * v) ā€¢ void glMultiTexCoord2sv(GLenum target,const GLshort * v) 1432
  • 9. Ring Documentation, Release 1.5.3 ā€¢ void glMultiTexCoord2iv(GLenum target,const GLint * v) ā€¢ void glMultiTexCoord2fv(GLenum target,const GLļ¬‚oat * v) ā€¢ void glMultiTexCoord2dv(GLenum target,const GLdouble * v) ā€¢ void glMultiTexCoord3sv(GLenum target,const GLshort * v) ā€¢ void glMultiTexCoord3iv(GLenum target,const GLint * v) ā€¢ void glMultiTexCoord3fv(GLenum target,const GLļ¬‚oat * v) ā€¢ void glMultiTexCoord3dv(GLenum target,const GLdouble * v) ā€¢ void glMultiTexCoord4sv(GLenum target,const GLshort * v) ā€¢ void glMultiTexCoord4iv(GLenum target,const GLint * v) ā€¢ void glMultiTexCoord4fv(GLenum target,const GLļ¬‚oat * v) ā€¢ void glMultiTexCoord4dv(GLenum target,const GLdouble * v) ā€¢ void glNewList(GLuint list,GLenum mode) ā€¢ void glNormal3b(GLbyte nx,GLbyte ny,GLbyte nz) ā€¢ void glNormal3d(GLdouble nx,GLdouble ny,GLdouble nz) ā€¢ void glNormal3f(GLļ¬‚oat nx,GLļ¬‚oat ny,GLļ¬‚oat nz) ā€¢ void glNormal3i(GLint nx,GLint ny,GLint nz) ā€¢ void glNormal3s(GLshort nx,GLshort ny,GLshort nz) ā€¢ void glNormal3bv(const GLbyte * v) ā€¢ void glNormal3dv(const GLdouble * v) ā€¢ void glNormal3fv(const GLļ¬‚oat * v) ā€¢ void glNormal3iv(const GLint * v) ā€¢ void glNormal3sv(const GLshort * v) ā€¢ void glNormalPointer(GLenum type,GLsizei stride,const GLvoid * pointer) ā€¢ void glOrtho(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearVal,GLdouble far- Val) ā€¢ void glPassThrough(GLļ¬‚oat token) ā€¢ void glPixelMapfv(GLenum map,GLsizei mapsize,const GLļ¬‚oat * values) ā€¢ void glPixelMapuiv(GLenum map,GLsizei mapsize,const GLuint * values) ā€¢ void glPixelMapusv(GLenum map,GLsizei mapsize,const GLushort * values) ā€¢ void glPixelStoref(GLenum pname,GLļ¬‚oat param) ā€¢ void glPixelStorei(GLenum pname,GLint param) ā€¢ void glPixelTransferf(GLenum pname,GLļ¬‚oat param) ā€¢ void glPixelTransferi(GLenum pname,GLint param) ā€¢ void glPixelZoom(GLļ¬‚oat xfactor,GLļ¬‚oat yfactor) ā€¢ void glPointParameterf(GLenum pname,GLļ¬‚oat param) ā€¢ void glPointParameteri(GLenum pname,GLint param) 1433
  • 10. Ring Documentation, Release 1.5.3 ā€¢ void glPointSize(GLļ¬‚oat size) ā€¢ void glPolygonMode(GLenum face,GLenum mode) ā€¢ void glPolygonOffset(GLļ¬‚oat factor,GLļ¬‚oat units) ā€¢ void glPolygonStipple(const GLubyte * pattern) ā€¢ void glPushAttrib(GLbitļ¬eld mask) ā€¢ void glPushClientAttrib(GLbitļ¬eld mask) ā€¢ void glPushMatrix(void) ā€¢ void glPushName(GLuint name) ā€¢ void glPrioritizeTextures(GLsizei n,const GLuint * textures,const GLclampf * priorities) ā€¢ void glPopMatrix(void) ā€¢ void glRasterPos2s(GLshort x,GLshort y) ā€¢ void glRasterPos2i(GLint x,GLint y) ā€¢ void glRasterPos2f(GLļ¬‚oat x,GLļ¬‚oat y) ā€¢ void glRasterPos2d(GLdouble x,GLdouble y) ā€¢ void glRasterPos3s(GLshort x,GLshort y,GLshort z) ā€¢ void glRasterPos3i(GLint x,GLint y,GLint z) ā€¢ void glRasterPos3f(GLļ¬‚oat x,GLļ¬‚oat y,GLļ¬‚oat z) ā€¢ void glRasterPos3d(GLdouble x,GLdouble y,GLdouble z) ā€¢ void glRasterPos4s(GLshort x,GLshort y,GLshort z,GLshort w) ā€¢ void glRasterPos4i(GLint x,GLint y,GLint z,GLint w) ā€¢ void glRasterPos4f(GLļ¬‚oat x,GLļ¬‚oat y,GLļ¬‚oat z,GLļ¬‚oat w) ā€¢ void glRasterPos4d(GLdouble x,GLdouble y,GLdouble z,GLdouble w) ā€¢ void glReadBuffer(GLenum mode) ā€¢ void glReadPixels(GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,GLvoid * data) ā€¢ void glRectd(GLdouble x1,GLdouble y1,GLdouble x2,GLdouble y2) ā€¢ void glRectf(GLļ¬‚oat x1,GLļ¬‚oat y1,GLļ¬‚oat x2,GLļ¬‚oat y2) ā€¢ void glRecti(GLint x1,GLint y1,GLint x2,GLint y2) ā€¢ void glRects(GLshort x1,GLshort y1,GLshort x2,GLshort y2) ā€¢ void glRectdv(const GLdouble * v1,const GLdouble * v2) ā€¢ void glRectfv(const GLļ¬‚oat * v1,const GLļ¬‚oat * v2) ā€¢ void glRectiv(const GLint * v1,const GLint * v2) ā€¢ void glRectsv(const GLshort * v1,const GLshort * v2) ā€¢ GLint glRenderMode(GLenum mode) ā€¢ void glResetHistogram(GLenum target) ā€¢ void glRotated(GLdouble angle,GLdouble x,GLdouble y,GLdouble z) ā€¢ void glRotatef(GLļ¬‚oat angle,GLļ¬‚oat x,GLļ¬‚oat y,GLļ¬‚oat z) 1434