Lines Matching refs:demoApp
199 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
200 demoApp.Initialize(); in nnMain()
202 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
208 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout.arc"), 128); in nnMain()
275 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
308 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
310 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
312 InitDraw(demoApp.DISPLAY0_WIDTH, demoApp.DISPLAY0_HEIGHT); in nnMain()
359 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
361 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
364 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()