Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvtxfmt.c129 SET_VertexAttrib2fARB(tab, vfmt->VertexAttrib2fARB); in install_vtxfmt()
Ddd.h1211 void (GLAPIENTRYP VertexAttrib2fARB)( GLuint index, GLfloat x, GLfloat y );
Ddlist.c10475 vfmt->VertexAttrib2fARB = save_VertexAttrib2fARB; in save_vtxfmt_init()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c427 vfmt->VertexAttrib2fARB = _mesa_noop_VertexAttrib2fARB; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c994 vfmt->VertexAttrib2fARB = _es_VertexAttrib2f; in vbo_exec_vtxfmt_init()
1003 vfmt->VertexAttrib2fARB = vbo_VertexAttrib2fARB; in vbo_exec_vtxfmt_init()
Dvbo_save_api.c1426 vfmt->VertexAttrib2fARB = _save_VertexAttrib2fARB; in vtxfmt_init()
Dvbo_attrib_tmp.h564 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) in TAG() argument
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1042 { "glVertexAttrib2fARB", _O(VertexAttrib2fARB) },
/external/mesa3d/include/GL/
Dgl_mangle.h2483 #define glVertexAttrib2fARB MANGLE(VertexAttrib2fARB)