Lines Matching refs:demoApp
323 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
325 demoApp.Initialize(); in nnMain()
347 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
349 glBindFramebuffer(GL_FRAMEBUFFER, demoApp.GetFrameBufferObject()); in nnMain()
353 demoApp.DISPLAY0_WIDTH, in nnMain()
354 demoApp.DISPLAY0_HEIGHT); in nnMain()
358 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
360 glBindFramebuffer(GL_FRAMEBUFFER, demoApp.GetFrameBufferObject()); in nnMain()
364 demoApp.DISPLAY1_WIDTH, in nnMain()
365 demoApp.DISPLAY1_HEIGHT); in nnMain()
369 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()