Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h176 status_t initTexture(Texture* texture, AssetManager& asset, const char* name,
178 status_t initTexture(FileMap* map, int* width, int* height,
H A DBootAnimation.cpp283 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, in initTexture() function in android::BootAnimation
339 status_t BootAnimation::initTexture(FileMap* map, int* width, int* height, in initTexture() function in android::BootAnimation
789 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png"); in android()
790 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png"); in android()
971 status = initTexture(font->map, &font->texture.w, &font->texture.h); in initFont()
978 status = initTexture(&font->texture, mAssets, fallback); in initFont()
1515 initTexture(frame.map, &w, &h, false /* don't premultiply alpha */); in playAnimation()