Searched defs:initTexture (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp148 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, function in class:android::BootAnimation
206 status_t BootAnimation::initTexture(FileMap* map, int* width, int* height) function in class:android::BootAnimation
375 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png");
376 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png");
545 status = initTexture(font->map, &font->texture.w, &font->texture.h);
552 status = initTexture(&font->texture, mAssets, fallback);
950 initTexture(frame.map, &w, &h);

Completed in 466 milliseconds