Searched refs:GetRefCountForTesting (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | RefCountedTests.cpp | 86 EXPECT_EQ(test->GetRefCountForTesting(), 200001u); in TEST() 98 EXPECT_EQ(test->GetRefCountForTesting(), 1u); in TEST() 138 EXPECT_EQ(original->GetRefCountForTesting(), 2u); in TEST() 141 EXPECT_EQ(original->GetRefCountForTesting(), 3u); in TEST() 144 EXPECT_EQ(original->GetRefCountForTesting(), 2u); in TEST() 151 EXPECT_EQ(original->GetRefCountForTesting(), 1u); in TEST() 185 EXPECT_EQ(original->GetRefCountForTesting(), 2u); in TEST() 188 EXPECT_EQ(original->GetRefCountForTesting(), 2u); in TEST() 191 EXPECT_EQ(original->GetRefCountForTesting(), 1u); in TEST() 207 EXPECT_EQ(original->GetRefCountForTesting(), 2u); in TEST() [all …]
|
D | ResultTests.cpp | 66 EXPECT_EQ(expectedSuccess->GetRefCountForTesting(), 2u); in TestSuccess() 79 EXPECT_EQ(storedSuccess->GetRefCountForTesting(), 2u); in TestSuccess()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | RefCounted.cpp | 29 uint64_t RefCounted::GetRefCountForTesting() const { in GetRefCountForTesting() function in RefCounted
|
D | RefCounted.h | 27 uint64_t GetRefCountForTesting() const;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | SamplerHeapCacheD3D12.cpp | 149 ASSERT(entry->GetRefCountForTesting() == 0); in RemoveCacheEntry()
|