Searched refs:GL_SecondaryColor3b (Results 1 – 4 of 4) sorted by relevance
750 {"glSecondaryColor3b", P(GL_SecondaryColor3b)},
661 ANGLE_EXPORT void GL_APIENTRY GL_SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue);
2213 return GL_SecondaryColor3b(red, green, blue); in glSecondaryColor3b()
9450 void GL_APIENTRY GL_SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) in GL_SecondaryColor3b() function