Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtachyon_video.cpp64 updating_mode = scene->displaymode == RT_DISPLAY_ENABLED; in on_process()
H A Dapi.hpp131 #define RT_DISPLAY_ENABLED 1 macro
H A Dtypes.hpp82 #define RT_DISPLAY_ENABLED 1 /* video output disabled */ macro
H A Dmain.cpp296 opt.displaymode = nodisp ? RT_DISPLAY_DISABLED : RT_DISPLAY_ENABLED; in ParseCommandLine()
H A Dapi.cpp225 rt_displaymode(voidscene, RT_DISPLAY_ENABLED); /* video output on */ in rt_newscene()