Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2447 struct GLTF2Importer::ComponentTaskData { struct in GLTF2::GLTF2Importer
2459 vector<GatheredDataTask<ComponentTaskData<AnimationInputComponent>>*> inputs;
2460 vector<GatheredDataTask<ComponentTaskData<AnimationOutputComponent>>*> outputs;
3359 GLTF2Importer::GatheredDataTask<GLTF2Importer::ComponentTaskData<AnimationInputComponent>>*
3366 auto task = make_unique<GatheredDataTask<ComponentTaskData<AnimationInputComponent>>>(); in PrepareAnimationInputTask()
3387 GLTF2Importer::GatheredDataTask<GLTF2Importer::ComponentTaskData<AnimationOutputComponent>>*
3392 GatheredDataTask<ComponentTaskData<AnimationOutputComponent>>* result = nullptr; in PrepareAnimationOutputTask()
3394 auto task = make_unique<GatheredDataTask<ComponentTaskData<AnimationOutputComponent>>>(); in PrepareAnimationOutputTask()
3423 unordered_map<Accessor*, GatheredDataTask<ComponentTaskData<AnimationInputComponent>>*> inputs; in PrepareAnimationTasks()
3436 vector<GatheredDataTask<ComponentTaskData<AnimationInputComponent>>*> inputResults; in PrepareAnimationTasks()
[all …]
H A Dgltf2_importer.h117 struct ComponentTaskData;