Searched refs:GL_SecondaryColor3s (Results 1 – 4 of 4) sorted by relevance
758 {"glSecondaryColor3s", P(GL_SecondaryColor3s)},
669 ANGLE_EXPORT void GL_APIENTRY GL_SecondaryColor3s(GLshort red, GLshort green, GLshort blue);
2253 return GL_SecondaryColor3s(red, green, blue); in glSecondaryColor3s()
9630 void GL_APIENTRY GL_SecondaryColor3s(GLshort red, GLshort green, GLshort blue) in GL_SecondaryColor3s() function