// 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_utils_autogen.cpp: // ANGLE Frame capture types and helper functions. #include "common/frame_capture_utils_autogen.h" #include "common/frame_capture_utils.h" namespace angle { void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture ¶m) { … } const char *ParamTypeToString(ParamType paramType) { … } ResourceIDType GetResourceIDTypeFromParamType(ParamType paramType) { … } const char *GetResourceIDTypeName(ResourceIDType resourceIDType) { … } } // namespace angle