Searched refs:GetCaptureFileName (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 305 std::string GetCaptureFileName(gl::ContextID contextId, in GetCaptureFileName() function 322 return outDir + GetCaptureFileName(contextId, captureLabel, frameIndex, suffix); in GetCaptureFilePath() 5549 saveIndex << GetCaptureFileName(contextId, mCaptureLabel, frameIndex, ".cpp") << "\n"; in writeCppReplayIndexFiles() 5561 saveIndex << GetCaptureFileName(shareContext->id(), mCaptureLabel, 1, ".cpp") << "\n"; in writeCppReplayIndexFiles() 5563 saveIndex << GetCaptureFileName(kSharedContextId, mCaptureLabel, 1, ".cpp") << "\n"; in writeCppReplayIndexFiles()
|