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

/frameworks/native/services/surfaceflinger/
H A DLayerScreenshot.cpp58 initTexture(u, v);
72 initTexture(u, v);
80 void LayerScreenshot::initTexture(GLfloat u, GLfloat v) { function in class:android::LayerScreenshot
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp100 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, function in class:android::BootAnimation
155 status_t BootAnimation::initTexture(void* buffer, size_t len) function in class:android::BootAnimation
319 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png");
320 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png");
520 initTexture(

Completed in 1410 milliseconds