Searched refs:MyGLSurfaceView (Results 1 – 4 of 4) sorted by relevance
34 mGLView = new MyGLSurfaceView(this); in onCreate()58 class MyGLSurfaceView extends GLSurfaceView { class60 public MyGLSurfaceView(Context context) { in MyGLSurfaceView() method in MyGLSurfaceView
71 mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1); in onCreate()72 mGLView2 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview2); in onCreate()326 private MyGLSurfaceView mGLView1, mGLView2;375 private final MyGLSurfaceView mMyGLSurfaceView;377 GLViewVideoSink(MyGLSurfaceView myGLSurfaceView) { in GLViewVideoSink()
46 public class MyGLSurfaceView extends GLSurfaceView { class50 public MyGLSurfaceView(Context context) { in MyGLSurfaceView() method in MyGLSurfaceView54 public MyGLSurfaceView(Context context, AttributeSet attributeSet) { in MyGLSurfaceView() method in MyGLSurfaceView
9 src/com/example/nativemedia/MyGLSurfaceView.java