Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h410 vfmt->VertexAttrib3sv = NAME(VertexAttrib3sv);
Dvbo_attrib_tmp.h2979 TAG(VertexAttrib3sv)(GLuint index, const GLshort *v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c448 SET_VertexAttrib3sv(tab, vfmt->VertexAttrib3sv); in install_vtxfmt()
Ddd.h1730 void (GLAPIENTRYP VertexAttrib3sv)(GLuint index, const GLshort *v);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1051 { "glVertexAttrib3sv", _O(VertexAttrib3sv) },
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1882 ANGLE_CAPTURE(VertexAttrib3sv, isCallValid, context, index, v); in GL_VertexAttrib3sv()