Searched refs:VertexAttrib4fARB (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 159 SET_VertexAttrib4fARB(tab, vfmt->VertexAttrib4fARB); in install_vtxfmt()
|
D | dd.h | 922 void (GLAPIENTRYP VertexAttrib4fARB)( GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w );
|
D | dlist.c | 11021 vfmt->VertexAttrib4fARB = save_VertexAttrib4fARB; in _mesa_save_vtxfmt_init()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_noop.c | 494 vfmt->VertexAttrib4fARB = _mesa_noop_VertexAttrib4fARB; in _mesa_noop_vtxfmt_init()
|
D | vbo_exec_api.c | 970 vfmt->VertexAttrib4fARB = _es_VertexAttrib4f; in vbo_exec_vtxfmt_init() 979 vfmt->VertexAttrib4fARB = vbo_VertexAttrib4fARB; in vbo_exec_vtxfmt_init()
|
D | vbo_attrib_tmp.h | 529 TAG(VertexAttrib4fARB)(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() argument
|
D | vbo_save_api.c | 1370 vfmt->VertexAttrib4fARB = _save_VertexAttrib4fARB; in _save_vtxfmt_init()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1066 { "glVertexAttrib4fARB", _O(VertexAttrib4fARB) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2036 #define glVertexAttrib4fARB MANGLE(VertexAttrib4fARB)
|