Home
last modified time | relevance | path

Searched refs:_getSoftwareVertexAnimVertexData (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreSubEntity.h265 VertexData* _getSoftwareVertexAnimVertexData(void);
H A DOgreEntity.h773 VertexData* _getSoftwareVertexAnimVertexData(void) const;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreSubEntity.h272 VertexData* _getSoftwareVertexAnimVertexData(void);
H A DOgreEntity.h753 VertexData* _getSoftwareVertexAnimVertexData(void) const;
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreAnimation.cpp400 swVertexData = entity->_getSoftwareVertexAnimVertexData(); in apply()
411 swVertexData = s->_getSoftwareVertexAnimVertexData(); in apply()
H A DOgreSubEntity.cpp334 VertexData* SubEntity::_getSoftwareVertexAnimVertexData(void) in _getSoftwareVertexAnimVertexData() function in Ogre::SubEntity
H A DOgreEntity.cpp1101 VertexData* data = sub->_getSoftwareVertexAnimVertexData(); in applyVertexAnimation()
1156 VertexData* data = sub->_getSoftwareVertexAnimVertexData(); in applyVertexAnimation()
1383 VertexData* Entity::_getSoftwareVertexAnimVertexData(void) const in _getSoftwareVertexAnimVertexData() function in Ogre::Entity
2099 return skel? se->_getSkelAnimVertexData() : se->_getSoftwareVertexAnimVertexData(); in findBlendedVertexData()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreAnimation.cpp406 swVertexData = entity->_getSoftwareVertexAnimVertexData(); in apply()
417 swVertexData = s->_getSoftwareVertexAnimVertexData(); in apply()
H A DOgreSubEntity.cpp388 VertexData* SubEntity::_getSoftwareVertexAnimVertexData(void) in _getSoftwareVertexAnimVertexData() function in Ogre::SubEntity
H A DOgreEntity.cpp1041 VertexData* data = sub->_getSoftwareVertexAnimVertexData(); in applyVertexAnimation()
1096 VertexData* data = sub->_getSoftwareVertexAnimVertexData(); in applyVertexAnimation()
1326 VertexData* Entity::_getSoftwareVertexAnimVertexData(void) const in _getSoftwareVertexAnimVertexData() function in Ogre::Entity
2027 return skel? se->_getSkelAnimVertexData() : se->_getSoftwareVertexAnimVertexData(); in findBlendedVertexData()