Home
last modified time | relevance | path

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

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/src/
H A DPassController.cpp342 void PassController::setLightCountPerIteration(unsigned short c) in setLightCountPerIteration() function in PassController
344 mPass->setLightCountPerIteration(c); in setLightCountPerIteration()
H A DPassPropertyGridPage.cpp474 mController->setLightCountPerIteration(event.GetPropertyValueAsInt()); in propertyChanged()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/include/
H A DPassController.h105 void setLightCountPerIteration(unsigned short c);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgrePass.h1196 void setLightCountPerIteration(unsigned short c);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgrePass.h1133 void setLightCountPerIteration(unsigned short c);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgrePass.cpp965 void Pass::setLightCountPerIteration(unsigned short c) in setLightCountPerIteration() function in Ogre::Pass
H A DOgreScriptTranslator.cpp2120 mPass->setLightCountPerIteration( in translate()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgrePass.cpp1121 void Pass::setLightCountPerIteration(unsigned short c) in setLightCountPerIteration() function in Ogre::Pass
H A DOgreMaterialSerializer.cpp649 context.pass->setLightCountPerIteration( in parseIteration()
H A DOgreScriptTranslator.cpp2144 mPass->setLightCountPerIteration( in translate()