Home
last modified time | relevance | path

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

/external/skqp/tests/
DResourceAllocatorTest.cpp107 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in overlap_test() local
108 REPORTER_ASSERT(reporter, expectedResult == doTheBackingStoresMatch); in overlap_test()
130 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in non_overlap_test() local
131 REPORTER_ASSERT(reporter, expectedResult == doTheBackingStoresMatch); in non_overlap_test()
/external/skia/tests/
DResourceAllocatorTest.cpp171 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in overlap_test() local
172 REPORTER_ASSERT(reporter, expectedResult == doTheBackingStoresMatch); in overlap_test()
198 bool doTheBackingStoresMatch = p1->underlyingUniqueID() == p2->underlyingUniqueID(); in non_overlap_test() local
199 REPORTER_ASSERT(reporter, expectedResult == doTheBackingStoresMatch); in non_overlap_test()