Home
last modified time | relevance | path

Searched refs:GL_VertexAttribL4dv (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gl_4_autogen.h201 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribL4dv(GLuint index, const GLdouble *v);
Dproc_table_wgl_autogen.cpp1470 {"glVertexAttribL4dv", P(GL_VertexAttribL4dv)},
Dproc_table_glx_autogen.cpp1470 {"glVertexAttribL4dv", P(GL_VertexAttribL4dv)},
Dproc_table_egl_autogen.cpp1592 DESKTOP_ONLY("glVertexAttribL4dv", GL_VertexAttribL4dv)
Dentry_points_gl_4_autogen.cpp2064 void GL_APIENTRY GL_VertexAttribL4dv(GLuint index, const GLdouble *v) in GL_VertexAttribL4dv() function
DlibGLESv2_autogen.cpp8649 return GL_VertexAttribL4dv(index, v); in glVertexAttribL4dv()