Lines Matching refs:demoApp
156 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
157 demoApp.Initialize(); in nnMain()
159 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
163 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout.arc"), 128); in nnMain()
195 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
271 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
273 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
275 InitDraw(demoApp.DISPLAY0_WIDTH, demoApp.DISPLAY0_HEIGHT); in nnMain()
286 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
288 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
302 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()