Home
last modified time | relevance | path

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

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystem.h638 virtual void setColourBlendState(const ColourBlendState& state) in setColourBlendState() function
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreShadowRenderer.cpp1019 mDestRenderSystem->setColourBlendState(disabled); in renderShadowVolumesToStencil()
1136 mDestRenderSystem->setColourBlendState(disabled); in renderShadowVolumesToStencil()
H A DOgreSceneManager.cpp1063 mDestRenderSystem->setColourBlendState(pass->getBlendState()); in _setPass()