Home | Sort by relevance Sort by last modified time |
/external/autotest/client/deps/glbench/src/ | |
testbase.h | 14 #define IS_NOT_POWER_OF_2(v) (((v) & ((v) - 1)) && (v)) |
texturetest.cc | 109 if (IS_NOT_POWER_OF_2(width_) || IS_NOT_POWER_OF_2(height_)) { |