Searched refs:GL_Vertex3i (Results 1 – 4 of 4) sorted by relevance
946 {"glVertex3i", P(GL_Vertex3i)},
400 ANGLE_EXPORT void GL_APIENTRY GL_Vertex3i(GLint x, GLint y, GLint z);
1544 return GL_Vertex3i(x, y, z); in glVertex3i()
6725 void GL_APIENTRY GL_Vertex3i(GLint x, GLint y, GLint z) in GL_Vertex3i() function