#include "nvsgcommon.h"
#include "nvgl/nvgl.h"
#include "nvutil/RCObject.h"
#include "nvsg/Texture.h"
#include <map>
#include <string>
#include <algorithm>
#include <utility>
#include "nvgl/GLFunctions.h"
#include "nvgl/GLObjects.h"
Include dependency graph for GLContext.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | nvgl |
Functions | |
void | GLAccum (GLenum op, GLfloat value) |
Replacement of glAccum. | |
void | GLActiveTexture (GLenum texture) |
Replacement of glActiveTexture. | |
void | GLAlphaFunc (GLenum func, GLclampf ref) |
Replacement of glAlphaFunc. | |
GLboolean | GLAreTexturesResident (GLsizei n, const GLuint *textures, GLboolean *residences) |
Replacement of glAreTexturesResident. | |
void | GLArrayElement (GLint i) |
Replacement of glArrayElement. | |
void | GLBegin (GLenum mode) |
Replacement of glBegin. | |
void | GLBeginOcclusionQuery (GLuint id) |
Replacement of glBeginOcclusionQueryNV. | |
void | GLBeginQuery (GLenum target, GLuint id) |
Replacement of glBeginQueryARB. | |
void | GLBindBufferARB (GLenum target, GLuint id) |
Replacement of glBindBufferARB. | |
void | GLBufferDataARB (GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage) |
Replacement of glBufferDataARB. | |
void | GLBufferSubDataARB (GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data) |
Replacement of glBufferSubDataARB. | |
void | GLDeleteBuffersARB (GLsizei n, const GLuint *buffers) |
Replacement of glDeleteBuffersARB. | |
void | GLGenBuffersARB (GLsizei n, GLuint *buffers) |
Replacement of glGenBuffersARB. | |
GLvoid * | GLMapBufferARB (GLenum target, GLenum access) |
Replacement of glMapBufferARB. | |
GLboolean | GLUnmapBufferARB (GLenum target) |
Replacement of glUnmapBufferARB. | |
GLboolean | GLIsBufferARB (GLuint name) |
Replacement of glIsBufferARB. | |
void | GLBindProgram (GLenum target, GLuint id) |
Replacement of glBindProgramNV. | |
void | GLBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) |
Replacement of glBitmap. | |
void | GLBlendFunc (GLenum sfactor, GLenum dfactor) |
Replacement of glBlendFunc. | |
void | GLBindTexture (GLenum target, GLuint texture) |
Replacement of glBindTexture. | |
void | GLCallList (GLuint list) |
Replacement of glCallList. | |
void | GLCallLists (GLsizei n, GLenum type, const GLvoid *lists) |
Replacement of glCallLists. | |
void | GLClear (GLbitfield mask) |
Replacement of glClear. | |
void | GLClearAccum (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
Replacement of glClearAccum. | |
void | GLClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) |
Replacement of glClearColor. | |
void | GLClearDepth (GLclampd depth) |
Replacement of glClearDepth. | |
void | GLClearIndex (GLfloat c) |
Replacement of glClearIndex. | |
void | GLClearStencil (GLint s) |
Replacement of glClearStencil. | |
void | GLClientActiveTexture (GLenum texture) |
Replacement of glClientActiveTexture. | |
void | GLClipPlane (GLenum plane, const GLdouble *equation) |
Replacement of glClipPlane. | |
void | GLColor3b (GLbyte red, GLbyte green, GLbyte blue) |
Replacement of glColor3b. | |
void | GLColor3d (GLdouble red, GLdouble green, GLdouble blue) |
Replacement of glColor3d. | |
void | GLColor3f (GLfloat red, GLfloat green, GLfloat blue) |
Replacement of glColor3f. | |
void | GLColor3fv (const GLfloat *v) |
Replacement of glColor3fv. | |
void | GLColor3i (GLint red, GLint green, GLint blue) |
Replacement of glColor3i. | |
void | GLColor3s (GLshort red, GLshort green, GLshort blue) |
Replacement of glColor3s. | |
void | GLColor3ub (GLubyte red, GLubyte green, GLubyte blue) |
Replacement of glColor3ub. | |
void | GLColor3ui (GLuint red, GLuint green, GLuint blue) |
Replacement of glColor3ui. | |
void | GLColor3us (GLushort red, GLushort green, GLushort blue) |
Replacement of glColor3us. | |
void | GLColor4b (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) |
Replacement of glColor4b. | |
void | GLColor4d (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) |
Replacement of glColor4d. | |
void | GLColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
Replacement of glColor4f. | |
void | GLColor4i (GLint red, GLint green, GLint blue, GLint alpha) |
Replacement of glColor4i. | |
void | GLColor4s (GLshort red, GLshort green, GLshort blue, GLshort alpha) |
Replacement of glColor4s. | |
void | GLColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) |
Replacement of glColor4ub. | |
void | GLColor4ui (GLuint red, GLuint green, GLuint blue, GLuint alpha) |
Replacement of glColor4ui. | |
void | GLColor4us (GLushort red, GLushort green, GLushort blue, GLushort alpha) |
Replacement of glColor4us. | |
void | GLColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) |
Replacement of glColorMask. | |
void | GLColorMaterial (GLenum face, GLenum mode) |
Replacement of glColorMaterial. | |
void | GLColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) |
Replacement of glColorPointer. | |
void | GLCompressedTexImage1D (GLenum target, int level, GLenum internalformat, GLsizei width, int border, GLsizei imageSize, const void *data) |
Replacement of glCompressedTexImage1D. | |
void | GLCompressedTexImage2D (GLenum target, int level, GLenum internalformat, GLsizei width, GLsizei height, int border, GLsizei imageSize, const void *data) |
Replacement of glCompressedTexImage2D. | |
void | GLCompressedTexImage3D (GLenum target, int level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, int border, GLsizei imageSize, const void *data) |
Replacement of glCompressedTexImage3D. | |
void | GLCopyPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) |
Replacement of glCopyPixels. | |
void | GLCopyTexImage1D (GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLint border) |
Replacement of glCopyTexImage1D. | |
void | GLCopyTexImage2D (GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) |
Replacement of glCopyTexImage2D. | |
void | GLCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) |
Replacement of glCopyTexSubImage1D. | |
void | GLCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) |
Replacement of glCopyTexSubImage2D. | |
void | GLCullFace (GLenum mode) |
Replacement of glCullFace. | |
void | GLDeleteLists (GLuint list, GLsizei range) |
Replacement of glDeleteLists. | |
void | GLDeleteOcclusionQueries (GLsizei n, const GLuint *ids) |
Replacement of glDeleteOcclusionQueriesNV. | |
void | GLDeletePrograms (GLsizei n, const GLuint *ids) |
Replacement of glDeleteProgramsNV. | |
void | GLDeleteQueries (GLsizei n, const GLuint *ids) |
Replacement of glDeleteQueriesARB. | |
void | GLDeleteTextures (GLsizei n, const GLuint *textures) |
Replacement of glDeleteTextures. | |
void | GLDepthFunc (GLenum func) |
Replacement of glDepthFunc. | |
void | GLDepthMask (GLboolean flag) |
Replacement of glDepthMask. | |
void | GLDepthRange (GLclampd znear, GLclampd zfar) |
Replacement of glDepthRange. | |
void | GLDisable (GLenum cap) |
Replacement of glDisable. | |
void | GLDisableClientState (GLenum array) |
Replacement of glDisableClientState. | |
void | GLDrawArrays (GLenum mode, GLint first, GLsizei count) |
Replacement of glDrawArrays. | |
void | GLDrawBuffer (GLenum mode) |
Replacement of glDrawBuffer. | |
void | GLDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) |
Replacement of glDrawElements. | |
void | GLMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount) |
Replacement of glMultiDrawElements. | |
void | GLDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) |
Replacement of glDrawPixels. | |
void | GLDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) |
Replacement of glDrawRangeElements. | |
void | GLEdgeFlagPointer (GLsizei stride, const GLboolean *pointer) |
Replacement of glEdgeFlagPointer. | |
void | GLEdgeFlag (GLboolean flag) |
Replacement of glEdgeFlag. | |
void | GLEdgeFlagv (const GLboolean *flag) |
Replacement of glEdgeFlagv. | |
void | GLEnable (GLenum cap) |
Replacement of glEnable. | |
void | GLEnableClientState (GLenum array) |
Replacement of glEnableClientState. | |
void | GLEnd (void) |
Replacement of glEnd. | |
void | GLEndList (void) |
Replacement of glEndList. | |
void | GLEndOcclusionQuery (void) |
Replacement of glEndOcclusionQueryNV. | |
void | GLEndQuery (GLenum target) |
Replacement of glEndQueryARB. | |
void | GLEvalCoord1d (GLdouble u) |
Replacement of glEvalCoord1d. | |
void | GLEvalCoord1f (GLfloat u) |
Replacement of glEvalCoord1f. | |
void | GLEvalCoord2d (GLdouble u, GLdouble v) |
Replacement of glEvalCoord2d. | |
void | GLEvalCoord2f (GLfloat u, GLfloat v) |
Replacement of glEvalCoord2f. | |
void | GLEvalMesh1 (GLenum mode, GLint i1, GLint i2) |
Replacement of glEvalMesh1. | |
void | GLEvalMesh2 (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) |
Replacement of glEvalMesh2. | |
void | GLEvalPoint1 (GLint i) |
Replacement of glEvalPoint1. | |
void | GLEvalPoint2 (GLint i, GLint j) |
Replacement of glEvalPoint2. | |
void | GLFeedbackBuffer (GLsizei size, GLenum type, GLfloat *buffer) |
Replacement of glFeedbackBuffer. | |
void | GLFinish (void) |
Replacement of glFinish. | |
void | GLFlush (void) |
Replacement of glFlush. | |
void | GLFogCoordPointer (GLenum type, GLsizei stride, const GLvoid *pointer) |
Replacement of glFogCoordPointer. | |
void | GLFogf (GLenum pname, GLfloat param) |
Replacement of glFogf. | |
void | GLFogfv (GLenum pname, const GLfloat *params) |
Replacement of glFogfv. | |
void | GLFogi (GLenum pname, GLint param) |
Replacement of glFogi. | |
void | GLFogiv (GLenum pname, const GLint *params) |
Replacement of glFogiv. | |
void | GLFrontFace (GLenum mode) |
Replacement of glFrontFace. | |
void | GLFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) |
Replacement of glFrustum. | |
GLuint | GLGenLists (GLsizei range) |
Replacement of glGenLists. | |
void | GLGenOcclusionQueries (GLsizei n, GLuint *ids) |
Replacement of glGenOcclusionQueriesNV. | |
void | GLGenPrograms (GLsizei n, GLuint *ids) |
Replacement of glGenProgramsNV. | |
void | GLGenQueries (GLsizei n, GLuint *ids) |
Replacement of glGenQueriesARB. | |
void | GLGenTextures (GLsizei n, GLuint *textures) |
Replacement of glGenTextures. | |
void | GLGetBooleanv (GLenum pname, GLboolean *params) |
Replacement of glGetBooleanv. | |
void | GLGetDoublev (GLenum pname, GLdouble *params) |
Replacement of glGetDoublev. | |
void | GLGetFloatv (GLenum pname, GLfloat *params) |
Replacement of glGetFloatv. | |
void | GLGetIntegerv (GLenum pname, GLint *params) |
Replacement of glGetIntegerv. | |
void | GLGetClipPlane (GLenum plane, GLdouble *equation) |
Replacement of glGetClipPlane. | |
void | GLGetLightfv (GLenum light, GLenum pname, GLfloat *params) |
Replacement of glGetLightfv. | |
void | GLGetLightiv (GLenum light, GLenum pname, GLint *params) |
Replacement of glGetLightiv. | |
void | GLGetMapdv (GLenum target, GLenum query, GLdouble *v) |
Replacement of glGetMapdv. | |
void | GLGetMapfv (GLenum target, GLenum query, GLfloat *v) |
Replacement of glGetMapfv. | |
void | GLGetMapiv (GLenum target, GLenum query, GLint *v) |
Replacement of glGetMapiv. | |
void | GLGetMaterialfv (GLenum face, GLenum pname, GLfloat *params) |
Replacement of glGetMaterialfv. | |
void | GLGetMaterialiv (GLenum face, GLenum pname, GLint *params) |
Replacement of glGetMaterialiv. | |
void | GLGetOcclusionQueryuiv (GLuint id, GLenum pname, GLuint *params) |
Replacement of glGetOcclusionQueryuivNV. | |
void | GLGetPixelMapfv (GLenum map, GLfloat *values) |
Replacement of glGetPixelMapfv. | |
void | GLGetPixelMapuiv (GLenum map, GLuint *values) |
Replacement of glGetPixelMapuiv. | |
void | GLGetPixelMapusv (GLenum map, GLushort *values) |
Replacement of glGetPixelMapusv. | |
void | GLGetPointerv (GLenum pname, GLvoid **params) |
Replacement of glGetPointerv. | |
void | GLGetPolygonStipple (GLubyte *mask) |
Replacement of glGetPolygonStipple. | |
void | GLGetQueryiv (GLenum target, GLenum pname, GLint *params) |
Replacement of glGetQueryivARB. | |
void | GLGetQueryObjectiv (GLuint id, GLenum pname, GLint *params) |
Replacement of glGetQueryObjectivARB. | |
void | GLGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params) |
Replacement of glGetQueryObjectuivARB. | |
const GLubyte * | GLGetString (GLenum name) |
Replacement of glGetString. | |
void | GLGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params) |
Replacement of glGetTexEnvfv. | |
void | GLGetTexEnviv (GLenum target, GLenum pname, GLint *params) |
Replacement of glGetTexEnviv. | |
void | GLGetTexGendv (GLenum coord, GLenum pname, GLdouble *params) |
Replacement of glGetTexGendv. | |
void | GLGetTexGenfv (GLenum coord, GLenum pname, GLfloat *params) |
Replacement of glGetTexGenfv. | |
void | GLGetTexGeniv (GLenum coord, GLenum pname, GLint *params) |
Replacement of glGetTexGeniv. | |
void | GLGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) |
Replacement of glGetTexImage. | |
void | GLGetTexLevelParameterfv (GLenum target, GLint level, GLenum pname, GLfloat *params) |
Replacement of glGetTexLevelParameterfv. | |
void | GLGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params) |
Replacement of glGetTexLevelParameteriv. | |
void | GLGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params) |
Replacement of glGetTexParameterfv. | |
void | GLGetTexParameteriv (GLenum target, GLenum pname, GLint *params) |
Replacement of glGetTexParameteriv. | |
void | GLHint (GLenum target, GLenum mode) |
Replacement of glHint. | |
void | GLIndexd (GLdouble c) |
Replacement of glIndexd. | |
void | GLIndexf (GLfloat c) |
Replacement of glIndexf. | |
void | GLIndexi (GLint c) |
Replacement of glIndexi. | |
void | GLIndexMask (GLuint mask) |
Replacement of glIndexMask. | |
void | GLIndexPointer (GLenum type, GLsizei stride, const GLvoid *pointer) |
Replacement of glIndexPointer. | |
void | GLIndexs (GLshort c) |
Replacement of glIndexs. | |
void | GLIndexub (GLubyte c) |
Replacement of glIndexub. | |
void | GLInitNames (void) |
Replacement of glInitNames. | |
void | GLInterleavedArrays (GLenum format, GLsizei stride, const GLvoid *pointer) |
Replacement of glInterleavedArrays. | |
GLboolean | GLIsEnabled (GLenum cap) |
Replacement of glIsEnabled. | |
GLboolean | GLIsList (GLuint list) |
Replacement of glIsList. | |
GLboolean | GLIsOcclusionQuery (GLuint id) |
Replacement of glIsOcclusionQueryNV. | |
GLboolean | GLIsProgram (GLuint id) |
Replacement of glIsProgramNV. | |
GLboolean | GLIsQuery (GLuint id) |
Replacement of glIsQueryARB. | |
GLboolean | GLIsTexture (GLuint texture) |
Replacement of glIsTexture. | |
void | GLLightf (GLenum light, GLenum pname, GLfloat param) |
Replacement of glLightf. | |
void | GLLightfv (GLenum light, GLenum pname, const GLfloat *params) |
Replacement of glLightfv. | |
void | GLLighti (GLenum light, GLenum pname, GLint param) |
Replacement of glLighti. | |
void | GLLightiv (GLenum light, GLenum pname, GLint *params) |
Replacement of glLightiv. | |
void | GLLightModelf (GLenum pname, GLfloat param) |
Replacement of glLightModelf. | |
void | GLLightModelfv (GLenum pname, const GLfloat *params) |
Replacement of glLightModelfv. | |
void | GLLightModeli (GLenum pname, GLint param) |
Replacement of glLightModeli. | |
void | GLLightModeliv (GLenum pname, const GLint *params) |
Replacement of glLightModeliv. | |
void | GLLineStipple (GLint factor, GLushort pattern) |
Replacement of glLineStipple. | |
void | GLLineWidth (GLfloat width) |
Replacement of glLineWidth. | |
void | GLListBase (GLuint base) |
Replacement of glListBase. | |
void | GLLoadIdentity (void) |
Replacement of glLoadItentity. | |
void | GLLoadMatrixd (const GLdouble *m) |
Replacement of glLoadMatrixd. | |
void | GLLoadMatrixf (const GLfloat *m) |
Replacement of glLoadMatrixf. | |
void | GLLoadName (GLuint name) |
Replacement of glLoadName. | |
void | GLLoadProgram (GLenum target, GLuint id, GLsizei len, const GLubyte *program) |
Replacement of glLoadProgramNV. | |
void | GLLogicOp (GLenum opcode) |
Replacement of glLogicOp. | |
void | GLMap1d (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) |
Replacement of glMap1d. | |
void | GLMap1f (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) |
Replacement of glMap1f. | |
void | GLMap2d (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) |
Replacement of glMap2d. | |
void | GLMap2f (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) |
Replacement of glMap2f. | |
void | GLMapGrid1d (GLint un, GLdouble u1, GLdouble u2) |
Replacement of glMapGrid1d. | |
void | GLMapGrid1f (GLint un, GLfloat u1, GLfloat u2) |
Replacement of glMapGrid1f. | |
void | GLMapGrid2d (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) |
Replacement of glMapGrid2d. | |
void | GLMapGrid2f (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) |
Replacement of glMapGrid2f. | |
void | GLMaterialf (GLenum face, GLenum pname, const GLfloat param) |
Replacement of glMaterialf. | |
void | GLMaterialfv (GLenum face, GLenum pname, const GLfloat *params) |
Replacement of glMaterialfv. | |
void | GLMateriali (GLenum face, GLenum pname, const GLint param) |
Replacement of glMateriali. | |
void | GLMaterialiv (GLenum face, GLenum pname, const GLint *params) |
Replacement of glMaterialiv. | |
void | GLMatrixMode (GLenum mode) |
Replacement of glMatrixMode. | |
void | GLMultiTexCoord2f (GLenum texture, GLfloat tx, GLfloat ty) |
Replacement of glMultiTexCoord2f. | |
void | GLMultMatrixd (const GLdouble *m) |
Replacement of glMultMatrixd. | |
void | GLMultMatrixf (const GLfloat *m) |
Replacement of glMultMatrixf. | |
void | GLNewList (GLuint list, GLenum mode) |
Replacement of glNewList. | |
void | GLNormal3b (GLbyte nx, GLbyte ny, GLbyte nz) |
Replacement of glNormal3b. | |
void | GLNormal3bv (const GLbyte *v) |
Replacement of glNormal3bv. | |
void | GLNormal3d (GLdouble nx, GLdouble ny, GLdouble nz) |
Replacement of glNormal3d. | |
void | GLNormal3dv (const GLdouble *v) |
Replacement of glNormal3dv. | |
void | GLNormal3f (GLfloat nx, GLfloat ny, GLfloat nz) |
Replacement of glNormal3f. | |
void | GLNormal3fv (const GLfloat *v) |
Replacement of glNormal3fv. | |
void | GLNormal3i (GLint nx, GLint ny, GLint nz) |
Replacement of glNormal3i. | |
void | GLNormal3iv (const GLint *v) |
Replacement of glNormal3iv. | |
void | GLNormal3s (GLshort nx, GLshort ny, GLshort nz) |
Replacement of glNormal3s. | |
void | GLNormal3sv (const GLshort *v) |
Replacement of glNormal3sv. | |
void | GLNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer) |
Replacement of glNormalPointer. | |
void | GLOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) |
Replacement of glOrtho. | |
void | GLPassThrough (GLfloat token) |
Replacement of glPassThrough. | |
void | GLPixelMapfv (GLenum map, GLsizei mapsize, const GLfloat *values) |
Replacement of glPixelMapufv. | |
void | GLPixelMapuiv (GLenum map, GLsizei mapsize, const GLuint *values) |
Replacement of glPixelMapuiv. | |
void | GLPixelMapusv (GLenum map, GLsizei mapsize, const GLushort *values) |
Replacement of glPixelMapusv. | |
void | GLPixelStoref (GLenum pname, GLfloat param) |
Replacement of glPixelStoref. | |
void | GLPixelStorei (GLenum pname, GLint param) |
Replacement of glPixelStorei. | |
void | GLPixelTransferf (GLenum pname, GLfloat param) |
Replacement of glPixelTransferf. | |
void | GLPixelTransferi (GLenum pname, GLint param) |
Replacement of glPixelTransferi. | |
void | GLPixelZoom (GLfloat xfactor, GLfloat yfactor) |
Replacement of glPixelZoom. | |
void | GLPointSize (GLfloat size) |
Replacement of glPointSize. | |
void | GLPolygonMode (GLenum face, GLenum mode) |
Replacement of glPolygonMode. | |
void | GLPolygonOffset (GLfloat factor, GLfloat units) |
Replacement of glPolygonOffset. | |
void | GLPolygonStipple (const GLubyte *mask) |
Replacement of glPolygonStipple. | |
void | GLPopAttrib (void) |
Replacement of glPopAttrib. | |
void | GLPopClientAttrib (void) |
Replacement of glPopClientAttrib. | |
void | GLPopMatrix (void) |
Replacement of glPopMatrix. | |
void | GLPopName (void) |
Replacement of glPopName. | |
void | GLPrioritizeTextures (GLsizei n, const GLuint *textures, const GLclampf *priorities) |
Replacement of glPrioritizeTextures. | |
void | GLProgramNamedParameter4f (GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w) |
Replacement of glProgramNamedParameter4fNV. | |
void | GLPushAttrib (GLbitfield mask) |
Replacement of glPushAttrib. | |
void | GLPushClientAttrib (GLbitfield mask) |
Replacement of glPushClientAttrib. | |
void | GLPushMatrix (void) |
Replacement of glPushMatrix. | |
void | GLPushName (GLuint name) |
Replacement of glPushName. | |
void | GLRasterPos2d (GLdouble x, GLdouble y) |
Replacement of glRasterPos2d. | |
void | GLRasterPos2f (GLfloat x, GLfloat y) |
Replacement of glRasterPos2f. | |
void | GLRasterPos2i (GLint x, GLint y) |
Replacement of glRasterPos2i. | |
void | GLRasterPos2s (GLshort x, GLshort y) |
Replacement of glRasterPos2s. | |
void | GLRasterPos3d (GLdouble x, GLdouble y, GLdouble z) |
Replacement of glRasterPos3d. | |
void | GLRasterPos3f (GLfloat x, GLfloat y, GLfloat z) |
Replacement of glRasterPos3f. | |
void | GLRasterPos3i (GLint x, GLint y, GLint z) |
Replacement of glRasterPos3i. | |
void | GLRasterPos3s (GLshort x, GLshort y, GLshort z) |
Replacement of glRasterPos3s. | |
void | GLRasterPos4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w) |
Replacement of glRasterPos4d. | |
void | GLRasterPos4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w) |
Replacement of glRasterPos4f. | |
void | GLRasterPos4i (GLint x, GLint y, GLint z, GLint w) |
Replacement of glRasterPos4i. | |
void | GLRasterPos4s (GLshort x, GLshort y, GLshort z, GLshort w) |
Replacement of glRasterPos4s. | |
void | GLReadBuffer (GLenum mode) |
Replacement of glReadBuffer. | |
void | GLReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) |
Replacement of glReadPixels. | |
void | GLRectd (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) |
Replacement of glRectd. | |
void | GLRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) |
Replacement of glRectf. | |
void | GLRecti (GLint x1, GLint y1, GLint x2, GLint y2) |
Replacement of glRecti. | |
void | GLRects (GLshort x1, GLshort y1, GLshort x2, GLshort y2) |
Replacement of glRects. | |
void | GLRenderMode (GLenum mode) |
Replacement of glRenderMode. | |
void | GLRotated (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) |
Replacement of glRotated. | |
void | GLRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) |
Replacement of glRotatef. | |
void | GLScaled (GLdouble x, GLdouble y, GLdouble z) |
Replacement of glScaled. | |
void | GLScalef (GLfloat x, GLfloat y, GLfloat z) |
Replacement of glScalef. | |
void | GLScissor (GLint x, GLint y, GLsizei width, GLsizei height) |
Replacement of glScissor. | |
void | GLSecondaryColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) |
Replacement of glSecondaryColorPointer. | |
void | GLSelectBuffer (GLsizei size, GLuint *buffer) |
Replacement of glSelectBuffer. | |
void | GLSetWindowStereoMode (GLboolean displayMode) |
Replacement of glSetWindowStereoModeNV. | |
void | GLShadeModel (GLenum mode) |
Replacement of glShadeModel. | |
void | GLStencilFunc (GLenum func, GLint ref, GLuint mask) |
Replacement of glStencilFunc. | |
void | GLStencilMask (GLuint mask) |
Replacement of glStencilMask. | |
void | GLStencilOp (GLenum fail, GLenum zfail, GLenum zpass) |
Replacement of glStencilOp. | |
void | GLTexCoord1d (GLdouble s) |
Replacement of glTexCoord1d. | |
void | GLTexCoord1f (GLfloat s) |
Replacement of glTexCoord1f. | |
void | GLTexCoord1i (GLint s) |
Replacement of glTexCoord1i. | |
void | GLTexCoord1s (GLshort s) |
Replacement of glTexCoord1s. | |
void | GLTexCoord2d (GLdouble s, GLdouble t) |
Replacement of glTexCoord2d. | |
void | GLTexCoord2f (GLfloat s, GLfloat t) |
Replacement of glTexCoord2f. | |
void | GLTexCoord2fv (const GLfloat *v) |
Replacement of glTexCoord2fv. | |
void | GLTexCoord2i (GLint s, GLint t) |
Replacement of glTexCoord2i. | |
void | GLTexCoord2s (GLshort s, GLshort t) |
Replacement of glTexCoord2s. | |
void | GLTexCoord3d (GLdouble s, GLdouble t, GLdouble r) |
Replacement of glTexCoord3d. | |
void | GLTexCoord3f (GLfloat s, GLfloat t, GLfloat r) |
Replacement of glTexCoord3f. | |
void | GLTexCoord3i (GLint s, GLint t, GLint r) |
Replacement of glTexCoord3i. | |
void | GLTexCoord3s (GLshort s, GLshort t, GLshort r) |
Replacement of glTexCoord3s. | |
void | GLTexCoord4d (GLdouble s, GLdouble t, GLdouble r, GLdouble q) |
Replacement of glTexCoord4d. | |
void | GLTexCoord4f (GLfloat s, GLfloat t, GLfloat r, GLfloat q) |
Replacement of glTexCoord4f. | |
void | GLTexCoord4i (GLint s, GLint t, GLint r, GLint q) |
Replacement of glTexCoord4i. | |
void | GLTexCoord4s (GLshort s, GLshort t, GLshort r, GLshort q) |
Replacement of glTexCoord4s. | |
void | GLTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) |
Replacement of glTexCoordPointer. | |
void | GLTexEnvf (GLenum target, GLenum pname, GLfloat param) |
Replacement of glTexEnvf. | |
void | GLTexEnvfv (GLenum target, GLenum pname, const GLfloat *params) |
Replacement of glTexEnvfv. | |
void | GLTexEnvi (GLenum target, GLenum pname, GLint param) |
Replacement of glTexEnvi. | |
void | GLTexEnviv (GLenum target, GLenum pname, const GLint *params) |
Replacement of glTexEnviv. | |
void | GLTexGend (GLenum coord, GLenum pname, GLdouble param) |
Replacement of glTexGend. | |
void | GLTexGenf (GLenum coord, GLenum pname, GLfloat param) |
Replacement of glTexGenf. | |
void | GLTexGenfv (GLenum coord, GLenum pname, const GLfloat *param) |
Replacement of glTexGenfv. | |
void | GLTexGeni (GLenum coord, GLenum pname, GLint param) |
Replacement of glTexGeni. | |
void | GLTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) |
Replacement of glTexImage1D. | |
void | GLTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) |
Replacement of glTexImage2D. | |
void | GLTexImage3D (GLenum target, int level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, int border, GLenum format, GLenum type, const void *pixels) |
Replacement of glTexImage3D. | |
void | GLTexParameterf (GLenum target, GLenum pname, GLfloat param) |
Replacement of glTexParameterf. | |
void | GLTexParameteri (GLenum target, GLenum pname, GLint param) |
Replacement of glTexParameteri. | |
void | GLTexParameterfv (GLenum target, GLenum pname, const GLfloat *params) |
Replacement of glTexParameterfv. | |
void | GLTexParameteriv (GLenum target, GLenum pname, const GLint *params) |
Replacement of glTexParameteriv. | |
void | GLTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) |
Replacement of glTexSubImate1D. | |
void | GLTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) |
Replacement of glTexSubImate2D. | |
void | GLTranslated (GLdouble x, GLdouble y, GLdouble z) |
Replacement of glTranslated. | |
void | GLTranslatef (GLfloat x, GLfloat y, GLfloat z) |
Replacement of glTranslatef. | |
void | GLVertex2d (GLdouble x, GLdouble y) |
Replacement of glVertex2d. | |
void | GLVertex2f (GLfloat x, GLfloat y) |
Replacement of glVertex2f. | |
void | GLVertex2i (GLint x, GLint y) |
Replacement of glVertex2i. | |
void | GLVertex2s (GLshort x, GLshort y) |
Replacement of glVertex2s. | |
void | GLVertex3d (GLdouble x, GLdouble y, GLdouble z) |
Replacement of glVertex3d. | |
void | GLVertex3f (GLfloat x, GLfloat y, GLfloat z) |
Replacement of glVertex3f. | |
void | GLVertex3fv (const GLfloat *v) |
Replacement of glVertex3fv. | |
void | GLVertex3i (GLint x, GLint y, GLint z) |
Replacement of glVertex3i. | |
void | GLVertex3s (GLshort x, GLshort y, GLshort z) |
Replacement of glVertex3s. | |
void | GLVertex4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w) |
Replacement of glVertex4d. | |
void | GLVertex4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w) |
Replacement of glVertex4f. | |
void | GLVertex4i (GLint x, GLint y, GLint z, GLint w) |
Replacement of glVertex4i. | |
void | GLVertex4s (GLshort x, GLshort y, GLshort z, GLshort w) |
Replacement of glVertex4s. | |
void | GLVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) |
Replacement of glVertexPointer. | |
void | GLViewport (GLint x, GLint y, GLsizei width, GLsizei height) |
Replacement of glViewport. |
|
Replacement of glAccum. This function asserts on the result before returning. |
|
Replacement of glActiveTexture. This function stores the texture to activate for subsequent texture operations. |
|
Replacement of glAlphaFunc. This function caches the alpha function settings and asserts on the result before returning. |
|
Replacement of glAreTexturesResident. This function asserts on the result before returning. |
|
Replacement of glArrayElement. This function asserts on the result before returning. |
|
Replacement of glBegin. This function asserts on the result before returning. |
|
Replacement of glBeginOcclusionQueryNV. This function hides the extension character of glBeginOcclusionQueryNV and asserts on the result before returning. |
|
Replacement of glBeginQueryARB. This function hides the extension character of glBeginQueryARB and asserts on the result before returning. |
|
Replacement of glBindBufferARB. This function hides the extension character of glBindBufferARB and asserts on the result before returning. |
|
Replacement of glBufferDataARB. This function hides the extension character of glBufferDataARB and asserts on the result before returning. |
|
Replacement of glBufferSubDataARB. This function hides the extension character of glBufferSubDataARB and asserts on the result before returning. |
|
Replacement of glDeleteBuffersARB. This function hides the extension character of glDeleteBuffersARB and asserts on the result before returning. |
|
Replacement of glGenBuffersARB. This function hides the extension character of glGenBuffersARB and asserts on the result before returning. |
|
Replacement of glMapBufferARB. This function hides the extension character of glMapBufferARB and asserts on the result before returning. |
|
Replacement of glUnmapBufferARB. This function hides the extension character of glUnmapBufferARB and asserts on the result before returning. |
|
Replacement of glIsBufferARB. This function tests if for the current render context, name denotes a valid vertex buffer object. |
|
Replacement of glBindProgramNV. This function hides the extension character of glBindProgramNV and asserts on the result before returning. |
|
Replacement of glBitmap. This function asserts on the result before returning. |
|
Replacement of glBlendFunc. This function caches the blend func settings and asserts on the result before returning. |
|
Replacement of glBindTexture. This function activates the texture unit if necessary, calls glBindTexture and asserts on the result before returning. |
|
Replacement of glCallList. This function asserts on the result before returning. |
|
Replacement of glCallLists. This function asserts on the result before returning. |
|
Replacement of glClear. This function asserts on the result before returning. |
|
Replacement of glClearAccum. This function asserts on the result before returning. |
|
Replacement of glClearColor. This function caches the clear color settings and asserts on the result before returning. |
|
Replacement of glClearDepth. This function caches the clear depth setting and asserts on the result before returning. |
|
Replacement of glClearIndex. This function asserts on the result before returning. |
|
Replacement of glClearStencil. This function asserts on the result before returning. |
|
Replacement of glClientActiveTexture. This functions stores the next active texture unit. |
|
Replacement of glClipPlane. This function caches the clip plane settings and asserts on the result before returning. |
|
Replacement of glColor3b. This function asserts on the result before returning. |
|
Replacement of glColor3d. This function asserts on the result before returning. |
|
Replacement of glColor3f. This function asserts on the result before returning. |
|
Replacement of glColor3fv. This function asserts on the result before returning. |
|
Replacement of glColor3i. This function asserts on the result before returning. |
|
Replacement of glColor3s. This function asserts on the result before returning. |
|
Replacement of glColor3ub. This function asserts on the result before returning. |
|
Replacement of glColor3ui. This function asserts on the result before returning. |
|
Replacement of glColor3us. This function asserts on the result before returning. |
|
Replacement of glColor4b. This function asserts on the result before returning. |
|
Replacement of glColor4d. This function asserts on the result before returning. |
|
Replacement of glColor4f. This function asserts on the result before returning. |
|
Replacement of glColor4i. This function asserts on the result before returning. |
|
Replacement of glColor4s. This function asserts on the result before returning. |
|
Replacement of glColor4ub. This function asserts on the result before returning. |
|
Replacement of glColor4ui. This function asserts on the result before returning. |
|
Replacement of glColor4us. This function asserts on the result before returning. |
|
Replacement of glColorMask. This function asserts on the result before returning. |
|
Replacement of glColorMaterial. This function asserts on the result before returning. |
|
Replacement of glColorPointer. This function caches the color pointer settings and asserts on the result before returning. |
|
Replacement of glCompressedTexImage1D. This function hides the extension character of glCompressedTexImage1D and asserts on the result before returning. |
|
Replacement of glCompressedTexImage2D. This function hides the extension character of glCompressedTexImage2D and asserts on the result before returning. |
|
Replacement of glCompressedTexImage3D. This function hides the extension character of glCompressedTexImage3D and asserts on the result before returning. |
|
Replacement of glCopyPixels. This function asserts on the result before returning. |
|
Replacement of glCopyTexImage1D. This function asserts on the result before returning. |
|
Replacement of glCopyTexImage2D. This function asserts on the result before returning. |
|
Replacement of glCopyTexSubImage1D. This function asserts on the result before returning. |
|
Replacement of glCopyTexSubImage2D. This function asserts on the result before returning. |
|
Replacement of glCullFace. This function caches the cull face setting and asserts on the result before returning. |
|
Replacement of glDeleteLists. This function asserts on the result before returning. |
|
Replacement of glDeleteOcclusionQueriesNV. This function hides the extension character of glDeleteOcclusionQueriesNV and asserts on the result before returning. |
|
Replacement of glDeleteProgramsNV. This function hides the extension character of glDeleteProgramsNV and asserts on the result before returning. |
|
Replacement of glDeleteQueriesARB. This function hides the extension character of glDeleteQueriesARB and asserts on the result before returning. |
|
Replacement of glDeleteTextures. This function asserts on the result before returning. |
|
Replacement of glDepthFunc. This function caches the depth function setting and asserts on the result before returning. |
|
Replacement of glDepthMask. This function caches the depth mask setting and asserts on the result before returning. |
|
Replacement of glDepthRange. This function caches the depth range settings and asserts on the result before returning. |
|
Replacement of glDisable. This function caches the settings and asserts on the result before returning. |
|
Replacement of glDisableClientState. This function caches the client state settings and asserts on the result before returning. |
|
Replacement of glDrawArrays. This function asserts on the result before returning. |
|
Replacement of glDrawBuffer. This function asserts on the result before returning. |
|
Replacement of glDrawElements. This function asserts on the result before returning. |
|
Replacement of glMultiDrawElements. This function asserts on the result before returning. |
|
Replacement of glDrawPixels. This function asserts on the result before returning. |
|
Replacement of glDrawRangeElements. This function asserts on the result before returning. |
|
Replacement of glEdgeFlagPointer. This function caches the edge flag pointer setting and asserts on the result before returning. |
|
Replacement of glEdgeFlag. This function asserts on the result before returning. |
|
Replacement of glEdgeFlagv. This function asserts on the result before returning. |
|
Replacement of glEnable. This function caches the settings and asserts on the result before returning. |
|
Replacement of glEnableClientState. This function caches the client state settings and asserts on the result before returning. |
|
Replacement of glEnd. This function asserts on the result before returning. |
|
Replacement of glEndList. This function asserts on the result before returning. |
|
Replacement of glEndOcclusionQueryNV. This function hides the extension character of glEndOcclusionQueryNV and asserts on the result before returning. |
|
Replacement of glEndQueryARB. This function hides the extension character of glEndQueryARB and asserts on the result before returning. |
|
Replacement of glEvalCoord1d. This function asserts on the result before returning. |
|
Replacement of glEvalCoord1f. This function asserts on the result before returning. |
|
Replacement of glEvalCoord2d. This function asserts on the result before returning. |
|
Replacement of glEvalCoord2f. This function asserts on the result before returning. |
|
Replacement of glEvalMesh1. This function asserts on the result before returning. |
|
Replacement of glEvalMesh2. This function asserts on the result before returning. |
|
Replacement of glEvalPoint1. This function asserts on the result before returning. |
|
Replacement of glEvalPoint2. This function asserts on the result before returning. |
|
Replacement of glFeedbackBuffer. This function asserts on the result before returning. |
|
Replacement of glFinish. This function asserts on the result before returning. |
|
Replacement of glFlush. This function asserts on the result before returning. |
|
Replacement of glFogCoordPointer. This function caches the fog coordinate pointer setting and asserts on the result before returning. |
|
Replacement of glFogf. This function caches the fog settings and asserts on the result before returning. |
|
Replacement of glFogfv. This function caches the fog settings and asserts on the result before returning. |
|
Replacement of glFogi. This function caches the fog settings and asserts on the result before returning. |
|
Replacement of glFogiv. This function asserts on the result before returning. |
|
Replacement of glFrontFace. This function caches the front face setting and asserts on the result before returning. |
|
Replacement of glFrustum. This function asserts on the result before returning. |
|
Replacement of glGenLists. This function asserts on the result before returning. |
|
Replacement of glGenOcclusionQueriesNV. This function hides the extension character of glGenOcclusionQueriesNV and asserts on the result before returning. |
|
Replacement of glGenProgramsNV. This function hides the extension character of glGenProgramsNV and asserts on the result before returning. |
|
Replacement of glGenQueriesARB. This function hides the extension character of glGenQueriesARB and asserts on the result before returning. |
|
Replacement of glGenTextures. This function asserts on the result before returning. |
|
Replacement of glGetBooleanv. This function asserts on the result before returning. |
|
Replacement of glGetDoublev. This function asserts on the result before returning. |
|
Replacement of glGetFloatv. This function asserts on the result before returning. |
|
Replacement of glGetIntegerv. This function asserts on the result before returning. |
|
Replacement of glGetClipPlane. This function asserts on the result before returning. |
|
Replacement of glGetLightfv. This function asserts on the result before returning. |
|
Replacement of glGetLightiv. This function asserts on the result before returning. |
|
Replacement of glGetMapdv. This function asserts on the result before returning. |
|
Replacement of glGetMapfv. This function asserts on the result before returning. |
|
Replacement of glGetMapiv. This function asserts on the result before returning. |
|
Replacement of glGetMaterialfv. This function asserts on the result before returning. |
|
Replacement of glGetMaterialiv. This function asserts on the result before returning. |
|
Replacement of glGetOcclusionQueryuivNV. This function hides the extension character of glGetOcclusionQueryuivNV and asserts on the result before returning. |
|
Replacement of glGetPixelMapfv. This function asserts on the result before returning. |
|
Replacement of glGetPixelMapuiv. This function asserts on the result before returning. |
|
Replacement of glGetPixelMapusv. This function asserts on the result before returning. |
|
Replacement of glGetPointerv. This function asserts on the result before returning. |
|
Replacement of glGetPolygonStipple. This function asserts on the result before returning. |
|
Replacement of glGetQueryivARB. This function hides the extension character of glGetQueryivARB and asserts on the result before returning. |
|
Replacement of glGetQueryObjectivARB. This function hides the extension character of glGetQueryObjectivARB and asserts on the result before returning. |
|
Replacement of glGetQueryObjectuivARB. This function hides the extension character of glGetQueryObjectuivARB and asserts on the result before returning. |
|
Replacement of glGetString. This function asserts on the result before returning. |
|
Replacement of glGetTexEnvfv. This function asserts on the result before returning. |
|
Replacement of glGetTexEnviv. This function asserts on the result before returning. |
|
Replacement of glGetTexGendv. This function asserts on the result before returning. |
|
Replacement of glGetTexGenfv. This function asserts on the result before returning. |
|
Replacement of glGetTexGeniv. This function asserts on the result before returning. |
|
Replacement of glGetTexImage. This function asserts on the result before returning. |
|
Replacement of glGetTexLevelParameterfv. This function asserts on the result before returning. |
|
Replacement of glGetTexLevelParameteriv. This function asserts on the result before returning. |
|
Replacement of glGetTexParameterfv. This function asserts on the result before returning. |
|
Replacement of glGetTexParameteriv. This function asserts on the result before returning. |
|
Replacement of glHint. This function asserts on the result before returning. |
|
Replacement of glIndexd. This function asserts on the result before returning. |
|
Replacement of glIndexf. This function asserts on the result before returning. |
|
Replacement of glIndexi. This function asserts on the result before returning. |
|
Replacement of glIndexMask. This function asserts on the result before returning. |
|
Replacement of glIndexPointer. This function asserts on the result before returning. |
|
Replacement of glIndexs. This function asserts on the result before returning. |
|
Replacement of glIndexub. This function asserts on the result before returning. |
|
Replacement of glInitNames. This function asserts on the result before returning. |
|
Replacement of glInterleavedArrays. This function asserts on the result before returning. |
|
Replacement of glIsEnabled. This function returns the cached state of the queried capability. |
|
Replacement of glIsList. This function tests if for the current context, list denotes a valid display list. |
|
Replacement of glIsOcclusionQueryNV. This function tests if for the current context, id denotes a valid query. |
|
Replacement of glIsProgramNV. This function tests if for the current context, id denotes a valid program. |
|
Replacement of glIsQueryARB. This function tests if for the current context, id denotes a valid query. |
|
Replacement of glIsTexture. This function asserts on the result before returning. |
|
Replacement of glLightf. This function caches the light model settings and asserts on the result before returning. |
|
Replacement of glLightfv. This function caches the light settings and asserts on the result before returning.
|
|
Replacement of glLighti. This function asserts on the result before returning. |
|
Replacement of glLightiv. This function asserts on the result before returning. |
|
Replacement of glLightModelf. This function caches the light model settings and asserts on the result before returning. |
|
Replacement of glLightModelfv. This function caches the light model settings and asserts on the result before returning. |
|
Replacement of glLightModeli. This function caches the light model settings and asserts on the result before returning. |
|
Replacement of glLightModeliv. This function caches the light model settings and asserts on the result before returning. |
|
Replacement of glLineStipple. This function caches the line stipple settings and asserts on the result before returning. |
|
Replacement of glLineWidth. This function caches the line width setting and asserts on the result before returning. |
|
Replacement of glListBase. This function asserts on the result before returning. |
|
Replacement of glLoadItentity. This function asserts on the result before returning. |
|
Replacement of glLoadMatrixd. This function asserts on the result before returning. |
|
Replacement of glLoadMatrixf. This function asserts on the result before returning. |
|
Replacement of glLoadName. This function asserts on the result before returning. |
|
Replacement of glLoadProgramNV. This function hides the extension character of glLoadProgramNV and asserts on the result before returning. |
|
Replacement of glLogicOp. This function asserts on the result before returning. |
|
Replacement of glMap1d. This function asserts on the result before returning. |
|
Replacement of glMap1f. This function asserts on the result before returning. |
|
Replacement of glMap2d. This function asserts on the result before returning. |
|
Replacement of glMap2f. This function asserts on the result before returning. |
|
Replacement of glMapGrid1d. This function asserts on the result before returning. |
|
Replacement of glMapGrid1f. This function asserts on the result before returning. |
|
Replacement of glMapGrid2d. This function asserts on the result before returning. |
|
Replacement of glMapGrid2f. This function asserts on the result before returning. |
|
Replacement of glMaterialf. This function caches the material settings and asserts on the result before returning. |
|
Replacement of glMaterialfv. This function caches the material settings and asserts on the result before returning. |
|
Replacement of glMateriali. This function caches the material settings and asserts on the result before returning. |
|
Replacement of glMaterialiv. This function caches the material settings and asserts on the result before returning. |
|
Replacement of glMatrixMode. This function caches the matrix mode setting and asserts on the result before returning. |
|
Replacement of glMultiTexCoord2f. This function hides the extension character of glMultiTexCoord2f and asserts on the result before returning. |
|
Replacement of glMultMatrixd. This function asserts on the result before returning. |
|
Replacement of glMultMatrixf. This function asserts on the result before returning. |
|
Replacement of glNewList. This function asserts on the result before returning. |
|
Replacement of glNormal3b. This function asserts on the result before returning. |
|
Replacement of glNormal3bv. This function asserts on the result before returning. |
|
Replacement of glNormal3d. This function asserts on the result before returning. |
|
Replacement of glNormal3dv. This function asserts on the result before returning. |
|
Replacement of glNormal3f. This function asserts on the result before returning. |
|
Replacement of glNormal3fv. This function asserts on the result before returning. |
|
Replacement of glNormal3i. This function asserts on the result before returning. |
|
Replacement of glNormal3iv. This function asserts on the result before returning. |
|
Replacement of glNormal3s. This function asserts on the result before returning. |
|
Replacement of glNormal3sv. This function asserts on the result before returning. |
|
Replacement of glNormalPointer. This function caches the normal pointer setings and asserts on the result before returning. |
|
Replacement of glOrtho. This function asserts on the result before returning. |
|
Replacement of glPassThrough. This function asserts on the result before returning. |
|
Replacement of glPixelMapufv. This function asserts on the result before returning. |
|
Replacement of glPixelMapuiv. This function asserts on the result before returning. |
|
Replacement of glPixelMapusv. This function asserts on the result before returning. |
|
Replacement of glPixelStoref. This function asserts on the result before returning. |
|
Replacement of glPixelStorei. This function asserts on the result before returning. |
|
Replacement of glPixelTransferf. This function asserts on the result before returning. |
|
Replacement of glPixelTransferi. This function asserts on the result before returning. |
|
Replacement of glPixelZoom. This function asserts on the result before returning. |
|
Replacement of glPointSize. This function caches the point size setting and asserts on the result before returning. |
|
Replacement of glPolygonMode. This function caches the polygon mode setting and asserts on the result before returning. |
|
Replacement of glPolygonOffset. This function caches the polygon offset settings and asserts on the result before returning. |
|
Replacement of glPolygonStipple. This function asserts on the result before returning. |
|
Replacement of glPopAttrib. This function asserts on the result before returning. |
|
Replacement of glPopClientAttrib. This function asserts on the result before returning. |
|
Replacement of glPopMatrix. This function asserts on the result before returning. |
|
Replacement of glPopName. This function asserts on the result before returning. |
|
Replacement of glPrioritizeTextures. This function asserts on the result before returning. |
|
Replacement of glProgramNamedParameter4fNV. This function hides the extension character of glProgramNamedParameter4fNV and asserts on the result before returning. |
|
Replacement of glPushAttrib. This function asserts on the result before returning. |
|
Replacement of glPushClientAttrib. This function asserts on the result before returning. |
|
Replacement of glPushMatrix. This function asserts on the result before returning. |
|
Replacement of glPushName. This function asserts on the result before returning. |
|
Replacement of glRasterPos2d. This function asserts on the result before returning. |
|
Replacement of glRasterPos2f. This function asserts on the result before returning. |
|
Replacement of glRasterPos2i. This function asserts on the result before returning. |
|
Replacement of glRasterPos2s. This function asserts on the result before returning. |
|
Replacement of glRasterPos3d. This function asserts on the result before returning. |
|
Replacement of glRasterPos3f. This function asserts on the result before returning. |
|
Replacement of glRasterPos3i. This function asserts on the result before returning. |
|
Replacement of glRasterPos3s. This function asserts on the result before returning. |
|
Replacement of glRasterPos4d. This function asserts on the result before returning. |
|
Replacement of glRasterPos4f. This function asserts on the result before returning. |
|
Replacement of glRasterPos4i. This function asserts on the result before returning. |
|
Replacement of glRasterPos4s. This function asserts on the result before returning. |
|
Replacement of glReadBuffer. This function asserts on the result before returning. |
|
Replacement of glReadPixels. This function asserts on the result before returning. |
|
Replacement of glRectd. This function asserts on the result before returning. |
|
Replacement of glRectf. This function asserts on the result before returning. |
|
Replacement of glRecti. This function asserts on the result before returning. |
|
Replacement of glRects. This function asserts on the result before returning. |
|
Replacement of glRenderMode. This function asserts on the result before returning. |
|
Replacement of glRotated. This function asserts on the result before returning. |
|
Replacement of glRotatef. This function asserts on the result before returning. |
|
Replacement of glScaled. This function asserts on the result before returning. |
|
Replacement of glScalef. This function asserts on the result before returning. |
|
Replacement of glScissor. This function caches the scissor settings and asserts on the result before returning. |
|
Replacement of glSecondaryColorPointer. This function caches the secondary color pointer setting and asserts on the result before returning. |
|
Replacement of glSelectBuffer. This function asserts on the result before returning. |
|
Replacement of glSetWindowStereoModeNV. This function hides the extension character of glSetWindowStereoModeNV and asserts on the result before returning. |
|
Replacement of glShadeModel. This function caches the shade model setting and asserts on the result before returning. |
|
Replacement of glStencilFunc. This function caches the stencil fuctnion setting and asserts on the result before returning. |
|
Replacement of glStencilMask. This function caches the stencil mask setting and asserts on the result before returning. |
|
Replacement of glStencilOp. This function caches the stencil operation setting and asserts on the result before returning. |
|
Replacement of glTexCoord1d. This function asserts on the result before returning. |
|
Replacement of glTexCoord1f. This function asserts on the result before returning. |
|
Replacement of glTexCoord1i. This function asserts on the result before returning. |
|
Replacement of glTexCoord1s. This function asserts on the result before returning. |
|
Replacement of glTexCoord2d. This function asserts on the result before returning. |
|
Replacement of glTexCoord2f. This function asserts on the result before returning. |
|
Replacement of glTexCoord2fv. This function asserts on the result before returning. |
|
Replacement of glTexCoord2i. This function asserts on the result before returning. |
|
Replacement of glTexCoord2s. This function asserts on the result before returning. |
|
Replacement of glTexCoord3d. This function asserts on the result before returning. |
|
Replacement of glTexCoord3f. This function asserts on the result before returning. |
|
Replacement of glTexCoord3i. This function asserts on the result before returning. |
|
Replacement of glTexCoord3s. This function asserts on the result before returning. |
|
Replacement of glTexCoord4d. This function asserts on the result before returning. |
|
Replacement of glTexCoord4f. This function asserts on the result before returning. |
|
Replacement of glTexCoord4i. This function asserts on the result before returning. |
|
Replacement of glTexCoord4s. This function asserts on the result before returning. |
|
Replacement of glTexCoordPointer. This function caches the tex coord pointer setting and asserts on the result before returning. |
|
Replacement of glTexEnvf. This function asserts on the result before returning. |
|
Replacement of glTexEnvfv. This function asserts on the result before returning. |
|
Replacement of glTexEnvi. This function asserts on the result before returning. |
|
Replacement of glTexEnviv. This function asserts on the result before returning. |
|
Replacement of glTexGend. This function asserts on the result before returning. |
|
Replacement of glTexGenf. This function asserts on the result before returning. |
|
Replacement of glTexGenfv. This function asserts on the result before returning. |
|
Replacement of glTexGeni. This function asserts on the result before returning. |
|
Replacement of glTexImage1D. This function asserts on the result before returning. |
|
Replacement of glTexImage2D. This function asserts on the result before returning. |
|
Replacement of glTexImage3D. This function hides the extension character of glTexImage3D and asserts on the result before returning. |
|
Replacement of glTexParameterf. This function asserts on the result before returning. |
|
Replacement of glTexParameteri. This function asserts on the result before returning. |
|
Replacement of glTexParameterfv. This function asserts on the result before returning. |
|
Replacement of glTexParameteriv. This function asserts on the result before returning. |
|
Replacement of glTexSubImate1D. This function asserts on the result before returning. |
|
Replacement of glTexSubImate2D. This function asserts on the result before returning. |
|
Replacement of glTranslated. This function asserts on the result before returning. |
|
Replacement of glTranslatef. This function asserts on the result before returning. |
|
Replacement of glVertex2d. This function asserts on the result before returning. |
|
Replacement of glVertex2f. This function asserts on the result before returning. |
|
Replacement of glVertex2i. This function asserts on the result before returning. |
|
Replacement of glVertex2s. This function asserts on the result before returning. |
|
Replacement of glVertex3d. This function asserts on the result before returning. |
|
Replacement of glVertex3f. This function asserts on the result before returning. |
|
Replacement of glVertex3fv. This function asserts on the result before returning. |
|
Replacement of glVertex3i. This function asserts on the result before returning. |
|
Replacement of glVertex3s. This function asserts on the result before returning. |
|
Replacement of glVertex4d. This function asserts on the result before returning. |
|
Replacement of glVertex4f. This function asserts on the result before returning. |
|
Replacement of glVertex4i. This function asserts on the result before returning. |
|
Replacement of glVertex4s. This function asserts on the result before returning. |
|
Replacement of glVertexPointer. This function caches the vertex pointer setting and asserts on the result before returning. |
|
Replacement of glViewport. This function caches the viewport settings and asserts on the result before returning. |