Searched refs:GL_SecondaryColor3ub (Results 1 – 4 of 4) sorted by relevance
760 {"glSecondaryColor3ub", P(GL_SecondaryColor3ub)},
671 ANGLE_EXPORT void GL_APIENTRY GL_SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue);
2263 return GL_SecondaryColor3ub(red, green, blue); in glSecondaryColor3ub()
9675 void GL_APIENTRY GL_SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) in GL_SecondaryColor3ub() function