Searched refs:SecondaryColor3ub (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_init_tmp.h | 264 vfmt->SecondaryColor3ub = NAME(SecondaryColor3ub);
|
D | vbo_attrib_tmp.h | 2492 TAG(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue) in TAG() argument
|
/external/mesa3d/src/mesa/main/ |
D | vtxfmt.c | 300 SET_SecondaryColor3ub(tab, vfmt->SecondaryColor3ub); in install_vtxfmt()
|
D | dd.h | 1674 void (GLAPIENTRYP SecondaryColor3ub)( GLubyte red, GLubyte green, GLubyte blue );
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1285 { "glSecondaryColor3ub", _O(SecondaryColor3ub) },
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 9690 ANGLE_CAPTURE(SecondaryColor3ub, isCallValid, context, red, green, blue); in GL_SecondaryColor3ub()
|