Searched refs:VertexAttrib3fNV (Results 1 – 9 of 9) sorted by relevance
147 SET_VertexAttrib3fNV(tab, vfmt->VertexAttrib3fNV); in install_vtxfmt()
911 void (GLAPIENTRYP VertexAttrib3fNV)( GLuint index, GLfloat x, GLfloat y, GLfloat z );
11011 vfmt->VertexAttrib3fNV = save_VertexAttrib3fNV; in _mesa_save_vtxfmt_init()
484 vfmt->VertexAttrib3fNV = _mesa_noop_VertexAttrib3fNV; in _mesa_noop_vtxfmt_init()
770 TAG(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z) in TAG() argument
987 vfmt->VertexAttrib3fNV = vbo_VertexAttrib3fNV; in vbo_exec_vtxfmt_init()
1377 vfmt->VertexAttrib3fNV = _save_VertexAttrib3fNV; in _save_vtxfmt_init()
1361 { "glVertexAttrib3fNV", _O(VertexAttrib3fNV) },
2016 #define glVertexAttrib3fNV MANGLE(VertexAttrib3fNV)