Searched refs:VertexAttrib3fARB (Results 1 – 9 of 9) sorted by relevance
157 SET_VertexAttrib3fARB(tab, vfmt->VertexAttrib3fARB); in install_vtxfmt()
920 void (GLAPIENTRYP VertexAttrib3fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z );
11019 vfmt->VertexAttrib3fARB = save_VertexAttrib3fARB; in _mesa_save_vtxfmt_init()
492 vfmt->VertexAttrib3fARB = _mesa_noop_VertexAttrib3fARB; in _mesa_noop_vtxfmt_init()
968 vfmt->VertexAttrib3fARB = _es_VertexAttrib3f; in vbo_exec_vtxfmt_init()977 vfmt->VertexAttrib3fARB = vbo_VertexAttrib3fARB; in vbo_exec_vtxfmt_init()
505 TAG(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z) in TAG() argument
1368 vfmt->VertexAttrib3fARB = _save_VertexAttrib3fARB; in _save_vtxfmt_init()
1052 { "glVertexAttrib3fARB", _O(VertexAttrib3fARB) },
2014 #define glVertexAttrib3fARB MANGLE(VertexAttrib3fARB)