Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h113 struct ImporterTask;
140 void QueueTask(BASE_NS::unique_ptr<ImporterTask>&& task);
141 bool ProgressTask(ImporterTask& task);
142 void Gather(ImporterTask& task);
143 void Import(ImporterTask& task);
144 void CompleteTask(ImporterTask& task);
150 ImporterTask* FindTaskById(uint64_t id);
153 BASE_NS::vector<BASE_NS::unique_ptr<ImporterTask>> tasks_;
H A Dgltf2_importer.cpp2384 struct GLTF2Importer::ImporterTask { struct in GLTF2::GLTF2Importer
2385 virtual ~ImporterTask() = default;
2418 ImporterTask& task_;
2438 ImporterTask& task_;
2759 void GLTF2Importer::Gather(ImporterTask& task) in Gather()
2779 void GLTF2Importer::Import(ImporterTask& task) in Import()
2796 task.state = ImporterTask::State::Finished; in CompleteTask()
3017 auto task = make_unique<ImporterTask>(); in PrepareBufferTasks()
3032 auto task = make_unique<ImporterTask>(); in PrepareSamplerTasks()
3171 auto task = make_unique<ImporterTask>(); in PrepareImageTasks()
[all …]