Searched refs:glColor4x (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableBitmap.java75 gl.glColor4x(0x10000, 0x10000, 0x10000, 0x10000);
H A DGLErrorLogger.java121 public void glColor4x(int red, int green, int blue, int alpha) { method in class:GLErrorLogger.ErrorLoggingGL
122 ((GL10)mGL).glColor4x(red, green, blue, alpha);
/external/quake/quake/src/WinQuake/
H A Dglquake.h336 #define glColor4x(...) do { glColor4x(__VA_ARGS__); GLCHECK("glColor4x");} while(0) macro

Completed in 47 milliseconds