Searched refs:VertexAttrib1fARB (Results 1 – 9 of 9) sorted by relevance
153 SET_VertexAttrib1fARB(tab, vfmt->VertexAttrib1fARB); in install_vtxfmt()
916 void (GLAPIENTRYP VertexAttrib1fARB)( GLuint index, GLfloat x );
11015 vfmt->VertexAttrib1fARB = save_VertexAttrib1fARB; in _mesa_save_vtxfmt_init()
488 vfmt->VertexAttrib1fARB = _mesa_noop_VertexAttrib1fARB; in _mesa_noop_vtxfmt_init()
964 vfmt->VertexAttrib1fARB = _es_VertexAttrib1f; in vbo_exec_vtxfmt_init()973 vfmt->VertexAttrib1fARB = vbo_VertexAttrib1fARB; in vbo_exec_vtxfmt_init()
457 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) in TAG() argument
1364 vfmt->VertexAttrib1fARB = _save_VertexAttrib1fARB; in _save_vtxfmt_init()
1040 { "glVertexAttrib1fARB", _O(VertexAttrib1fARB) },
1974 #define glVertexAttrib1fARB MANGLE(VertexAttrib1fARB)