Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp5541 std::stringstream indexPathStream; in writeCppReplayIndexFiles() local
5542 indexPathStream << mOutDirectory << FmtCapturePrefix(contextId, mCaptureLabel) in writeCppReplayIndexFiles()
5544 std::string indexPath = indexPathStream.str(); in writeCppReplayIndexFiles()