Lines Matching refs:CacheManager
43 CacheManager::CacheManager(RenderThread& thread) in CacheManager() function in android::uirenderer::renderthread::CacheManager
60 void CacheManager::setupCacheLimits() { in setupCacheLimits()
78 void CacheManager::reset(sk_sp<GrDirectContext> context) { in reset()
90 void CacheManager::destroy() { in destroy()
102 void CacheManager::configureContext(GrContextOptions* contextOptions, const void* identity, in configureContext()
113 void CacheManager::trimMemory(TrimLevel mode) { in trimMemory()
142 void CacheManager::trimCaches(CacheTrimLevel mode) { in trimCaches()
161 void CacheManager::trimStaleResources() { in trimStaleResources()
169 void CacheManager::getMemoryUsage(size_t* cpuUsage, size_t* gpuUsage) { in getMemoryUsage()
185 void CacheManager::dumpMemoryUsage(String8& log, const RenderState* renderState) { in dumpMemoryUsage()
261 void CacheManager::onFrameCompleted() { in onFrameCompleted()
275 void CacheManager::onThreadIdle() { in onThreadIdle()
291 void CacheManager::scheduleDestroyContext() { in scheduleDestroyContext()
304 void CacheManager::cancelDestroyContext() { in cancelDestroyContext()
311 bool CacheManager::areAllContextsStopped() { in areAllContextsStopped()
318 void CacheManager::checkUiHidden() { in checkUiHidden()
326 void CacheManager::registerCanvasContext(CanvasContext* context) { in registerCanvasContext()
331 void CacheManager::unregisterCanvasContext(CanvasContext* context) { in unregisterCanvasContext()
339 void CacheManager::onContextStopped(CanvasContext* context) { in onContextStopped()
346 void CacheManager::notifyNextFrameSize(int width, int height) { in notifyNextFrameSize()