Searched refs:GetFogEnd (Results 1 – 6 of 6) sorted by relevance
232 FogBinderArray::iterator GetFogEnd() in GetFogEnd() function241 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd() function
981 FogArray::iterator GetFogEnd() in GetFogEnd() function990 FogArray::const_iterator GetFogEnd() const in GetFogEnd() function
135 …std::find_if(sceneContext.GetFogBegin(), sceneContext.GetFogEnd(), SceneObjectCompare<const Fog>((… in ResolveReference()137 if (found != sceneContext.GetFogEnd()) in ResolveReference()
48 SceneEnvironmentSetting::FogBinderArray::const_iterator fogBinderEnd = setting.GetFogEnd(); in ApplyFrom()
192 nw::gfx::FogArray::iterator fogEnd = m_SceneContext->GetFogEnd(); in SubmitView()313 if (m_SceneContext->GetFogBegin() != m_SceneContext->GetFogEnd())
404 if (sceneContext->GetFogBegin() != sceneContext->GetFogEnd()) in SetEnvironment()423 …std::for_each(sceneContext->GetFogBegin(), sceneContext->GetFogEnd(), gfx::Fog::UpdateFunctor(came… in SubmitView()