chromium/third_party/angle/src/libANGLE/renderer/Format_table_autogen.cpp

// GENERATED FILE - DO NOT EDIT.
// Generated by gen_angle_format_table.py using data from angle_format_data.json
//
// 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.
//
// ANGLE Format table:
//   Queries for typed format information from the ANGLE format enum.

#include "libANGLE/renderer/Format.h"

#include "image_util/copyimage.h"
#include "image_util/generatemip.h"
#include "image_util/loadimage.h"

namespace angle
{

static constexpr rx::FastCopyFunctionMap::Entry BGRAEntry  =;
static constexpr rx::FastCopyFunctionMap BGRACopyFunctions =;
static constexpr rx::FastCopyFunctionMap NoCopyFunctions;

const Format gFormatInfoTable[] =;

// static
FormatID Format::InternalFormatToID(GLenum internalFormat)
{}

const Format *GetFormatInfoTable()
{}
}  // namespace angle