Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h370 vfmt->VertexAttrib3sNV = NAME(VertexAttrib3sNV);
Dvbo_attrib_tmp.h2596 TAG(VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c406 SET_VertexAttrib3sNV(tab, vfmt->VertexAttrib3sNV); in install_vtxfmt()
Ddd.h1686 void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1363 { "glVertexAttrib3sNV", _O(VertexAttrib3sNV) },