Searched refs:isPowerOfTwo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DSkiaShader.cpp44 static inline bool isPowerOfTwo(unsigned int n) { function in namespace:android::uirenderer
127 if (!extensions.hasNPot() && (!isPowerOfTwo(width) || !isPowerOfTwo(height)) &&

Completed in 23 milliseconds