/third_party/flutter/engine/flutter/shell/common/ |
D | ace_shell.cc | 107 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 …]
|
D | shell.cc | 89 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 …]
|
D | rasterizer.cc | 69 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()
|
D | ace_platform_view.cc | 63 task_runners_.GetGPUTaskRunner(), [platform_view, &surface, &latch]() { in NotifyCreated()
|
D | platform_view.cc | 71 task_runners_.GetGPUTaskRunner(), [platform_view, &surface, &latch]() { in NotifyCreated()
|
D | animator.cc | 34 task_runners.GetGPUTaskRunner() in Animator()
|
D | shell_unittests.cc | 608 shell.GetTaskRunners().GetGPUTaskRunner(), [&]() { in TEST_F()
|
/third_party/flutter/engine/flutter/shell/platform/ohos/ |
D | platform_view_ohos.cc | 37 task_runners_.GetGPUTaskRunner(), in NotifyCreated() 57 task_runners_.GetGPUTaskRunner(), in NotifyChanged()
|
D | ohos_shell_holder.cc | 117 task_runners.GetGPUTaskRunner()->PostTask([]() { in OhosShellHolder()
|
/third_party/flutter/engine/flutter/common/ |
D | task_runners.h | 35 fml::RefPtr<fml::TaskRunner> GetGPUTaskRunner() const;
|
D | task_runners.cc | 42 fml::RefPtr<fml::TaskRunner> TaskRunners::GetGPUTaskRunner() const { in GetGPUTaskRunner() function in flutter::TaskRunners
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | ace_platform_view_android.cc | 126 task_runners_.GetGPUTaskRunner(), in NotifyCreated() 144 task_runners_.GetGPUTaskRunner(), in NotifyDestroyed() 159 task_runners_.GetGPUTaskRunner(), // in NotifyChanged()
|
D | platform_view_android.cc | 51 task_runners_.GetGPUTaskRunner(), in NotifyCreated() 69 task_runners_.GetGPUTaskRunner(), in NotifyDestroyed() 84 task_runners_.GetGPUTaskRunner(), // in NotifyChanged()
|
D | android_shell_holder.cc | 117 task_runners.GetGPUTaskRunner()->PostTask([]() { in AndroidShellHolder()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | engine.cc | 38 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/ |
D | ace_embedder_engine.cc | 204 shell_->GetTaskRunners().GetGPUTaskRunner()->PostTask(task); in PostRenderThreadTask()
|
D | embedder_engine.cc | 227 shell_->GetTaskRunners().GetGPUTaskRunner()->PostTask(task); in PostRenderThreadTask()
|
/third_party/flutter/engine/flutter/lib/ui/compositing/ |
D | scene_host.cc | 136 UIDartState::Current()->GetTaskRunners().GetGPUTaskRunner()), in SceneHost()
|
/third_party/flutter/engine/flutter/runtime/ |
D | dart_isolate.cc | 212 if (auto task_runner = task_runners.GetGPUTaskRunner()) { in UpdateThreadPoolNames()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterEngine.mm | 149 return _shell->GetTaskRunners().GetGPUTaskRunner();
|