Lines Matching refs:demoApp
169 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
170 demoApp.Initialize(); in nnMain()
172 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
176 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout.arc"), 128); in nnMain()
208 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
258 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
260 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
264 InitDraw(demoApp.DISPLAY0_WIDTH, demoApp.DISPLAY0_HEIGHT); in nnMain()
275 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
277 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
281 InitDraw(demoApp.DISPLAY1_WIDTH, demoApp.DISPLAY1_HEIGHT); in nnMain()
293 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()