Searched refs:outfilename (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | main.cpp | 83 char outfilename[1024]; /* name of output image file */ member 248 rt_outputfile(scene, opt->outfilename); in useoptions()
|
| H A D | parse.cpp | 237 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 D | types.hpp | 183 char outfilename[200]; /* name of the output image */ member
|
| H A D | api.cpp | 155 strcpy((char *)&scene->outfilename, outname); in rt_outputfile()
|