Lines Matching defs:call
234 void WriteParamStaticVarName(const CallCapture &call, in WriteParamStaticVarName()
322 const CallCapture &call, in WriteStringPointerParamReplay()
347 const CallCapture &call, in WriteResourceIDPointerParamReplay()
381 const CallCapture &call, in WriteBinaryParamReplay()
431 void WriteCppReplayForCall(const CallCapture &call, in WriteCppReplayForCall()
841 for (const CallCapture &call : setupCalls) in WriteCppReplay() local
881 for (const CallCapture &call : frameCalls) in WriteCppReplay() local
1240 void CaptureUpdateResourceIDs(const CallCapture &call, in CaptureUpdateResourceIDs()
1329 const CallCapture &call = callsOut->back(); in MaybeCaptureUpdateResourceIDs() local
1430 void CaptureUpdateCurrentProgram(const CallCapture &call, std::vector<CallCapture> *callsOut) in CaptureUpdateCurrentProgram()
1467 void Capture(std::vector<CallCapture> *setupCalls, CallCapture &&call) in Capture()
1921 auto cap = [setupCalls](CallCapture &&call) { setupCalls->emplace_back(std::move(call)); }; in CaptureMidExecutionSetup()
3189 void FrameCapture::captureCompressedTextureData(const gl::Context *context, const CallCapture &call) in captureCompressedTextureData()
3393 void FrameCapture::trackBufferMapping(CallCapture *call, in trackBufferMapping()
3417 void FrameCapture::maybeCaptureClientData(const gl::Context *context, CallCapture &call) in maybeCaptureClientData()
3671 void FrameCapture::captureCall(const gl::Context *context, CallCapture &&call) in captureCall()
3750 CallCapture &call = mFrameCalls[callIndex]; in captureClientArraySnapshot() local
3772 void FrameCapture::captureMappedBufferSnapshot(const gl::Context *context, const CallCapture &call) in captureMappedBufferSnapshot()
3857 for (const CallCapture &call : mFrameCalls) in onEndFrame() local
3963 for (const CallCapture &call : mFrameCalls) in replay() local
4066 const CallCapture &call, in WriteParamValueReplay()
4084 const CallCapture &call, in WriteParamValueReplay()
4100 const CallCapture &call, in WriteParamValueReplay()
4106 const CallCapture &call, in WriteParamValueReplay()
4112 const CallCapture &call, in WriteParamValueReplay()
4120 const CallCapture &call, in WriteParamValueReplay()
4128 const CallCapture &call, in WriteParamValueReplay()
4136 const CallCapture &call, in WriteParamValueReplay()
4144 const CallCapture &call, in WriteParamValueReplay()
4152 const CallCapture &call, in WriteParamValueReplay()
4160 const CallCapture &call, in WriteParamValueReplay()
4168 const CallCapture &call, in WriteParamValueReplay()
4176 const CallCapture &call, in WriteParamValueReplay()
4184 const CallCapture &call, in WriteParamValueReplay()
4192 const CallCapture &call, in WriteParamValueReplay()
4200 const CallCapture &call, in WriteParamValueReplay()
4208 const CallCapture &call, in WriteParamValueReplay()
4216 const CallCapture &call, in WriteParamValueReplay()
4222 bool FindShaderProgramIDInCall(const CallCapture &call, gl::ShaderProgramID *idOut) in FindShaderProgramIDInCall()
4238 const CallCapture &call, in WriteParamValueReplay()