Home
last modified time | relevance | path

Searched refs:mUseNpotTextures (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.h173 bool mUseNpotTextures = false; variable
DBootAnimation.cpp236 if (!mUseNpotTextures && (tw != w || th != h)) { in initTexture()
248 if (!mUseNpotTextures && (tw != w || th != h)) { in initTexture()
862 mUseNpotTextures = false; in movie()
871 mUseNpotTextures = true; in movie()