Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.h458 void writeCppReplayIndexFiles(const gl::Context *, bool writeResetContextCall);
DFrameCapture.cpp5104 writeCppReplayIndexFiles(context, false); in onEndFrame()
5128 writeCppReplayIndexFiles(context, true); in onDestroyContext()
5360 void FrameCaptureShared::writeCppReplayIndexFiles(const gl::Context *context, in writeCppReplayIndexFiles() function in angle::FrameCaptureShared