Home
last modified time | relevance | path

Searched refs:FUNC_ADD (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DBlendEquation.cpp11 BEGIN_ENUM_SERIALIZER2( EquationRGB, osg::BlendEquation::Equation, FUNC_ADD );
17 ADD_ENUM_VALUE( FUNC_ADD );
22 BEGIN_ENUM_SERIALIZER2( EquationAlpha, osg::BlendEquation::Equation, FUNC_ADD );
28 ADD_ENUM_VALUE( FUNC_ADD );
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DBlendEquation.cpp11 BEGIN_ENUM_SERIALIZER2( EquationRGB, osg::BlendEquation::Equation, FUNC_ADD );
17 ADD_ENUM_VALUE( FUNC_ADD );
22 BEGIN_ENUM_SERIALIZER2( EquationAlpha, osg::BlendEquation::Equation, FUNC_ADD );
28 ADD_ENUM_VALUE( FUNC_ADD );
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DBlendEquation.cpp23 _equationRGB(FUNC_ADD), in BlendEquation()
24 _equationAlpha(FUNC_ADD) in BlendEquation()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DBlendEquation.cpp23 _equationRGB(FUNC_ADD), in BlendEquation()
24 _equationAlpha(FUNC_ADD) in BlendEquation()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DBlendEquation.cpp86 else if (strcmp(str,"FUNC_ADD")==0) mode = BlendEquation::FUNC_ADD; in BlendEquation_matchModeStr()
102 case(BlendEquation::FUNC_ADD) : return "FUNC_ADD"; in BlendEquation_getModeStr()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DBlendEquation.cpp86 else if (strcmp(str,"FUNC_ADD")==0) mode = BlendEquation::FUNC_ADD; in BlendEquation_matchModeStr()
102 case(BlendEquation::FUNC_ADD) : return "FUNC_ADD"; in BlendEquation_getModeStr()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgblendequation/
H A Dosgblendequation.cpp36 osg::BlendEquation::FUNC_ADD,
160 osg::BlendEquation* blendEquation = new osg::BlendEquation(osg::BlendEquation::FUNC_ADD); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgblendequation/
H A Dosgblendequation.cpp36 osg::BlendEquation::FUNC_ADD,
160 osg::BlendEquation* blendEquation = new osg::BlendEquation(osg::BlendEquation::FUNC_ADD); in main()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/device/
H A Dgl.rs2705 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_alpha()
2710 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_premultiplied_alpha()
2715 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_premultiplied_dest_out()
2721 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_multiply()
2735 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_pass0()
2739 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_pass1()
2743 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_with_bg_color_pass0()
2747 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_with_bg_color_pass1()
2751 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_with_bg_color_pass2()
2758 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_constant_text_color()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Ddevice.rs1996 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_alpha()
2001 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_premultiplied_alpha()
2006 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_premultiplied_dest_out()
2012 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_multiply()
2017 self.gl.blend_equation_separate(gl::MAX, gl::FUNC_ADD); in set_blend_mode_max()
2022 self.gl.blend_equation_separate(gl::MIN, gl::FUNC_ADD); in set_blend_mode_min()
2032 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_with_bg_color_pass0()
2036 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_with_bg_color_pass1()
2040 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_with_bg_color_pass2()
2047 self.gl.blend_equation(gl::FUNC_ADD); in set_blend_mode_subpixel_constant_text_color()
/dports/math/kcalc/kcalc-21.12.3/
H A Dkcalchistory.cpp85 } else if (FUNC == CalcEngine::FUNC_ADD) { in addFuncToHistory()
H A Dkcalc_core.h27 FUNC_ADD, enumerator
/dports/graphics/rx/rx-0.4.0/cargo-crates/luminance-0.38.0/src/
H A Dstate.rs411 Equation::Additive => gl::FUNC_ADD, in from_blending_equation()
523 let mut data = gl::FUNC_ADD as GLint; in get_ctx_blending_equation()
528 gl::FUNC_ADD => Ok(Equation::Additive), in get_ctx_blending_equation()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DBlendEquation50 FUNC_ADD = GL_FUNC_ADD,
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DBlendEquation50 FUNC_ADD = GL_FUNC_ADD,
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Diq2000-desc.h121 , FUNC_BREAK = 13, FUNC_SLEEP = 14, FUNC_ADD = 32, FUNC_ADDU = 33 enumerator
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Diq2000-desc.h121 , FUNC_BREAK = 13, FUNC_SLEEP = 14, FUNC_ADD = 32, FUNC_ADDU = 33 enumerator
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Diq2000-desc.h121 , FUNC_BREAK = 13, FUNC_SLEEP = 14, FUNC_ADD = 32, FUNC_ADDU = 33
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dxbox_nv2a.h479 FUNC_ADD = 0x8006, enumerator
605 blend_equation = NV2A_BLEND_EQUATION::FUNC_ADD; in nv2a_renderer()
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dxbox_nv2a.h479 FUNC_ADD = 0x8006, enumerator
605 blend_equation = NV2A_BLEND_EQUATION::FUNC_ADD; in nv2a_renderer()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/gl/
H A Dconsts.go51 FUNC_ADD = 0x8006 const
/dports/devel/djgpp-binutils/binutils-2.17/opcodes/
H A Diq2000-desc.h123 , FUNC_BREAK = 13, FUNC_SLEEP = 14, FUNC_ADD = 32, FUNC_ADDU = 33 enumerator
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Diq2000-desc.h117 , FUNC_BREAK = 13, FUNC_SLEEP = 14, FUNC_ADD = 32, FUNC_ADDU = 33 enumerator
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Diq2000-desc.h122 , FUNC_BREAK = 13, FUNC_SLEEP = 14, FUNC_ADD = 32, FUNC_ADDU = 33 enumerator
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Diq2000-desc.h117 , FUNC_BREAK = 13, FUNC_SLEEP = 14, FUNC_ADD = 32, FUNC_ADDU = 33 enumerator

1234567891011