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; typedef508 LightArray::iterator GetLightsBegin() in GetLightsBegin()517 LightArray::const_iterator GetLightsBegin() const in GetLightsBegin()526 LightArray::iterator GetLightsEnd() in GetLightsEnd()535 LightArray::const_iterator GetLightsEnd() const in GetLightsEnd()1176 LightArray lights, in SceneContext()1208 LightArray m_Lights;