Searched refs:FmtCapturePrefix (Results 1 – 1 of 1) sorted by relevance
172 struct FmtCapturePrefix struct174 FmtCapturePrefix(gl::ContextID contextIdIn, const std::string &captureLabelIn) in FmtCapturePrefix() argument181 std::ostream &operator<<(std::ostream &os, const FmtCapturePrefix &fmt) in operator <<()216 fnameStream << FmtCapturePrefix(contextId, captureLabel) << "_frame" << std::setfill('0') in GetCaptureFileName()683 fnameStream << FmtCapturePrefix(contextId, captureLabel) << ".angledata"; in GetBinaryDataFilePath()751 header << "#include \"" << FmtCapturePrefix(contextId, captureLabel) << ".h\"\n"; in WriteCppReplay()896 source << "#include \"" << FmtCapturePrefix(contextId, captureLabel) << ".h\"\n"; in WriteCppReplayIndexFiles()1099 headerPathStream << outDir << FmtCapturePrefix(contextId, captureLabel) << ".h"; in WriteCppReplayIndexFiles()1110 sourcePathStream << outDir << FmtCapturePrefix(contextId, captureLabel) << ".cpp"; in WriteCppReplayIndexFiles()1119 indexPathStream << outDir << FmtCapturePrefix(contextId, captureLabel) << "_files.txt"; in WriteCppReplayIndexFiles()