// // 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. // // Unit tests for VertexArray and related classes. // #include "gmock/gmock.h" #include "gtest/gtest.h" #include "common/bitset_utils.h" #include "common/utilities.h" #include "libANGLE/VertexArray.h" usingnamespacegl; // Tests that function GetIndexFromDirtyBit computes the index properly. TEST(VertexArrayTest, VerifyGetIndexFromDirtyBit) { … }