Lines Matching refs:demoApp
161 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
162 demoApp.Initialize(); in nnMain()
164 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
167 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout1.arc"), 128); in nnMain()
171 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout2.arc"), 128); in nnMain()
175 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout3.arc"), 128); in nnMain()
217 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
242 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
245 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
247 InitDraw(demoApp.DISPLAY0_WIDTH, demoApp.DISPLAY0_HEIGHT); in nnMain()
260 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
263 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
266 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()