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

/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestView.Renderer
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GLJNIView.Renderer
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java85 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:CubeRenderer
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java83 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestFramerateView.Renderer
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java91 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:TriangleRenderer
H A DGLDualGL2View.java290 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GLDualGL2View.Renderer
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLRenderer.java64 public void onSurfaceChanged(GL10 unused, int width, int height) { method in class:BasicGLRenderer
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java139 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:TestWallpaper.ClockEngine
140 super.onSurfaceChanged(holder, format, width, height);
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java79 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GL2JavaView.Renderer
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java287 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GL2JNIView.Renderer
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java287 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GLPerfView.Renderer
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java74 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:ClearRenderer
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java144 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestLatencyView.Renderer
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java236 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestView.Renderer
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
H A DGenImage.java75 public void onSurfaceChanged(GL10 unused, int width, int height) { method in class:GenImage
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
H A DTiledImageView.java293 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TiledImageView.TileRenderer
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java181 public void onSurfaceChanged(GL10 glUnused, int width, int height) { method in class:GLDepthTestActivity.GLES20TriangleRenderer
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java138 public void onSurfaceChanged(GL10 glUnused, int width, int height) { method in class:MyRenderer
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java232 public void onSurfaceChanged(GL10 glUnused, int width, int height) { method in class:CamRenderer
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java744 * void onSurfaceChanged(GL10 gl, int width, int height) {
758 void onSurfaceChanged(GL10 gl, int width, int height); method in interface:GLSurfaceView.Renderer
1549 Log.w("GLThread", "onSurfaceChanged(" + w + ", " + h + ")");
1554 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "onSurfaceChanged");
1555 view.mRenderer.onSurfaceChanged(gl, w, h);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java265 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:ImageWallpaper.DrawableEngine
267 Log.d(TAG, "onSurfaceChanged: width=" + width + ", height=" + height);
270 super.onSurfaceChanged(holder, format, width, height);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java465 public void onSurfaceChanged(GL10 glUnused, int width, int height) { method in class:VideoDumpView.VideoDumpRenderer
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java522 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:WallpaperService.Engine
781 if (DEBUG) Log.v(TAG, "onSurfaceChanged("
786 onSurfaceChanged(mSurfaceHolder, mFormat,
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java765 public void onSurfaceChanged(int format, int width, int height) { method in class:TvInputService.Session
1167 * Calls {@link #onSurfaceChanged}.
1174 onSurfaceChanged(format, width, height);

Completed in 519 milliseconds