Home
last modified time | relevance | path

Searched refs:mInstancedGeometryList (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreSceneManager.cpp6525 if (mInstancedGeometryList.find(name) != mInstancedGeometryList.end()) in createInstancedGeometry()
6532 mInstancedGeometryList[name] = ret; in createInstancedGeometry()
6538 InstancedGeometryList::const_iterator i = mInstancedGeometryList.find(name); in getInstancedGeometry()
6539 if (i == mInstancedGeometryList.end()) in getInstancedGeometry()
6555 InstancedGeometryList::iterator i = mInstancedGeometryList.find(name); in destroyInstancedGeometry()
6556 if (i != mInstancedGeometryList.end()) in destroyInstancedGeometry()
6559 mInstancedGeometryList.erase(i); in destroyInstancedGeometry()
6567 iend = mInstancedGeometryList.end(); in destroyAllInstancedGeometry()
6568 for (i = mInstancedGeometryList.begin(); i != iend; ++i) in destroyAllInstancedGeometry()
6572 mInstancedGeometryList.clear(); in destroyAllInstancedGeometry()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreSceneManager.h405 InstancedGeometryList mInstancedGeometryList; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreSceneManager.h414 InstancedGeometryList mInstancedGeometryList; variable