Searched refs:ImporterTask (Results 1 – 2 of 2) sorted by relevance
113 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_;
2384 struct GLTF2Importer::ImporterTask { struct in GLTF2::GLTF2Importer2385 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 …]