Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvtxfmt.c155 SET_VertexAttrib2fARB(tab, vfmt->VertexAttrib2fARB); in install_vtxfmt()
Ddd.h918 void (GLAPIENTRYP VertexAttrib2fARB)( GLuint index, GLfloat x, GLfloat y );
Ddlist.c11017 vfmt->VertexAttrib2fARB = save_VertexAttrib2fARB; in _mesa_save_vtxfmt_init()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c490 vfmt->VertexAttrib2fARB = _mesa_noop_VertexAttrib2fARB; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c966 vfmt->VertexAttrib2fARB = _es_VertexAttrib2f; in vbo_exec_vtxfmt_init()
975 vfmt->VertexAttrib2fARB = vbo_VertexAttrib2fARB; in vbo_exec_vtxfmt_init()
Dvbo_attrib_tmp.h481 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) in TAG() argument
Dvbo_save_api.c1366 vfmt->VertexAttrib2fARB = _save_VertexAttrib2fARB; in _save_vtxfmt_init()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1046 { "glVertexAttrib2fARB", _O(VertexAttrib2fARB) },
/external/mesa3d/include/GL/
Dgl_mangle.h1994 #define glVertexAttrib2fARB MANGLE(VertexAttrib2fARB)