Lines Matching refs:AmbientLight
35 class AmbientLight : public Light
38 NW_DISALLOW_COPY_AND_ASSIGN(AmbientLight);
96 AmbientLight* Create(os::IAllocator* allocator);
107 AmbientLight::Description m_Description;
119 static AmbientLight* Create(
122 const AmbientLight::Description& description,
202 AmbientLight( in AmbientLight() function
205 const AmbientLight::Description& description) in AmbientLight()
213 AmbientLight( in AmbientLight() function
216 const AmbientLight::Description& description) in AmbientLight()
225 virtual ~AmbientLight() in ~AmbientLight()