Home
last modified time | relevance | path

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

/external/chromium_org/cc/resources/
Dmanaged_tile_state.cc91 bool has_active_task = false; in AsValue() local
94 has_active_task |= !tile_versions[mode].raster_task_.is_null(); in AsValue()
97 bool is_using_gpu_memory = has_resource || has_active_task; in AsValue()