Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.h353 std::vector<CallCapture> &getSetupCalls() { return mSetupCalls; } in getSetupCalls()
354 void clearSetupCalls() { mSetupCalls.clear(); } in clearSetupCalls()
359 std::vector<CallCapture> mSetupCalls;
484 std::vector<CallCapture> &getSetupCalls() { return mSetupCalls; } in getSetupCalls()
485 void clearSetupCalls() { mSetupCalls.clear(); } in clearSetupCalls()
487 std::vector<CallCapture> mSetupCalls; variable
DFrameCapture.cpp3876 mSetupCalls.clear(); in reset()
4989 CaptureSharedContextMidExecutionSetup(context, &mSetupCalls, &mResourceTracker); in setupSharedAndAuxReplay()
4992 WriteSharedContextCppReplay(mCompression, mOutDirectory, mCaptureLabel, 1, 1, mSetupCalls, in setupSharedAndAuxReplay()