Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_init_tmp.h264 vfmt->SecondaryColor3ub = NAME(SecondaryColor3ub);
Dvbo_attrib_tmp.h2492 TAG(SecondaryColor3ub)(GLubyte red, GLubyte green, GLubyte blue) in TAG() argument
/external/mesa3d/src/mesa/main/
Dvtxfmt.c300 SET_SecondaryColor3ub(tab, vfmt->SecondaryColor3ub); in install_vtxfmt()
Ddd.h1674 void (GLAPIENTRYP SecondaryColor3ub)( GLubyte red, GLubyte green, GLubyte blue );
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1285 { "glSecondaryColor3ub", _O(SecondaryColor3ub) },
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp9690 ANGLE_CAPTURE(SecondaryColor3ub, isCallValid, context, red, green, blue); in GL_SecondaryColor3ub()