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

/external/chromium_org/third_party/libjpeg_turbo/
H A Drrutil.h38 #define isPow2(x) (((x)&(x-1))==0) macro
/external/chromium_org/third_party/angle/src/common/
H A Dmathutil.h36 inline bool isPow2(int x) function in namespace:gl
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp421 ImmediateValue::isPow2() const function in class:nv50_ir::ImmediateValue
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp421 ImmediateValue::isPow2() const function in class:nv50_ir::ImmediateValue
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp652 bool isPow2 = SkIsPow2(width) && SkIsPow2(height); local
654 if (!isPow2) {
/external/skia/src/gpu/
H A DGrContext.cpp625 bool isPow2 = SkIsPow2(width) && SkIsPow2(height); local
627 if (!isPow2) {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 498 milliseconds