Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/
DSimpleSurfaceGLActivity.java19 import com.android.performanceLaunch.helper.SimpleGLSurfaceView;
38 mGLView = new SimpleGLSurfaceView(this); in onCreate()
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java28 public class SimpleGLSurfaceView extends GLSurfaceView { class
32 public SimpleGLSurfaceView(Context context) { in SimpleGLSurfaceView() method in SimpleGLSurfaceView