Searched refs:GL_VertexAttribL4d (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 1033 {"glVertexAttribL4d", P(GL_VertexAttribL4d)},
|
D | entry_points_gl_4_autogen.h | 378 GL_VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
D | libGL_autogen.cpp | 4869 return GL_VertexAttribL4d(index, x, y, z, w); in glVertexAttribL4d()
|
D | entry_points_gl_4_autogen.cpp | 3629 void GL_APIENTRY GL_VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in GL_VertexAttribL4d() function
|