Searched defs:nextPowerOfTwo (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.h71 static inline int nextPowerOfTwo(int num) function in namespace:WebCore
82 static inline IntSize nextPowerOfTwo(const IntSize& size) function in namespace:WebCore
84 return IntSize(nextPowerOfTwo(size.width()), nextPowerOfTwo(size.height()));

Completed in 50 milliseconds