Home
last modified time | relevance | path

Searched refs:VertexAttribI1iv (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h427 vfmt->VertexAttribI1iv = NAME(VertexAttribI1iv);
Dvbo_attrib_tmp.h3178 TAG(VertexAttribI1iv)(GLuint index, const GLint *v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c1119 VertexAttribI1iv(GLuint index, const GLint *v) in VertexAttribI1iv() function
1301 (attrib_func) VertexAttribI1iv,
Dvtxfmt.c466 SET_VertexAttribI1iv(tab, vfmt->VertexAttribI1iv); in install_vtxfmt()
Ddd.h1747 void (GLAPIENTRYP VertexAttribI1iv)(GLuint index, const GLint *v);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1450 { "glVertexAttribI1iv", _O(VertexAttribI1iv) },
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp1762 ANGLE_CAPTURE(VertexAttribI1iv, isCallValid, context, index, v); in GL_VertexAttribI1iv()