Lines Matching refs:demoApp
171 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
172 demoApp.Initialize(); in nnMain()
174 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
178 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout.arc"), 128); in nnMain()
210 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
260 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
262 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
266 InitDraw(demoApp.DISPLAY0_WIDTH, demoApp.DISPLAY0_HEIGHT); in nnMain()
277 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
279 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
283 InitDraw(demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
295 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()