HomeSort by relevance Sort by last modified time
    Searched defs:isPow2 (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/src/OpenGL/libGLES_CM/
mathutil.h 25 inline bool isPow2(int x)
  /external/swiftshader/src/OpenGL/libGLESv2/
mathutil.h 26 inline bool isPow2(int x)
  /external/swiftshader/src/Common/
Math.hpp 180 inline bool isPow2(int x)
  /external/swiftshader/src/System/
Math.hpp 180 inline bool isPow2(int x)
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir.cpp 424 ImmediateValue::isPow2() const
  /external/libjpeg-turbo/
turbojpeg.c 53 #define isPow2(x) (((x) & (x - 1)) == 0)
883 if (width <= 0 || height <= 0 || dstBuf == NULL || pad < 0 || !isPow2(pad) ||
    [all...]

Completed in 132 milliseconds