// 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. // // entry_points_enum_autogen.h: // Defines the GL/GLES entry points enumeration. #ifndef COMMON_ENTRYPOINTSENUM_AUTOGEN_H_ #define COMMON_ENTRYPOINTSENUM_AUTOGEN_H_ namespace angle { enum class EntryPoint { … }; const char *GetEntryPointName(EntryPoint ep); } // namespace angle #endif // COMMON_ENTRY_POINTS_ENUM_AUTOGEN_H_