Searched refs:GraphicsTask (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
H A D | graphics_task.cpp | 27 GraphicsTask::Message::Message(const std::function<Task>& task) in Message() 31 GraphicsTask::Message::Message(GraphicsTask::Message&& msg) in Message() 35 GraphicsTask::Message& GraphicsTask::Message::operator=(GraphicsTask::Message&& msg) in operator =() 43 void GraphicsTask::Message::Execute() in Execute() 49 void GraphicsTask::Message::Finish() in Finish() 54 std::shared_future<void> GraphicsTask::Message::GetFuture() in GetFuture() 59 GraphicsTask 89 GraphicsTask::GraphicsTask() GraphicsTask() function in OHOS::Render3D::GraphicsTask [all...] |
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ |
H A D | graphics_task.h | 26 class __attribute__((visibility("default"))) GraphicsTask { class 40 friend GraphicsTask; 47 static GraphicsTask& GetInstance(); 52 GraphicsTask(const GraphicsTask&) = delete; 53 GraphicsTask& operator=(const GraphicsTask&) = delete; 54 GraphicsTask(); 55 ~GraphicsTask();
|
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | render_scene_viewer.cpp | 32 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] { in ~RenderSceneViewer() 91 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this), event] { 93 OHOS::Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this), event] { 127 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([&eglContext, weak = WeakClaim(this)] { 145 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([&eglContext, weak = WeakClaim(this)] { 147 // OHOS::Render3D::GraphicsTask::GetInstance().PushAsyncMessage([&eglContext, this] { 149 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([&eglContext, weak = WeakClaim(this)] { 174 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] { 176 OHOS::Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this)] { 205 OHOS::Render3D::GraphicsTask [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_adapter_wrapper.cpp | 73 return Render3D::GraphicsTask::GetInstance().PushAsyncMessage([widgetAdapter, textureLayer, key] { in Deinit() 91 Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this)] { in CreateTextureLayer() 112 Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this), key, hapInfo] { in CreateWidgetAdapter() 155 Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this), windowChangeInfo] { in OnDirtyLayoutWrapperSwap() 179 Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this), rsNode]() mutable { in OnRebuildFrame() 231 Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] { in DrawFrame() 251 Render3D::GraphicsTask::GetInstance().PushSyncMessage(msg); in DrawFrame() 253 Render3D::GraphicsTask::GetInstance().PushAsyncMessage(msg); in DrawFrame() 271 Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] { in UnloadSceneAndBackground() 327 Render3D::GraphicsTask in UpdateScene() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/model/ |
H A D | model_test_ng.cpp | 431 Render3D::GraphicsTask::GetInstance().Stop(); in HWTEST_F()
|
Completed in 4 milliseconds