// // Copyright 2015 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. // // IndexDataManagerPerfTest: // Performance test for index buffer management. // #include "ANGLEPerfTest.h" #include <gmock/gmock.h> #include "common/bitset_utils.h" usingnamespacetesting; namespace … // anonymous namespace