| /NW4C-1.2.23/tools/CsdrUpdater/ |
| D | CsdrUpdater.py | 25 for option, argument in options: 26 if option in ("-i", "--intermediate"): 28 if option in ("-o", "--output"): 30 if option in ("-h", "--help"):
|
| D | readme.txt | 34 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/ |
| D | OMakefile | 49 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/ |
| D | gfx_ParticleUtil.cpp | 397 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 …]
|
| D | gfx_Material.cpp | 246 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/ |
| D | demo_Memory.cpp | 58 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/ |
| D | demo_Memory.h | 47 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/ |
| D | readme.txt | 23 - 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/ |
| D | lyt_Pane.cpp | 744 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()
|
| D | lyt_Layout.cpp | 574 Layout::Animate(u32 option) in Animate() argument 583 this->GetRootPane()->Animate(option); in Animate()
|
| /NW4C-1.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_ExpDialog.mel | 98 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/ |
| D | lyt_Pane.h | 1107 virtual void Animate(u32 option); 1123 virtual void AnimateSelf(u32 option);
|
| D | lyt_Layout.h | 474 virtual void Animate(u32 option = 0);
|