Home | History | Annotate | Download | only in opengl

Lines Matching defs:glTranslatef

821     public void glTranslatef(float x, float y, float z) {
823 mgl.glTranslatef(x, y, z);