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

  /frameworks/base/cmds/bootanimation/
BootAnimation.h 165 bool mUseNpotTextures = false;
BootAnimation.cpp 218 if (!mUseNpotTextures && (tw != w || th != h)) {
230 if (!mUseNpotTextures && (tw != w || th != h)) {
815 mUseNpotTextures = false;
824 mUseNpotTextures = true;
    [all...]

Completed in 71 milliseconds