Searched refs:CreateModelInstance (Results 1 – 4 of 4) sorted by relevance
36 void* instance = CreateModelInstance(mModelPathMap[mDefaultModelId]); in LoadModels()49 void* instance = CreateModelInstance(modelPath); in LoadModels()119 void* newInstance = CreateModelInstance(mModelPathMap[id]); in SelectModel()157 ? CreateModelInstance(mModelPathMap[mDefaultModelId]) in AddModel()
78 virtual void* CreateModelInstance(const std::string& modelPath) = 0;
98 void* CreateModelInstance(const std::string& modelPath) override;
494 void* ModelChunk::CreateModelInstance(const std::string& modelPath) { in CreateModelInstance() function in example::ModelChunk