Home
last modified time | relevance | path

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

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DGamePerformanceActivity.java34 private CustomOpenGLView mOpenGLView = null;
84 mOpenGLView = new CustomOpenGLView(GamePerformanceActivity.this); in attachOpenGLView()
113 public CustomOpenGLView getOpenGLView() { in getOpenGLView()
143 mOpenGLView = new CustomOpenGLView(this); in onCreate()
DOpenGLTest.java22 import android.gameperformance.CustomOpenGLView.FrameDrawer;
33 public CustomOpenGLView getView() { in getView()
DCustomOpenGLView.java31 public class CustomOpenGLView extends GLSurfaceView { class
47 public CustomOpenGLView(@NonNull Context context) { in CustomOpenGLView() method in CustomOpenGLView
DFillRateOpenGLTest.java58 final CustomOpenGLView view = getView(); in initUnits()