Searched refs:GL_Vertex3s (Results 1 – 4 of 4) sorted by relevance
948 {"glVertex3s", P(GL_Vertex3s)},
402 ANGLE_EXPORT void GL_APIENTRY GL_Vertex3s(GLshort x, GLshort y, GLshort z);
1554 return GL_Vertex3s(x, y, z); in glVertex3s()
6767 void GL_APIENTRY GL_Vertex3s(GLshort x, GLshort y, GLshort z) in GL_Vertex3s() function