Searched refs:GLWorld (Results 1 – 5 of 5) sorted by relevance
34 public KubeRenderer(GLWorld world, AnimationCallback callback) { in KubeRenderer()111 private GLWorld mWorld;
25 public GLShape(GLWorld world) { in GLShape()101 protected GLWorld mWorld;
22 …public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float fro… in Cube()
28 public class GLWorld { class
29 private GLWorld makeGLWorld() in makeGLWorld()31 GLWorld world = new GLWorld(); in makeGLWorld()