Searched refs:GL_VertexAttrib3d (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | entry_points_gl_2_autogen.h | 135 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z);
|
D | proc_table_wgl_autogen.cpp | 978 {"glVertexAttrib3d", P(GL_VertexAttrib3d)},
|
D | entry_points_gl_2_autogen.cpp | 1752 void GL_APIENTRY GL_VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) in GL_VertexAttrib3d() function
|
D | libGL_autogen.cpp | 2851 return GL_VertexAttrib3d(index, x, y, z); in glVertexAttrib3d()
|