Searched refs:glLoadMatrixx (Results 1 – 9 of 9) 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()
145 glLoadMatrixx
175 glLoadMatrixx
698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);