/development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/ |
D | GLES3JNIView.java | 51 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLES3JNIView.Renderer
|
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/ |
D | MyGLRenderer.java | 78 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in MyGLRenderer
|
/development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/ |
D | DemoActivity.java | 119 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in DemoRenderer
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
D | CubeWallpaper1.java | 105 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in CubeWallpaper1.CubeEngine 106 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CubeRenderer.java | 66 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeRenderer
|
D | TouchRotateActivity.java | 136 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TouchSurfaceView.CubeRenderer
|
D | StaticTriangleRenderer.java | 167 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in StaticTriangleRenderer
|
D | TriangleRenderer.java | 154 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in TriangleRenderer
|
D | GLES20TriangleRenderer.java | 84 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in GLES20TriangleRenderer
|
D | FrameBufferObjectActivity.java | 80 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in FrameBufferObjectActivity.Renderer
|
D | MatrixPaletteRenderer.java | 368 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in MatrixPaletteRenderer
|
D | CubeMapActivity.java | 107 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeMapActivity.Renderer
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | KubeRenderer.java | 76 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in KubeRenderer
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
D | MyGLRenderer.java | 94 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() method in MyGLRenderer
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2.java | 169 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in CubeWallpaper2.CubeEngine 170 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | RotationVectorDemo.java | 139 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in RotationVectorDemo.MyRenderer
|
/development/samples/Compass/src/com/example/android/compass/ |
D | CompassActivity.java | 126 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CompassActivity
|
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/ |
D | GLES20TriangleRenderer.java | 82 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in GLES20TriangleRenderer
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNIView.java | 331 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GL2JNIView.Renderer
|
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
D | HelloEffects.java | 273 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloEffects
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 126 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in MyRenderer
|
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/ |
D | MediaEffectsFragment.java | 103 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in MediaEffectsFragment
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | SpriteTextRenderer.java | 240 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in SpriteTextRenderer
|