Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp944 {"glVertex3f", P(GL_Vertex3f)},
Dentry_points_gl_1_autogen.h398 ANGLE_EXPORT void GL_APIENTRY GL_Vertex3f(GLfloat x, GLfloat y, GLfloat z);
DlibGL_autogen.cpp1534 return GL_Vertex3f(x, y, z); in glVertex3f()
Dentry_points_gl_1_autogen.cpp6683 void GL_APIENTRY GL_Vertex3f(GLfloat x, GLfloat y, GLfloat z) in GL_Vertex3f() function