Searched refs:GL_VertexAttribL3d (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gl_4_autogen.h | 197 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z);
|
D | proc_table_wgl_autogen.cpp | 1467 {"glVertexAttribL3d", P(GL_VertexAttribL3d)},
|
D | proc_table_glx_autogen.cpp | 1467 {"glVertexAttribL3d", P(GL_VertexAttribL3d)},
|
D | proc_table_egl_autogen.cpp | 1589 DESKTOP_ONLY("glVertexAttribL3d", GL_VertexAttribL3d)
|
D | entry_points_gl_4_autogen.cpp | 1982 void GL_APIENTRY GL_VertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) in GL_VertexAttribL3d() function
|
D | libGLESv2_autogen.cpp | 8634 return GL_VertexAttribL3d(index, x, y, z); in glVertexAttribL3d()
|