Searched refs:GL_Color3ub (Results 1 – 4 of 4) sorted by relevance
115 {"glColor3ub", P(GL_Color3ub)},
56 ANGLE_EXPORT void GL_APIENTRY GL_Color3ub(GLubyte red, GLubyte green, GLubyte blue);
150 return GL_Color3ub(red, green, blue); in glColor3ub()
576 void GL_APIENTRY GL_Color3ub(GLubyte red, GLubyte green, GLubyte blue) in GL_Color3ub() function