Searched defs:glPushMatrix (Results 1 – 2 of 2) sorted by relevance
403 #define glPushMatrix(...) do { glPushMatrix(__VA_ARGS__); GLCHECK("glPushMatrix");} while(0) macro
554 public void glPushMatrix() { in glPushMatrix() method in GLErrorLogger.ErrorLoggingGL