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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp139 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, function in class:android::BootAnimation
193 status_t BootAnimation::initTexture(FileMap* map, int* width, int* height) function in class:android::BootAnimation
364 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png");
365 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png");
537 status = initTexture(font->map, &font->texture.w, &font->texture.h);
544 status = initTexture(&font->texture, mAssets, fallback);
920 initTexture(frame.map, &w, &h);

Completed in 35 milliseconds