Home
last modified time | relevance | path

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

/external/skia/gpu/src/
Dgr_unittests.cpp83 const char* testStringA = "abcdABCD"; in test_binHashKey() local
95 keyA.keyData(reinterpret_cast<const uint32_t*>(testStringA), kDataLenUsedForKey); in test_binHashKey()
103 keyBust.keyData(reinterpret_cast<const uint32_t*>(testStringA), kDataLenUsedForKey); in test_binHashKey()
112 keyA2.keyData(reinterpret_cast<const uint32_t*>(testStringA), 4); in test_binHashKey()
113 keyA2.keyData(&reinterpret_cast<const uint32_t*>(testStringA)[4], kDataLenUsedForKey-4); in test_binHashKey()