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

/external/quake/quake/src/WinQuake/
H A Dglquake.h387 #define glLoadMatrixx(...) do { glLoadMatrixx(__VA_ARGS__); GLCHECK("glLoadMatrixx");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java414 public void glLoadMatrixx(IntBuffer m) { method in class:GLErrorLogger.ErrorLoggingGL
415 ((GL10)mGL).glLoadMatrixx(m);
419 public void glLoadMatrixx(int[] m, int offset) { method in class:GLErrorLogger.ErrorLoggingGL
420 ((GL10)mGL).glLoadMatrixx(m, offset);

Completed in 19 milliseconds