Changeset 156
- Timestamp:
- Feb 2, 2011, 6:40:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified pipeline/cpp_pipeline/include/internal.h ¶
r144 r156 194 194 void GLAPIENTRY _internal_Color4uiv(PGLContext *ctx, const GLuint *v); 195 195 void GLAPIENTRY _internal_Color4usv(PGLContext *ctx, const GLushort *v); 196 void GLAPIENTRY _internal_SecondaryColor3b(PGLContext *ctx, GLbyte red, GLbyte green, GLbyte blue); 197 void GLAPIENTRY _internal_SecondaryColor3d(PGLContext *ctx, GLdouble red, GLdouble green, GLdouble blue); 198 void GLAPIENTRY _internal_SecondaryColor3f(PGLContext *ctx, GLfloat red, GLfloat green, GLfloat blue); 199 void GLAPIENTRY _internal_SecondaryColor3i(PGLContext *ctx, GLint red, GLint green, GLint blue); 200 void GLAPIENTRY _internal_SecondaryColor3s(PGLContext *ctx, GLshort red, GLshort green, GLshort blue); 201 void GLAPIENTRY _internal_SecondaryColor3ub(PGLContext *ctx, GLubyte red, GLubyte green, GLubyte blue); 202 void GLAPIENTRY _internal_SecondaryColor3ui(PGLContext *ctx, GLuint red, GLuint green, GLuint blue); 203 void GLAPIENTRY _internal_SecondaryColor3us(PGLContext *ctx, GLushort red, GLushort green, GLushort blue); 204 void GLAPIENTRY _internal_SecondaryColor3bv(PGLContext *ctx, const GLbyte *v); 205 void GLAPIENTRY _internal_SecondaryColor3dv(PGLContext *ctx, const GLdouble *v); 206 void GLAPIENTRY _internal_SecondaryColor3fv(PGLContext *ctx, const GLfloat *v); 207 void GLAPIENTRY _internal_SecondaryColor3iv(PGLContext *ctx, const GLint *v); 208 void GLAPIENTRY _internal_SecondaryColor3sv(PGLContext *ctx, const GLshort *v); 209 void GLAPIENTRY _internal_SecondaryColor3ubv(PGLContext *ctx, const GLubyte *v); 210 void GLAPIENTRY _internal_SecondaryColor3uiv(PGLContext *ctx, const GLuint *v); 211 void GLAPIENTRY _internal_SecondaryColor3usv(PGLContext *ctx, const GLushort *v); 196 212 void GLAPIENTRY _internal_TexCoord1d(PGLContext *ctx, GLdouble s); 197 213 void GLAPIENTRY _internal_TexCoord1f(PGLContext *ctx, GLfloat s);
Note:
See TracChangeset
for help on using the changeset viewer.