Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp155 renderSystem->m_CommandListSwapper = in Create()
158 NW_POINTER_ASSERT(renderSystem->m_CommandListSwapper); in Create()
160 renderSystem->m_CommandListSwapper->Bind(); in Create()
161 renderSystem->m_CommandListSwapper->RunAsync(); in Create()
260 gfx::SafeDestroy(this->m_CommandListSwapper); in Destroy()
474 int profilingId = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in RenderScene()
476 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderScene()
511 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
513 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
518 m_CommandListSwapper->SetGpuProfilingEndPoint(profilingId); in RenderScene()
[all …]
/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp67 : m_CommandListSwapper(commandListSwapper), in StartShadowRenderCommand()
78 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
79 m_ProfilerPoint = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in Invoke()
100 nw::demo::CommandListSwapper* m_CommandListSwapper; member in __anoneac4b5990111::StartShadowRenderCommand
115 : m_CommandListSwapper(commandListSwapper), in EndShadowRenderCommand()
129 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
131 m_CommandListSwapper->SetGpuProfilingEndPoint(profilerPoint); in Invoke()
137 nw::demo::CommandListSwapper* m_CommandListSwapper; member in __anoneac4b5990111::EndShadowRenderCommand
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsSystem.h286 return this->m_CommandListSwapper; in GetCommandListSwapper()
494 m_CommandListSwapper(NULL), in RenderSystem()
512 CommandListSwapper* m_CommandListSwapper; variable
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp67 : m_CommandListSwapper(commandListSwapper), in StartShadowRenderCommand()
78 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
79 m_ProfilerPoint = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in Invoke()
100 nw::demo::CommandListSwapper* m_CommandListSwapper; member in __anon3ce08f1b0111::StartShadowRenderCommand
115 : m_CommandListSwapper(commandListSwapper), in EndShadowRenderCommand()
129 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
131 m_CommandListSwapper->SetGpuProfilingEndPoint(profilerPoint); in Invoke()
137 nw::demo::CommandListSwapper* m_CommandListSwapper; member in __anon3ce08f1b0111::EndShadowRenderCommand