Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h226 bool mUseNpotTextures = false; variable
H A DBootAnimation.cpp365 if (!mUseNpotTextures && (tw != w || th != h)) { in initTexture()
377 if (!mUseNpotTextures && (tw != w || th != h)) { in initTexture()
1390 mUseNpotTextures = false; in movie()
1399 mUseNpotTextures = true; in movie()