Lines Matching refs:FragmentLight
30 NW_UT_RUNTIME_TYPEINFO_DEFINITION(FragmentLight, Light);
33 FragmentLight*
34 FragmentLight::DynamicBuilder::Create( in Create()
47 void* memory = allocator->Alloc(sizeof(FragmentLight)); in Create()
49 FragmentLight* light = new(memory) FragmentLight( in Create()
62 FragmentLight::DynamicBuilder::GetMemorySize( size_t alignment ) const in GetMemorySize()
74 size += sizeof(FragmentLight); in GetMemorySize()
92 FragmentLight*
93 FragmentLight::Create( in Create()
96 const FragmentLight::Description& description, in Create()
106 void* memory = allocator->Alloc(sizeof(FragmentLight)); in Create()
109 FragmentLight* light = new(memory) FragmentLight( in Create()
128 FragmentLight::UpdateDirection() in UpdateDirection()
145 FragmentLight::Accept( in Accept()
156 FragmentLight::CreateResFragmentLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResFragmentLight()
222 FragmentLight::DestroyResFragmentLight(os::IAllocator* allocator, ResFragmentLightData* resFragment… in DestroyResFragmentLight()
243 FragmentLight::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
261 FragmentLight::Initialize(os::IAllocator* allocator) in Initialize()
279 FragmentLight::GetMemorySizeInternal( in GetMemorySizeInternal()
289 size += sizeof(FragmentLight); in GetMemorySizeInternal()