Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h374 vfmt->VertexAttrib4ubNV = NAME(VertexAttrib4ubNV);
Dvbo_attrib_tmp.h2624 TAG(VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c410 SET_VertexAttrib4ubNV(tab, vfmt->VertexAttrib4ubNV); in install_vtxfmt()
Ddd.h1692 void (GLAPIENTRYP VertexAttrib4ubNV)(GLuint index, GLubyte x, GLubyte y, GLubyte z,
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1371 { "glVertexAttrib4ubNV", _O(VertexAttrib4ubNV) },