Searched refs:GL_SecondaryColor3us (Results 1 – 4 of 4) sorted by relevance
764 {"glSecondaryColor3us", P(GL_SecondaryColor3us)},
675 ANGLE_EXPORT void GL_APIENTRY GL_SecondaryColor3us(GLushort red, GLushort green, GLushort blue);
2283 return GL_SecondaryColor3us(red, green, blue); in glSecondaryColor3us()
9765 void GL_APIENTRY GL_SecondaryColor3us(GLushort red, GLushort green, GLushort blue) in GL_SecondaryColor3us() function