Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvtxfmt.c166 SET_VertexAttribI2iEXT(tab, vfmt->VertexAttribI2i); in install_vtxfmt()
Ddd.h927 void (GLAPIENTRYP VertexAttribI2i)( GLuint index, GLint x, GLint y);
/external/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h570 TAG(VertexAttribI2i)(GLuint index, GLint x, GLint y) in TAG() argument
Dvbo_save_api.c1384 vfmt->VertexAttribI2i = _save_VertexAttribI2i; in _save_vtxfmt_init()
Dvbo_exec_api.c994 vfmt->VertexAttribI2i = vbo_VertexAttribI2i; in vbo_exec_vtxfmt_init()
/external/mesa3d/include/GL/
Dgl_mangle.h2087 #define glVertexAttribI2i MANGLE(VertexAttribI2i)