Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_task.cpp31 GraphicsTask::Message::Message(GraphicsTask::Message&& msg) in Message()
35 GraphicsTask::Message& GraphicsTask::Message::operator=(GraphicsTask::Message&& msg) in operator =()
49 void GraphicsTask::Message::Finish() in Finish()
59 GraphicsTask& GraphicsTask::GetInstance() in GetInstance()
61 static GraphicsTask gfxTask; in GetInstance()
89 GraphicsTask::GraphicsTask() in GraphicsTask() function in OHOS::Render3D::GraphicsTask
94 GraphicsTask::~GraphicsTask() in ~GraphicsTask()
110 void GraphicsTask::Start() in Start()
123 void GraphicsTask::Stop() in Stop()
128 void GraphicsTask::EngineThread() in EngineThread()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dgraphics_task.h26 class __attribute__((visibility("default"))) GraphicsTask {
40 friend GraphicsTask;
47 static GraphicsTask& GetInstance();
52 GraphicsTask(const GraphicsTask&) = delete;
53 GraphicsTask& operator=(const GraphicsTask&) = delete;
54 GraphicsTask();
55 ~GraphicsTask();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp32 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] { in ~RenderSceneViewer()
91 … OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this), event] {
174 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] {
176 OHOS::Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this)] {
205 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] {
230 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] {
341 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] {
392 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] {
394 OHOS::Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this)] {
421 OHOS::Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] {
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_adapter_wrapper.cpp76 … return Render3D::GraphicsTask::GetInstance().PushAsyncMessage([widgetAdapter, textureLayer, key] { in Deinit()
94 Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this)] { in CreateTextureLayer()
115 Render3D::GraphicsTask::GetInstance().PushAsyncMessage([weak = WeakClaim(this), key, hapInfo] { in CreateWidgetAdapter()
234 Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] { in DrawFrame()
254 Render3D::GraphicsTask::GetInstance().PushSyncMessage(msg); in DrawFrame()
256 Render3D::GraphicsTask::GetInstance().PushAsyncMessage(msg); in DrawFrame()
274 Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this)] { in UnloadSceneAndBackground()
330 Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this), modelSource] { in UpdateScene()
355 Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this), &backgroundPath, in UpdateEnviroment()
372 Render3D::GraphicsTask::GetInstance().PushSyncMessage([weak = WeakClaim(this), &event] { in HandleCameraMove()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp431 Render3D::GraphicsTask::GetInstance().Stop();