Home
last modified time | relevance | path

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

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