Home
last modified time | relevance | path

Searched refs:WaitVSync (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/include/
DGraphics.h78 void WaitVSync(s32 screenKind);
DSmRenderSystem.h124 void WaitVSync(s32 screenKind);
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp778 RenderSystem::WaitVSync(s32 screenKind) in WaitVSync() function in nw::demo::RenderSystem
865 WaitVSync(screenKind); in PresentBuffer()
874 WaitVSync(screenKind); in PresentBuffer()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp204 SmRenderSystem::WaitVSync( s32 screenKind ) in WaitVSync() function in __anone60cb4880111::SmRenderSystem
Dmain.cpp848 …s_RenderSystem->WaitVSync(nw::demo::UPPER_SCREEN | nw::demo::LOWER_SCREEN | nw::demo::EXTENSION_SC… in DemoScene()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h396 void WaitVSync(s32 screenKind);
/NW4C-2.0.3/demos/gfx/ParticleDropFrameDemo/sources/
DParticleDropFrameDemo.cpp481 s_RenderSystem->WaitVSync(screenKind); in DemoScene()