Searched refs:onSurfaceChanged (Results 1 - 23 of 23) sorted by relevance

/development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
H A DGLES3JNIView.java51 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 DDemoActivity.java119 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:DemoRenderer
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
H A DMyGLRenderer.java30 * <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 DCubeRenderer.java66 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:CubeRenderer
H A DTouchRotateActivity.java136 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TouchSurfaceView.CubeRenderer
H A DGLES20TriangleRenderer.java84 public void onSurfaceChanged(GL10 glUnused, int width, int height) { method in class:GLES20TriangleRenderer
H A DStaticTriangleRenderer.java167 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:StaticTriangleRenderer
H A DTriangleRenderer.java154 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:TriangleRenderer
H A DFrameBufferObjectActivity.java80 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:FrameBufferObjectActivity.Renderer
H A DCubeMapActivity.java107 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:CubeMapActivity.Renderer
H A DMatrixPaletteRenderer.java368 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 DKubeRenderer.java76 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:KubeRenderer
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
H A DMyGLRenderer.java32 * <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 DCubeWallpaper1.java105 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 DCubeWallpaper2.java169 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 DRotationVectorDemo.java139 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 DMyGLSurfaceView.java126 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 DGL2JNIView.java331 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GL2JNIView.Renderer
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
H A DGLES20TriangleRenderer.java82 public void onSurfaceChanged(GL10 glUnused, int width, int height) { method in class:GLES20TriangleRenderer
/development/samples/Compass/src/com/example/android/compass/
H A DCompassActivity.java126 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:CompassActivity
/development/samples/HelloEffects/src/com/example/android/mediafx/
H A DHelloEffects.java273 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 DSpriteTextRenderer.java240 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:SpriteTextRenderer
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
H A DMediaEffectsFragment.java103 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:MediaEffectsFragment

Completed in 346 milliseconds