Home
last modified time | relevance | path

Searched refs:SecondaryColorP3uiv (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvtxfmt.c221 SET_SecondaryColorP3uiv(tab, vfmt->SecondaryColorP3uiv); in install_vtxfmt()
Ddd.h983 void (GLAPIENTRYP SecondaryColorP3uiv)( GLenum type, const GLuint *color );
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1197 { "glSecondaryColorP3uiv", _O(SecondaryColorP3uiv) },
/external/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h1015 TAG(SecondaryColorP3uiv)(GLenum type, const GLuint *color) in TAG() argument
Dvbo_save_api.c1434 vfmt->SecondaryColorP3uiv = _save_SecondaryColorP3uiv; in _save_vtxfmt_init()
Dvbo_exec_api.c1051 vfmt->SecondaryColorP3uiv = vbo_SecondaryColorP3uiv; in vbo_exec_vtxfmt_init()
/external/mesa3d/include/GL/
Dgl_mangle.h1613 #define glSecondaryColorP3uiv MANGLE(SecondaryColorP3uiv)