Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTextureCache.cpp114 Texture* TextureCache::getCachedTexture(Bitmap* bitmap) { in getCachedTexture() function in android::uirenderer::TextureCache
169 Texture* texture = getCachedTexture(bitmap); in prefetchAndMarkInUse()
177 return getCachedTexture(bitmap); in prefetch()
181 Texture* texture = getCachedTexture(bitmap); in get()
DTextureCache.h125 Texture* getCachedTexture(Bitmap* bitmap);