Searched refs:VertexAttrib1fNV (Results 1 – 8 of 8) sorted by relevance
116 SET_VertexAttrib1fNV(tab, vfmt->VertexAttrib1fNV); in install_vtxfmt()
1200 void (GLAPIENTRYP VertexAttrib1fNV)( GLuint index, GLfloat x );
417 vfmt->VertexAttrib1fNV = _mesa_noop_VertexAttrib1fNV; in _mesa_noop_vtxfmt_init()
1015 vfmt->VertexAttrib1fNV = vbo_VertexAttrib1fNV; in vbo_exec_vtxfmt_init()
1433 vfmt->VertexAttrib1fNV = _save_VertexAttrib1fNV; in vtxfmt_init()
821 TAG(VertexAttrib1fNV)(GLuint index, GLfloat x) in TAG() argument
1350 { "glVertexAttrib1fNV", _O(VertexAttrib1fNV) },
2465 #define glVertexAttrib1fNV MANGLE(VertexAttrib1fNV)