Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvtxfmt.c140 SET_VertexAttribI2iEXT(tab, vfmt->VertexAttribI2i); in install_vtxfmt()
Ddd.h1220 void (GLAPIENTRYP VertexAttribI2i)( GLuint index, GLint x, GLint y);
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c1026 vfmt->VertexAttribI2i = vbo_VertexAttribI2i; in vbo_exec_vtxfmt_init()
Dvbo_save_api.c1444 vfmt->VertexAttribI2i = _save_VertexAttribI2i; in vtxfmt_init()
Dvbo_attrib_tmp.h653 TAG(VertexAttribI2i)(GLuint index, GLint x, GLint y) in TAG() argument
/external/mesa3d/include/GL/
Dgl_mangle.h2578 #define glVertexAttribI2i MANGLE(VertexAttribI2i)