Searched refs:glLoadMatrixx (Results 1 – 3 of 3) sorted by relevance
414 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in GLErrorLogger.ErrorLoggingGL415 ((GL10)mGL).glLoadMatrixx(m); in glLoadMatrixx()419 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in GLErrorLogger.ErrorLoggingGL420 ((GL10)mGL).glLoadMatrixx(m, offset); in glLoadMatrixx()
698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);
133 "glLoadMatrixx",