Lines Matching refs:demoApp
154 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
155 demoApp.Initialize(); in nnMain()
157 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
161 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout.arc"), 128); in nnMain()
193 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
269 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
271 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
273 InitDraw(demoApp.DISPLAY0_WIDTH, demoApp.DISPLAY0_HEIGHT); in nnMain()
284 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
286 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
300 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()