Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
Dmain.cpp442 CreateGfxCache( SmCommandReuser& CmdReuser, s32 CameraIndex, nw::gfx::Camera* CurrentCamera, SmRend… in CreateGfxCache() argument
508 CmdReuser.StartCaching( s_RenderSystem->GetCacheCmdListUpper(side) ); in CreateGfxCache()
512 CmdReuser.EndCaching(); in CreateGfxCache()
529 CreateLayoutCache( SmCommandReuser& CmdReuser ) in CreateLayoutCache() argument
531 CmdReuser.StartCaching( s_LytCmdCacheList ); in CreateLayoutCache()
535 CmdReuser.EndCaching(); in CreateLayoutCache()
593 SmCommandReuser CmdReuser; in DemoScene() local
682 CreateGfxCache( CmdReuser, s_PadCameraIndex, currentCamera, commandBuffSide ); in DemoScene()
686 CreateGfxCache( CmdReuser, s_BaseCameraIndex, currentCamera, commandBuffSide ); in DemoScene()
702 if ( CmdReuser.IsCache() ) in DemoScene()
[all …]