Home
last modified time | relevance | path

Searched refs:prefetchAndMarkInUse (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DTextureCache.h81 bool prefetchAndMarkInUse(void* ownerToken, Bitmap* bitmap);
DTextureCache.cpp168 bool TextureCache::prefetchAndMarkInUse(void* ownerToken, Bitmap* bitmap) { in prefetchAndMarkInUse() function in android::uirenderer::TextureCache
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp239 prefetchSucceeded &= cache.prefetchAndMarkInUse(this, bitmapResource.get()); in pinImages()