Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dentry_points_gl_2_autogen.h129 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib2d(GLuint index, GLdouble x, GLdouble y);
Dproc_table_wgl_autogen.cpp972 {"glVertexAttrib2d", P(GL_VertexAttrib2d)},
Dentry_points_gl_2_autogen.cpp1614 void GL_APIENTRY GL_VertexAttrib2d(GLuint index, GLdouble x, GLdouble y) in GL_VertexAttrib2d() function
DlibGL_autogen.cpp2821 return GL_VertexAttrib2d(index, x, y); in glVertexAttrib2d()