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

/frameworks/base/libs/hwui/
H A DAssetAtlas.cpp78 struct DelegateTexture: public Texture { struct in namespace:android::uirenderer
79 DelegateTexture(Caches& caches, Texture* delegate) function in struct:android::uirenderer::DelegateTexture
94 }; // struct DelegateTexture
117 Texture* texture = new DelegateTexture(caches, mTexture);

Completed in 40 milliseconds