Searched refs:GetFogEnd (Results 1 – 6 of 6) sorted by relevance
230 FogBinderArray::iterator GetFogEnd() in GetFogEnd() function239 FogBinderArray::const_iterator GetFogEnd() const in GetFogEnd() function
886 FogArray::iterator GetFogEnd() in GetFogEnd() function895 FogArray::const_iterator GetFogEnd() const in GetFogEnd() function
133 …std::find_if(sceneContext.GetFogBegin(), sceneContext.GetFogEnd(), SceneObjectCompare<const Fog>((… in ResolveReference()135 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()311 if (m_SceneContext->GetFogBegin() != m_SceneContext->GetFogEnd())
396 if (sceneContext->GetFogBegin() != sceneContext->GetFogEnd()) in SetEnvironment()415 …std::for_each(sceneContext->GetFogBegin(), sceneContext->GetFogEnd(), gfx::Fog::UpdateFunctor(came… in SubmitView()