Lines Matching refs:demoApp
325 nw::demo::SimpleApp& demoApp = nw::demo::SimpleApp::GetInstance(); in nnMain() local
327 demoApp.Initialize(); in nnMain()
349 demoApp.SetRenderingTarget(demoApp.DISPLAY0); in nnMain()
351 glBindFramebuffer(GL_FRAMEBUFFER, demoApp.GetFrameBufferObject()); in nnMain()
355 demoApp.DISPLAY0_WIDTH, in nnMain()
356 demoApp.DISPLAY0_HEIGHT); in nnMain()
360 demoApp.SetRenderingTarget(demoApp.DISPLAY1); in nnMain()
362 glBindFramebuffer(GL_FRAMEBUFFER, demoApp.GetFrameBufferObject()); in nnMain()
366 demoApp.DISPLAY1_WIDTH, in nnMain()
367 demoApp.DISPLAY1_HEIGHT); in nnMain()
371 demoApp.SwapBuffer(demoApp.DISPLAY_BOTH); in nnMain()