Searched refs:VertexAttrib3fNV (Results 1 – 8 of 8) sorted by relevance
421 vfmt->VertexAttrib3fNV = _mesa_noop_VertexAttrib3fNV; in _mesa_noop_vtxfmt_init()
1019 vfmt->VertexAttrib3fNV = vbo_VertexAttrib3fNV; in vbo_exec_vtxfmt_init()
1437 vfmt->VertexAttrib3fNV = _save_VertexAttrib3fNV; in vtxfmt_init()
853 TAG(VertexAttrib3fNV)(GLuint index, GLfloat x, GLfloat y, GLfloat z) in TAG() argument
120 SET_VertexAttrib3fNV(tab, vfmt->VertexAttrib3fNV); in install_vtxfmt()
1204 void (GLAPIENTRYP VertexAttrib3fNV)( GLuint index, GLfloat x, GLfloat y, GLfloat z );
1362 { "glVertexAttrib3fNV", _O(VertexAttrib3fNV) },
2505 #define glVertexAttrib3fNV MANGLE(VertexAttrib3fNV)