Home
last modified time | relevance | path

Searched defs:ImUpperPowerOfTwo (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h154 static inline int ImUpperPowerOfTwo(int v) { v--; v |= v >> 1; v |= v >> 2; v |= v >> … in ImUpperPowerOfTwo() function
/third_party/mesa3d/src/imgui/
Dimgui_internal.h158 static inline int ImUpperPowerOfTwo(int v) { v--; v |= v >> 1; v |= v >> 2; v |= v >> … in ImUpperPowerOfTwo() function
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h305 static inline int ImUpperPowerOfTwo(int v) { v--; v |= v >> 1; v |= v >> 2; v |= v >> … in ImUpperPowerOfTwo() function