Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/common/
Dace_shell.cc107 task_runners.GetGPUTaskRunner(), [&gpu_latch, // in CreateShellOnPlatformThread()
283 task_runners_.GetGPUTaskRunner(), in ~Shell()
319 task_runners_.GetGPUTaskRunner()->PostTask( in NotifyLowMemoryWarning()
464 task_runners_.GetGPUTaskRunner() != task_runners_.GetPlatformTaskRunner(); in OnPlatformViewCreated()
482 should_post_gpu_task, gpu_task_runner = task_runners_.GetGPUTaskRunner(), in OnPlatformViewCreated()
555 task_runners_.GetGPUTaskRunner() != task_runners_.GetPlatformTaskRunner(); in OnPlatformViewDestroyed()
558 gpu_task_runner = task_runners_.GetGPUTaskRunner(), gpu_task, in OnPlatformViewDestroyed()
605 task_runners_.GetGPUTaskRunner()->PostTask( in OnPlatformViewSetViewportMetrics()
657 task_runners_.GetGPUTaskRunner()->PostTask( in OnPlatformViewRegisterTexture()
672 task_runners_.GetGPUTaskRunner()->PostTask( in OnPlatformViewUnregisterTexture()
[all …]
Dshell.cc89 task_runners.GetGPUTaskRunner(), [&gpu_latch, // in CreateShellOnPlatformThread()
281 task_runners_.GetGPUTaskRunner(), in Shell()
285 task_runners_.GetGPUTaskRunner(), in Shell()
326 task_runners_.GetGPUTaskRunner(), in ~Shell()
362 task_runners_.GetGPUTaskRunner()->PostTask( in NotifyLowMemoryWarning()
553 task_runners_.GetGPUTaskRunner() != task_runners_.GetPlatformTaskRunner(); in OnPlatformViewCreated()
556 gpu_task_runner = task_runners_.GetGPUTaskRunner(), // in OnPlatformViewCreated()
646 task_runners_.GetGPUTaskRunner() != task_runners_.GetPlatformTaskRunner(); in OnPlatformViewDestroyed()
649 gpu_task_runner = task_runners_.GetGPUTaskRunner(), gpu_task, in OnPlatformViewDestroyed()
686 task_runners_.GetGPUTaskRunner()->PostTask( in OnPlatformViewSetViewportMetrics()
[all …]
Drasterizer.cc69 const auto gpu_id = task_runners_.GetGPUTaskRunner()->GetTaskQueueId(); in Setup()
115 FML_DCHECK(task_runners_.GetGPUTaskRunner()->RunsTasksOnCurrentThread()); in Draw()
138 task_runners_.GetGPUTaskRunner()->PostTask( in Draw()
153 FML_DCHECK(task_runners_.GetGPUTaskRunner()->RunsTasksOnCurrentThread()); in DoDraw()
Dace_platform_view.cc63 task_runners_.GetGPUTaskRunner(), [platform_view, &surface, &latch]() { in NotifyCreated()
Dplatform_view.cc71 task_runners_.GetGPUTaskRunner(), [platform_view, &surface, &latch]() { in NotifyCreated()
Danimator.cc34 task_runners.GetGPUTaskRunner() in Animator()
Dshell_unittests.cc608 shell.GetTaskRunners().GetGPUTaskRunner(), [&]() { in TEST_F()
/third_party/flutter/engine/flutter/shell/platform/ohos/
Dplatform_view_ohos.cc37 task_runners_.GetGPUTaskRunner(), in NotifyCreated()
57 task_runners_.GetGPUTaskRunner(), in NotifyChanged()
Dohos_shell_holder.cc117 task_runners.GetGPUTaskRunner()->PostTask([]() { in OhosShellHolder()
/third_party/flutter/engine/flutter/common/
Dtask_runners.h35 fml::RefPtr<fml::TaskRunner> GetGPUTaskRunner() const;
Dtask_runners.cc42 fml::RefPtr<fml::TaskRunner> TaskRunners::GetGPUTaskRunner() const { in GetGPUTaskRunner() function in flutter::TaskRunners
/third_party/flutter/engine/flutter/shell/platform/android/
Dace_platform_view_android.cc126 task_runners_.GetGPUTaskRunner(), in NotifyCreated()
144 task_runners_.GetGPUTaskRunner(), in NotifyDestroyed()
159 task_runners_.GetGPUTaskRunner(), // in NotifyChanged()
Dplatform_view_android.cc51 task_runners_.GetGPUTaskRunner(), in NotifyCreated()
69 task_runners_.GetGPUTaskRunner(), in NotifyDestroyed()
84 task_runners_.GetGPUTaskRunner(), // in NotifyChanged()
Dandroid_shell_holder.cc117 task_runners.GetGPUTaskRunner()->PostTask([]() { in AndroidShellHolder()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dengine.cc38 set_thread_name(runners.GetGPUTaskRunner(), label, ".gpu"); in UpdateNativeThreadLabelNames()
403 shell_->GetTaskRunners().GetGPUTaskRunner()->PostTask( in OnSessionMetricsDidChange()
421 shell_->GetTaskRunners().GetGPUTaskRunner()->PostTask( in OnSessionSizeChangeHint()
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dace_embedder_engine.cc204 shell_->GetTaskRunners().GetGPUTaskRunner()->PostTask(task); in PostRenderThreadTask()
Dembedder_engine.cc227 shell_->GetTaskRunners().GetGPUTaskRunner()->PostTask(task); in PostRenderThreadTask()
/third_party/flutter/engine/flutter/lib/ui/compositing/
Dscene_host.cc136 UIDartState::Current()->GetTaskRunners().GetGPUTaskRunner()), in SceneHost()
/third_party/flutter/engine/flutter/runtime/
Ddart_isolate.cc212 if (auto task_runner = task_runners.GetGPUTaskRunner()) { in UpdateThreadPoolNames()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterEngine.mm149 return _shell->GetTaskRunners().GetGPUTaskRunner();