• Home
  • Raw
  • Download

Lines Matching refs:CallCapture

95 struct CallCapture  struct
97 CallCapture(gl::EntryPoint entryPointIn, ParamBuffer &&paramsIn);
98 CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn);
99 ~CallCapture();
101 CallCapture(CallCapture &&other);
102 CallCapture &operator=(CallCapture &&other); argument
203 void captureCall(const gl::Context *context, CallCapture &&call);
214 void captureMappedBufferSnapshot(const gl::Context *context, const CallCapture &call);
216 void captureCompressedTextureData(const gl::Context *context, const CallCapture &call);
219 void maybeCaptureClientData(const gl::Context *context, CallCapture &call);
224 const CallCapture &call);
226 std::vector<CallCapture> mSetupCalls;
227 std::vector<CallCapture> mFrameCalls;
228 std::vector<CallCapture> mTearDownCalls;
266 CallCapture call = captureFunc(context->getState(), isCallValid, captureParams...); in CaptureCallToFrameCapture()
314 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value);
318 const CallCapture &call,
323 const CallCapture &call,
328 const CallCapture &call,
333 const CallCapture &call,
338 const CallCapture &call,
343 const CallCapture &call,
348 const CallCapture &call,
353 const CallCapture &call,
358 const CallCapture &call,
363 const CallCapture &call,
368 const CallCapture &call,
373 const CallCapture &call,
378 const CallCapture &call,
383 const CallCapture &call,
388 const CallCapture &call,
393 const CallCapture &call,
398 const CallCapture &call,
403 const CallCapture &call,
408 const CallCapture &call,
413 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value) in WriteParamValueReplay()