Searched refs:GL_VertexAttrib2f (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libGL/ |
D | entry_points_gl_2_autogen.h | 131 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y);
|
D | proc_table_wgl_autogen.cpp | 974 {"glVertexAttrib2f", P(GL_VertexAttrib2f)},
|
D | entry_points_gl_2_autogen.cpp | 1660 void GL_APIENTRY GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y) in GL_VertexAttrib2f() function
|
D | libGL_autogen.cpp | 2831 return GL_VertexAttrib2f(index, x, y); in glVertexAttrib2f()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 293 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y);
|
D | proc_table_egl_autogen.cpp | 894 {"glVertexAttrib2f", P(GL_VertexAttrib2f)},
|
D | entry_points_gles_2_0_autogen.cpp | 3512 void GL_APIENTRY GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y) in GL_VertexAttrib2f() function
|
D | libGLESv2_autogen.cpp | 806 return GL_VertexAttrib2f(index, x, y); in glVertexAttrib2f()
|