// // Copyright 2016 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. // // DXTSRGBCompressedTextureTestData.inl // Data for sRGB DXT texture tests (DXTSRGBCompressedTextureTest.cpp) // static constexpr size_t kMaxCompressedSize = …; static constexpr size_t kMaxDecompressedSize = …; struct TestCase { … }; static const std::map<GLenum, TestCase> kTests = …;