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

/frameworks/native/services/surfaceflinger/
H A DLayerScreenshot.h55 void initTexture(GLfloat u, GLfloat v);
H A DLayerScreenshot.cpp55 initTexture(u, v);
65 initTexture(u, v);
69 void LayerScreenshot::initTexture(GLfloat u, GLfloat v) { function in class:android::LayerScreenshot
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h81 status_t initTexture(Texture* texture, AssetManager& asset, const char* name);
82 status_t initTexture(void* buffer, size_t len);
H A DBootAnimation.cpp99 status_t BootAnimation::initTexture(Texture* texture, AssetManager& assets, function in class:android::BootAnimation
154 status_t BootAnimation::initTexture(void* buffer, size_t len) function in class:android::BootAnimation
316 initTexture(&mAndroid[0], mAssets, "images/android-logo-mask.png");
317 initTexture(&mAndroid[1], mAssets, "images/android-logo-shine.png");
517 initTexture(

Completed in 76 milliseconds