Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
DRendererWrapper.java33 public void onSurfaceChanged(GL10 gl10, int width, int height) { in onSurfaceChanged() method in RendererWrapper
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DDisplayRotationHelper.java73 public void onSurfaceChanged(int width, int height) { in onSurfaceChanged() method in DisplayRotationHelper
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp110 void Game::onSurfaceChanged(int widthInPixels, int heightInPixels) { in onSurfaceChanged() function in Game
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java315 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloArActivity
/third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java38 private native void onSurfaceChanged(long handle, Surface surface); in onSurfaceChanged() method in ViewerActivity
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java38 private native void onSurfaceChanged(long handle, Surface surface); in onSurfaceChanged() method in ViewerActivity
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java302 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloCanvasAR
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterJNI.java315 public void onSurfaceChanged(int width, int height) { in onSurfaceChanged() method in FlutterJNI