Home
last modified time | relevance | path

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

/external/skia/gpu/src/
Dgr_unittests.cpp98 GrBinHashKey<BogusEntry, kDataLenUsedForKey-1> keyBust; in test_binHashKey() local
100 while (keyBust.doPass()) { in test_binHashKey()
103 keyBust.keyData(reinterpret_cast<const uint32_t*>(testStringA), kDataLenUsedForKey); in test_binHashKey()
106 GrAssert(keyA.getHash() == keyBust.getHash()); in test_binHashKey()
138 keyBust2.deepCopyFrom(keyBust); in test_binHashKey()
139 GrAssert(keyBust.fIsValid); in test_binHashKey()
141 GrAssert(keyBust.getHash() == keyBust2.getHash()); in test_binHashKey()
142 GrAssert(keyBust.compare(keyBust2) == 0); in test_binHashKey()
144 keyBust3.deepCopyFrom(keyBust); in test_binHashKey()
145 GrAssert(keyBust.fIsValid == false); in test_binHashKey()