Searched defs:oFile (Results 1 – 2 of 2) sorted by relevance
242 std::ofstream oFile(fileName.str().c_str(), std::ios::out); in exportFilesForExternalCompiler() local270 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() local350 std::ofstream oFile(fileName.str().c_str(), std::ios::out); in exportFilesForExternalCompiler() local373 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() local
310 …std::ofstream oFile (cmdLine.getOption<opt::CompilerOutputFile>().c_str(), std::ios::out | s… in main() local