Home
last modified time | relevance | path

Searched refs:SRC_ALPHA (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/renderers/
H A DRenderer.h21 SRC_ALPHA = 4, enumerator
69 …orizontalGradient = false, const Blend::Factor _srcBlendFactor = Blend::SRC_ALPHA, const Blend::Fa…
90 …unsigned int _numVertices, const Blend::Factor _srcBlendFactor = Blend::SRC_ALPHA, const Blend::Fa…
91 …unsigned int _numVertices, const Blend::Factor _srcBlendFactor = Blend::SRC_ALPHA, const Blend::Fa…
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoTextureCombine.cpp423 SO_NODE_ADD_FIELD(alphaOperand, (SRC_ALPHA)); in SoTextureCombine()
449 SO_NODE_DEFINE_ENUM_VALUE(Operand, SRC_ALPHA); in SoTextureCombine()
549 SoTextureCombineElement::SRC_ALPHA, in doAction()
550 SoTextureCombineElement::SRC_ALPHA, in doAction()
551 SoTextureCombineElement::SRC_ALPHA in doAction()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DBlendFunc.cpp21 _source_factor(SRC_ALPHA), in BlendEquationi()
23 _source_factor_alpha(SRC_ALPHA), in BlendEquationi()
H A DTexEnvCombine.cpp128 if (op==TexEnvCombine::SRC_ALPHA || op==TexEnvCombine::ONE_MINUS_SRC_ALPHA) return op; in Valid_Operand_Alpha()
132 return TexEnvCombine::SRC_ALPHA; in Valid_Operand_Alpha()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DBlendFunc.cpp21 _source_factor(SRC_ALPHA), in BlendFunc()
23 _source_factor_alpha(SRC_ALPHA), in BlendFunc()
H A DTexEnvCombine.cpp128 if (op==TexEnvCombine::SRC_ALPHA || op==TexEnvCombine::ONE_MINUS_SRC_ALPHA) return op; in Valid_Operand_Alpha()
132 return TexEnvCombine::SRC_ALPHA; in Valid_Operand_Alpha()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/material/
H A DparseBlendFunc_test.cxx22 SG_CHECK_EQUAL(bf->getSource(), osg::BlendFunc::SRC_ALPHA); in main()
41 SG_CHECK_EQUAL(bf->getSource(), osg::BlendFunc::SRC_ALPHA); in main()
H A DparseBlendFunc.cxx56 && src_mode == BlendFunc::SRC_ALPHA in parseBlendFunc()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoTextureCombine.h61 SRC_ALPHA = SoTextureCombineElement::SRC_ALPHA, enumerator
/dports/games/spring/spring_98.0/cont/LuaUI/
H A Dselector.lua345 gl.Blending(GL.SRC_ALPHA, GL.ONE)
350 gl.Blending(GL.SRC_ALPHA, GL.ONE_MINUS_SRC_ALPHA)
360 gl.Blending(GL.SRC_ALPHA, GL.ONE)
365 gl.Blending(GL.SRC_ALPHA, GL.ONE_MINUS_SRC_ALPHA)
391 gl.Blending(GL.SRC_ALPHA, GL.ONE)
396 gl.Blending(GL.SRC_ALPHA, GL.ONE_MINUS_SRC_ALPHA)
430 gl.Blending(GL.SRC_ALPHA, GL.ONE)
435 gl.Blending(GL.SRC_ALPHA, GL.ONE_MINUS_SRC_ALPHA)
H A Dtweakmode.lua231 gl.Blending(GL.SRC_ALPHA, GL.ONE)
243 gl.Blending(GL.SRC_ALPHA, GL.ONE_MINUS_SRC_ALPHA)
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/
H A Dbackend_glow_native.rs63 glow::SRC_ALPHA, in setup()
65 glow::SRC_ALPHA, in setup()
H A Dbackend_glow_wasm.rs85 glow::SRC_ALPHA, in setup()
87 glow::SRC_ALPHA, in setup()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DBlendFunc.cpp108 else if (strcmp(str,"SRC_ALPHA")==0) mode = BlendFunc::SRC_ALPHA; in BlendFunc_matchModeStr()
132 case(BlendFunc::SRC_ALPHA) : return "SRC_ALPHA"; in BlendFunc_getModeStr()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DBlendFunc.cpp108 else if (strcmp(str,"SRC_ALPHA")==0) mode = BlendFunc::SRC_ALPHA; in BlendFunc_matchModeStr()
132 case(BlendFunc::SRC_ALPHA) : return "SRC_ALPHA"; in BlendFunc_getModeStr()
/dports/games/openmw/openmw-openmw-0.47.0/components/myguiplatform/
H A Dadditivelayer.cpp14 …mStateSet->setAttributeAndModes(new osg::BlendFunc(osg::BlendFunc::SRC_ALPHA, osg::BlendFunc::ONE)… in AdditiveLayer()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/
H A DLightPointDrawable.cpp36 _blendOne->setFunction(osg::BlendFunc::SRC_ALPHA,osg::BlendFunc::ONE); in LightPointDrawable()
39 …_blendOneMinusSrcAlpha->setFunction(osg::BlendFunc::SRC_ALPHA,osg::BlendFunc::ONE_MINUS_SRC_ALPHA); in LightPointDrawable()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgSim/
H A DLightPointDrawable.cpp36 _blendOne->setFunction(osg::BlendFunc::SRC_ALPHA,osg::BlendFunc::ONE); in LightPointDrawable()
39 …_blendOneMinusSrcAlpha->setFunction(osg::BlendFunc::SRC_ALPHA,osg::BlendFunc::ONE_MINUS_SRC_ALPHA); in LightPointDrawable()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/
H A DParticleSystem.cpp266 blend->setFunction(osg::BlendFunc::SRC_ALPHA, osg::BlendFunc::ONE); in setDefaultAttributes()
268 blend->setFunction(osg::BlendFunc::SRC_ALPHA, osg::BlendFunc::ONE_MINUS_SRC_ALPHA); in setDefaultAttributes()
306 blend->setFunction(osg::BlendFunc::SRC_ALPHA, osg::BlendFunc::ONE); in setDefaultAttributesUsingShaders()
310 blend->setFunction(osg::BlendFunc::SRC_ALPHA, osg::BlendFunc::ONE_MINUS_SRC_ALPHA); in setDefaultAttributesUsingShaders()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/sky/
H A Dcloud.cxx138 combine0->setOperand0_Alpha(osg::TexEnvCombine::SRC_ALPHA); in SGCloudLayer()
140 combine0->setOperand1_Alpha(osg::TexEnvCombine::SRC_ALPHA); in SGCloudLayer()
149 combine1->setOperand0_Alpha(osg::TexEnvCombine::SRC_ALPHA); in SGCloudLayer()
151 combine1->setOperand1_Alpha(osg::TexEnvCombine::SRC_ALPHA); in SGCloudLayer()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/data/
H A Dtree.osg23 source SRC_ALPHA
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/
H A DODGauge.cxx391 ? new osg::BlendFunc( osg::BlendFunc::SRC_ALPHA, in updateBlendMode()
395 : new osg::BlendFunc( osg::BlendFunc::SRC_ALPHA, in updateBlendMode()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/
H A DVBSPReader.cpp826 combiner0->setOperand2_RGB(osg::TexEnvCombine::SRC_ALPHA); in readMaterialFile()
830 combiner0->setOperand0_Alpha(osg::TexEnvCombine::SRC_ALPHA); in readMaterialFile()
853 combiner1->setOperand0_Alpha(osg::TexEnvCombine::SRC_ALPHA); in readMaterialFile()
898 blend = new BlendFunc(BlendFunc::SRC_ALPHA, in readMaterialFile()
949 blend = new BlendFunc(BlendFunc::SRC_ALPHA, in readMaterialFile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/
H A DVBSPReader.cpp825 combiner0->setOperand2_RGB(osg::TexEnvCombine::SRC_ALPHA); in readMaterialFile()
829 combiner0->setOperand0_Alpha(osg::TexEnvCombine::SRC_ALPHA); in readMaterialFile()
852 combiner1->setOperand0_Alpha(osg::TexEnvCombine::SRC_ALPHA); in readMaterialFile()
897 blend = new BlendFunc(BlendFunc::SRC_ALPHA, in readMaterialFile()
948 blend = new BlendFunc(BlendFunc::SRC_ALPHA, in readMaterialFile()
/dports/games/openmw/openmw-openmw-0.47.0/components/terrain/
H A Dmaterial.cpp127 : mValue(new osg::BlendFunc(osg::BlendFunc::SRC_ALPHA, osg::BlendFunc::ZERO)) in BlendFuncFirst()
145 : mValue(new osg::BlendFunc(osg::BlendFunc::SRC_ALPHA, osg::BlendFunc::ONE)) in BlendFunc()

12345678910>>...16