Searched refs:FmtCapturePrefix (Results 1 – 1 of 1) sorted by relevance
137 struct FmtCapturePrefix struct139 FmtCapturePrefix(gl::ContextID contextIdIn, const std::string &captureLabelIn) in FmtCapturePrefix() argument146 std::ostream &operator<<(std::ostream &os, const FmtCapturePrefix &fmt) in operator <<()311 fnameStream << FmtCapturePrefix(contextId, captureLabel) << "_frame" << std::setfill('0') in GetCaptureFileName()785 fnameStream << FmtCapturePrefix(contextId, captureLabel) << ".angledata"; in GetBinaryDataFilePath()1096 include << "#include \"" << FmtCapturePrefix(context->id(), captureLabel) << ".h\"\n"; in WriteAuxiliaryContextCppSetupReplay()1149 headerPathStream << outDir << FmtCapturePrefix(context->id(), captureLabel) << ".h"; in WriteAuxiliaryContextCppSetupReplay()1180 header << "#include \"" << FmtCapturePrefix(kSharedContextId, captureLabel) << ".h\"\n"; in WriteWindowSurfaceContextCppReplay()1183 header << "#include \"" << FmtCapturePrefix(shareContext->id(), captureLabel) << ".h\"\n"; in WriteWindowSurfaceContextCppReplay()1324 include << "#include \"" << FmtCapturePrefix(kSharedContextId, captureLabel) << ".h\"\n"; in WriteSharedContextCppReplay()[all …]