Home
last modified time | relevance | path

Searched refs:mGl (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DMyActivity.java42 private static GLView mGl; field in MyActivity
51 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()