Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.h132 std::vector<std::string> mPrivateFunctions; variable
H A DFrameCapture.cpp10151 ASSERT(mPrivateFunctions.empty()); in ~ReplayWriter()
10226 mPrivateFunctions.emplace_back(body); in addPrivateFunction()
10276 for (const std::string &privateFunc : mPrivateFunctions) in getStoredReplaySourceSize()
10295 if (mReplayHeaders.empty() && mPublicFunctions.empty() && mPrivateFunctions.empty()) in saveFrame()
10396 for (const std::string &func : mPrivateFunctions) in writeReplaySource()
10421 mPrivateFunctions.clear(); in writeReplaySource()