Searched defs:atlasUsageType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/hwui/
H A DTextureCache.cpp111 Texture* TextureCache::getCachedTexture(const SkBitmap* bitmap, AtlasUsageType atlasUsageType) { argument
112 if (CC_LIKELY(mAssetAtlas != nullptr) && atlasUsageType == AtlasUsageType::Use) {
170 Texture* TextureCache::get(const SkBitmap* bitmap, AtlasUsageType atlasUsageType) { argument
171 Texture* texture = getCachedTexture(bitmap, atlasUsageType);

Completed in 1594 milliseconds