Searched refs:LightArray (Results 1 – 2 of 2) sorted by relevance
39 LightArray lights(allocator); in Create()57 lights = LightArray(this->m_MaxLights, allocator); in Create()
57 typedef ut::MoveArray<Light*> LightArray; typedef603 LightArray::iterator GetLightsBegin() in GetLightsBegin()612 LightArray::const_iterator GetLightsBegin() const in GetLightsBegin()621 LightArray::iterator GetLightsEnd() in GetLightsEnd()630 LightArray::const_iterator GetLightsEnd() const in GetLightsEnd()1272 LightArray lights, in SceneContext()1306 LightArray m_Lights;