chromium/third_party/angle/src/common/gl_enum_utils_autogen.cpp

// GENERATED FILE - DO NOT EDIT.
// Generated by gen_gl_enum_utils.py using data from gl.xml and gl_angle_ext.xml.
//
// Copyright 2019 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.
//
// gl_enum_utils_autogen.cpp:
//   mapping of GLenum value to string.

#include "common/gl_enum_utils_autogen.h"

#include "common/debug.h"
#include "common/gl_enum_utils.h"

#include <algorithm>
#include <cstring>

namespace gl
{
namespace
{
const char *UnknownEnumToString(unsigned int value)
{}
}  // anonymous namespace

const char *GLenumToString(GLESEnum enumGroup, unsigned int value)
{}

const char *GLenumToString(BigGLEnum enumGroup, unsigned int value)
{}

namespace
{
StringEnumEntry;
static StringEnumEntry g_stringEnumTable[] =;

const size_t g_numStringEnums =;
}  // anonymous namespace

unsigned int StringToGLenum(const char *str)
{}
}  // namespace gl