Searched refs:hashCombine (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/math/tests/ |
D | hashcombine_test.cpp | 40 EXPECT_NE(hashCombine(a, b, c, d), hashCombine(a, b, c, d_)); in TEST_F()
|
/frameworks/native/libs/math/include/math/ |
D | HashCombine.h | 32 static inline size_t hashCombine(const Types& ... args) { in hashCombine() function
|
/frameworks/native/libs/ui/include/ui/ |
D | BlurRegion.h | 71 return android::hashCombine(region.blurRadius, region.cornerRadiusTL, region.cornerRadiusTR,
|
D | FloatRect.h | 72 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
|
D | Rect.h | 242 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
|
/frameworks/native/include/ui/ |
D | FloatRect.h | 72 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
|
D | Rect.h | 242 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | FloatRect.h | 72 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
|
D | Rect.h | 242 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Output.cpp | 814 outputLayerHash ^= android::hashCombine( in writeCompositionState() 827 outputLayerHash ^= android::hashCombine( in writeCompositionState()
|