Lines Matching refs:demoApp
216 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
217 demoApp.Initialize(); in nnMain()
219 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
225 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout.arc"), 128); in nnMain()
263 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
288 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
290 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
292 InitDraw(demoApp.DISPLAY0_WIDTH, demoApp.DISPLAY0_HEIGHT); in nnMain()
303 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
305 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
308 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()