Searched refs:ISceneUpdater (Results 1 – 10 of 10) sorted by relevance
36 class ISceneUpdater : public GfxObject39 NW_DISALLOW_COPY_AND_ASSIGN(ISceneUpdater);166 ISceneUpdater(os::IAllocator* allocator) : GfxObject(allocator) {} in ISceneUpdater() function
172 ISceneUpdater::RenderSortMode renderSortMode, in SubmitView()173 ISceneUpdater::DepthSortMode depthSortMode, in SubmitView()178 if (depthSortMode == ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MESH) in SubmitView()194 if (renderSortMode == ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SubmitView()227 if (renderSortMode == ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SubmitView()
38 class SceneUpdater : public ISceneUpdater234 : ISceneUpdater(allocator), in SceneUpdater()
256 void SetRenderSortMode(gfx::ISceneUpdater::RenderSortMode renderSortMode);262 gfx::ISceneUpdater::RenderSortMode GetRenderSortMode() const in GetRenderSortMode()497 m_RenderSortMode(gfx::ISceneUpdater::ALL_MESH_BASE_SORT), in RenderSystem()515 gfx::ISceneUpdater::RenderSortMode m_RenderSortMode;632 gfx::ISceneUpdater* GetSceneUpdater() { return m_SceneUpdater; } in GetSceneUpdater()
27 NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(ISceneUpdater);
36 NW_UT_RUNTIME_TYPEINFO_DEFINITION(SceneUpdater, ISceneUpdater);
298 RenderSystem::SetRenderSortMode(gfx::ISceneUpdater::RenderSortMode renderSortMode) in SetRenderSortMode()303 …if (this->m_RenderSortMode == gfx::ISceneUpdater::OPAQUE_MESH_BASE_AND_TRANSLUCENT_MODEL_BASE_SORT) in SetRenderSortMode()436 …sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_TRANSLUCENT_MES… in SubmitView()442 sceneSystem->GetSceneUpdater()->SetDepthSortMode(gfx::ISceneUpdater::SORT_DEPTH_OF_ALL_MESH); in SubmitView()
47 class IsMaterialDefaultModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor57 class IsMaterialChangeModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor
47 class IsShadowCasterModelFunctor : public nw::gfx::ISceneUpdater::IsVisibleModelFunctor