Searched refs:glLoadMatrixx (Results 1 – 2 of 2) sorted by relevance
66 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in MatrixStack72 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in MatrixStack
380 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in MatrixTrackingGL381 mCurrent.glLoadMatrixx(m, offset); in glLoadMatrixx()382 mgl.glLoadMatrixx(m, offset); in glLoadMatrixx()386 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in MatrixTrackingGL388 mCurrent.glLoadMatrixx(m); in glLoadMatrixx()390 mgl.glLoadMatrixx(m); in glLoadMatrixx()