Lines Matching refs:GLfloat
168 _es_Color4f(GLfloat r, GLfloat g, GLfloat b, GLfloat a);
171 _es_Normal3f(GLfloat x, GLfloat y, GLfloat z);
174 _es_MultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
177 _es_Materialfv(GLenum face, GLenum pname, const GLfloat *params);
180 _es_Materialf(GLenum face, GLenum pname, GLfloat param);
183 _es_VertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
186 _es_VertexAttrib1f(GLuint indx, GLfloat x);
189 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values);
192 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y);
195 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values);
198 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z);
201 _es_VertexAttrib3fv(GLuint indx, const GLfloat* values);
204 _es_VertexAttrib4fv(GLuint indx, const GLfloat* values);