| 409 | } |
| 410 | |
| 411 | void NativeEngine::KillGLObjects() { |
| 412 | if (mHasGLObjects) { |
| 413 | SceneManager* mgr = SceneManager::GetInstance(); |
| 414 | mgr->KillGraphics(); |
| 415 | mHasGLObjects = false; |
| 416 | } |
| 417 | } |
| 418 | |
| 419 | void NativeEngine::KillSurface() { |
| 420 | LOGD("NativeEngine: killing surface."); |
nothing calls this directly
no test coverage detected