Searched refs:hashCombineSingle (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/math/include/math/ |
D | HashCombine.h | 27 static inline void hashCombineSingle(size_t& combinedHash, const T& val) { in hashCombineSingle() function 34 ( hashCombineSingle(hash, args), ... ); in hashCombine()
|
D | TVecHelpers.h | 262 android::hashCombineSingle(hashed, rv[i]); in hash()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
D | CachedSet.cpp | 92 android::hashCombineSingle(hash, mBounds); in getNonBufferHash() 93 android::hashCombineSingle(hash, mOutputDataspace); in getNonBufferHash() 94 android::hashCombineSingle(hash, mOrientation); in getNonBufferHash()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Region.h | 244 android::hashCombineSingle(hash, rect);
|
/frameworks/native/include/ui/ |
D | Region.h | 244 android::hashCombineSingle(hash, rect);
|
/frameworks/native/libs/ui/include/ui/ |
D | Region.h | 244 android::hashCombineSingle(hash, rect);
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
D | LayerState.h | 447 android::hashCombineSingle(hash, region);
|