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