Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h292 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib1fv(GLuint index, const GLfloat *v);
Dproc_table_wgl_autogen.cpp1403 {"glVertexAttrib1fv", P(GL_VertexAttrib1fv)},
Dproc_table_glx_autogen.cpp1403 {"glVertexAttrib1fv", P(GL_VertexAttrib1fv)},
Dproc_table_egl_autogen.cpp1525 {"glVertexAttrib1fv", P(GL_VertexAttrib1fv)},
Dentry_points_gles_2_0_autogen.cpp3967 void GL_APIENTRY GL_VertexAttrib1fv(GLuint index, const GLfloat *v) in GL_VertexAttrib1fv() function
DlibGLESv2_autogen.cpp808 return GL_VertexAttrib1fv(index, v); in glVertexAttrib1fv()