Searched refs:GL_VertexAttribL4d (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gl_4_autogen.h | 200 GL_VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
D | proc_table_wgl_autogen.cpp | 1469 {"glVertexAttribL4d", P(GL_VertexAttribL4d)},
|
D | proc_table_glx_autogen.cpp | 1469 {"glVertexAttribL4d", P(GL_VertexAttribL4d)},
|
D | proc_table_egl_autogen.cpp | 1591 DESKTOP_ONLY("glVertexAttribL4d", GL_VertexAttribL4d)
|
D | entry_points_gl_4_autogen.cpp | 2036 void GL_APIENTRY GL_VertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) in GL_VertexAttribL4d() function
|
D | libGLESv2_autogen.cpp | 8644 return GL_VertexAttribL4d(index, x, y, z, w); in glVertexAttribL4d()
|