• Home
  • Raw
  • Download

Lines Matching refs:mCaptureLabel

3950         mCaptureLabel = labelFromEnv;
4992 WriteSharedContextCppReplay(mCompression, mOutDirectory, mCaptureLabel, 1, 1, mSetupCalls, in setupSharedAndAuxReplay()
5011 mCaptureLabel, 1, frameCapture->getSetupCalls(), in setupSharedAndAuxReplay()
5096 WriteWindowSurfaceContextCppReplay(mCompression, mOutDirectory, context, mCaptureLabel, in onEndFrame()
5105 SaveBinaryData(mCompression, mOutDirectory, kSharedContextId, mCaptureLabel, mBinaryData); in onEndFrame()
5129 SaveBinaryData(mCompression, mOutDirectory, kSharedContextId, mCaptureLabel, mBinaryData); in onDestroyContext()
5378 if (!mCaptureLabel.empty()) in writeCppReplayIndexFiles()
5380 header << "namespace " << mCaptureLabel << "\n"; in writeCppReplayIndexFiles()
5385 if (!mCaptureLabel.empty()) in writeCppReplayIndexFiles()
5387 std::string captureLabelUpper = mCaptureLabel; in writeCppReplayIndexFiles()
5448 source << "#include \"" << FmtCapturePrefix(contextId, mCaptureLabel) << ".h\"\n"; in writeCppReplayIndexFiles()
5453 if (!mCaptureLabel.empty()) in writeCppReplayIndexFiles()
5455 source << "using namespace " << mCaptureLabel << ";\n"; in writeCppReplayIndexFiles()
5459 source << "void " << mCaptureLabel << "::InitReplay()\n"; in writeCppReplayIndexFiles()
5461 WriteInitReplayCall(mCompression, source, kSharedContextId, mCaptureLabel, in writeCppReplayIndexFiles()
5513 if (!mCaptureLabel.empty()) in writeCppReplayIndexFiles()
5515 header << "} // namespace " << mCaptureLabel << "\n"; in writeCppReplayIndexFiles()
5522 headerPathStream << mOutDirectory << FmtCapturePrefix(contextId, mCaptureLabel) << ".h"; in writeCppReplayIndexFiles()
5533 sourcePathStream << mOutDirectory << FmtCapturePrefix(contextId, mCaptureLabel) << ".cpp"; in writeCppReplayIndexFiles()
5542 indexPathStream << mOutDirectory << FmtCapturePrefix(contextId, mCaptureLabel) in writeCppReplayIndexFiles()
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()