Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneEnvironmentSetting.cpp189 …std::find_if(sceneContext.GetFragmentLightsBegin(), sceneContext.GetFragmentLightsEnd(), SceneObje… in ResolveReference()
191 if (foundFragment != sceneContext.GetFragmentLightsEnd()) in ResolveReference()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneContext.h522 FragmentLightArray::iterator GetFragmentLightsEnd() in GetFragmentLightsEnd() function
531 FragmentLightArray::const_iterator GetFragmentLightsEnd() const in GetFragmentLightsEnd() function
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmSceneCtrl.cpp246 m_SceneContext->GetFragmentLightsEnd(),
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp381 sceneContext->GetFragmentLightsEnd(), in SetEnvironment()