Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp323 auto cacheStatus = drawable->GetCacheSurfaceProcessedStatus(); in ProcessDoneNode() local
324 if ((drawable->HasCachedTexture() && cacheStatus == CacheProcessStatus::WAITING) || in ProcessDoneNode()
325 cacheStatus == CacheProcessStatus::SKIPPED) { in ProcessDoneNode()