Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h425 vfmt->VertexAttrib4Nuiv = NAME(VertexAttrib4Nuiv);
Dvbo_attrib_tmp.h3159 TAG(VertexAttrib4Nuiv)(GLuint index, const GLuint * v) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c463 SET_VertexAttrib4Nuiv(tab, vfmt->VertexAttrib4Nuiv); in install_vtxfmt()
Ddd.h1746 void (GLAPIENTRYP VertexAttrib4Nuiv)(GLuint index, const GLuint * v);
/external/angle/src/libGLESv2/
Dentry_points_gl_2_autogen.cpp537 ANGLE_CAPTURE_GL(VertexAttrib4Nuiv, isCallValid, context, index, v); in GL_VertexAttrib4Nuiv()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1057 { "glVertexAttrib4Nuiv", _O(VertexAttrib4Nuiv) },