Searched refs:texCoord4i (Results 1 – 3 of 3) sorted by relevance
219 void texCoord4i(GLint s, GLint t, GLint r, GLint q); \
1722 void Context::texCoord4i(GLint s, GLint t, GLint r, GLint q) in texCoord4i() function in gl::Context
5930 context->texCoord4i(s, t, r, q); in GL_TexCoord4i()