Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp258 EndShadowRenderCommand* s_EndShadowRenderCommand = NULL; variable
812s_EndShadowRenderCommand = new(endShadowCommandMemory) EndShadowRenderCommand(commandListSwapper, … in InitializeScenes()
835 s_DeviceAllocator.Free(s_EndShadowRenderCommand); in TerminateScenes()
926 s_EndShadowRenderCommand, nw::gfx::ResMaterial::TRANSLUCENCY_KIND_OPAQUE, 0, 1); in SubmitView()
1014 s_EndShadowRenderCommand->GetCommandSize() - s_StartShadowRenderCommand->GetCommandSize()); in ReportDemo()
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp258 EndShadowRenderCommand* s_EndShadowRenderCommand = NULL; variable
882s_EndShadowRenderCommand = new(endShadowCommandMemory) EndShadowRenderCommand(commandListSwapper, … in InitializeScenes()
905 s_DeviceAllocator.Free(s_EndShadowRenderCommand); in TerminateScenes()
996 s_EndShadowRenderCommand, nw::gfx::ResMaterial::TRANSLUCENCY_KIND_OPAQUE, 0, 1); in SubmitView()
1084 s_EndShadowRenderCommand->GetCommandSize() - s_StartShadowRenderCommand->GetCommandSize()); in ReportDemo()