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

/external/quake/quake/src/WinQuake/
H A Dglquake.h331 #define glClearDepthx(...) do { glClearDepthx(__VA_ARGS__); GLCHECK("glClearDepthx");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java101 public void glClearDepthx(int depth) { method in class:GLErrorLogger.ErrorLoggingGL
102 ((GL10)mGL).glClearDepthx(depth);

Completed in 36 milliseconds