Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp1033 {"glVertexAttribL4d", P(GL_VertexAttribL4d)},
Dentry_points_gl_4_autogen.h378 GL_VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
DlibGL_autogen.cpp4869 return GL_VertexAttribL4d(index, x, y, z, w); in glVertexAttribL4d()
Dentry_points_gl_4_autogen.cpp3629 void GL_APIENTRY GL_VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in GL_VertexAttribL4d() function