Home
last modified time | relevance | path

Searched refs:onSurfaceDestroyed (Results 1 – 5 of 5) sorted by relevance

/external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java39 private native void onSurfaceDestroyed(long handle); in onSurfaceDestroyed() method in ViewerActivity
136 onSurfaceDestroyed(mApplication.getNativeHandle()); in surfaceDestroyed()
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java39 private native void onSurfaceDestroyed(long handle); in onSurfaceDestroyed() method in ViewerActivity
136 onSurfaceDestroyed(mApplication.getNativeHandle()); in surfaceDestroyed()
/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.h49 void onSurfaceDestroyed();
Dnative-lib.cpp76 game->onSurfaceDestroyed(); in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1surfaceDestroyed__()
DGame.cpp113 void Game::onSurfaceDestroyed() { in onSurfaceDestroyed() function in Game