Home
last modified time | relevance | path

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

/frameworks/native/libs/math/tests/
Dhashcombine_test.cpp40 EXPECT_NE(hashCombine(a, b, c, d), hashCombine(a, b, c, d_)); in TEST_F()
/frameworks/native/libs/math/include/math/
DHashCombine.h32 static inline size_t hashCombine(const Types& ... args) { in hashCombine() function
/frameworks/native/libs/ui/include/ui/
DBlurRegion.h71 return android::hashCombine(region.blurRadius, region.cornerRadiusTL, region.cornerRadiusTR,
DFloatRect.h72 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
DRect.h242 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
/frameworks/native/include/ui/
DFloatRect.h72 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
DRect.h242 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
/frameworks/native/libs/ui/include_vndk/ui/
DFloatRect.h72 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
DRect.h242 return android::hashCombine(rect.left, rect.top, rect.right, rect.bottom);
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp814 outputLayerHash ^= android::hashCombine( in writeCompositionState()
827 outputLayerHash ^= android::hashCombine( in writeCompositionState()