Searched refs:IsPowerOfTwo (Results 1 – 1 of 1) sorted by relevance
3165 NW_ASSERT(IsPowerOfTwo(realSize.width)); in Set()3166 NW_ASSERT(IsPowerOfTwo(realSize.height)); in Set()3253 static bool IsPowerOfTwo(u32 value) in IsPowerOfTwo() function