// GENERATED FILE - DO NOT EDIT. // Generated by generate_entry_points.py using data from gl.xml and gl_angle_ext.xml. // // Copyright 2020 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // frame_capture_replay_autogen.cpp: // Replay captured GL calls. #include "angle_trace_gl.h" #include "common/debug.h" #include "common/frame_capture_utils.h" #include "frame_capture_test_utils.h" namespace angle { void ReplayTraceFunctionCall(const CallCapture &call, const TraceFunctionMap &customFunctions) { … } } // namespace angle