Lines Matching refs:CallCapture
325 void WriteParamStaticVarName(const CallCapture &call, in WriteParamStaticVarName()
414 const CallCapture &call, in WriteStringPointerParamReplay()
470 const CallCapture &call, in WriteResourceIDPointerParamReplay()
505 const CallCapture &call, in WriteBinaryParamReplay()
555 void WriteCppReplayForCall(const CallCapture &call, in WriteCppReplayForCall()
886 for (CallCapture &call : bufferRegenCalls[id]) in MaybeResetResources()
902 for (CallCapture &call : bufferUnmapCalls[id]) in MaybeResetResources()
911 for (CallCapture &call : bufferRestoreCalls[id]) in MaybeResetResources()
931 for (CallCapture &call : bufferMapCalls[id]) in MaybeResetResources()
943 for (CallCapture &call : bufferUnmapCalls[id]) in MaybeResetResources()
953 std::vector<CallCapture> &bufferBindingCalls = resourceTracker->getBufferBindingCalls(); in MaybeResetResources()
954 for (CallCapture &call : bufferBindingCalls) in MaybeResetResources()
997 for (CallCapture &call : fenceSyncRegenCalls[sync]) in MaybeResetFenceSyncObjects()
1020 const std::vector<CallCapture> &calls, in WriteCppReplayFunctionWithParts()
1039 for (const CallCapture &call : calls) in WriteCppReplayFunctionWithParts()
1083 const std::vector<CallCapture> &setupCalls, in WriteAuxiliaryContextCppSetupReplay()
1163 const std::vector<CallCapture> &frameCalls, in WriteWindowSurfaceContextCppReplay()
1164 const std::vector<CallCapture> &setupCalls, in WriteWindowSurfaceContextCppReplay()
1312 const std::vector<CallCapture> &setupCalls, in WriteSharedContextCppReplay()
1400 void CaptureUpdateResourceIDs(const CallCapture &call, in CaptureUpdateResourceIDs()
1402 std::vector<CallCapture> *callsOut) in CaptureUpdateResourceIDs()
1427 void CaptureUpdateUniformLocations(const gl::Program *program, std::vector<CallCapture> *callsOut) in CaptureUpdateUniformLocations()
1484 std::vector<CallCapture> *callsOut) in CaptureUpdateUniformBlockIndexes()
1504 void CaptureDeleteUniformLocations(gl::ShaderProgramID program, std::vector<CallCapture> *callsOut) in CaptureDeleteUniformLocations()
1511 void MaybeCaptureUpdateResourceIDs(std::vector<CallCapture> *callsOut) in MaybeCaptureUpdateResourceIDs()
1513 const CallCapture &call = callsOut->back(); in MaybeCaptureUpdateResourceIDs()
1622 void CaptureUpdateCurrentProgram(const CallCapture &call, std::vector<CallCapture> *callsOut) in CaptureUpdateCurrentProgram()
1659 void Capture(std::vector<CallCapture> *setupCalls, CallCapture &&call) in Capture()
1664 void CaptureFramebufferAttachment(std::vector<CallCapture> *setupCalls, in CaptureFramebufferAttachment()
1691 std::vector<CallCapture> *callsOut) in CaptureUpdateUniformValues()
1911 void CaptureVertexPointerES1(std::vector<CallCapture> *setupCalls, in CaptureVertexPointerES1()
1951 void CaptureVertexArrayData(std::vector<CallCapture> *setupCalls, in CaptureVertexArrayData()
2027 void CaptureTextureStorage(std::vector<CallCapture> *setupCalls, in CaptureTextureStorage()
2067 void CaptureTextureContents(std::vector<CallCapture> *setupCalls, in CaptureTextureContents()
2256 std::vector<CallCapture> &bufferBindingCalls = resourceTracker->getBufferBindingCalls(); in CaptureBufferBindingResetCalls()
2263 std::vector<CallCapture> *setupCalls) in CaptureIndexedBuffers()
2293 std::vector<CallCapture> *setupCalls) in CaptureDefaultVertexAttribs()
2319 std::vector<CallCapture> *setupCalls, in CaptureSharedContextMidExecutionSetup()
2330 auto cap = [frameCaptureShared, setupCalls](CallCapture &&call) { in CaptureSharedContextMidExecutionSetup()
2890 std::vector<CallCapture> *setupCalls, in CaptureMidExecutionSetup()
2899 auto cap = [setupCalls](CallCapture &&call) { setupCalls->emplace_back(std::move(call)); }; in CaptureMidExecutionSetup()
3690 bool FindShaderProgramIDInCall(const CallCapture &call, gl::ShaderProgramID *idOut) in FindShaderProgramIDInCall()
3823 CallCapture::CallCapture(EntryPoint entryPointIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture
3827 CallCapture::CallCapture(const std::string &customFunctionNameIn, ParamBuffer &¶msIn) in CallCapture() function in angle::CallCapture
3833 CallCapture::~CallCapture() = default;
3835 CallCapture::CallCapture(CallCapture &&other) in CallCapture() function in angle::CallCapture
3840 CallCapture &CallCapture::operator=(CallCapture &&other) in operator =()
3848 const char *CallCapture::name() const in name()
3970 const CallCapture &call) in copyCompressedTextureData()
4012 const CallCapture &call) in captureCompressedTextureData()
4203 void FrameCaptureShared::trackBufferMapping(CallCapture *call, in trackBufferMapping()
4227 void FrameCaptureShared::updateCopyImageSubData(CallCapture &call) in updateCopyImageSubData()
4290 void FrameCaptureShared::maybeOverrideEntryPoint(const gl::Context *context, CallCapture &call) in maybeOverrideEntryPoint()
4322 CallCapture &call, in maybeCaptureDrawArraysClientData()
4338 CallCapture &call, in maybeCaptureDrawElementsClientData()
4381 void FrameCaptureShared::maybeCapturePreCallUpdates(const gl::Context *context, CallCapture &call) in maybeCapturePreCallUpdates()
4760 CallCapture &&call, in captureCall()
4790 const CallCapture &lastCall = mFrameCalls.back(); in maybeCapturePostCallUpdates()
4854 CallCapture &call = mFrameCalls[callIndex]; in captureClientArraySnapshot()
4877 const CallCapture &call) in captureMappedBufferSnapshot()
5029 for (const CallCapture &call : mFrameCalls) in onEndFrame()
5328 for (const CallCapture &call : mFrameCalls) in replay()
5623 const CallCapture &call) in copyCachedTextureLevel()
5856 const CallCapture &call, in WriteParamValueReplay()
5874 const CallCapture &call, in WriteParamValueReplay()
5890 const CallCapture &call, in WriteParamValueReplay()
5906 const CallCapture &call, in WriteParamValueReplay()
5922 const CallCapture &call, in WriteParamValueReplay()
5928 const CallCapture &call, in WriteParamValueReplay()
5934 const CallCapture &call, in WriteParamValueReplay()
5942 const CallCapture &call, in WriteParamValueReplay()
5950 const CallCapture &call, in WriteParamValueReplay()
5958 const CallCapture &call, in WriteParamValueReplay()
5966 const CallCapture &call, in WriteParamValueReplay()
5974 const CallCapture &call, in WriteParamValueReplay()
5982 const CallCapture &call, in WriteParamValueReplay()
5990 const CallCapture &call, in WriteParamValueReplay()
5998 const CallCapture &call, in WriteParamValueReplay()
6006 const CallCapture &call, in WriteParamValueReplay()
6014 const CallCapture &call, in WriteParamValueReplay()
6022 const CallCapture &call, in WriteParamValueReplay()
6030 const CallCapture &call, in WriteParamValueReplay()
6038 const CallCapture &call, in WriteParamValueReplay()
6046 const CallCapture &call, in WriteParamValueReplay()
6073 const CallCapture &call, in WriteParamValueReplay()
6087 const CallCapture &call, in WriteParamValueReplay()
6096 const CallCapture &call, in WriteParamValueReplay()