Home
last modified time | relevance | path

Searched refs:GL_VertexAttrib1f (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libGL/
Dentry_points_gl_2_autogen.h125 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib1f(GLuint index, GLfloat x);
Dproc_table_wgl_autogen.cpp968 {"glVertexAttrib1f", P(GL_VertexAttrib1f)},
Dentry_points_gl_2_autogen.cpp1526 void GL_APIENTRY GL_VertexAttrib1f(GLuint index, GLfloat x) in GL_VertexAttrib1f() function
DlibGL_autogen.cpp2801 return GL_VertexAttrib1f(index, x); in glVertexAttrib1f()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h291 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib1f(GLuint index, GLfloat x);
Dproc_table_egl_autogen.cpp892 {"glVertexAttrib1f", P(GL_VertexAttrib1f)},
Dentry_points_gles_2_0_autogen.cpp3468 void GL_APIENTRY GL_VertexAttrib1f(GLuint index, GLfloat x) in GL_VertexAttrib1f() function
DlibGLESv2_autogen.cpp796 return GL_VertexAttrib1f(index, x); in glVertexAttrib1f()