Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvtxfmt.c130 SET_VertexAttrib2fvARB(tab, vfmt->VertexAttrib2fvARB); in install_vtxfmt()
Dapi_arrayelt.c1063 VertexAttrib2fvARB(GLuint index, const GLfloat *v) in VertexAttrib2fvARB() function
1313 (attrib_func) VertexAttrib2fvARB,
1360 (attrib_func) VertexAttrib2fvARB,
Ddd.h1063 void (GLAPIENTRYP VertexAttrib2fvARB)( GLuint index, const GLfloat *v );
Ddlist.c10462 vfmt->VertexAttrib2fvARB = save_VertexAttrib2fvARB; in save_vtxfmt_init()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c428 vfmt->VertexAttrib2fvARB = _mesa_noop_VertexAttrib2fvARB; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c984 vfmt->VertexAttrib2fvARB = _es_VertexAttrib2fv; in vbo_exec_vtxfmt_init()
993 vfmt->VertexAttrib2fvARB = vbo_VertexAttrib2fvARB; in vbo_exec_vtxfmt_init()
Dvbo_attrib_tmp.h558 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) in TAG() argument
Dvbo_save_api.c1370 vfmt->VertexAttrib2fvARB = _save_VertexAttrib2fvARB; in _save_vtxfmt_init()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1045 { "glVertexAttrib2fvARB", _O(VertexAttrib2fvARB) },
/external/mesa3d/include/GL/
Dgl_mangle.h2486 #define glVertexAttrib2fvARB MANGLE(VertexAttrib2fvARB)