| /NW4C-1.3.3/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.3.3/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.3.3/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 | 252 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/ |
| 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.3.3/build/omake/ |
| D | help.txt | 4 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/ |
| 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.3.3/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.3.3/sources/libraries/lyt/ |
| D | lyt_Pane.cpp | 734 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()
|
| D | lyt_Layout.cpp | 574 Layout::Animate(u32 option) in Animate() argument 583 this->GetRootPane()->Animate(option); in Animate()
|
| /NW4C-1.3.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_ExpDialog.mel | 121 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/ |
| 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);
|
| /NW4C-1.3.3/demos/Nw4cDemo/ |
| D | OMakefile | 20 public.GfxBinaryObject(ofile, files, option) = 23 $(BINARY_CONVERTER) $(filter-out %.exe, $^) --verbose -o=$@ $(option)
|