Searched refs:texCoord4f (Results 1 – 3 of 3) sorted by relevance
217 void texCoord4f(GLfloat s, GLfloat t, GLfloat r, GLfloat q); \
1707 void Context::texCoord4f(GLfloat s, GLfloat t, GLfloat r, GLfloat q) in texCoord4f() function in gl::Context
6163 context->texCoord4f(s, t, r, q); in GL_TexCoord4f()