Searched refs:VertexAttrib2fARB (Results 1 – 9 of 9) sorted by relevance
129 SET_VertexAttrib2fARB(tab, vfmt->VertexAttrib2fARB); in install_vtxfmt()
1211 void (GLAPIENTRYP VertexAttrib2fARB)( GLuint index, GLfloat x, GLfloat y );
10475 vfmt->VertexAttrib2fARB = save_VertexAttrib2fARB; in save_vtxfmt_init()
427 vfmt->VertexAttrib2fARB = _mesa_noop_VertexAttrib2fARB; in _mesa_noop_vtxfmt_init()
994 vfmt->VertexAttrib2fARB = _es_VertexAttrib2f; in vbo_exec_vtxfmt_init()1003 vfmt->VertexAttrib2fARB = vbo_VertexAttrib2fARB; in vbo_exec_vtxfmt_init()
1426 vfmt->VertexAttrib2fARB = _save_VertexAttrib2fARB; in vtxfmt_init()
564 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) in TAG() argument
1042 { "glVertexAttrib2fARB", _O(VertexAttrib2fARB) },
2483 #define glVertexAttrib2fARB MANGLE(VertexAttrib2fARB)