Home | History | Annotate | Download | only in glapi

Lines Matching defs:Vertex3i

911 KEYWORD1 void KEYWORD2 NAME(Vertex3i)(GLint x, GLint y, GLint z)
914 DISPATCH(Vertex3i, (x, y, z), (F, "glVertex3i(%d, %d, %d);\n", x, y, z));
8326 TABLE_ENTRY(Vertex3i),