Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host_impl.cc742 auto& job_vector = dirty_paint_worklets[worklet_id]; in GatherDirtyPaintWorklets() local
743 if (!job_vector) in GatherDirtyPaintWorklets()
744 job_vector = base::MakeRefCounted<PaintWorkletJobVector>(); in GatherDirtyPaintWorklets()
760 job_vector->data.emplace_back(layer->id(), input, in GatherDirtyPaintWorklets()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host_impl.cc604 auto& job_vector = dirty_paint_worklets[worklet_id]; in GatherDirtyPaintWorklets() local
605 if (!job_vector) in GatherDirtyPaintWorklets()
606 job_vector = base::MakeRefCounted<PaintWorkletJobVector>(); in GatherDirtyPaintWorklets()
622 job_vector->data.emplace_back(layer->id(), input, in GatherDirtyPaintWorklets()