Home
last modified time | relevance | path

Searched refs:NAME_ES (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h78 vfmt->VertexAttrib1fARB = NAME_ES(VertexAttrib1f);
79 vfmt->VertexAttrib1fvARB = NAME_ES(VertexAttrib1fv);
80 vfmt->VertexAttrib2fARB = NAME_ES(VertexAttrib2f);
81 vfmt->VertexAttrib2fvARB = NAME_ES(VertexAttrib2fv);
82 vfmt->VertexAttrib3fARB = NAME_ES(VertexAttrib3f);
83 vfmt->VertexAttrib3fvARB = NAME_ES(VertexAttrib3fv);
84 vfmt->VertexAttrib4fARB = NAME_ES(VertexAttrib4f);
85 vfmt->VertexAttrib4fvARB = NAME_ES(VertexAttrib4fv);
Dvbo_noop.c128 #define NAME_ES(x) _mesa_noop_##x##ARB in _mesa_noop_vtxfmt_init() macro
Dvbo_exec_api.c988 #define NAME_ES(x) _es_##x in vbo_exec_vtxfmt_init() macro
Dvbo_save_api.c1554 #define NAME_ES(x) _save_##x##ARB in vtxfmt_init() macro
/external/mesa3d/src/mesa/main/
Ddlist.c15060 #define NAME_ES(x) save_##x##ARB in _mesa_init_display_list() macro