| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_Memory.cpp | 60 InitializeDemoAllocator( DemoAllocator* allocator, size_t size, bit32 option /* = 0 */ ) in InitializeDemoAllocator() argument 64 allocator->Initialize(address, size, option); in InitializeDemoAllocator() 146 DemoAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize() argument 149 m_Heap.Initialize(m_StartAddress, size, option); in Initialize() 189 FrameHeapAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize() argument 192 m_FrameHeap.Initialize(m_StartAddress, size, option); in Initialize()
|
| /NW4C-2.0.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-2.0.3/include/nw/demo/ |
| D | demo_Memory.h | 49 void InitializeDemoAllocator(DemoAllocator* allocator, size_t size, bit32 option = 0 ); 126 void Initialize(uptr startAddress, size_t size, bit32 option = 0); 312 FrameHeapAllocator(uptr startAddress, size_t size, bit32 option = 0) 315 Initialize(startAddress, size, option); in m_StartAddress() 330 void Initialize(uptr startAddress, size_t size, bit32 option = 0);
|
| /NW4C-2.0.3/demos/gfx/ |
| D | OMakefile | 51 public.GfxBinaryObject(ofile, files, option) = 54 $(BINARY_CONVERTER) $(filter-out %.exe, $^) --verbose -o=$@ $(option) 57 public.GfxBinaryObjects(outdir, files, option) = 64 OFILES += $(GfxBinaryObject $(OFILE), $(file), $(option))
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleUtil.cpp | 399 const ResParticleChildUpdaterOption& option = child.GetTiming(); in GetMemorySizeForDuplicateResParticleUpdaterInternal() local 431 if (option.IsValid()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 433 switch (option.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 499 const ResParticleAnimationOption& option = in GetMemorySizeForDuplicateResParticleUpdaterInternal() local 501 if (option.IsValid()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 503 switch (option.GetTypeInfo()) in GetMemorySizeForDuplicateResParticleUpdaterInternal() 583 const ResParticleChildUpdaterOption& option = child.GetTiming(); in DuplicateResParticleUpdater() local 615 if (option.IsValid()) in DuplicateResParticleUpdater() 617 switch (option.GetTypeInfo()) in DuplicateResParticleUpdater() 683 const ResParticleAnimationOption& option = in DuplicateResParticleUpdater() local [all …]
|
| D | gfx_Material.cpp | 254 bit32 option = this->GetOwnerModel()->GetBufferOption(); in CanUseBuffer() local 258 return ut::CheckFlag(option, Model::FLAG_BUFFER_MATERIAL_COLOR); in CanUseBuffer() 260 return ut::CheckFlag(option, Model::FLAG_BUFFER_TEXTURE_MAPPER); in CanUseBuffer() 262 return ut::CheckFlag(option, Model::FLAG_BUFFER_TEXTURE_MAPPER); in CanUseBuffer() 264 return ut::CheckFlag(option, Model::FLAG_BUFFER_FRAGMENT_OPERATION); in CanUseBuffer() 266 return ut::CheckFlag(option, Model::FLAG_BUFFER_TEXTURE_COORDINATOR); in CanUseBuffer()
|
| /NW4C-2.0.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-2.0.3/sources/libraries/lyt/ |
| D | lyt_Pane.cpp | 736 Pane::Animate(u32 option) in Animate() argument 738 AnimateSelf(option); in Animate() 741 || 0 == (option & ANIMATEOPT_NOANIMATEINVISIBLE) in Animate() 747 it->Animate(option); in Animate() 753 Pane::AnimateSelf(u32 option) in AnimateSelf() argument 765 || 0 == (option & ANIMATEOPT_NOANIMATEINVISIBLE) in AnimateSelf()
|
| D | lyt_Layout.cpp | 576 Layout::Animate(u32 option) in Animate() argument 585 this->GetRootPane()->Animate(option); in Animate()
|
| /NW4C-2.0.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_ExpDialog.mel | 139 load setting from option string 147 // set option variable 151 // refresh option box 379 // update option variable 478 // get option var 486 // parse option var 914 get option string from c3es 1301 // set option var 1378 // get option string from c3es 1387 // refresh option box [all …]
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Pane.h | 1109 virtual void Animate(u32 option); 1125 virtual void AnimateSelf(u32 option);
|
| D | lyt_Layout.h | 476 virtual void Animate(u32 option = 0);
|
| /NW4C-2.0.3/demos/Nw4cDemo/ |
| D | OMakefile | 22 public.GfxBinaryObject(ofile, files, option) = 25 $(BINARY_CONVERTER) $(filter-out %.exe, $^) --verbose -o=$@ $(option)
|