Home
last modified time | relevance | path

Searched refs:_getSubMeshIndex (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMesh.h250 ushort _getSubMeshIndex(const String& name) const;
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMesh.h254 ushort _getSubMeshIndex(const String& name) const;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreMesh.cpp156 unsigned short index = _getSubMeshIndex(name); in destroySubMesh()
181 ushort index = _getSubMeshIndex(name); in getSubMesh()
964 ushort Mesh::_getSubMeshIndex(const String& name) const in _getSubMeshIndex() function in Ogre::Mesh
H A DOgreEntity.cpp332 ushort index = mMesh->_getSubMeshIndex(name); in getSubEntity()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreMesh.cpp152 unsigned short index = _getSubMeshIndex(name); in destroySubMesh()
171 ushort index = _getSubMeshIndex(name); in getSubMesh()
1243 ushort Mesh::_getSubMeshIndex(const String& name) const in _getSubMeshIndex() function in Ogre::Mesh
H A DOgreEntity.cpp307 ushort index = mMesh->_getSubMeshIndex(name); in getSubEntity()