Home
last modified time | relevance | path

Searched defs:onSurfaceChanged (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
DTestView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestView.Renderer
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DCubeRenderer.java85 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in CubeRenderer
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
DGLJNIView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLJNIView.Renderer
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java91 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in TriangleRenderer
DGLDualGL2View.java290 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLDualGL2View.Renderer
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
DTestFramerateView.java83 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestFramerateView.Renderer
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
DClearActivity.java74 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in ClearRenderer
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
DGL2JavaView.java79 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GL2JavaView.Renderer
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLRenderer.java64 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() method in BasicGLRenderer
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
DGenImage.java75 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() method in GenImage
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
DTestLatencyView.java144 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestLatencyView.Renderer
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
DTestView.java236 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TestView.Renderer
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java138 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in MyRenderer
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java139 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in TestWallpaper.ClockEngine
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DGLDepthTestActivity.java181 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in GLDepthTestActivity.GLES20TriangleRenderer
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageView.java293 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in TiledImageView.TileRenderer
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
DImageWallpaper.java225 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged() method in ImageWallpaper.CanvasEngine
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java287 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GL2JNIView.Renderer
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java287 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in GLPerfView.Renderer
/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/wallpaper/
DLiveWallpaper.kt297 override fun onSurfaceChanged( in onSurfaceChanged() method in com.google.android.torus.core.wallpaper.LiveWallpaper.LiveWallpaperEngineWrapper
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java232 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in CamRenderer
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java465 public void onSurfaceChanged(GL10 glUnused, int width, int height) { in onSurfaceChanged() method in VideoDumpView.VideoDumpRenderer
/frameworks/base/media/java/android/media/tv/ad/
DTvAdService.java526 public void onSurfaceChanged(@PixelFormat.Format int format, int width, int height) { in onSurfaceChanged() method in TvAdService.Session
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java759 void onSurfaceChanged(GL10 gl, int width, int height); in onSurfaceChanged() method
/frameworks/base/media/java/android/media/tv/interactive/
DTvInteractiveAppService.java833 public void onSurfaceChanged(@PixelFormat.Format int format, int width, int height) { in onSurfaceChanged() method in TvInteractiveAppService.Session

12