Home
last modified time | relevance | path

Searched refs:OVERRIDE (Results 151 – 175 of 3424) sorted by relevance

12345678910>>...137

/dports/lang/gcc10/gcc-10.3.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc387 fold (gimple_folder &f) const OVERRIDE in fold()
517 fold (gimple_folder &f) const OVERRIDE in fold()
542 fold (gimple_folder &f) const OVERRIDE in fold()
594 fold (gimple_folder &f) const OVERRIDE in fold()
747 fold (gimple_folder &f) const OVERRIDE in fold()
832 fold (gimple_folder &f) const OVERRIDE in fold()
1009 fold (gimple_folder &f) const OVERRIDE in fold()
1046 fold (gimple_folder &f) const OVERRIDE in fold()
1090 fold (gimple_folder &f) const OVERRIDE in fold()
1243 fold (gimple_folder &f) const OVERRIDE in fold()
[all …]
/dports/games/simutrans/simutrans-121.0/descriptor/reader/
H A Dbuilding_reader.h14 obj_type get_type() const OVERRIDE { return obj_tile; } in get_type()
15 char const* get_type_name() const OVERRIDE { return "tile"; } in get_type_name()
20 obj_desc_t* read_node(FILE*, obj_node_info_t&) OVERRIDE;
29 void register_obj(obj_desc_t*&) OVERRIDE;
30 bool successfully_loaded() const OVERRIDE;
35 obj_type get_type() const OVERRIDE { return obj_building; } in get_type()
36 char const* get_type_name() const OVERRIDE { return "building"; } in get_type_name()
41 obj_desc_t* read_node(FILE*, obj_node_info_t&) OVERRIDE;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Driver/
H A Damdgpu-visibility.cl2 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
3 …mdhsa -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
6 …x cl -c -emit-llvm -fvisibility=protected %s 2>&1 | FileCheck -check-prefix=OVERRIDE-PROTECTED %s
7 …esa3d -x cl -c -emit-llvm -fvisibility-ms-compat %s 2>&1 | FileCheck -check-prefix=OVERRIDE-MS %s
12 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
13 // OVERRIDE-PROTECTED: "-fvisibility" "protected"
14 // OVERRIDE-PROTECTED-NOT: "-fapply-global-visibility-to-externs"
16 // OVERRIDE-MS-NOT: "-fapply-global-visibility-to-externs"
17 // OVERRIDE-MS-DAG: "-fvisibility" "hidden"
18 // OVERRIDE-MS-DAG: "-ftype-visibility" "default"
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc387 fold (gimple_folder &f) const OVERRIDE in fold()
517 fold (gimple_folder &f) const OVERRIDE in fold()
542 fold (gimple_folder &f) const OVERRIDE in fold()
594 fold (gimple_folder &f) const OVERRIDE in fold()
747 fold (gimple_folder &f) const OVERRIDE in fold()
832 fold (gimple_folder &f) const OVERRIDE in fold()
1009 fold (gimple_folder &f) const OVERRIDE in fold()
1046 fold (gimple_folder &f) const OVERRIDE in fold()
1090 fold (gimple_folder &f) const OVERRIDE in fold()
1243 fold (gimple_folder &f) const OVERRIDE in fold()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc387 fold (gimple_folder &f) const OVERRIDE in fold()
517 fold (gimple_folder &f) const OVERRIDE in fold()
542 fold (gimple_folder &f) const OVERRIDE in fold()
594 fold (gimple_folder &f) const OVERRIDE in fold()
747 fold (gimple_folder &f) const OVERRIDE in fold()
832 fold (gimple_folder &f) const OVERRIDE in fold()
1009 fold (gimple_folder &f) const OVERRIDE in fold()
1046 fold (gimple_folder &f) const OVERRIDE in fold()
1090 fold (gimple_folder &f) const OVERRIDE in fold()
1243 fold (gimple_folder &f) const OVERRIDE in fold()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc387 fold (gimple_folder &f) const OVERRIDE in fold()
517 fold (gimple_folder &f) const OVERRIDE in fold()
542 fold (gimple_folder &f) const OVERRIDE in fold()
594 fold (gimple_folder &f) const OVERRIDE in fold()
747 fold (gimple_folder &f) const OVERRIDE in fold()
832 fold (gimple_folder &f) const OVERRIDE in fold()
1009 fold (gimple_folder &f) const OVERRIDE in fold()
1046 fold (gimple_folder &f) const OVERRIDE in fold()
1090 fold (gimple_folder &f) const OVERRIDE in fold()
1243 fold (gimple_folder &f) const OVERRIDE in fold()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-sve-builtins-base.cc387 fold (gimple_folder &f) const OVERRIDE in fold()
517 fold (gimple_folder &f) const OVERRIDE in fold()
542 fold (gimple_folder &f) const OVERRIDE in fold()
594 fold (gimple_folder &f) const OVERRIDE in fold()
747 fold (gimple_folder &f) const OVERRIDE in fold()
832 fold (gimple_folder &f) const OVERRIDE in fold()
1009 fold (gimple_folder &f) const OVERRIDE in fold()
1046 fold (gimple_folder &f) const OVERRIDE in fold()
1090 fold (gimple_folder &f) const OVERRIDE in fold()
1243 fold (gimple_folder &f) const OVERRIDE in fold()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/dialogs/
H A Drace_paused_dialog.hpp47 virtual void onTextUpdated() OVERRIDE {} in onTextUpdated()
49 virtual bool onEnterPressed(const irr::core::stringw& text) OVERRIDE;
54 virtual void loadedFromFile() OVERRIDE;
62 virtual void onEnterPressedInternal() OVERRIDE;
64 OVERRIDE;
65 virtual void beforeAddingWidgets() OVERRIDE;
66 virtual void init() OVERRIDE;
68 virtual void onUpdate(float dt) OVERRIDE in onUpdate()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/input/
H A Dgamepad_config.hpp80 virtual void save(std::ofstream& stream) OVERRIDE;
82 virtual core::stringw getBindingAsString(const PlayerAction action) const OVERRIDE;
83 virtual bool load(const XMLNode *config) OVERRIDE;
86 virtual bool isAnalog(Input::InputType type, int id) const OVERRIDE;
91 virtual bool desensitize() const OVERRIDE { return m_desensitize;} in desensitize()
95 virtual int getNumberOfButtons() const OVERRIDE { return m_button_count; } in getNumberOfButtons()
103 virtual int getNumberOfAxes() const OVERRIDE { return m_axis_count; } in getNumberOfAxes()
113 virtual bool isGamePad() const OVERRIDE { return true; } in isGamePad()
115 virtual bool isKeyboard() const OVERRIDE { return false; } in isKeyboard()
/dports/lang/v8/v8-9.6.180.12/tools/clang/plugins/tests/
H A Dvirtual_specifiers.cpp13 #define OVERRIDE override macro
26 ~CorrectOverride() OVERRIDE {} in ~CorrectOverride()
27 void F() OVERRIDE {} in F()
46 virtual ~VirtualAndOverride() OVERRIDE {} in ~VirtualAndOverride()
47 virtual void F() OVERRIDE {} in F()
58 virtual ~VirtualAndOverrideFinal() OVERRIDE FINAL {} in ~VirtualAndOverrideFinal()
59 virtual void F() OVERRIDE FINAL {} in F()
64 ~OverrideAndFinal() OVERRIDE FINAL {} in ~OverrideAndFinal()
65 void F() OVERRIDE FINAL {} in F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/plugins/tests/
H A Dvirtual_specifiers.cpp13 #define OVERRIDE override macro
26 ~CorrectOverride() OVERRIDE {} in ~CorrectOverride()
27 void F() OVERRIDE {} in F()
46 virtual ~VirtualAndOverride() OVERRIDE {} in ~VirtualAndOverride()
47 virtual void F() OVERRIDE {} in F()
58 virtual ~VirtualAndOverrideFinal() OVERRIDE FINAL {} in ~VirtualAndOverrideFinal()
59 virtual void F() OVERRIDE FINAL {} in F()
64 ~OverrideAndFinal() OVERRIDE FINAL {} in ~OverrideAndFinal()
65 void F() OVERRIDE FINAL {} in F()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DTinyRandomMemoryAccess.h62 virtual bool doWrite(uint32_t address, const uint8_t* buffer, size_t count) OVERRIDE;
63 virtual bool doWrite(uint32_t address, uint32_t value) OVERRIDE;
65 virtual bool read(uint32_t address, uint8_t* buffer, size_t count) OVERRIDE;
67 virtual bool erase() OVERRIDE { return true; } in erase()
68 …virtual bool erase(uint32_t start, uint32_t end, bool forceUnlock = false) OVERRIDE{ return true; }
70 virtual bool fillCache() OVERRIDE;
71 virtual bool flushCache() const OVERRIDE;
73 virtual bool verify(uint32_t address, const uint8_t* buffer, size_t count) OVERRIDE;
76 bool postSync(const HalExecCommand&) OVERRIDE { return true; } in postSync()
H A DArmRandomMemoryAccess.h63 virtual bool doWrite(uint32_t address, const uint8_t* buffer, size_t count) OVERRIDE;
64 virtual bool doWrite(uint32_t address, uint32_t value) OVERRIDE;
65 virtual bool doRead(uint32_t address, uint8_t* buffer, size_t count) OVERRIDE;
67 virtual bool isReadOnly() const OVERRIDE { return false; } in isReadOnly()
69 virtual bool erase() OVERRIDE{ return true; } in erase()
70 …virtual bool erase(uint32_t start, uint32_t end, bool forceUnlock = false) OVERRIDE{ return true; }
71 virtual bool verify(uint32_t address, const uint8_t* buffer, size_t count) OVERRIDE;
72 virtual bool wakeup() OVERRIDE{ return false; }; in wakeup()
75 bool postSync(const HalExecCommand&) OVERRIDE;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgFX/
H A DCartoon.cpp98 … ss->setAttributeAndModes(vp.get(), osg::StateAttribute::OVERRIDE | osg::StateAttribute::ON); in branch_str()
100 … ss->setTextureMode(0, GL_TEXTURE_2D, osg::StateAttribute::OVERRIDE | osg::StateAttribute::OFF); in branch_str()
124 … ss->setAttributeAndModes(cf.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in branch_str()
136 … ss->setAttributeAndModes(_wf_mat.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in branch_str()
138 ss->setMode(GL_LIGHTING, osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in branch_str()
139 … ss->setTextureMode(0, GL_TEXTURE_1D, osg::StateAttribute::OVERRIDE|osg::StateAttribute::OFF); in branch_str()
140 … ss->setTextureMode(0, GL_TEXTURE_2D, osg::StateAttribute::OVERRIDE|osg::StateAttribute::OFF); in branch_str()
247 … ss->setAttributeAndModes(cf.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in merged_element_id_str()
261 ss->setMode(GL_LIGHTING, osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in merged_element_id_str()
262 … ss->setTextureMode(0, GL_TEXTURE_1D, osg::StateAttribute::OVERRIDE|osg::StateAttribute::OFF); in merged_element_id_str()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgFX/
H A DCartoon.cpp98 … ss->setAttributeAndModes(vp.get(), osg::StateAttribute::OVERRIDE | osg::StateAttribute::ON); in define_passes()
100 … ss->setTextureMode(0, GL_TEXTURE_2D, osg::StateAttribute::OVERRIDE | osg::StateAttribute::OFF); in define_passes()
124 … ss->setAttributeAndModes(cf.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in define_passes()
136 … ss->setAttributeAndModes(_wf_mat.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in define_passes()
138 ss->setMode(GL_LIGHTING, osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in define_passes()
139 … ss->setTextureMode(0, GL_TEXTURE_1D, osg::StateAttribute::OVERRIDE|osg::StateAttribute::OFF); in define_passes()
140 … ss->setTextureMode(0, GL_TEXTURE_2D, osg::StateAttribute::OVERRIDE|osg::StateAttribute::OFF); in define_passes()
247 … ss->setAttributeAndModes(cf.get(), osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in define_passes()
261 ss->setMode(GL_LIGHTING, osg::StateAttribute::OVERRIDE|osg::StateAttribute::ON); in define_passes()
262 … ss->setTextureMode(0, GL_TEXTURE_1D, osg::StateAttribute::OVERRIDE|osg::StateAttribute::OFF); in define_passes()
[all …]

12345678910>>...137