Searched refs:AssignedMemoryCount (Results 1 – 1 of 1) sorted by relevance
110 int AssignedMemoryCount(const TileVector& tiles) { in AssignedMemoryCount() function in cc::__anon2b639b6f0111::TileManagerTest161 EXPECT_EQ(3, AssignedMemoryCount(active_now)); in TEST_P()162 EXPECT_EQ(3, AssignedMemoryCount(pending_now)); in TEST_P()163 EXPECT_EQ(3, AssignedMemoryCount(active_pending_soon)); in TEST_P()164 EXPECT_EQ(0, AssignedMemoryCount(never_bin)); in TEST_P()182 EXPECT_EQ(3, AssignedMemoryCount(active_now)); in TEST_P()183 EXPECT_EQ(3, AssignedMemoryCount(pending_now)); in TEST_P()184 EXPECT_EQ(3, AssignedMemoryCount(active_pending_soon)); in TEST_P()185 EXPECT_EQ(0, AssignedMemoryCount(never_bin)); in TEST_P()203 EXPECT_EQ(3, AssignedMemoryCount(active_now)); in TEST_P()[all …]