Lines Matching refs:demoApp
185 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
186 demoApp.Initialize(); in nnMain()
188 nw::lyt::Initialize(&demoApp.GetAllocator(), &demoApp.GetDeviceAllocator()); in nnMain()
192 &demoApp.GetDeviceAllocator(), NW_DEMO_FILE_PATH(L"layout.arc"), 128); in nnMain()
208 … ReadArchiveFont(pArchiveFont , NW_DEMO_FILE_PATH(L"sample.bcfna"), demoApp.GetDeviceAllocator()); in nnMain()
231 File file = nw::demo::Utility::LoadFile(&demoApp.GetAllocator(), resourcePath); in nnMain()
256 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
258 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
260 InitDraw(demoApp.DISPLAY0_WIDTH, demoApp.DISPLAY0_HEIGHT); in nnMain()
271 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
273 demoApp.GetFrameBufferObject().ClearBuffer(clearColor, clearDepth); in nnMain()
276 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()
282 demoApp.GetDeviceAllocator().Free(arcFontBuf); in nnMain()