Home
last modified time | relevance | path

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

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