Home
last modified time | relevance | path

Searched refs:VertexAttrib1fvARB (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvtxfmt.c128 SET_VertexAttrib1fvARB(tab, vfmt->VertexAttrib1fvARB); in install_vtxfmt()
Dapi_arrayelt.c1057 VertexAttrib1fvARB(GLuint index, const GLfloat *v) in VertexAttrib1fvARB() function
1302 (attrib_func) VertexAttrib1fvARB,
1349 (attrib_func) VertexAttrib1fvARB,
Ddd.h1061 void (GLAPIENTRYP VertexAttrib1fvARB)( GLuint index, const GLfloat *v );
Ddlist.c10460 vfmt->VertexAttrib1fvARB = save_VertexAttrib1fvARB; in save_vtxfmt_init()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c426 vfmt->VertexAttrib1fvARB = _mesa_noop_VertexAttrib1fvARB; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c982 vfmt->VertexAttrib1fvARB = _es_VertexAttrib1fv; in vbo_exec_vtxfmt_init()
991 vfmt->VertexAttrib1fvARB = vbo_VertexAttrib1fvARB; in vbo_exec_vtxfmt_init()
Dvbo_attrib_tmp.h534 TAG(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) in TAG() argument
Dvbo_save_api.c1368 vfmt->VertexAttrib1fvARB = _save_VertexAttrib1fvARB; in _save_vtxfmt_init()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1039 { "glVertexAttrib1fvARB", _O(VertexAttrib1fvARB) },
/external/mesa3d/include/GL/
Dgl_mangle.h2466 #define glVertexAttrib1fvARB MANGLE(VertexAttrib1fvARB)