Searched refs:LightArray (Results 1 – 2 of 2) sorted by relevance
36 LightArray lights(allocator); in Create()53 lights = LightArray(this->m_MaxLights, allocator); in Create()
51 typedef ut::MoveArray<Light*> LightArray; typedef458 LightArray::iterator GetLightsBegin() in GetLightsBegin()467 LightArray::const_iterator GetLightsBegin() const in GetLightsBegin()476 LightArray::iterator GetLightsEnd() in GetLightsEnd()485 LightArray::const_iterator GetLightsEnd() const in GetLightsEnd()1000 LightArray lights, in SceneContext()1032 LightArray m_Lights;