Searched defs:glColor4ub (Results 1 – 4 of 4) sorted by relevance
68 void (*glColor4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); member in LibGLES_CMexports
666 GL_API void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() function
743 public void glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3) { in glColor4ub() method in GLErrorLogger.ErrorLoggingGL
254 #define glColor4ub MANGLE(Color4ub) macro