Home
last modified time | relevance | path

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

/external/skia/gpu/src/
Dgr_unittests.cpp137 GrBinHashKey<BogusEntry, kDataLenUsedForKey-1> keyBust2; in test_binHashKey() local
138 keyBust2.deepCopyFrom(keyBust); in test_binHashKey()
140 GrAssert(keyBust2.fIsValid); in test_binHashKey()
141 GrAssert(keyBust.getHash() == keyBust2.getHash()); in test_binHashKey()
142 GrAssert(keyBust.compare(keyBust2) == 0); in test_binHashKey()
147 GrAssert(keyBust3.getHash() == keyBust2.getHash()); in test_binHashKey()
148 GrAssert(keyBust3.compare(keyBust2) == 0); in test_binHashKey()