HomeSort by relevance Sort by last modified time
    Searched refs:getCachedTexture (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
TextureCache.cpp 111 Texture* TextureCache::getCachedTexture(const SkBitmap* bitmap, AtlasUsageType atlasUsageType) {
163 Texture* texture = getCachedTexture(bitmap, AtlasUsageType::Use);
171 return getCachedTexture(bitmap, AtlasUsageType::Use);
175 Texture* texture = getCachedTexture(bitmap, atlasUsageType);
TextureCache.h 144 Texture* getCachedTexture(const SkBitmap* bitmap, AtlasUsageType atlasUsageType);

Completed in 218 milliseconds