Searched refs:prefetchAndMarkInUse (Results 1 – 3 of 3) sorted by relevance
81 bool prefetchAndMarkInUse(void* ownerToken, Bitmap* bitmap);
168 bool TextureCache::prefetchAndMarkInUse(void* ownerToken, Bitmap* bitmap) { in prefetchAndMarkInUse() function in android::uirenderer::TextureCache
239 prefetchSucceeded &= cache.prefetchAndMarkInUse(this, bitmapResource.get()); in pinImages()