Searched defs:glPushMatrix (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h403 #define glPushMatrix(...) do { glPushMatrix(__VA_ARGS__); GLCHECK("glPushMatrix");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java554 public void glPushMatrix() { method in class:GLErrorLogger.ErrorLoggingGL
555 ((GL10)mGL).glPushMatrix();

Completed in 72 milliseconds