Home
last modified time | relevance | path

Searched refs:option (Results 1 – 15 of 15) sorted by relevance

/NW4C-1.3.3/tools/CsdrUpdater/
DCsdrUpdater.py25 for option, argument in options:
26 if option in ("-i", "--intermediate"):
28 if option in ("-o", "--output"):
30 if option in ("-h", "--help"):
Dreadme.txt34 python CsdrUpdater.py [option] <input binary file name>
36 If not specified by option, DefaultShader.csdr is used for the template NWCS intermediate file.
38 If not specified by option, the output file name is created by removing the file extension from the…
/NW4C-1.3.3/demos/gfx/
DOMakefile49 public.GfxBinaryObject(ofile, files, option) =
52 $(BINARY_CONVERTER) $(filter-out %.exe, $^) --verbose -o=$@ $(option)
55 public.GfxBinaryObjects(outdir, files, option) =
62 OFILES += $(GfxBinaryObject $(OFILE), $(file), $(option))
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleUtil.cpp397 const ResParticleChildUpdaterOption& option = child.GetTiming(); in GetMemorySizeForDuplicateResParticleUpdaterInternal() local
429 if (option.IsValid()) in GetMemorySizeForDuplicateResParticleUpdaterInternal()
431 switch (option.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal()
497 const ResParticleAnimationOption& option = in GetMemorySizeForDuplicateResParticleUpdaterInternal() local
499 if (option.IsValid()) in GetMemorySizeForDuplicateResParticleUpdaterInternal()
501 switch (option.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal()
581 const ResParticleChildUpdaterOption& option = child.GetTiming(); in DuplicateResParticleUpdater() local
613 if (option.IsValid()) in DuplicateResParticleUpdater()
615 switch (option.GetTypeInfo()) in DuplicateResParticleUpdater()
681 const ResParticleAnimationOption& option = in DuplicateResParticleUpdater() local
[all …]
Dgfx_Material.cpp252 bit32 option = this->GetOwnerModel()->GetBufferOption(); in CanUseBuffer() local
256 return ut::CheckFlag(option, Model::FLAG_BUFFER_MATERIAL_COLOR); in CanUseBuffer()
258 return ut::CheckFlag(option, Model::FLAG_BUFFER_TEXTURE_MAPPER); in CanUseBuffer()
260 return ut::CheckFlag(option, Model::FLAG_BUFFER_TEXTURE_MAPPER); in CanUseBuffer()
262 return ut::CheckFlag(option, Model::FLAG_BUFFER_FRAGMENT_OPERATION); in CanUseBuffer()
264 return ut::CheckFlag(option, Model::FLAG_BUFFER_TEXTURE_COORDINATOR); in CanUseBuffer()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Memory.cpp58 InitializeDemoAllocator( DemoAllocator* allocator, size_t size, bit32 option /* = 0 */ ) in InitializeDemoAllocator() argument
62 allocator->Initialize(address, size, option); in InitializeDemoAllocator()
144 DemoAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize() argument
147 m_Heap.Initialize(m_StartAddress, size, option); in Initialize()
/NW4C-1.3.3/build/omake/
Dhelp.txt4 NW_WITH_LIBS=1 : A option to rebuild NW4C libraries.
7 A option to suppress warnings for using deprecated functions.
/NW4C-1.3.3/include/nw/demo/
Ddemo_Memory.h47 void InitializeDemoAllocator(DemoAllocator* allocator, size_t size, bit32 option = 0 );
121 void Initialize(uptr startAddress, size_t size, bit32 option = 0);
/NW4C-1.3.3/tools/DebuggerLauncher/
Dreadme.txt23 - You can specify start up options for the debugger software after "option=".
28 …o, when executing one for debugger software already running, but if this option is specified, the …
32 …check which device the number 0, 1, 2... correspond to by executing without specifying this option.
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Pane.cpp734 Pane::Animate(u32 option) in Animate() argument
736 AnimateSelf(option); in Animate()
739 || 0 == (option & ANIMATEOPT_NOANIMATEINVISIBLE) in Animate()
745 it->Animate(option); in Animate()
751 Pane::AnimateSelf(u32 option) in AnimateSelf() argument
763 || 0 == (option & ANIMATEOPT_NOANIMATEINVISIBLE) in AnimateSelf()
Dlyt_Layout.cpp574 Layout::Animate(u32 option) in Animate() argument
583 this->GetRootPane()->Animate(option); in Animate()
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel121 load setting from option string
129 // set option variable
133 // refresh option box
359 // update option variable
458 // get option var
466 // parse option var
879 get option string from c3es
1265 // set option var
1339 // get option string from c3es
1348 // refresh option box
[all …]
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Pane.h1107 virtual void Animate(u32 option);
1123 virtual void AnimateSelf(u32 option);
Dlyt_Layout.h474 virtual void Animate(u32 option = 0);
/NW4C-1.3.3/demos/Nw4cDemo/
DOMakefile20 public.GfxBinaryObject(ofile, files, option) =
23 $(BINARY_CONVERTER) $(filter-out %.exe, $^) --verbose -o=$@ $(option)