Lines Matching refs:AmbientLight
28 NW_UT_RUNTIME_TYPEINFO_DEFINITION(AmbientLight, Light);
31 AmbientLight*
32 AmbientLight::DynamicBuilder::Create( in Create()
45 void* memory = allocator->Alloc(sizeof(AmbientLight)); in Create()
47 AmbientLight* light = new(memory) AmbientLight( in Create()
60 AmbientLight::DynamicBuilder::GetMemorySize( size_t alignment ) const in GetMemorySize()
69 size += sizeof(AmbientLight); in GetMemorySize()
87 AmbientLight*
88 AmbientLight::Create( in Create()
91 const AmbientLight::Description& description, in Create()
101 void* memory = allocator->Alloc(sizeof(AmbientLight)); in Create()
104 AmbientLight* light = new(memory) AmbientLight( in Create()
123 AmbientLight::Accept( in Accept()
134 AmbientLight::CreateResAmbientLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResAmbientLight()
175 AmbientLight::DestroyResAmbientLight(os::IAllocator* allocator, ResAmbientLightData* resAmbientLigh… in DestroyResAmbientLight()
190 AmbientLight::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
208 AmbientLight::Initialize(os::IAllocator* allocator) in Initialize()
226 AmbientLight::GetMemorySizeInternal( in GetMemorySizeInternal()
236 size += sizeof(AmbientLight); in GetMemorySizeInternal()