Home
last modified time | relevance | path

Searched refs:VertexAttrib3fARB (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvtxfmt.c157 SET_VertexAttrib3fARB(tab, vfmt->VertexAttrib3fARB); in install_vtxfmt()
Ddd.h920 void (GLAPIENTRYP VertexAttrib3fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z );
Ddlist.c11019 vfmt->VertexAttrib3fARB = save_VertexAttrib3fARB; in _mesa_save_vtxfmt_init()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c492 vfmt->VertexAttrib3fARB = _mesa_noop_VertexAttrib3fARB; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c968 vfmt->VertexAttrib3fARB = _es_VertexAttrib3f; in vbo_exec_vtxfmt_init()
977 vfmt->VertexAttrib3fARB = vbo_VertexAttrib3fARB; in vbo_exec_vtxfmt_init()
Dvbo_attrib_tmp.h505 TAG(VertexAttrib3fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z) in TAG() argument
Dvbo_save_api.c1368 vfmt->VertexAttrib3fARB = _save_VertexAttrib3fARB; in _save_vtxfmt_init()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1052 { "glVertexAttrib3fARB", _O(VertexAttrib3fARB) },
/external/mesa3d/include/GL/
Dgl_mangle.h2014 #define glVertexAttrib3fARB MANGLE(VertexAttrib3fARB)