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

/frameworks/base/libs/hwui/
H A DTextureCache.h143 Texture* get(const SkBitmap* bitmap, AtlasUsageType atlasUsageType);
144 Texture* getCachedTexture(const SkBitmap* bitmap, AtlasUsageType atlasUsageType);
H A DTextureCache.cpp145 Texture* TextureCache::getCachedTexture(const SkBitmap* bitmap, AtlasUsageType atlasUsageType) { argument
146 if (CC_LIKELY(mAssetAtlas != nullptr) && atlasUsageType == AtlasUsageType::Use) {
202 Texture* TextureCache::get(const SkBitmap* bitmap, AtlasUsageType atlasUsageType) { argument
203 Texture* texture = getCachedTexture(bitmap, atlasUsageType);

Completed in 57 milliseconds