Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dentry_points_gl_2_autogen.h131 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y);
Dproc_table_wgl_autogen.cpp974 {"glVertexAttrib2f", P(GL_VertexAttrib2f)},
Dentry_points_gl_2_autogen.cpp1660 void GL_APIENTRY GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y) in GL_VertexAttrib2f() function
DlibGL_autogen.cpp2831 return GL_VertexAttrib2f(index, x, y); in glVertexAttrib2f()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h293 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y);
Dproc_table_egl_autogen.cpp894 {"glVertexAttrib2f", P(GL_VertexAttrib2f)},
Dentry_points_gles_2_0_autogen.cpp3512 void GL_APIENTRY GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y) in GL_VertexAttrib2f() function
DlibGLESv2_autogen.cpp806 return GL_VertexAttrib2f(index, x, y); in glVertexAttrib2f()