Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/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
/frameworks/base/docs/html/training/graphics/opengl/
Denvironment.jd104 mGLView = new MyGLSurfaceView(this);
130 class MyGLSurfaceView extends GLSurfaceView {
134 public MyGLSurfaceView(Context context){
Dmotion.jd88 public MyGLSurfaceView(Context context) {
Dtouch.jd103 public MyGLSurfaceView(Context context) {