Searched refs:GetModelInstance (Results 1 – 3 of 3) sorted by relevance
34 GetModelInstance() == nullptr, in LoadModels()47 GetModelInstance() == nullptr, in LoadModels()60 ReleaseModelInstance(GetModelInstance()); in ReleaseModels()67 ReleaseModelInstance(GetModelInstance()); in ReleaseModels()73 void* MultiModelLoader<IdType>::GetModelInstance() const { in GetModelInstance() function in example::MultiModelLoader112 if (HasModel(mCurrentModelId) && GetModelInstance() != nullptr) { in SelectModel()113 ReleaseModelInstance(GetModelInstance()); in SelectModel()
48 void* GetModelInstance() const;
489 auto modelInstance = reinterpret_cast<ModelInstance*>(GetModelInstance()); in GetModelMethod()