Searched refs:VertexAttrib2fARB (Results 1 – 9 of 9) sorted by relevance
155 SET_VertexAttrib2fARB(tab, vfmt->VertexAttrib2fARB); in install_vtxfmt()
918 void (GLAPIENTRYP VertexAttrib2fARB)( GLuint index, GLfloat x, GLfloat y );
11017 vfmt->VertexAttrib2fARB = save_VertexAttrib2fARB; in _mesa_save_vtxfmt_init()
490 vfmt->VertexAttrib2fARB = _mesa_noop_VertexAttrib2fARB; in _mesa_noop_vtxfmt_init()
966 vfmt->VertexAttrib2fARB = _es_VertexAttrib2f; in vbo_exec_vtxfmt_init()975 vfmt->VertexAttrib2fARB = vbo_VertexAttrib2fARB; in vbo_exec_vtxfmt_init()
481 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) in TAG() argument
1366 vfmt->VertexAttrib2fARB = _save_VertexAttrib2fARB; in _save_vtxfmt_init()
1046 { "glVertexAttrib2fARB", _O(VertexAttrib2fARB) },
1994 #define glVertexAttrib2fARB MANGLE(VertexAttrib2fARB)