/external/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/ |
D | RendererWrapper.java | 33 public void onSurfaceChanged(GL10 gl10, int width, int height) { in onSurfaceChanged() method in RendererWrapper
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
D | DisplayRotationHelper.java | 73 public void onSurfaceChanged(int width, int height) { in onSurfaceChanged() method in DisplayRotationHelper
|
/external/oboe/samples/RhythmGame/src/main/cpp/ |
D | Game.cpp | 110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged() function in Game
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/ |
D | VideoDecoderRenderer.java | 137 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() method in VideoDecoderRenderer
|
/external/skqp/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/ |
D | HelloArActivity.java | 315 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloArActivity
|
/external/exoplayer/tree/demos/gl/src/main/java/com/google/android/exoplayer2/gldemo/ |
D | VideoProcessingGLSurfaceView.java | 247 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in VideoProcessingGLSurfaceView.VideoRenderer
|
/external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | ViewerActivity.java | 38 private native void onSurfaceChanged(long handle, Surface surface); in onSurfaceChanged() method in ViewerActivity
|
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
D | ViewerActivity.java | 38 private native void onSurfaceChanged(long handle, Surface surface); in onSurfaceChanged() method in ViewerActivity
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 302 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloCanvasAR
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/ |
D | SphericalGLSurfaceView.java | 272 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in SphericalGLSurfaceView.Renderer
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameRenderer.java | 266 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in GameRenderer
|
D | GLSurfaceView.java | 659 void onSurfaceChanged(GL10 gl, int width, int height); in onSurfaceChanged() method
|