Searched refs:texCoord2f (Results 1 – 3 of 3) sorted by relevance
201 void texCoord2f(GLfloat s, GLfloat t); \
1632 void Context::texCoord2f(GLfloat s, GLfloat t) in texCoord2f() function in gl::Context
4692 context->texCoord2f(s, t); in TexCoord2f()