Searched refs:unmappedCache (Results 1 – 3 of 3) sorted by relevance
962 void RSBaseRenderEngine::ClearCacheSet(const std::set<int32_t> unmappedCache) in ClearCacheSet() argument968 for (auto id : unmappedCache) { in ClearCacheSet()977 for (auto id : unmappedCache) { in ClearCacheSet()
229 void ClearCacheSet(const std::set<int32_t> unmappedCache);
319 auto unmappedCache = surfaceParams->GetBufferClearCacheSet(); in OnDraw() local320 if (unmappedCache.size() > 0) { in OnDraw()322 renderEngine->ClearCacheSet(unmappedCache); in OnDraw()