Searched refs:GLSurfaceViewCustom (Results 1 – 3 of 3) sorted by relevance
167 public class GLSurfaceViewCustom extends SurfaceView implements SurfaceHolder.Callback { class216 public GLSurfaceViewCustom(Context context) { in GLSurfaceViewCustom() method in GLSurfaceViewCustom225 public GLSurfaceViewCustom(Context context, AttributeSet attrs) { in GLSurfaceViewCustom() method in GLSurfaceViewCustom996 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 …]
23 class PlanetsSurfaceView extends GLSurfaceViewCustom {
41 public class PlanetsRenderer implements GLSurfaceViewCustom.Renderer {