Searched refs:GL_Vertex4f (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 952 {"glVertex4f", P(GL_Vertex4f)},
|
D | entry_points_gl_1_autogen.h | 406 ANGLE_EXPORT void GL_APIENTRY GL_Vertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
D | libGL_autogen.cpp | 1574 return GL_Vertex4f(x, y, z, w); in glVertex4f()
|
D | entry_points_gl_1_autogen.cpp | 6852 void GL_APIENTRY GL_Vertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in GL_Vertex4f() function
|