Searched refs:mCurrentScene (Results 1 – 2 of 2) sorted by relevance
72 mCurrentScene = NULL; in tearDown()83 mCurrentScene = mScenes[sceneId]; in update()84 mCurrentScene->update(localFrame); in update()98 if (!mCurrentScene->draw()) { in drawWorkload()
36 Scene* mCurrentScene; variable