Searched defs:glMatrixMode (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestdyngl.c65 void(APIENTRY*glMatrixMode)(GLenum); member in struct:__anon10737
87 f->glMatrixMode=get_funcaddr("glMatrixMode");
148 f.glMatrixMode(GL_PROJECTION);
152 f.glMatrixMode(GL_MODELVIEW);
/external/quake/quake/src/WinQuake/
H A Dglquake.h391 #define glMatrixMode(...) do { glMatrixMode(__VA_ARGS__); GLCHECK("glMatrixMode");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java459 public void glMatrixMode(int mode) { method in class:GLErrorLogger.ErrorLoggingGL
460 ((GL10)mGL).glMatrixMode(mode);

Completed in 335 milliseconds