Searched refs:mGl (Results 1 – 1 of 1) sorted by relevance
42 private static GLView mGl; field in MyActivity51 mGl = new GLView(this); in onCreate()55 mGl.setLayoutParams(params); in onCreate()56 vg.addView(mGl); in onCreate()134 ConfigGenerator configGen = new ConfigGenerator(this, mGl.getExtensions()); in onClick()