Searched refs:initTexture (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 148 status_t initTexture(Texture* texture, AssetManager& asset, const char* name); 149 status_t initTexture(FileMap* map, int* width, int* height);
|
D | BootAnimation.cpp | 167 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, in initTexture() function in android::BootAnimation 221 status_t BootAnimation::initTexture(FileMap* map, int* width, int* height) in initTexture() function in android::BootAnimation 426 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png"); in android() 427 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png"); in android() 599 status = initTexture(font->map, &font->texture.w, &font->texture.h); in initFont() 606 status = initTexture(&font->texture, mAssets, fallback); in initFont() 993 initTexture(frame.map, &w, &h); in playAnimation()
|