Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvtxfmt.c133 SET_VertexAttrib4fARB(tab, vfmt->VertexAttrib4fARB); in install_vtxfmt()
Ddd.h1215 void (GLAPIENTRYP VertexAttrib4fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w );
Ddlist.c10479 vfmt->VertexAttrib4fARB = save_VertexAttrib4fARB; in save_vtxfmt_init()
/external/mesa3d/src/mesa/vbo/
Dvbo_noop.c431 vfmt->VertexAttrib4fARB = _mesa_noop_VertexAttrib4fARB; in _mesa_noop_vtxfmt_init()
Dvbo_exec_api.c998 vfmt->VertexAttrib4fARB = _es_VertexAttrib4f; in vbo_exec_vtxfmt_init()
1007 vfmt->VertexAttrib4fARB = vbo_VertexAttrib4fARB; in vbo_exec_vtxfmt_init()
Dvbo_save_api.c1430 vfmt->VertexAttrib4fARB = _save_VertexAttrib4fARB; in vtxfmt_init()
Dvbo_attrib_tmp.h612 TAG(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() argument
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1062 { "glVertexAttrib4fARB", _O(VertexAttrib4fARB) },
/external/mesa3d/include/GL/
Dgl_mangle.h2525 #define glVertexAttrib4fARB MANGLE(VertexAttrib4fARB)