Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp258 EndShadowRenderCommand* s_EndShadowRenderCommand = NULL; variable
808s_EndShadowRenderCommand = new(endShadowCommandMemory) EndShadowRenderCommand(commandListSwapper, … in InitializeScenes()
831 s_DeviceAllocator.Free(s_EndShadowRenderCommand); in TerminateScenes()
922 s_EndShadowRenderCommand, nw::gfx::ResMaterial::TRANSLUCENCY_KIND_OPAQUE, 0, 1); in SubmitView()
1010 s_EndShadowRenderCommand->GetCommandSize() - s_StartShadowRenderCommand->GetCommandSize()); in ReportDemo()
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp258 EndShadowRenderCommand* s_EndShadowRenderCommand = NULL; variable
874s_EndShadowRenderCommand = new(endShadowCommandMemory) EndShadowRenderCommand(commandListSwapper, … in InitializeScenes()
897 s_DeviceAllocator.Free(s_EndShadowRenderCommand); in TerminateScenes()
988 s_EndShadowRenderCommand, nw::gfx::ResMaterial::TRANSLUCENCY_KIND_OPAQUE, 0, 1); in SubmitView()
1076 s_EndShadowRenderCommand->GetCommandSize() - s_StartShadowRenderCommand->GetCommandSize()); in ReportDemo()