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