Home
last modified time | relevance | path

Searched refs:GL_Vertex4f (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp952 {"glVertex4f", P(GL_Vertex4f)},
Dentry_points_gl_1_autogen.h406 ANGLE_EXPORT void GL_APIENTRY GL_Vertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
DlibGL_autogen.cpp1574 return GL_Vertex4f(x, y, z, w); in glVertex4f()
Dentry_points_gl_1_autogen.cpp6852 void GL_APIENTRY GL_Vertex4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in GL_Vertex4f() function