Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DResourceAllocatorTest.cpp97 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in overlap_test() local
98 REPORTER_ASSERT(reporter, expectedResult == doTheBackingStoresMatch); in overlap_test()
129 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in non_overlap_test() local
130 REPORTER_ASSERT(reporter, expectedResult == doTheBackingStoresMatch); in non_overlap_test()
/third_party/skia/tests/
DResourceAllocatorTest.cpp173 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in overlap_test() local
174 REPORTER_ASSERT(reporter, expectedResult == doTheBackingStoresMatch); in overlap_test()
200 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in non_overlap_test() local
201 REPORTER_ASSERT(reporter, expectedResult == doTheBackingStoresMatch); in non_overlap_test()