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

  /frameworks/base/libs/hwui/
TextureCache.h 144 Texture* getCachedTexture(const SkBitmap* bitmap, AtlasUsageType atlasUsageType);
TextureCache.cpp 145 Texture* TextureCache::getCachedTexture(const SkBitmap* bitmap, AtlasUsageType atlasUsageType) {
195 Texture* texture = getCachedTexture(bitmap, AtlasUsageType::Use);
203 Texture* texture = getCachedTexture(bitmap, atlasUsageType);

Completed in 81 milliseconds