Home
last modified time | relevance | path

Searched refs:combiner (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/demos/gfx/UserRenderNodeDemo/sources/
DGrRenderer.cpp245 nn::gr::Combiner combiner; in MakeSceneBeginCommand() local
249 combiner.stage[0].rgb.combine = PICA_DATA_TEX_ENV_COMBINE_REPLACE; in MakeSceneBeginCommand()
250 combiner.stage[0].rgb.source[0] = PICA_DATA_TEX_ENV_SRC_RGBA_PRIMARY_COLOR; in MakeSceneBeginCommand()
251combiner.stage[0].rgb.source[1] = PICA_DATA_TEX_ENV_SRC_RGBA_FRAGMENT_SECONDARY_COLOR_DMP; in MakeSceneBeginCommand()
252 command = combiner.MakeCommand(command); in MakeSceneBeginCommand()
/NW4C-2.0.3/include/nw/ut/generated/
Dut_Signal.hi362 ResultCombinerType combiner;
363 return combiner(m_Slots.begin(), m_Slots.end(), Invoker());
793 ResultCombinerType combiner;
794 return combiner(m_Slots.begin(), m_Slots.end(), Invoker(arg0));
1225 ResultCombinerType combiner;
1226 return combiner(m_Slots.begin(), m_Slots.end(), Invoker(arg0, arg1));
1658 ResultCombinerType combiner;
1659 return combiner(m_Slots.begin(), m_Slots.end(), Invoker(arg0, arg1, arg2));
2092 ResultCombinerType combiner;
2093 return combiner(m_Slots.begin(), m_Slots.end(), Invoker(arg0, arg1, arg2, arg3));
[all …]