Home
last modified time | relevance | path

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

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