Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
DGenImageAct.java34 mGLView = new MyGLSurfaceView(this); in onCreate()
58 class MyGLSurfaceView extends GLSurfaceView { class
60 public MyGLSurfaceView(Context context) { in MyGLSurfaceView() method in MyGLSurfaceView
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java71 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()
DMyGLSurfaceView.java46 public class MyGLSurfaceView extends GLSurfaceView { class
50 public MyGLSurfaceView(Context context) { in MyGLSurfaceView() method in MyGLSurfaceView
54 public MyGLSurfaceView(Context context, AttributeSet attributeSet) { in MyGLSurfaceView() method in MyGLSurfaceView
/frameworks/wilhelm/tests/native-media/
DAndroid.mk9 src/com/example/nativemedia/MyGLSurfaceView.java