Lines Matching refs:const

9 void glClipPlane(GLenum plane, const GLdouble *equation);
12 void glColor4fv( const GLfloat *v );
14 void glColor4ubv( const GLubyte *v );
15 void glColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
20 void glFogfv(GLenum pname, const GLfloat *params);
29 void glLightfv(GLenum light, GLenum pname, const GLfloat *params);
31 void glLightModelfv(GLenum pname, const GLfloat *params);
33 void glLoadMatrixf(const GLfloat *m);
36 void glMaterialfv(GLenum face, GLenum pname, const GLfloat *params);
37 void glMultiTexCoord2fv( GLenum target, const GLfloat *v );
38 void glMultiTexCoord2sv( GLenum target, const GLshort *v );
39 void glMultiTexCoord3fv( GLenum target, const GLfloat *v );
40 void glMultiTexCoord3sv( GLenum target, const GLshort *v );
42 void glMultiTexCoord4fv( GLenum target, const GLfloat *v );
43 void glMultiTexCoord4sv( GLenum target, const GLshort *v );
44 void glMultMatrixf(const GLfloat *m);
46 void glNormal3fv( const GLfloat *v );
47 void glNormal3sv( const GLshort *v );
50 void glPointParameterfv(GLenum param, const GLfloat *values);
55 void glTexEnvfv(GLenum target, GLenum pname, const GLfloat *params);
57 void glNormalPointer(GLenum type, GLsizei stride, const GLvoid *pointer);
61 void glTexCoordPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
63 void glTexEnviv(GLenum target, GLenum pname, const GLint *params);
65 void glVertexPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
66 void glClipPlanef(GLenum plane, const GLfloat *equation);
76 void glFogxv(GLenum pname, const GLfixed *params);
78 void glClipPlanex(GLenum pname, const GLfixed * eqn);
85 void glLightModelxv(GLenum pname, const GLfixed *params);
87 void glLightxv(GLenum light, GLenum pname, const GLfixed *params);
89 void glLoadMatrixx(const GLfixed *m);
91 void glMaterialxv(GLenum face, GLenum pname, const GLfixed *params);
92 void glMultMatrixx(const GLfixed *m);
97 void glPointParameterxv(GLenum pname, const GLfixed *params);
104 void glTexEnvxv(GLenum target, GLenum pname, const GLfixed *params);
106 void glTexParameterxv(GLenum target, GLenum pname, const GLfixed *params);