Searched refs:GL_Color3us (Results 1 – 4 of 4) sorted by relevance
119 {"glColor3us", P(GL_Color3us)},
60 ANGLE_EXPORT void GL_APIENTRY GL_Color3us(GLushort red, GLushort green, GLushort blue);
170 return GL_Color3us(red, green, blue); in glColor3us()
664 void GL_APIENTRY GL_Color3us(GLushort red, GLushort green, GLushort blue) in GL_Color3us() function