Lines Matching refs:CallCapture

100 struct CallCapture  struct
102 CallCapture(EntryPoint entryPointIn, ParamBuffer &&paramsIn);
103 CallCapture(const std::string &customFunctionNameIn, ParamBuffer &&paramsIn);
104 ~CallCapture();
106 CallCapture(CallCapture &&other);
107 CallCapture &operator=(CallCapture &&other); argument
214 using BufferCalls = std::map<gl::BufferID, std::vector<CallCapture>>;
220 using FenceSyncCalls = std::map<GLsync, std::vector<CallCapture>>;
236 std::vector<CallCapture> &getBufferBindingCalls() { return mBufferBindingCalls; } in getBufferBindingCalls()
292 std::vector<CallCapture> mBufferBindingCalls;
353 std::vector<CallCapture> &getSetupCalls() { return mSetupCalls; } in getSetupCalls()
359 std::vector<CallCapture> mSetupCalls;
369 void captureCall(const gl::Context *context, CallCapture &&call, bool isCallValid);
386 void trackBufferMapping(CallCapture *call,
409 const CallCapture &call);
463 void captureMappedBufferSnapshot(const gl::Context *context, const CallCapture &call);
465 void copyCompressedTextureData(const gl::Context *context, const CallCapture &call);
466 void captureCompressedTextureData(const gl::Context *context, const CallCapture &call);
469 void maybeOverrideEntryPoint(const gl::Context *context, CallCapture &call);
470 void maybeCapturePreCallUpdates(const gl::Context *context, CallCapture &call);
473 CallCapture &call,
476 CallCapture &call,
478 void updateCopyImageSubData(CallCapture &call);
482 const CallCapture &call);
484 std::vector<CallCapture> &getSetupCalls() { return mSetupCalls; } in getSetupCalls()
487 std::vector<CallCapture> mSetupCalls;
488 std::vector<CallCapture> mFrameCalls;
544 CallCapture call = captureFunc(context->getState(), isCallValid, captureParams...); in CaptureCallToFrameCapture()
637 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value);
641 const CallCapture &call,
646 const CallCapture &call,
651 const CallCapture &call,
656 const CallCapture &call,
661 const CallCapture &call,
666 const CallCapture &call,
671 const CallCapture &call,
676 const CallCapture &call,
681 const CallCapture &call,
686 const CallCapture &call,
691 const CallCapture &call,
696 const CallCapture &call,
701 const CallCapture &call,
706 const CallCapture &call,
711 const CallCapture &call,
716 const CallCapture &call,
721 const CallCapture &call,
726 const CallCapture &call,
731 const CallCapture &call,
736 const CallCapture &call,
741 const CallCapture &call,
746 const CallCapture &call,
751 const CallCapture &call,
756 const CallCapture &call,
761 void WriteParamValueReplay(std::ostream &os, const CallCapture &call, T value) in WriteParamValueReplay()