Home
last modified time | relevance | path

Searched refs:GetFragmentLightsEnd (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp194 …std::find_if(sceneContext.GetFragmentLightsBegin(), sceneContext.GetFragmentLightsEnd(), SceneObje… in ResolveReference()
196 if (foundFragment != sceneContext.GetFragmentLightsEnd()) in ResolveReference()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneContext.h679 FragmentLightArray::iterator GetFragmentLightsEnd() in GetFragmentLightsEnd() function
688 FragmentLightArray::const_iterator GetFragmentLightsEnd() const in GetFragmentLightsEnd() function
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp305 m_SceneContext->GetFragmentLightsEnd(),
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp396 sceneContext->GetFragmentLightsEnd(), in SetEnvironment()