Lines Matching refs:CacheManager
44 CacheManager::CacheManager(RenderThread& thread) in CacheManager() function in android::uirenderer::renderthread::CacheManager
61 void CacheManager::setupCacheLimits() { in setupCacheLimits()
79 void CacheManager::reset(sk_sp<GrDirectContext> context) { in reset()
91 void CacheManager::destroy() { in destroy()
103 void CacheManager::configureContext(GrContextOptions* contextOptions, const void* identity, in configureContext()
119 void CacheManager::trimMemory(TrimLevel mode) { in trimMemory()
143 void CacheManager::trimCaches(CacheTrimLevel mode) { in trimCaches()
162 void CacheManager::trimStaleResources() { in trimStaleResources()
171 void CacheManager::getMemoryUsage(size_t* cpuUsage, size_t* gpuUsage) { in getMemoryUsage()
187 void CacheManager::dumpMemoryUsage(String8& log, const RenderState* renderState) { in dumpMemoryUsage()
263 void CacheManager::onFrameCompleted() { in onFrameCompleted()
278 void CacheManager::onThreadIdle() { in onThreadIdle()
295 void CacheManager::scheduleDestroyContext() { in scheduleDestroyContext()
308 void CacheManager::cancelDestroyContext() { in cancelDestroyContext()
315 bool CacheManager::areAllContextsStopped() { in areAllContextsStopped()
322 void CacheManager::checkUiHidden() { in checkUiHidden()
330 void CacheManager::registerCanvasContext(CanvasContext* context) { in registerCanvasContext()
335 void CacheManager::unregisterCanvasContext(CanvasContext* context) { in unregisterCanvasContext()
343 void CacheManager::onContextStopped(CanvasContext* context) { in onContextStopped()
350 void CacheManager::notifyNextFrameSize(int width, int height) { in notifyNextFrameSize()