Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvtxfmt.c127 SET_VertexAttrib1fARB(tab, vfmt->VertexAttrib1fARB); in install_vtxfmt()
Ddd.h1060 void (GLAPIENTRYP VertexAttrib1fARB)( GLuint index, GLfloat x );
Ddlist.c10459 vfmt->VertexAttrib1fARB = save_VertexAttrib1fARB; in save_vtxfmt_init()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c425 vfmt->VertexAttrib1fARB = _mesa_noop_VertexAttrib1fARB; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c981 vfmt->VertexAttrib1fARB = _es_VertexAttrib1f; in vbo_exec_vtxfmt_init()
990 vfmt->VertexAttrib1fARB = vbo_VertexAttrib1fARB; in vbo_exec_vtxfmt_init()
Dvbo_attrib_tmp.h522 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) in TAG() argument
Dvbo_save_api.c1367 vfmt->VertexAttrib1fARB = _save_VertexAttrib1fARB; in _save_vtxfmt_init()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1038 { "glVertexAttrib1fARB", _O(VertexAttrib1fARB) },
/external/mesa3d/include/GL/
Dgl_mangle.h2463 #define glVertexAttrib1fARB MANGLE(VertexAttrib1fARB)