Searched refs:VertexAttrib1fARB (Results 1 – 9 of 9) sorted by relevance
127 SET_VertexAttrib1fARB(tab, vfmt->VertexAttrib1fARB); in install_vtxfmt()
1060 void (GLAPIENTRYP VertexAttrib1fARB)( GLuint index, GLfloat x );
10459 vfmt->VertexAttrib1fARB = save_VertexAttrib1fARB; in save_vtxfmt_init()
425 vfmt->VertexAttrib1fARB = _mesa_noop_VertexAttrib1fARB; in _mesa_noop_vtxfmt_init()
981 vfmt->VertexAttrib1fARB = _es_VertexAttrib1f; in vbo_exec_vtxfmt_init()990 vfmt->VertexAttrib1fARB = vbo_VertexAttrib1fARB; in vbo_exec_vtxfmt_init()
522 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) in TAG() argument
1367 vfmt->VertexAttrib1fARB = _save_VertexAttrib1fARB; in _save_vtxfmt_init()
1038 { "glVertexAttrib1fARB", _O(VertexAttrib1fARB) },
2463 #define glVertexAttrib1fARB MANGLE(VertexAttrib1fARB)