Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Memory.cpp60 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/
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-2.0.3/include/nw/demo/
Ddemo_Memory.h49 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/
DOMakefile51 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/
Dgfx_ParticleUtil.cpp399 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 …]
Dgfx_Material.cpp254 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/
Dhelp.txt4 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/
Dlyt_Pane.cpp736 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()
Dlyt_Layout.cpp576 Layout::Animate(u32 option) in Animate() argument
585 this->GetRootPane()->Animate(option); in Animate()
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel139 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/
Dlyt_Pane.h1109 virtual void Animate(u32 option);
1125 virtual void AnimateSelf(u32 option);
Dlyt_Layout.h476 virtual void Animate(u32 option = 0);
/NW4C-2.0.3/demos/Nw4cDemo/
DOMakefile22 public.GfxBinaryObject(ofile, files, option) =
25 $(BINARY_CONVERTER) $(filter-out %.exe, $^) --verbose -o=$@ $(option)