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

/frameworks/base/libs/hwui/
H A DTextureCache.h144 Texture* getCachedTexture(const SkBitmap* bitmap, AtlasUsageType atlasUsageType);
H A DTextureCache.cpp145 Texture* TextureCache::getCachedTexture(const SkBitmap* bitmap, AtlasUsageType atlasUsageType) { function in class:android::uirenderer::TextureCache
195 Texture* texture = getCachedTexture(bitmap, AtlasUsageType::Use);
203 Texture* texture = getCachedTexture(bitmap, atlasUsageType);

Completed in 34 milliseconds