Lines Matching refs:AmbientLight
30 NW_UT_RUNTIME_TYPEINFO_DEFINITION(AmbientLight, Light);
33 AmbientLight*
34 AmbientLight::DynamicBuilder::Create( in Create()
47 void* memory = allocator->Alloc(sizeof(AmbientLight)); in Create()
49 AmbientLight* light = new(memory) AmbientLight( in Create()
62 AmbientLight::DynamicBuilder::GetMemorySize( size_t alignment ) const in GetMemorySize()
71 size += sizeof(AmbientLight); in GetMemorySize()
89 AmbientLight*
90 AmbientLight::Create( in Create()
93 const AmbientLight::Description& description, in Create()
103 void* memory = allocator->Alloc(sizeof(AmbientLight)); in Create()
106 AmbientLight* light = new(memory) AmbientLight( in Create()
125 AmbientLight::Accept( in Accept()
136 AmbientLight::CreateResAmbientLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResAmbientLight()
177 AmbientLight::DestroyResAmbientLight(os::IAllocator* allocator, ResAmbientLightData* resAmbientLigh… in DestroyResAmbientLight()
192 AmbientLight::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
210 AmbientLight::Initialize(os::IAllocator* allocator) in Initialize()
228 AmbientLight::GetMemorySizeInternal( in GetMemorySizeInternal()
238 size += sizeof(AmbientLight); in GetMemorySizeInternal()