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