Searched refs:HashCombine (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/shaders/include/shaders/ |
D | shaders.h | 82 static size_t HashCombine(size_t seed, size_t val) { in HashCombine() function 87 result = HashCombine(result, std::hash<ui::Dataspace>{}(le.outputDataspace)); in operator() 88 result = HashCombine(result, std::hash<bool>{}(le.undoPremultipliedAlpha)); in operator() 89 return HashCombine(result, std::hash<ui::Dataspace>{}(le.fakeOutputDataspace)); in operator()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
D | TimeStatsHelper.h | 109 static size_t HashCombine(size_t seed, size_t val) { in HashCombine() function 120 return HashCombine(result, std::hash<int32_t>{}(key.renderRateBucket)); in operator() 141 return HashCombine(uidHash, HashCombine(layerNameHash, gameModeHash)); in operator()
|
/frameworks/native/libs/gui/include/gui/ |
D | ITransactionCompletedListener.h | 269 std::size_t HashCombine(size_t value1, size_t value2) const { in HashCombine() function 280 return HashCombine(listenerHash, callbackIdsHash); in operator()
|