Searched refs:VertexAttrib2fNV (Results 1 – 8 of 8) sorted by relevance
118 SET_VertexAttrib2fNV(tab, vfmt->VertexAttrib2fNV); in install_vtxfmt()
1053 void (GLAPIENTRYP VertexAttrib2fNV)( GLuint index, GLfloat x, GLfloat y );
419 vfmt->VertexAttrib2fNV = _mesa_noop_VertexAttrib2fNV; in _mesa_noop_vtxfmt_init()
819 TAG(VertexAttrib2fNV)(GLuint index, GLfloat x, GLfloat y) in TAG() argument
1378 vfmt->VertexAttrib2fNV = _save_VertexAttrib2fNV; in _save_vtxfmt_init()
1006 vfmt->VertexAttrib2fNV = vbo_VertexAttrib2fNV; in vbo_exec_vtxfmt_init()
1358 { "glVertexAttrib2fNV", _O(VertexAttrib2fNV) },
2485 #define glVertexAttrib2fNV MANGLE(VertexAttrib2fNV)