Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp942 {"glVertex3d", P(GL_Vertex3d)},
Dentry_points_gl_1_autogen.h396 ANGLE_EXPORT void GL_APIENTRY GL_Vertex3d(GLdouble x, GLdouble y, GLdouble z);
DlibGL_autogen.cpp1524 return GL_Vertex3d(x, y, z); in glVertex3d()
Dentry_points_gl_1_autogen.cpp6641 void GL_APIENTRY GL_Vertex3d(GLdouble x, GLdouble y, GLdouble z) in GL_Vertex3d() function