Searched refs:GetFogEnd (Results 1 – 6 of 6) sorted by relevance
196 FogBinderArray::iterator GetFogEnd() in GetFogEnd() function205 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd() function
764 FogArray::iterator GetFogEnd() in GetFogEnd() function773 FogArray::const_iterator GetFogEnd() const in GetFogEnd() function
130 …std::find_if(sceneContext.GetFogBegin(), sceneContext.GetFogEnd(), SceneObjectCompare<const Fog>((… in ResolveReference()132 if (found != sceneContext.GetFogEnd()) in ResolveReference()
46 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom()
190 nw::gfx::FogArray::iterator fogEnd = m_SceneContext->GetFogEnd(); in SubmitView()254 if (m_SceneContext->GetFogBegin() != m_SceneContext->GetFogEnd())
389 if (sceneContext->GetFogBegin() != sceneContext->GetFogEnd()) in SetEnvironment()408 …std::for_each(sceneContext->GetFogBegin(), sceneContext->GetFogEnd(), gfx::Fog::UpdateFunctor(came… in SubmitView()