Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1148 std::stringstream headerPathStream; in WriteAuxiliaryContextCppSetupReplay() local
1149 headerPathStream << outDir << FmtCapturePrefix(context->id(), captureLabel) << ".h"; in WriteAuxiliaryContextCppSetupReplay()
1150 std::string headerPath = headerPathStream.str(); in WriteAuxiliaryContextCppSetupReplay()
1376 std::stringstream headerPathStream; in WriteSharedContextCppReplay() local
1377 headerPathStream << outDir << FmtCapturePrefix(kSharedContextId, captureLabel) << ".h"; in WriteSharedContextCppReplay()
1378 std::string headerPath = headerPathStream.str(); in WriteSharedContextCppReplay()
5521 std::stringstream headerPathStream; in writeCppReplayIndexFiles() local
5522 headerPathStream << mOutDirectory << FmtCapturePrefix(contextId, mCaptureLabel) << ".h"; in writeCppReplayIndexFiles()
5523 std::string headerPath = headerPathStream.str(); in writeCppReplayIndexFiles()