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

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

Completed in 1592 milliseconds