Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c415 vfmt->Vertex4f = _mesa_noop_Vertex4f; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c988 vfmt->Vertex4f = vbo_Vertex4f; in vbo_exec_vtxfmt_init()
Dvbo_save_api.c1422 vfmt->Vertex4f = _save_Vertex4f; in vtxfmt_init()
Dvbo_attrib_tmp.h284 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c102 SET_Vertex4f(tab, vfmt->Vertex4f); in install_vtxfmt()
Ddd.h1192 void (GLAPIENTRYP Vertex4f)( GLfloat, GLfloat, GLfloat, GLfloat );
Ddlist.c10471 vfmt->Vertex4f = save_Vertex4f; in save_vtxfmt_init()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h194 void (GLAPIENTRY * Vertex4f)(GLfloat, GLfloat, GLfloat, GLfloat);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp708 { "glVertex4f", _O(Vertex4f) },
/external/mesa3d/include/GL/
Dgl_mangle.h2417 #define glVertex4f MANGLE(Vertex4f)