Searched refs:GL_SecondaryColor3i (Results 1 – 4 of 4) sorted by relevance
756 {"glSecondaryColor3i", P(GL_SecondaryColor3i)},
667 ANGLE_EXPORT void GL_APIENTRY GL_SecondaryColor3i(GLint red, GLint green, GLint blue);
2243 return GL_SecondaryColor3i(red, green, blue); in glSecondaryColor3i()
9585 void GL_APIENTRY GL_SecondaryColor3i(GLint red, GLint green, GLint blue) in GL_SecondaryColor3i() function