Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp184 class EndRenderCommand : public nw::gfx::RenderCommand class
186 NW_DISALLOW_COPY_AND_ASSIGN(EndRenderCommand);
189 EndRenderCommand( in EndRenderCommand() function in __anond8ebf6880111::EndRenderCommand
199 virtual ~EndRenderCommand() {} in ~EndRenderCommand()
260 EndRenderCommand* s_EndRenderCommand = NULL;
814 void* endCommandMemory = s_DeviceAllocator.Alloc(sizeof(EndRenderCommand)); in InitializeScenes()
816 …s_EndRenderCommand = new(endCommandMemory) EndRenderCommand(s_RenderSystem, s_LeftCamera, s_RightC… in InitializeScenes()
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp184 class EndRenderCommand : public nw::gfx::RenderCommand class
186 NW_DISALLOW_COPY_AND_ASSIGN(EndRenderCommand);
189 EndRenderCommand( in EndRenderCommand() function in __anon96b649ca0111::EndRenderCommand
199 virtual ~EndRenderCommand() {} in ~EndRenderCommand()
260 EndRenderCommand* s_EndRenderCommand = NULL;
880 void* endCommandMemory = s_DeviceAllocator.Alloc(sizeof(EndRenderCommand)); in InitializeScenes()
882 …s_EndRenderCommand = new(endCommandMemory) EndRenderCommand(s_RenderSystem, s_LeftCamera, s_RightC… in InitializeScenes()