Lines Matching refs:FragmentLight
36 class FragmentLight : public Light
39 NW_DISALLOW_COPY_AND_ASSIGN(FragmentLight);
131 FragmentLight* Create(os::IAllocator* allocator);
142 FragmentLight::Description m_Description;
154 static FragmentLight* Create(
157 const FragmentLight::Description& description,
195 static FragmentLight* CreateClone(
198 const FragmentLight::Description& description,
283 FragmentLight( in FragmentLight() function
286 const FragmentLight::Description& description) in FragmentLight()
295 FragmentLight( in FragmentLight() function
298 const FragmentLight::Description& description) in FragmentLight()
309 virtual ~FragmentLight() in ~FragmentLight()