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

/external/quake/quake/src/WinQuake/
H A Dglquake.h310 #define glOrthof(...) do { glOrthof(__VA_ARGS__); GLCHECK("glOrthof");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java510 public void glOrthof(float left, float right, float bottom, float top, method in class:GLErrorLogger.ErrorLoggingGL
512 ((GL10)mGL).glOrthof( left, right, bottom, top,

Completed in 67 milliseconds