Searched refs:GL_VertexAttrib2d (Results 1 – 4 of 4) sorted by relevance
129 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib2d(GLuint index, GLdouble x, GLdouble y);
972 {"glVertexAttrib2d", P(GL_VertexAttrib2d)},
1614 void GL_APIENTRY GL_VertexAttrib2d(GLuint index, GLdouble x, GLdouble y) in GL_VertexAttrib2d() function
2821 return GL_VertexAttrib2d(index, x, y); in glVertexAttrib2d()