Searched refs:VertexAttrib4fARB (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 133 SET_VertexAttrib4fARB(tab, vfmt->VertexAttrib4fARB); in install_vtxfmt()
|
D | dd.h | 1215 void (GLAPIENTRYP VertexAttrib4fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w );
|
D | dlist.c | 10479 vfmt->VertexAttrib4fARB = save_VertexAttrib4fARB; in save_vtxfmt_init()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_noop.c | 431 vfmt->VertexAttrib4fARB = _mesa_noop_VertexAttrib4fARB; in _mesa_noop_vtxfmt_init()
|
D | vbo_exec_api.c | 998 vfmt->VertexAttrib4fARB = _es_VertexAttrib4f; in vbo_exec_vtxfmt_init() 1007 vfmt->VertexAttrib4fARB = vbo_VertexAttrib4fARB; in vbo_exec_vtxfmt_init()
|
D | vbo_save_api.c | 1430 vfmt->VertexAttrib4fARB = _save_VertexAttrib4fARB; in vtxfmt_init()
|
D | vbo_attrib_tmp.h | 612 TAG(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() argument
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1062 { "glVertexAttrib4fARB", _O(VertexAttrib4fARB) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2525 #define glVertexAttrib4fARB MANGLE(VertexAttrib4fARB)
|