Home
last modified time | relevance | path

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

/NW4C-1.2.23/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.2.23/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.2.23/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.cpp246 bit32 option = this->GetOwnerModel()->GetBufferOption(); in CanUseBuffer() local
250 return ut::CheckFlag(option, Model::FLAG_BUFFER_MATERIAL_COLOR); in CanUseBuffer()
252 return ut::CheckFlag(option, Model::FLAG_BUFFER_TEXTURE_MAPPER); in CanUseBuffer()
254 return ut::CheckFlag(option, Model::FLAG_BUFFER_TEXTURE_MAPPER); in CanUseBuffer()
256 return ut::CheckFlag(option, Model::FLAG_BUFFER_FRAGMENT_OPERATION); in CanUseBuffer()
258 return ut::CheckFlag(option, Model::FLAG_BUFFER_TEXTURE_COORDINATOR); in CanUseBuffer()
/NW4C-1.2.23/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.2.23/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.2.23/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.2.23/sources/libraries/lyt/
Dlyt_Pane.cpp744 Pane::Animate(u32 option) in Animate() argument
746 AnimateSelf(option); in Animate()
749 || 0 == (option & ANIMATEOPT_NOANIMATEINVISIBLE) in Animate()
755 it->Animate(option); in Animate()
761 Pane::AnimateSelf(u32 option) in AnimateSelf() argument
773 || 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.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel98 load setting from option string
106 // set option variable
110 // refresh option box
336 // update option variable
435 // get option var
443 // parse option var
856 get option string from c3es
1237 // set option var
1311 // get option string from c3es
1320 // refresh option box
[all …]
/NW4C-1.2.23/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);