Lines Matching refs:AmbientLight
33 class AmbientLight : public Light
36 NW_DISALLOW_COPY_AND_ASSIGN(AmbientLight);
94 AmbientLight* Create(os::IAllocator* allocator);
97 AmbientLight::Description m_Description;
109 static AmbientLight* Create(
112 const AmbientLight::Description& description,
168 AmbientLight( in AmbientLight() function
171 const AmbientLight::Description& description) in AmbientLight()
179 AmbientLight( in AmbientLight() function
182 const AmbientLight::Description& description) in AmbientLight()
191 virtual ~AmbientLight() in ~AmbientLight()