Searched refs:texCoord3f (Results 1 – 3 of 3) sorted by relevance
209 void texCoord3f(GLfloat s, GLfloat t, GLfloat r); \
1672 void Context::texCoord3f(GLfloat s, GLfloat t, GLfloat r) in texCoord3f() function in gl::Context
4834 context->texCoord3f(s, t, r); in TexCoord3f()