Lines Matching refs:FragmentLight
33 class FragmentLight : public Light
36 NW_DISALLOW_COPY_AND_ASSIGN(FragmentLight);
128 FragmentLight* Create(os::IAllocator* allocator);
139 FragmentLight::Description m_Description;
151 static FragmentLight* Create(
154 const FragmentLight::Description& description,
243 FragmentLight( in FragmentLight() function
246 const FragmentLight::Description& description) in FragmentLight()
255 FragmentLight( in FragmentLight() function
258 const FragmentLight::Description& description) in FragmentLight()
269 virtual ~FragmentLight() in ~FragmentLight()