Lines Matching refs:AmbientLight
28 NW_UT_RUNTIME_TYPEINFO_DEFINITION(AmbientLight, Light);
31 AmbientLight*
32 AmbientLight::DynamicBuilder::Create( in Create()
42 void* memory = allocator->Alloc(sizeof(AmbientLight)); in Create()
44 AmbientLight* light = new(memory) AmbientLight( in Create()
56 AmbientLight*
57 AmbientLight::Create( in Create()
60 const AmbientLight::Description& description, in Create()
70 void* memory = allocator->Alloc(sizeof(AmbientLight)); in Create()
73 AmbientLight* light = new(memory) AmbientLight( in Create()
92 AmbientLight::Accept( in Accept()
103 AmbientLight::CreateResAmbientLight(os::IAllocator* allocator, const char* name /* = NULL */) in CreateResAmbientLight()
143 AmbientLight::DestroyResAmbientLight(os::IAllocator* allocator, ResAmbientLightData* resAmbientLigh… in DestroyResAmbientLight()
158 AmbientLight::CreateOriginalValue(os::IAllocator* allocator) in CreateOriginalValue()
176 AmbientLight::Initialize(os::IAllocator* allocator) in Initialize()