Home | History | Annotate | Download | only in opengl

Lines Matching refs:glLoadMatrixx

492     public void glLoadMatrixx(int[] m, int offset) {
494 mgl.glLoadMatrixx(m, offset);
498 public void glLoadMatrixx(IntBuffer m) {
500 mgl.glLoadMatrixx(m);