Home
last modified time | relevance | path

Searched refs:OnPostRender (Results 1 – 22 of 22) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DILightManager.h41 virtual void OnPostRender(void) = 0;
H A DIGUIElement.h324 virtual void OnPostRender(u32 timeMs) in OnPostRender() function
330 (*it)->OnPostRender( timeMs ); in OnPostRender()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DILightManager.h41 virtual void OnPostRender(void) = 0;
H A DIGUIElement.h324 virtual void OnPostRender(u32 timeMs) in OnPostRender() function
330 (*it)->OnPostRender( timeMs ); in OnPostRender()
/dports/multimedia/assimp/assimp-5.1.3/tools/assimp_view/
H A DBackground.h78 void OnPostRender();
H A DBackground.cpp306 void CBackgroundPainter::OnPostRender() { in OnPostRender() function in AssimpView::CBackgroundPainter
H A DDisplay.cpp1766 CBackgroundPainter::Instance().OnPostRender(); in RenderFullScene()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/tools/assimp_view/
H A DBackground.h78 void OnPostRender();
H A DBackground.cpp300 void CBackgroundPainter::OnPostRender() in OnPostRender() function in AssimpView::CBackgroundPainter
H A DDisplay.cpp1760 CBackgroundPainter::Instance().OnPostRender(); in RenderFullScene()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUIScrollBar.h37 virtual void OnPostRender(u32 timeMs);
H A DCGUIEnvironment.h204 virtual void OnPostRender( u32 time );
H A DCGUIEnvironment.cpp187 OnPostRender ( os::Timer::getTime () ); in drawAll()
381 void CGUIEnvironment::OnPostRender( u32 time ) in OnPostRender() function in irr::gui::CGUIEnvironment
435 IGUIElement::OnPostRender ( time ); in OnPostRender()
H A DCGUIScrollBar.cpp246 void CGUIScrollBar::OnPostRender(u32 timeMs) in OnPostRender() function in irr::gui::CGUIScrollBar
H A DCSceneManager.cpp1409 LightManager->OnPostRender(); in drawAll()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGUIScrollBar.h37 virtual void OnPostRender(u32 timeMs);
H A DCGUIEnvironment.h204 virtual void OnPostRender( u32 time );
H A DCGUIEnvironment.cpp213 OnPostRender ( os::Timer::getTime () ); in drawAll()
407 void CGUIEnvironment::OnPostRender( u32 time ) in OnPostRender() function in irr::gui::CGUIEnvironment
461 IGUIElement::OnPostRender ( time ); in OnPostRender()
H A DCGUIScrollBar.cpp246 void CGUIScrollBar::OnPostRender(u32 timeMs) in OnPostRender() function in irr::gui::CGUIScrollBar
H A DCSceneManager.cpp1609 LightManager->OnPostRender(); in drawAll()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/20.ManagedLights/
H A Dmain.cpp122 virtual void OnPostRender() in OnPostRender() function in CMyLightManager
/dports/science/chrono/chrono-7.0.1/src/chrono_irrlicht/
H A DChIrrEffects.h1106 virtual void OnPostRender(EffectHandler* effect) = 0;
1835 PostProcessingRoutines[i].renderCallback->OnPostRender(this); in update()