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

/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImageAct.java34 mGLView = new MyGLSurfaceView(this);
58 class MyGLSurfaceView extends GLSurfaceView { class in inherits:GLSurfaceView
60 public MyGLSurfaceView(Context context) { method in class:MyGLSurfaceView
/frameworks/wilhelm/tests/native-media/
H A DAndroid.mk9 src/com/example/nativemedia/MyGLSurfaceView.java
/frameworks/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);
326 private MyGLSurfaceView mGLView1, mGLView2;
375 private final MyGLSurfaceView mMyGLSurfaceView;
377 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 106 milliseconds