Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
Dmain.cpp444 CreateGfxCache( SmCommandReuser& CmdReuser, s32 CameraIndex, nw::gfx::Camera* CurrentCamera, SmRend… in CreateGfxCache() argument
510 CmdReuser.StartCaching( s_RenderSystem->GetCacheCmdListUpper(side) ); in CreateGfxCache()
514 CmdReuser.EndCaching(); in CreateGfxCache()
531 CreateLayoutCache( SmCommandReuser& CmdReuser ) in CreateLayoutCache() argument
533 CmdReuser.StartCaching( s_LytCmdCacheList ); in CreateLayoutCache()
537 CmdReuser.EndCaching(); in CreateLayoutCache()
595 SmCommandReuser CmdReuser; in DemoScene() local
684 CreateGfxCache( CmdReuser, s_PadCameraIndex, currentCamera, commandBuffSide ); in DemoScene()
688 CreateGfxCache( CmdReuser, s_BaseCameraIndex, currentCamera, commandBuffSide ); in DemoScene()
704 if ( CmdReuser.IsCache() ) in DemoScene()
[all …]