Searched refs:mUseNpotTextures (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp235 if (!mUseNpotTextures && (tw != w || th != h)) {
247 if (!mUseNpotTextures && (tw != w || th != h)) {
832 mUseNpotTextures = false;
841 mUseNpotTextures = true;
H A DBootAnimation.h156 bool mUseNpotTextures = false; member in class:android::BootAnimation

Completed in 2521 milliseconds