Home
last modified time | relevance | path

Searched refs:outfilename (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dmain.cpp83 char outfilename[1024]; /* name of output image file */ member
248 rt_outputfile(scene, opt->outfilename); in useoptions()
H A Dparse.cpp237 char outfilename[200]; in GetScenedefs() local
245 fscanf(dfile, "%s", outfilename); in GetScenedefs()
247 if (strcmp(outfilename, "/dev/null") == 0) { in GetScenedefs()
248 strcpy(outfilename, "NUL:"); in GetScenedefs()
258 rt_scenesetup(scene, outfilename, xres, yres, verbose); in GetScenedefs()
H A Dtypes.hpp183 char outfilename[200]; /* name of the output image */ member
H A Dapi.cpp155 strcpy((char *)&scene->outfilename, outname); in rt_outputfile()