#include "glapi/dispatch.h"
#include "glapi/glapioffsets.h"
Defines | |
#define | PRE_LOOPBACK(FUNC) |
Functions | |
static void GLAPIENTRY TAG() | ArrayElement (GLint i) |
static void GLAPIENTRY TAG() | Color3f (GLfloat r, GLfloat g, GLfloat b) |
static void GLAPIENTRY TAG() | Color3fv (const GLfloat *v) |
static void GLAPIENTRY TAG() | Color4f (GLfloat r, GLfloat g, GLfloat b, GLfloat a) |
static void GLAPIENTRY TAG() | Color4fv (const GLfloat *v) |
static void GLAPIENTRY TAG() | EdgeFlag (GLboolean e) |
static void GLAPIENTRY TAG() | EvalCoord1f (GLfloat s) |
static void GLAPIENTRY TAG() | EvalCoord1fv (const GLfloat *v) |
static void GLAPIENTRY TAG() | EvalCoord2f (GLfloat s, GLfloat t) |
static void GLAPIENTRY TAG() | EvalCoord2fv (const GLfloat *v) |
static void GLAPIENTRY TAG() | EvalPoint1 (GLint i) |
static void GLAPIENTRY TAG() | EvalPoint2 (GLint i, GLint j) |
static void GLAPIENTRY TAG() | FogCoordfEXT (GLfloat f) |
static void GLAPIENTRY TAG() | FogCoordfvEXT (const GLfloat *v) |
static void GLAPIENTRY TAG() | Indexf (GLfloat f) |
static void GLAPIENTRY TAG() | Indexfv (const GLfloat *v) |
static void GLAPIENTRY TAG() | Materialfv (GLenum face, GLenum pname, const GLfloat *v) |
static void GLAPIENTRY TAG() | MultiTexCoord1fARB (GLenum target, GLfloat a) |
static void GLAPIENTRY TAG() | MultiTexCoord1fvARB (GLenum target, const GLfloat *tc) |
static void GLAPIENTRY TAG() | MultiTexCoord2fARB (GLenum target, GLfloat s, GLfloat t) |
static void GLAPIENTRY TAG() | MultiTexCoord2fvARB (GLenum target, const GLfloat *tc) |
static void GLAPIENTRY TAG() | MultiTexCoord3fARB (GLenum target, GLfloat s, GLfloat t, GLfloat r) |
static void GLAPIENTRY TAG() | MultiTexCoord3fvARB (GLenum target, const GLfloat *tc) |
static void GLAPIENTRY TAG() | MultiTexCoord4fARB (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) |
static void GLAPIENTRY TAG() | MultiTexCoord4fvARB (GLenum target, const GLfloat *tc) |
static void GLAPIENTRY TAG() | Normal3f (GLfloat x, GLfloat y, GLfloat z) |
static void GLAPIENTRY TAG() | Normal3fv (const GLfloat *v) |
static void GLAPIENTRY TAG() | SecondaryColor3fEXT (GLfloat r, GLfloat g, GLfloat b) |
static void GLAPIENTRY TAG() | SecondaryColor3fvEXT (const GLfloat *v) |
static void GLAPIENTRY TAG() | TexCoord1f (GLfloat s) |
static void GLAPIENTRY TAG() | TexCoord1fv (const GLfloat *tc) |
static void GLAPIENTRY TAG() | TexCoord2f (GLfloat s, GLfloat t) |
static void GLAPIENTRY TAG() | TexCoord2fv (const GLfloat *tc) |
static void GLAPIENTRY TAG() | TexCoord3f (GLfloat s, GLfloat t, GLfloat r) |
static void GLAPIENTRY TAG() | TexCoord3fv (const GLfloat *tc) |
static void GLAPIENTRY TAG() | TexCoord4f (GLfloat s, GLfloat t, GLfloat r, GLfloat q) |
static void GLAPIENTRY TAG() | TexCoord4fv (const GLfloat *tc) |
static void GLAPIENTRY TAG() | Vertex2f (GLfloat x, GLfloat y) |
static void GLAPIENTRY TAG() | Vertex2fv (const GLfloat *v) |
static void GLAPIENTRY TAG() | Vertex3f (GLfloat x, GLfloat y, GLfloat z) |
static void GLAPIENTRY TAG() | Vertex3fv (const GLfloat *v) |
static void GLAPIENTRY TAG() | Vertex4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w) |
static void GLAPIENTRY TAG() | Vertex4fv (const GLfloat *v) |
static void GLAPIENTRY TAG() | CallList (GLuint i) |
static void GLAPIENTRY TAG() | CallLists (GLsizei sz, GLenum type, const GLvoid *v) |
static void GLAPIENTRY TAG() | Begin (GLenum mode) |
static void GLAPIENTRY TAG() | End (void) |
static void GLAPIENTRY TAG() | Rectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) |
static void GLAPIENTRY TAG() | DrawArrays (GLenum mode, GLint start, GLsizei count) |
static void GLAPIENTRY TAG() | DrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) |
static void GLAPIENTRY TAG() | MultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount) |
static void GLAPIENTRY TAG() | DrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) |
static void GLAPIENTRY TAG() | DrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) |
static void GLAPIENTRY TAG() | DrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) |
static void GLAPIENTRY TAG() | MultiDrawElementsBaseVertex (GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount, const GLint *basevertex) |
static void GLAPIENTRY TAG() | EvalMesh1 (GLenum mode, GLint i1, GLint i2) |
static void GLAPIENTRY TAG() | EvalMesh2 (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) |
static void GLAPIENTRY TAG() | VertexAttrib1fNV (GLuint index, GLfloat x) |
static void GLAPIENTRY TAG() | VertexAttrib1fvNV (GLuint index, const GLfloat *v) |
static void GLAPIENTRY TAG() | VertexAttrib2fNV (GLuint index, GLfloat x, GLfloat y) |
static void GLAPIENTRY TAG() | VertexAttrib2fvNV (GLuint index, const GLfloat *v) |
static void GLAPIENTRY TAG() | VertexAttrib3fNV (GLuint index, GLfloat x, GLfloat y, GLfloat z) |
static void GLAPIENTRY TAG() | VertexAttrib3fvNV (GLuint index, const GLfloat *v) |
static void GLAPIENTRY TAG() | VertexAttrib4fNV (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) |
static void GLAPIENTRY TAG() | VertexAttrib4fvNV (GLuint index, const GLfloat *v) |
static void GLAPIENTRY TAG() | VertexAttrib1fARB (GLuint index, GLfloat x) |
static void GLAPIENTRY TAG() | VertexAttrib1fvARB (GLuint index, const GLfloat *v) |
static void GLAPIENTRY TAG() | VertexAttrib2fARB (GLuint index, GLfloat x, GLfloat y) |
static void GLAPIENTRY TAG() | VertexAttrib2fvARB (GLuint index, const GLfloat *v) |
static void GLAPIENTRY TAG() | VertexAttrib3fARB (GLuint index, GLfloat x, GLfloat y, GLfloat z) |
static void GLAPIENTRY TAG() | VertexAttrib3fvARB (GLuint index, const GLfloat *v) |
static void GLAPIENTRY TAG() | VertexAttrib4fARB (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) |
static void GLAPIENTRY TAG() | VertexAttrib4fvARB (GLuint index, const GLfloat *v) |
Variables | |
static GLvertexformat | TAG (vtxfmt) |
#define PRE_LOOPBACK | ( | FUNC | ) |
static void GLAPIENTRY TAG() ArrayElement | ( | GLint | i | ) | [static] |
static void GLAPIENTRY TAG() Begin | ( | GLenum | mode | ) | [static] |
static void GLAPIENTRY TAG() CallList | ( | GLuint | i | ) | [static] |
static void GLAPIENTRY TAG() CallLists | ( | GLsizei | sz, | |
GLenum | type, | |||
const GLvoid * | v | |||
) | [static] |
static void GLAPIENTRY TAG() Color3f | ( | GLfloat | r, | |
GLfloat | g, | |||
GLfloat | b | |||
) | [static] |
static void GLAPIENTRY TAG() Color3fv | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() Color4f | ( | GLfloat | r, | |
GLfloat | g, | |||
GLfloat | b, | |||
GLfloat | a | |||
) | [static] |
static void GLAPIENTRY TAG() Color4fv | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() DrawArrays | ( | GLenum | mode, | |
GLint | start, | |||
GLsizei | count | |||
) | [static] |
static void GLAPIENTRY TAG() DrawElements | ( | GLenum | mode, | |
GLsizei | count, | |||
GLenum | type, | |||
const GLvoid * | indices | |||
) | [static] |
static void GLAPIENTRY TAG() DrawElementsBaseVertex | ( | GLenum | mode, | |
GLsizei | count, | |||
GLenum | type, | |||
const GLvoid * | indices, | |||
GLint | basevertex | |||
) | [static] |
static void GLAPIENTRY TAG() DrawRangeElements | ( | GLenum | mode, | |
GLuint | start, | |||
GLuint | end, | |||
GLsizei | count, | |||
GLenum | type, | |||
const GLvoid * | indices | |||
) | [static] |
static void GLAPIENTRY TAG() DrawRangeElementsBaseVertex | ( | GLenum | mode, | |
GLuint | start, | |||
GLuint | end, | |||
GLsizei | count, | |||
GLenum | type, | |||
const GLvoid * | indices, | |||
GLint | basevertex | |||
) | [static] |
static void GLAPIENTRY TAG() EdgeFlag | ( | GLboolean | e | ) | [static] |
static void GLAPIENTRY TAG() End | ( | void | ) | [static] |
static void GLAPIENTRY TAG() EvalCoord1f | ( | GLfloat | s | ) | [static] |
static void GLAPIENTRY TAG() EvalCoord1fv | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() EvalCoord2f | ( | GLfloat | s, | |
GLfloat | t | |||
) | [static] |
static void GLAPIENTRY TAG() EvalCoord2fv | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() EvalMesh1 | ( | GLenum | mode, | |
GLint | i1, | |||
GLint | i2 | |||
) | [static] |
static void GLAPIENTRY TAG() EvalMesh2 | ( | GLenum | mode, | |
GLint | i1, | |||
GLint | i2, | |||
GLint | j1, | |||
GLint | j2 | |||
) | [static] |
static void GLAPIENTRY TAG() EvalPoint1 | ( | GLint | i | ) | [static] |
static void GLAPIENTRY TAG() EvalPoint2 | ( | GLint | i, | |
GLint | j | |||
) | [static] |
static void GLAPIENTRY TAG() FogCoordfEXT | ( | GLfloat | f | ) | [static] |
static void GLAPIENTRY TAG() FogCoordfvEXT | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() Indexf | ( | GLfloat | f | ) | [static] |
static void GLAPIENTRY TAG() Indexfv | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() Materialfv | ( | GLenum | face, | |
GLenum | pname, | |||
const GLfloat * | v | |||
) | [static] |
static void GLAPIENTRY TAG() MultiDrawElementsBaseVertex | ( | GLenum | mode, | |
const GLsizei * | count, | |||
GLenum | type, | |||
const GLvoid ** | indices, | |||
GLsizei | primcount, | |||
const GLint * | basevertex | |||
) | [static] |
static void GLAPIENTRY TAG() MultiDrawElementsEXT | ( | GLenum | mode, | |
const GLsizei * | count, | |||
GLenum | type, | |||
const GLvoid ** | indices, | |||
GLsizei | primcount | |||
) | [static] |
static void GLAPIENTRY TAG() MultiTexCoord1fARB | ( | GLenum | target, | |
GLfloat | a | |||
) | [static] |
static void GLAPIENTRY TAG() MultiTexCoord1fvARB | ( | GLenum | target, | |
const GLfloat * | tc | |||
) | [static] |
static void GLAPIENTRY TAG() MultiTexCoord2fARB | ( | GLenum | target, | |
GLfloat | s, | |||
GLfloat | t | |||
) | [static] |
static void GLAPIENTRY TAG() MultiTexCoord2fvARB | ( | GLenum | target, | |
const GLfloat * | tc | |||
) | [static] |
static void GLAPIENTRY TAG() MultiTexCoord3fARB | ( | GLenum | target, | |
GLfloat | s, | |||
GLfloat | t, | |||
GLfloat | r | |||
) | [static] |
static void GLAPIENTRY TAG() MultiTexCoord3fvARB | ( | GLenum | target, | |
const GLfloat * | tc | |||
) | [static] |
static void GLAPIENTRY TAG() MultiTexCoord4fARB | ( | GLenum | target, | |
GLfloat | s, | |||
GLfloat | t, | |||
GLfloat | r, | |||
GLfloat | q | |||
) | [static] |
static void GLAPIENTRY TAG() MultiTexCoord4fvARB | ( | GLenum | target, | |
const GLfloat * | tc | |||
) | [static] |
static void GLAPIENTRY TAG() Normal3f | ( | GLfloat | x, | |
GLfloat | y, | |||
GLfloat | z | |||
) | [static] |
static void GLAPIENTRY TAG() Normal3fv | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() Rectf | ( | GLfloat | x1, | |
GLfloat | y1, | |||
GLfloat | x2, | |||
GLfloat | y2 | |||
) | [static] |
static void GLAPIENTRY TAG() SecondaryColor3fEXT | ( | GLfloat | r, | |
GLfloat | g, | |||
GLfloat | b | |||
) | [static] |
static void GLAPIENTRY TAG() SecondaryColor3fvEXT | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() TexCoord1f | ( | GLfloat | s | ) | [static] |
static void GLAPIENTRY TAG() TexCoord1fv | ( | const GLfloat * | tc | ) | [static] |
static void GLAPIENTRY TAG() TexCoord2f | ( | GLfloat | s, | |
GLfloat | t | |||
) | [static] |
static void GLAPIENTRY TAG() TexCoord2fv | ( | const GLfloat * | tc | ) | [static] |
static void GLAPIENTRY TAG() TexCoord3f | ( | GLfloat | s, | |
GLfloat | t, | |||
GLfloat | r | |||
) | [static] |
static void GLAPIENTRY TAG() TexCoord3fv | ( | const GLfloat * | tc | ) | [static] |
static void GLAPIENTRY TAG() TexCoord4f | ( | GLfloat | s, | |
GLfloat | t, | |||
GLfloat | r, | |||
GLfloat | q | |||
) | [static] |
static void GLAPIENTRY TAG() TexCoord4fv | ( | const GLfloat * | tc | ) | [static] |
static void GLAPIENTRY TAG() Vertex2f | ( | GLfloat | x, | |
GLfloat | y | |||
) | [static] |
static void GLAPIENTRY TAG() Vertex2fv | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() Vertex3f | ( | GLfloat | x, | |
GLfloat | y, | |||
GLfloat | z | |||
) | [static] |
static void GLAPIENTRY TAG() Vertex3fv | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() Vertex4f | ( | GLfloat | x, | |
GLfloat | y, | |||
GLfloat | z, | |||
GLfloat | w | |||
) | [static] |
static void GLAPIENTRY TAG() Vertex4fv | ( | const GLfloat * | v | ) | [static] |
static void GLAPIENTRY TAG() VertexAttrib1fARB | ( | GLuint | index, | |
GLfloat | x | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib1fNV | ( | GLuint | index, | |
GLfloat | x | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib1fvARB | ( | GLuint | index, | |
const GLfloat * | v | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib1fvNV | ( | GLuint | index, | |
const GLfloat * | v | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib2fARB | ( | GLuint | index, | |
GLfloat | x, | |||
GLfloat | y | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib2fNV | ( | GLuint | index, | |
GLfloat | x, | |||
GLfloat | y | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib2fvARB | ( | GLuint | index, | |
const GLfloat * | v | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib2fvNV | ( | GLuint | index, | |
const GLfloat * | v | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib3fARB | ( | GLuint | index, | |
GLfloat | x, | |||
GLfloat | y, | |||
GLfloat | z | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib3fNV | ( | GLuint | index, | |
GLfloat | x, | |||
GLfloat | y, | |||
GLfloat | z | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib3fvARB | ( | GLuint | index, | |
const GLfloat * | v | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib3fvNV | ( | GLuint | index, | |
const GLfloat * | v | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib4fARB | ( | GLuint | index, | |
GLfloat | x, | |||
GLfloat | y, | |||
GLfloat | z, | |||
GLfloat | w | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib4fNV | ( | GLuint | index, | |
GLfloat | x, | |||
GLfloat | y, | |||
GLfloat | z, | |||
GLfloat | w | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib4fvARB | ( | GLuint | index, | |
const GLfloat * | v | |||
) | [static] |
static void GLAPIENTRY TAG() VertexAttrib4fvNV | ( | GLuint | index, | |
const GLfloat * | v | |||
) | [static] |
GLvertexformat TAG(vtxfmt) [static] |