Home
last modified time | relevance | path

Searched refs:VertexAttrib4ubvNV (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h383 vfmt->VertexAttrib4ubvNV = NAME(VertexAttrib4ubvNV);
Dvbo_attrib_tmp.h2689 TAG(VertexAttrib4ubvNV)(GLuint index, const GLubyte *v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c199 VertexAttrib4ubvNV(GLuint index, const GLubyte *v) in VertexAttrib4ubvNV() function
535 (attrib_func) VertexAttrib4ubvNV,
Dvtxfmt.c419 SET_VertexAttrib4ubvNV(tab, vfmt->VertexAttrib4ubvNV); in install_vtxfmt()
Ddd.h1702 void (GLAPIENTRYP VertexAttrib4ubvNV)(GLuint index, const GLubyte *v);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1372 { "glVertexAttrib4ubvNV", _O(VertexAttrib4ubvNV) },