Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h172 vfmt->VertexP3uiv = NAME(VertexP3uiv);
Dvbo_attrib_tmp.h847 TAG(VertexP3uiv)(GLenum type, const GLuint *value) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c164 SET_VertexP3uiv(tab, vfmt->VertexP3uiv); in install_vtxfmt()
Ddd.h1435 void (GLAPIENTRYP VertexP3uiv)( GLenum type, const GLuint *value);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1212 { "glVertexP3uiv", _O(VertexP3uiv) },
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp4512 ANGLE_CAPTURE(VertexP3uiv, isCallValid, context, type, value); in GL_VertexP3uiv()