Searched refs:setupCalls (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 1083 const std::vector<CallCapture> &setupCalls, in WriteAuxiliaryContextCppSetupReplay() argument 1118 binaryData, setupCalls, include, setupCallStream, out); in WriteAuxiliaryContextCppSetupReplay() 1164 const std::vector<CallCapture> &setupCalls, in WriteWindowSurfaceContextCppReplay() argument 1205 binaryData, setupCalls, header, setupCallStream, out); in WriteWindowSurfaceContextCppReplay() 1312 const std::vector<CallCapture> &setupCalls, in WriteSharedContextCppReplay() argument 1346 binaryData, setupCalls, include, setupCallStream, out); in WriteSharedContextCppReplay() 1659 void Capture(std::vector<CallCapture> *setupCalls, CallCapture &&call) in Capture() argument 1661 setupCalls->emplace_back(std::move(call)); in Capture() 1664 void CaptureFramebufferAttachment(std::vector<CallCapture> *setupCalls, in CaptureFramebufferAttachment() argument 1675 Capture(setupCalls, CaptureFramebufferTexture2D(replayState, true, GL_FRAMEBUFFER, in CaptureFramebufferAttachment() [all …]
|