Home
last modified time | relevance | path

Searched defs:glColor4ub (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
Dglquake.h335 #define glColor4ub(...) do { glColor4ub(__VA_ARGS__); GLCHECK("glColor4ub");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java743 public void glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3) { in glColor4ub() method in GLErrorLogger.ErrorLoggingGL