Home
last modified time | relevance | path

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

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java167 public class GLSurfaceViewCustom extends SurfaceView implements SurfaceHolder.Callback { class
216 public GLSurfaceViewCustom(Context context) { in GLSurfaceViewCustom() method in GLSurfaceViewCustom
225 public GLSurfaceViewCustom(Context context, AttributeSet attrs) { in GLSurfaceViewCustom() method in GLSurfaceViewCustom
996 public EglHelper(WeakReference<GLSurfaceViewCustom> glSurfaceViewWeakRef) { in EglHelper()
1029 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); in start()
1085 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); in createSurface()
1124 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); in createGL()
1168 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); in destroySurfaceImp()
1181 GLSurfaceViewCustom view = mGLSurfaceViewWeakRef.get(); in finish()
1214 private WeakReference<GLSurfaceViewCustom> mGLSurfaceViewWeakRef;
[all …]
DPlanetsSurfaceView.java23 class PlanetsSurfaceView extends GLSurfaceViewCustom {
DPlanetsRenderer.java41 public class PlanetsRenderer implements GLSurfaceViewCustom.Renderer {