Home
last modified time | relevance | path

Searched refs:gVideo (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpover_video.cpp53 return gVideo->next_frame(); in g_next_frame()
55 return gVideo->running; in g_next_frame()
60 return gVideo->next_frame(); in g_last_frame()
61 return gVideo->running; in g_last_frame()
67 gVideo->init_console(); // don't check return code. in initializeVideo()
68 gVideo->title = g_windowTitle; in initializeVideo()
69 g_useGraphics = gVideo->init_window(g_xwinsize, g_ywinsize); in initializeVideo()
H A Drpolygon.hpp102 return gVideo->get_color(m_r, m_g, m_b); in myColor()
105 if (gVideo->running) { in drawPoly()
H A Dpover_video.hpp25 DEFINE class video *gVideo INIT(nullptr);
H A Dpolymain.cpp47 gVideo = &poly; in main()
105 gVideo->main_loop(); in main()
/oneTBB/examples/parallel_for/seismic/
H A Dseismic_video.cpp63 SeismicVideo *gVideo = nullptr; variable
76 gVideo = this; in SeismicVideo()
126 case ID_FILE_PARALLEL: gVideo->on_key('p'); break; in WndProc()
127 case ID_FILE_SERIAL: gVideo->on_key('s'); break; in WndProc()
128 case ID_FILE_ENABLEGUI: gVideo->on_key('e'); break; in WndProc()
129 case ID_FILE_DISABLEGUI: gVideo->on_key('d'); break; in WndProc()