Lines Matching refs:FragmentLight
33 class FragmentLight : public Light
36 NW_DISALLOW_COPY_AND_ASSIGN(FragmentLight);
128 FragmentLight* Create(os::IAllocator* allocator);
131 FragmentLight::Description m_Description;
143 static FragmentLight* Create(
146 const FragmentLight::Description& description,
211 FragmentLight( in FragmentLight() function
214 const FragmentLight::Description& description) in FragmentLight()
223 FragmentLight( in FragmentLight() function
226 const FragmentLight::Description& description) in FragmentLight()
237 virtual ~FragmentLight() in ~FragmentLight()