Lines Matching refs:demoApp
209 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
210 demoApp.Initialize(); in nnMain()
212 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
218 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout.arc"), 128); in nnMain()
251 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
276 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
278 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
280 InitDraw(demoApp.DISPLAY0_WIDTH, demoApp.DISPLAY0_HEIGHT); in nnMain()
291 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
293 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
296 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()