/frameworks/base/docs/html/training/graphics/opengl/ |
D | projection.jd | 47 android.opengl.GLSurfaceView.Renderer#onSurfaceChanged 48 onSurfaceChanged()} method of your renderer. For more information about OpenGL ES projections and 67 android.opengl.GLSurfaceView.Renderer#onSurfaceChanged onSurfaceChanged()} 80 public void onSurfaceChanged(GL10 unused, int width, int height) {
|
D | environment.jd | 177 <li>{@link android.opengl.GLSurfaceView.Renderer#onSurfaceChanged onSurfaceChanged()} - Called if 198 public void onSurfaceChanged(GL10 unused, int width, int height) {
|
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/ |
D | TestView.java | 75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestView.Renderer
|
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/ |
D | GLJNIView.java | 75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLJNIView.Renderer
|
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
D | TestWallpaper.java | 139 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in TestWallpaper.ClockEngine 140 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 24 I think the bug is that the gl.glViewport() call in onSurfaceChanged() is
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | CubeRenderer.java | 85 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeRenderer
|
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
D | TestFramerateView.java | 83 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestFramerateView.Renderer
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 91 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in TriangleRenderer
|
D | GLDualGL2View.java | 290 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLDualGL2View.Renderer
|
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
D | GL2JavaView.java | 79 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GL2JavaView.Renderer
|
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
D | ClearActivity.java | 74 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in ClearRenderer
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 236 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestView.Renderer
|
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
D | TestLatencyView.java | 144 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestLatencyView.Renderer
|
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/ |
D | GenImage.java | 75 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() method in GenImage
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 287 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLPerfView.Renderer
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 287 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GL2JNIView.Renderer
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 138 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in MyRenderer
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 127 android.opengl.GLSurfaceView.Renderer#onSurfaceChanged(javax.microedition.khronos.opengles.GL10, 128 int, int) onSurfaceChanged()}: The system calls this method when the {@link 289 android.opengl.GLSurfaceView.Renderer#onSurfaceChanged(javax.microedition.khronos.opengles.GL10, 290 int, int) onSurfaceChanged()} method of a {@link android.opengl.GLSurfaceView.Renderer} 295 public void onSurfaceChanged(GL10 gl, int width, int height) { 386 {@link android.opengl.GLSurfaceView.Renderer#onSurfaceChanged onSurfaceChanged()} methods of a 397 public void onSurfaceChanged(GL10 unused, int width, int height) {
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight); in handleMessageLocked()
|
D | TiledImageView.java | 293 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLDepthTestActivity.java | 181 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in GLDepthTestActivity.GLES20TriangleRenderer
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | performance.jd | 130 android.service.wallpaper.WallpaperService.Engine#onSurfaceChanged(android.view.SurfaceHolder, int,… 131 Engine.onSurfaceChanged()} method, which provides you with the size of the canvas.</p>
|
D | drawing.jd | 461 …CanvasWatchFaceService.Engine.html#onSurfaceChanged(android.view.SurfaceHolder, int, int, int)"><c… 465 public void onSurfaceChanged( 473 super.onSurfaceChanged(holder, format, width, height);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 270 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in ImageWallpaper.DrawableEngine 275 super.onSurfaceChanged(holder, format, width, height); in onSurfaceChanged()
|