// // 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. // // FormatPrintTest: // Prints all format support info // #include "common/gl_enum_utils.h" #include "libANGLE/Context.h" #include "libANGLE/Display.h" #include "libANGLE/formatutils.h" #include "test_utils/ANGLETest.h" #include "test_utils/angle_test_instantiate.h" #include "util/EGLWindow.h" usingnamespaceangle; namespace … // anonymous namespace