HomeSort by relevance Sort by last modified time
    Searched refs:nextPowerOfTwo (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.h 71 static inline int nextPowerOfTwo(int num)
82 static inline IntSize nextPowerOfTwo(const IntSize& size)
84 return IntSize(nextPowerOfTwo(size.width()), nextPowerOfTwo(size.height()));
TextureMapperGL.cpp 446 IntSize newTextureSize = nextPowerOfTwo(newSize);

Completed in 229 milliseconds