Home
last modified time | relevance | path

Searched refs:allocationList (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DHandleAllocator_unittest.cpp21 std::set<GLuint> allocationList; in TEST() local
24 allocationList.insert(id); in TEST()
27 for (GLuint id : allocationList) in TEST()
33 for (size_t allocationNum = 0; allocationNum < allocationList.size() * 2; ++allocationNum) in TEST()
36 EXPECT_EQ(0u, allocationList.count(handle)); in TEST()
46 std::set<GLuint> allocationList; in TEST() local
52 if (allocationList.count(randomHandle) == 0) in TEST()
55 allocationList.insert(randomHandle); in TEST()
62 EXPECT_EQ(0u, allocationList.count(normalHandle)); in TEST()
63 allocationList.insert(normalHandle); in TEST()