Searched refs:getIterationDepthBias (Results 1 – 8 of 8) sorted by relevance
1059 float getIterationDepthBias() const;
994 float getIterationDepthBias() const;
580 pPass->getIterationDepthBias() != 0) in writePass()583 writeValue(StringConverter::toString(pPass->getIterationDepthBias())); in writePass()
2299 if (pass->getIterationDepthBias() != 0.0f) in renderSingleObject()2302 pass->getDepthBiasConstant() + pass->getIterationDepthBias() * depthInc; in renderSingleObject()2317 depthBiasBase, pass->getIterationDepthBias(), in renderSingleObject()
1077 float Pass::getIterationDepthBias() const in getIterationDepthBias() function in Ogre::Pass
1233 float Pass::getIterationDepthBias() const in getIterationDepthBias() function in Ogre::Pass
3450 if (pass->getIterationDepthBias() != 0.0f) in renderSingleObject()3453 pass->getIterationDepthBias() * depthInc; in renderSingleObject()3468 depthBiasBase, pass->getIterationDepthBias(), in renderSingleObject()
4145 pPass->getIterationDepthBias() != 0) in writePass()4148 writeValue(StringConverter::toString(pPass->getIterationDepthBias())); in writePass()