Lines Matching refs:FragmentLight
32 NW_UT_RUNTIME_TYPEINFO_DEFINITION(FragmentLight, Light);
35 FragmentLight*
36 FragmentLight::DynamicBuilder::Create( in Create()
49 void* memory = allocator->Alloc(sizeof(FragmentLight)); in Create()
51 FragmentLight* light = new(memory) FragmentLight( in Create()
64 FragmentLight::DynamicBuilder::GetMemorySize( size_t alignment ) const in GetMemorySize()
76 size += sizeof(FragmentLight); in GetMemorySize()
95 FragmentLight::GetMemorySizeForCreateClone( in GetMemorySizeForCreateClone()
118 FragmentLight*
119 FragmentLight::Create( in Create()
122 const FragmentLight::Description& description, in Create()
132 void* memory = allocator->Alloc(sizeof(FragmentLight)); in Create()
135 FragmentLight* light = new(memory) FragmentLight( in Create()
154 FragmentLight*
155 FragmentLight::CreateClone( in CreateClone()
158 const FragmentLight::Description& description, in CreateClone()
168 void* memory = allocator->Alloc(sizeof(FragmentLight)); in CreateClone()
170 FragmentLight* light = new(memory) FragmentLight( in CreateClone()
189 FragmentLight::UpdateDirection() in UpdateDirection()
206 FragmentLight::Accept( in Accept()
217 FragmentLight::CreateResFragmentLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResFragmentLight()
282 FragmentLight::CloneResFragmentLight(ResFragmentLight resource, os::IAllocator* allocator) in CloneResFragmentLight()
396 FragmentLight::DestroyResFragmentLight( in DestroyResFragmentLight()
424 FragmentLight::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
442 FragmentLight::Initialize(os::IAllocator* allocator) in Initialize()
460 FragmentLight::GetMemorySizeInternal( in GetMemorySizeInternal()
470 size += sizeof(FragmentLight); in GetMemorySizeInternal()