Lines Matching refs:FragmentLight
30 NW_UT_RUNTIME_TYPEINFO_DEFINITION(FragmentLight, Light);
33 FragmentLight*
34 FragmentLight::DynamicBuilder::Create( in Create()
44 void* memory = allocator->Alloc(sizeof(FragmentLight)); in Create()
46 FragmentLight* light = new(memory) FragmentLight( in Create()
58 FragmentLight*
59 FragmentLight::Create( in Create()
62 const FragmentLight::Description& description, in Create()
72 void* memory = allocator->Alloc(sizeof(FragmentLight)); in Create()
75 FragmentLight* light = new(memory) FragmentLight( in Create()
94 FragmentLight::UpdateDirection() in UpdateDirection()
111 FragmentLight::Accept( in Accept()
122 FragmentLight::CreateResFragmentLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResFragmentLight()
187 FragmentLight::DestroyResFragmentLight(os::IAllocator* allocator, ResFragmentLightData* resFragment… in DestroyResFragmentLight()
208 FragmentLight::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
226 FragmentLight::Initialize(os::IAllocator* allocator) in Initialize()