Home
last modified time | relevance | path

Searched refs:SBO_ADD (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreBlendMode.h249 SBO_ADD, enumerator
287 operation(SBO_ADD), alphaOperation(SBO_ADD) in ColourBlendState()
H A DOgreRenderSystem.h646 …nding(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendOperation op = SBO_ADD)
653 …lendFactor destFactorAlpha, SceneBlendOperation op = SBO_ADD, SceneBlendOperation alphaOp = SBO_AD…
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/include/
H A DOgreD3D11RenderSystem.h310 …ding(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendOperation op = SBO_ADD);
312 …lendFactor destFactorAlpha, SceneBlendOperation op = SBO_ADD, SceneBlendOperation alphaOp = SBO_AD…
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRenderSystem.h848 …(SceneBlendFactor sourceFactor, SceneBlendFactor destFactor, SceneBlendOperation op = SBO_ADD) = 0;
863 …lendFactor destFactorAlpha, SceneBlendOperation op = SBO_ADD, SceneBlendOperation alphaOp = SBO_AD…
H A DOgreBlendMode.h255 SBO_ADD, enumerator
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/include/
H A DOgreD3D11RenderSystem.h287 …lendFactor destFactorAlpha, SceneBlendOperation op = SBO_ADD, SceneBlendOperation alphaOp = SBO_AD…
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9Mappings.cpp228 case SBO_ADD: in get()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9Mappings.cpp228 case SBO_ADD: in get()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreTechnique.cpp104 … ((currPass->getSceneBlendingOperation() != SBO_ADD || currPass->getSceneBlendingOperationAlpha() … in checkHardwareSupport()
H A DOgreScriptTranslator.cpp171 result = SBO_ADD; in getValue()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreTechnique.cpp111 …f((currPass->getSceneBlendingOperation() != SBO_ADD || currPass->getSceneBlendingOperationAlpha() … in checkHardwareSupport()
H A DOgrePass.cpp161 , mBlendOperation(SBO_ADD) in Pass()
162 , mAlphaBlendOperation(SBO_ADD) in Pass()
H A DOgreScriptTranslator.cpp1297 mPass->setSceneBlendingOperation(SBO_ADD); in translate()
1340 SceneBlendOperation op = SBO_ADD, alphaOp = SBO_ADD; in translate()
1344 op = SBO_ADD; in translate()
1366 alphaOp = SBO_ADD; in translate()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp890 case SBO_ADD: in _setSceneBlending()
937 case SBO_ADD: in _setSeparateSceneBlending()
958 case SBO_ADD: in _setSeparateSceneBlending()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11Mappings.cpp217 case SBO_ADD: in get()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp1050 case SBO_ADD: in _setSceneBlending()
1095 case SBO_ADD: in _setSeparateSceneBlending()
1114 case SBO_ADD: in _setSeparateSceneBlending()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11Mappings.cpp78 case SBO_ADD: in get()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESRenderSystem.cpp1505 case SBO_ADD: in _setSceneBlending()
1562 case SBO_ADD: in _setSeparateSceneBlending()
1581 case SBO_ADD: in _setSeparateSceneBlending()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp981 case SBO_ADD: in _setSeparateSceneBlending()
1002 case SBO_ADD: in _setSeparateSceneBlending()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp957 case SBO_ADD: in _setSeparateSceneBlending()
976 case SBO_ADD: in _setSeparateSceneBlending()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp1885 case SBO_ADD: in _setSceneBlending()
1933 case SBO_ADD: in _setSeparateSceneBlending()
1952 case SBO_ADD: in _setSeparateSceneBlending()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp1813 case SBO_ADD: in _setSeparateSceneBlending()
1832 case SBO_ADD: in _setSeparateSceneBlending()
/dports/graphics/ogre3d/ogre-1.11.6/Docs/
H A DChangeLog.md463 <li> Patch 2977286: Fix support for scene blending operations other than SBO_ADD on Dx9 because cap…