Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvtxfmt.c100 SET_Vertex3f(tab, vfmt->Vertex3f); in install_vtxfmt()
Ddd.h1190 void (GLAPIENTRYP Vertex3f)( GLfloat, GLfloat, GLfloat );
Ddlist.c10469 vfmt->Vertex3f = save_Vertex3f; in save_vtxfmt_init()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c413 vfmt->Vertex3f = _mesa_noop_Vertex3f; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c986 vfmt->Vertex3f = vbo_Vertex3f; in vbo_exec_vtxfmt_init()
Dvbo_save_api.c1420 vfmt->Vertex3f = _save_Vertex3f; in vtxfmt_init()
Dvbo_attrib_tmp.h270 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() argument
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h186 void (GLAPIENTRY * Vertex3f)(GLfloat, GLfloat, GLfloat);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp700 { "glVertex3f", _O(Vertex3f) },
/external/mesa3d/include/GL/
Dgl_mangle.h2403 #define glVertex3f MANGLE(Vertex3f)