Searched refs:GLView (Results 1 – 1 of 1) sorted by relevance
42 private static GLView mGl;51 mGl = new GLView(this); in onCreate()150 private static class GLView extends GLSurfaceView { class in MyActivity153 public GLView(Context context) { in GLView() method in MyActivity.GLView