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

// GENERATED FILE - DO NOT EDIT.
// Generated by gen_packed_gl_enums.py using data from packed_egl_enums.json.
//
// Copyright 2017 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.
//
// PackedEGLEnums_autogen.cpp:
//   Implements ANGLE-specific enums classes for EGLenums and functions operating
//   on them.

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

namespace egl
{

template <>
ColorSpace FromEGLenum<ColorSpace>(EGLenum from)
{}

EGLenum ToEGLenum(ColorSpace from)
{}

std::ostream &operator<<(std::ostream &os, ColorSpace value)
{}

template <>
CompositorTiming FromEGLenum<CompositorTiming>(EGLenum from)
{}

EGLenum ToEGLenum(CompositorTiming from)
{}

std::ostream &operator<<(std::ostream &os, CompositorTiming value)
{}

template <>
ContextPriority FromEGLenum<ContextPriority>(EGLenum from)
{}

EGLenum ToEGLenum(ContextPriority from)
{}

std::ostream &operator<<(std::ostream &os, ContextPriority value)
{}

template <>
MessageType FromEGLenum<MessageType>(EGLenum from)
{}

EGLenum ToEGLenum(MessageType from)
{}

std::ostream &operator<<(std::ostream &os, MessageType value)
{}

template <>
ObjectType FromEGLenum<ObjectType>(EGLenum from)
{}

EGLenum ToEGLenum(ObjectType from)
{}

std::ostream &operator<<(std::ostream &os, ObjectType value)
{}

template <>
TextureFormat FromEGLenum<TextureFormat>(EGLenum from)
{}

EGLenum ToEGLenum(TextureFormat from)
{}

std::ostream &operator<<(std::ostream &os, TextureFormat value)
{}

template <>
Timestamp FromEGLenum<Timestamp>(EGLenum from)
{}

EGLenum ToEGLenum(Timestamp from)
{}

std::ostream &operator<<(std::ostream &os, Timestamp value)
{}

}  // namespace egl