Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp3950 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()
[all …]
DFrameCapture.h497 std::string mCaptureLabel; variable