| 1238 | : exec_context_(exec_context), recorded_context_(recorded_context), error_obj_(error_obj), index_(index), base_tag_(base_tag) {} |
| 1239 | |
| 1240 | AccessContext* ReplayState::ReplayStateRenderPassBegin(VkQueueFlags queue_flags, const SyncOpBeginRenderPass& begin_op, |
| 1241 | const AccessContext& external_context) { |
| 1242 | return rp_replay_.Begin(queue_flags, begin_op, external_context); |
| 1243 | } |
| 1244 | |
| 1245 | AccessContext* ReplayState::ReplayStateRenderPassNext() { return rp_replay_.Next(); } |
| 1246 |
no test coverage detected