Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h379 vfmt->VertexAttrib3svNV = NAME(VertexAttrib3svNV);
Dvbo_attrib_tmp.h2660 TAG(VertexAttrib3svNV)(GLuint index, const GLshort *v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c242 VertexAttrib3svNV(GLuint index, const GLshort *v) in VertexAttrib3svNV() function
525 (attrib_func) VertexAttrib3svNV,
Dvtxfmt.c415 SET_VertexAttrib3svNV(tab, vfmt->VertexAttrib3svNV); in install_vtxfmt()
Ddd.h1698 void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort *v);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1364 { "glVertexAttrib3svNV", _O(VertexAttrib3svNV) },