Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h170 vfmt->VertexP2uiv = NAME(VertexP2uiv);
Dvbo_attrib_tmp.h831 TAG(VertexP2uiv)(GLenum type, const GLuint *value) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c162 SET_VertexP2uiv(tab, vfmt->VertexP2uiv); in install_vtxfmt()
Ddd.h1432 void (GLAPIENTRYP VertexP2uiv)( GLenum type, const GLuint *value);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1210 { "glVertexP2uiv", _O(VertexP2uiv) },
/external/angle/src/libGL/
Dentry_points_gl_3_autogen.cpp4468 ANGLE_CAPTURE(VertexP2uiv, isCallValid, context, type, value); in GL_VertexP2uiv()