Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h408 vfmt->VertexAttrib2sv = NAME(VertexAttrib2sv);
Dvbo_attrib_tmp.h2955 TAG(VertexAttrib2sv)(GLuint index, const GLshort *v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c446 SET_VertexAttrib2sv(tab, vfmt->VertexAttrib2sv); in install_vtxfmt()
Ddd.h1728 void (GLAPIENTRYP VertexAttrib2sv)(GLuint index, const GLshort *v);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1045 { "glVertexAttrib2sv", _O(VertexAttrib2sv) },
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1744 ANGLE_CAPTURE(VertexAttrib2sv, isCallValid, context, index, v); in GL_VertexAttrib2sv()