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

/external/quake/quake/src/WinQuake/
H A Dglquake.h405 #define glRotatex(...) do { glRotatex(__VA_ARGS__); GLCHECK("glRotatex");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java571 public void glRotatex(int angle, int x, int y, int z) { method in class:GLErrorLogger.ErrorLoggingGL
572 ((GL10)mGL).glRotatex(angle, x, y, z);

Completed in 391 milliseconds