Home
last modified time | relevance | path

Searched refs:BlendFunc (Results 1 – 25 of 1306) sorted by relevance

12345678910>>...53

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DBlendFunc.cpp23 new osg::BlendFunc,
30 REGISTER_DOTOSGWRAPPER(BlendFunc)
32 new osg::BlendFunc,
43 BlendFunc& transparency = static_cast<BlendFunc&>(obj); in BlendFunc_readLocalData()
79 const BlendFunc& transparency = static_cast<const BlendFunc&>(obj); in BlendFunc_writeLocalData()
125 case(BlendFunc::DST_ALPHA) : return "DST_ALPHA"; in BlendFunc_getModeStr()
126 case(BlendFunc::DST_COLOR) : return "DST_COLOR"; in BlendFunc_getModeStr()
127 case(BlendFunc::ONE) : return "ONE"; in BlendFunc_getModeStr()
132 case(BlendFunc::SRC_ALPHA) : return "SRC_ALPHA"; in BlendFunc_getModeStr()
134 case(BlendFunc::SRC_COLOR) : return "SRC_COLOR"; in BlendFunc_getModeStr()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DBlendFunc.cpp23 new osg::BlendFunc,
30 REGISTER_DOTOSGWRAPPER(BlendFunc)
32 new osg::BlendFunc,
43 BlendFunc& transparency = static_cast<BlendFunc&>(obj); in BlendFunc_readLocalData()
79 const BlendFunc& transparency = static_cast<const BlendFunc&>(obj); in BlendFunc_writeLocalData()
125 case(BlendFunc::DST_ALPHA) : return "DST_ALPHA"; in BlendFunc_getModeStr()
126 case(BlendFunc::DST_COLOR) : return "DST_COLOR"; in BlendFunc_getModeStr()
127 case(BlendFunc::ONE) : return "ONE"; in BlendFunc_getModeStr()
132 case(BlendFunc::SRC_ALPHA) : return "SRC_ALPHA"; in BlendFunc_getModeStr()
134 case(BlendFunc::SRC_COLOR) : return "SRC_COLOR"; in BlendFunc_getModeStr()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DBlender.cpp139 BlendFunc(BLEND_ONE, BLEND_ZERO); in InitBlenderMode()
163 BlendFunc(BLEND_ONE, BLEND_ZERO); in InitBlenderMode()
186 BlendFunc(BLEND_ONE, BLEND_ZERO); in InitBlenderMode()
224 BlendFunc(BLEND_ONE, BLEND_ZERO); in InitBlenderMode()
251 BlendFunc(BLEND_ONE, BLEND_ZERO); in InitBlenderMode()
289 BlendFunc(BLEND_ONE, BLEND_ZERO); in InitBlenderMode()
337 BlendFunc(BLEND_ONE, BLEND_ZERO); in InitBlenderMode()
354 BlendFunc(BLEND_ONE, BLEND_ZERO); in InitBlenderMode()
362 BlendFunc(BLEND_ONE, BLEND_ZERO); in InitBlenderMode()
371 BlendFunc(BLEND_ZERO, BLEND_ONE); in InitBlenderMode()
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/material/
H A DparseBlendFunc.cxx26 using osg::BlendFunc;
32 extern effect::EffectPropertyMap<BlendFunc::BlendFuncMode> blendFuncModes;
46 BlendFunc::BlendFuncMode src_mode = BlendFunc::ONE; in parseBlendFunc()
47 BlendFunc::BlendFuncMode dest_mode = BlendFunc::ZERO; in parseBlendFunc()
56 && src_mode == BlendFunc::SRC_ALPHA in parseBlendFunc()
57 && dest_mode == BlendFunc::ONE_MINUS_SRC_ALPHA ) in parseBlendFunc()
65 BlendFunc* blend_func = new BlendFunc; in parseBlendFunc()
73 BlendFunc::BlendFuncMode sourceRGBMode; in parseBlendFunc()
79 BlendFunc::BlendFuncMode destRGBMode; in parseBlendFunc()
85 BlendFunc::BlendFuncMode sourceAlphaMode; in parseBlendFunc()
[all …]
H A DparseBlendFunc_test.cxx17 osg::BlendFunc* bf = dynamic_cast<osg::BlendFunc*>( in main()
22 SG_CHECK_EQUAL(bf->getSource(), osg::BlendFunc::SRC_ALPHA); in main()
23 SG_CHECK_EQUAL(bf->getDestination(), osg::BlendFunc::ONE_MINUS_SRC_ALPHA); in main()
36 bf = dynamic_cast<osg::BlendFunc*>( in main()
41 SG_CHECK_EQUAL(bf->getSource(), osg::BlendFunc::SRC_ALPHA); in main()
42 SG_CHECK_EQUAL(bf->getDestination(), osg::BlendFunc::CONSTANT_COLOR); in main()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DBlendFunc.cpp20 BlendFunc::BlendFunc(): in BlendEquationi()
28 BlendFunc::BlendFunc(GLenum source, GLenum destination):
36 BlendFunc::BlendFunc(GLenum source, GLenum destination, GLenum source_alpha, GLenum destination_alp…
44 BlendFunc::~BlendFunc()
48 void BlendFunc::apply(State& state) const
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DBlendFunc.cpp20 BlendFunc::BlendFunc(): in BlendFunc() function in BlendFunc
28 BlendFunc::BlendFunc(GLenum source, GLenum destination): in BlendFunc() function in BlendFunc
36 BlendFunc::BlendFunc(GLenum source, GLenum destination, GLenum source_alpha, GLenum destination_alp… in BlendFunc() function in BlendFunc
44 BlendFunc::~BlendFunc() in ~BlendFunc()
48 void BlendFunc::apply(State& state) const in apply()
/dports/cad/opencascade/opencascade-7.6.0/adm/wnt/cbp/
H A DTKFillet_objd.link1BlendFunc/BlendFunc.o ../../../wnt/gcc/objd/src/BlendFunc/BlendFunc_CSCircular.o ../../../wnt/gcc/…
H A DTKFillet_obj.link1BlendFunc/BlendFunc.o ../../../wnt/gcc/obj/src/BlendFunc/BlendFunc_CSCircular.o ../../../wnt/gcc/o…
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLState.cxx449 this->CurrentState.BlendFunc[0] = val1; in vtkglBlendFuncSeparate()
450 this->CurrentState.BlendFunc[1] = val2; in vtkglBlendFuncSeparate()
451 this->CurrentState.BlendFunc[2] = val3; in vtkglBlendFuncSeparate()
786 v[0] = this->CurrentState.BlendFunc[0]; in GetBlendFuncState()
787 v[1] = this->CurrentState.BlendFunc[1]; in GetBlendFuncState()
788 v[2] = this->CurrentState.BlendFunc[2]; in GetBlendFuncState()
789 v[3] = this->CurrentState.BlendFunc[3]; in GetBlendFuncState()
844 this->CurrentState.BlendFunc[0], in Initialize()
845 this->CurrentState.BlendFunc[1], in Initialize()
846 this->CurrentState.BlendFunc[2], in Initialize()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/components/terrain/
H A Dmaterial.cpp117 static const osg::ref_ptr<osg::BlendFunc>& value() in value()
124 osg::ref_ptr<osg::BlendFunc> mValue;
127 : mValue(new osg::BlendFunc(osg::BlendFunc::SRC_ALPHA, osg::BlendFunc::ZERO)) in BlendFuncFirst()
132 class BlendFunc class
135 static const osg::ref_ptr<osg::BlendFunc>& value() in value()
137 static BlendFunc instance; in value()
142 osg::ref_ptr<osg::BlendFunc> mValue;
144 BlendFunc() in BlendFunc() function in __anon4030ae200111::BlendFunc
145 : mValue(new osg::BlendFunc(osg::BlendFunc::SRC_ALPHA, osg::BlendFunc::ONE)) in BlendFunc()
192 stateset->setAttributeAndModes(BlendFunc::value(), osg::StateAttribute::ON); in createPasses()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/include/
H A Dishaderlayer.h18 class BlendFunc
21 BlendFunc (const BlendFunc& func) : in BlendFunc() function
24 BlendFunc (BlendFactor src, BlendFactor dst) : in BlendFunc() function
79 virtual BlendFunc getBlendFunc () const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp133 struct BlendFunc struct
147 SeparateBlendFunc (BlendFunc rgb_, BlendFunc alpha_) in SeparateBlendFunc()
153 BlendFunc rgb;
154 BlendFunc alpha;
218 if (blendFunc.is<BlendFunc>()) in setCommonBlendState()
219 gl.blendFunc(blendFunc.get<BlendFunc>().src, blendFunc.get<BlendFunc>().dst); in setCommonBlendState()
262 if (blendFunc.is<BlendFunc>()) in setIndexedBlendState()
263 gl.blendFunci(index, blendFunc.get<BlendFunc>().src, blendFunc.get<BlendFunc>().dst); in setIndexedBlendState()
1259 return BlendFunc(src, dst); in getRandomBlendFunc()
1518 Maybe<Either<BlendFunc, SeparateBlendFunc> >(BlendFunc(GL_ONE, GL_ONE)), in createDiffTest()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DBlendFunci17 #include <osg/BlendFunc>
23 class OSG_EXPORT BlendFunci : public BlendFunc
30 BlendFunc(source, destination),
34 BlendFunc(source, destination, source_alpha, destination_alpha),
39 BlendFunc(cm,copyop),
53 return BlendFunc::compare(sa);
H A DBlendFunc65 class OSG_EXPORT BlendFunc : public StateAttribute
69 BlendFunc();
71 BlendFunc(GLenum source, GLenum destination);
72 BlendFunc(GLenum source, GLenum destination, GLenum source_alpha, GLenum destination_alpha);
75 BlendFunc(const BlendFunc& trans,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
82 META_StateAttribute(osg, BlendFunc,BLENDFUNC);
89 COMPARE_StateAttribute_Types(BlendFunc,sa)
162 virtual ~BlendFunc();
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DBlendFunci17 #include <osg/BlendFunc>
23 class OSG_EXPORT BlendFunci : public BlendFunc
30 BlendFunc(source, destination),
34 BlendFunc(source, destination, source_alpha, destination_alpha),
39 BlendFunc(cm,copyop),
53 return BlendFunc::compare(sa);
H A DBlendFunc65 class OSG_EXPORT BlendFunc : public StateAttribute
69 BlendFunc();
71 BlendFunc(GLenum source, GLenum destination);
72 BlendFunc(GLenum source, GLenum destination, GLenum source_alpha, GLenum destination_alpha);
75 BlendFunc(const BlendFunc& trans,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
82 META_StateAttribute(osg, BlendFunc,BLENDFUNC);
89 COMPARE_StateAttribute_Types(BlendFunc,sa)
162 virtual ~BlendFunc();
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/
H A DODGauge.cxx391 ? new osg::BlendFunc( osg::BlendFunc::SRC_ALPHA, in updateBlendMode()
392 osg::BlendFunc::ONE_MINUS_SRC_ALPHA, in updateBlendMode()
393 osg::BlendFunc::ONE, in updateBlendMode()
394 osg::BlendFunc::ONE ) in updateBlendMode()
395 : new osg::BlendFunc( osg::BlendFunc::SRC_ALPHA, in updateBlendMode()
396 osg::BlendFunc::ONE_MINUS_SRC_ALPHA ) in updateBlendMode()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DBlendFunc.cpp6 REGISTER_OBJECT_WRAPPER( BlendFunc,
7 new osg::BlendFunc,
8 osg::BlendFunc,
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DBlendFunc.cpp6 REGISTER_OBJECT_WRAPPER( BlendFunc,
7 new osg::BlendFunc,
8 osg::BlendFunc,
/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/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLState.cxx865 if (cs.BlendFunc[0] != val1 || cs.BlendFunc[1] != val2 || cs.BlendFunc[2] != val3 || in vtkglBlendFuncSeparate()
869 cs.BlendFunc[0] = val1; in vtkglBlendFuncSeparate()
870 cs.BlendFunc[1] = val2; in vtkglBlendFuncSeparate()
871 cs.BlendFunc[2] = val3; in vtkglBlendFuncSeparate()
872 cs.BlendFunc[3] = val4; in vtkglBlendFuncSeparate()
1263 v[0] = cs.BlendFunc[0]; in GetBlendFuncState()
1264 v[1] = cs.BlendFunc[1]; in GetBlendFuncState()
1265 v[2] = cs.BlendFunc[2]; in GetBlendFuncState()
1266 v[3] = cs.BlendFunc[3]; in GetBlendFuncState()
1482 ::glBlendFuncSeparate(cs.BlendFunc[0], cs.BlendFunc[1], cs.BlendFunc[2], cs.BlendFunc[3]); in Pop()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgSim/
H A DLightPointDrawable.cpp35 _blendOne = new osg::BlendFunc; in LightPointDrawable()
36 _blendOne->setFunction(osg::BlendFunc::SRC_ALPHA,osg::BlendFunc::ONE); in LightPointDrawable()
38 _blendOneMinusSrcAlpha = new osg::BlendFunc; 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.cpp35 _blendOne = new osg::BlendFunc; in LightPointDrawable()
36 _blendOne->setFunction(osg::BlendFunc::SRC_ALPHA,osg::BlendFunc::ONE); in LightPointDrawable()
38 _blendOneMinusSrcAlpha = new osg::BlendFunc; 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.cpp264 osg::BlendFunc *blend = new osg::BlendFunc; in setDefaultAttributes()
266 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()
303 osg::BlendFunc *blend = new osg::BlendFunc; in setDefaultAttributesUsingShaders()
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()

12345678910>>...53