Searched refs:ISceneUpdater (Results 1 – 10 of 10) sorted by relevance
34 class ISceneUpdater : public GfxObject37 NW_DISALLOW_COPY_AND_ASSIGN(ISceneUpdater);164 ISceneUpdater(os::IAllocator* allocator) : GfxObject(allocator) {} in ISceneUpdater() function
170 ISceneUpdater::RenderSortMode renderSortMode, in SubmitView()171 ISceneUpdater::DepthSortMode depthSortMode, in SubmitView()176 if (depthSortMode == ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MESH) in SubmitView()192 if (renderSortMode == ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SubmitView()225 if (renderSortMode == ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SubmitView()
36 class SceneUpdater : public ISceneUpdater232 : ISceneUpdater(allocator), in SceneUpdater()
254 void SetRenderSortMode(gfx::ISceneUpdater::RenderSortMode renderSortMode);260 gfx::ISceneUpdater::RenderSortMode GetRenderSortMode() const in GetRenderSortMode()495 m_RenderSortMode(gfx::ISceneUpdater::ALL_MESH_BASE_SORT), in RenderSystem()513 gfx::ISceneUpdater::RenderSortMode m_RenderSortMode;628 gfx::ISceneUpdater* GetSceneUpdater() { return m_SceneUpdater; } in GetSceneUpdater()
25 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(ISceneUpdater);
34 NW_UT_RUNTIME_TYPEINFO_DEFINITION(SceneUpdater, ISceneUpdater);
290 RenderSystem::SetRenderSortMode(gfx::ISceneUpdater::RenderSortMode renderSortMode) in SetRenderSortMode()295 …if (this->m_RenderSortMode == gfx::ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SetRenderSortMode()428 …sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MES… in SubmitView()434 sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_ALL_MESH); in SubmitView()
45 class IsMaterialDefaultModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor55 class IsMaterialChangeModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor
45 class IsShadowCasterModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor