Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dentry_points_gl_2_autogen.h135 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z);
Dproc_table_wgl_autogen.cpp978 {"glVertexAttrib3d", P(GL_VertexAttrib3d)},
Dentry_points_gl_2_autogen.cpp1752 void GL_APIENTRY GL_VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) in GL_VertexAttrib3d() function
DlibGL_autogen.cpp2851 return GL_VertexAttrib3d(index, x, y, z); in glVertexAttrib3d()