Searched refs:glClearColorx (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h330 #define glClearColorx(...) do { glClearColorx(__VA_ARGS__); GLCHECK("glClearColorx");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java91 public void glClearColorx(int red, int green, int blue, int alpha) { method in class:GLErrorLogger.ErrorLoggingGL
92 ((GL10)mGL).glClearColorx(red, green, blue, alpha);

Completed in 128 milliseconds