Searched refs:GL_Vertex4i (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 954 {"glVertex4i", P(GL_Vertex4i)},
|
D | entry_points_gl_1_autogen.h | 408 ANGLE_EXPORT void GL_APIENTRY GL_Vertex4i(GLint x, GLint y, GLint z, GLint w);
|
D | libGL_autogen.cpp | 1584 return GL_Vertex4i(x, y, z, w); in glVertex4i()
|
D | entry_points_gl_1_autogen.cpp | 6895 void GL_APIENTRY GL_Vertex4i(GLint x, GLint y, GLint z, GLint w) in GL_Vertex4i() function
|