Searched refs:MyGLSurfaceView (Results 1 - 3 of 3) sorted by relevance

/system/media/wilhelm/tests/native-media/
H A DAndroid.mk9 src/com/example/nativemedia/MyGLSurfaceView.java
/system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java71 mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
72 mGLView2 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview2);
324 private MyGLSurfaceView mGLView1, mGLView2;
374 private final MyGLSurfaceView mMyGLSurfaceView;
376 GLViewVideoSink(MyGLSurfaceView myGLSurfaceView) {
H A DMyGLSurfaceView.java46 public class MyGLSurfaceView extends GLSurfaceView { class in inherits:GLSurfaceView
50 public MyGLSurfaceView(Context context) { method in class:MyGLSurfaceView
54 public MyGLSurfaceView(Context context, AttributeSet attributeSet) { method in class:MyGLSurfaceView

Completed in 80 milliseconds