Searched defs:glColor4x (Results 1 – 3 of 3) sorted by relevance
69 void (*glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); member in LibGLES_CMexports
671 GL_API void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() function
121 public void glColor4x(int red, int green, int blue, int alpha) { in glColor4x() method in GLErrorLogger.ErrorLoggingGL