Home
last modified time | relevance | path

Searched refs:rt_outputfile (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.cpp153 void rt_outputfile(SceneHandle voidscene, const char *outname) { in rt_outputfile() function
205 rt_outputfile(voidscene, outname); in rt_scenesetup()
219 rt_outputfile(voidscene, "/dev/null"); /* default output file (.tga) */ in rt_newscene()
H A Dapi.hpp116 void rt_outputfile(SceneHandle, const char *outname);
H A Dmain.cpp248 rt_outputfile(scene, opt->outfilename); in useoptions()