Searched refs:mOpenGLView (Results 1 – 1 of 1) sorted by relevance
34 private CustomOpenGLView mOpenGLView = null; field in GamePerformanceActivity40 if (mOpenGLView != null) { in detachAllViews()41 mRootLayout.removeView(mOpenGLView); in detachAllViews()42 mOpenGLView = null; in detachAllViews()76 if (mOpenGLView != null) { in attachOpenGLView()84 mOpenGLView = new CustomOpenGLView(GamePerformanceActivity.this); in attachOpenGLView()85 mRootLayout.addView(mOpenGLView); in attachOpenGLView()114 if (mOpenGLView == null) { in getOpenGLView()117 return mOpenGLView; in getOpenGLView()143 mOpenGLView = new CustomOpenGLView(this); in onCreate()[all …]