Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp160 renderSystem->m_CommandListSwapper = in Create()
163 NW_POINTER_ASSERT(renderSystem->m_CommandListSwapper); in Create()
165 renderSystem->m_CommandListSwapper->Bind(); in Create()
166 renderSystem->m_CommandListSwapper->RunAsync(); in Create()
271 gfx::SafeDestroy(this->m_CommandListSwapper); in Destroy()
511 int profilingId = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in RenderScene()
513 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderScene()
548 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
550 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
557 m_CommandListSwapper->SetGpuProfilingEndPoint(profilingId); in RenderScene()
[all …]
/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp69 : m_CommandListSwapper(commandListSwapper), in StartShadowRenderCommand()
80 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
81 m_ProfilerPoint = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in Invoke()
102 nw::demo::CommandListSwapper* m_CommandListSwapper; member in __anon627cf2460111::StartShadowRenderCommand
117 : m_CommandListSwapper(commandListSwapper), in EndShadowRenderCommand()
131 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
133 m_CommandListSwapper->SetGpuProfilingEndPoint(profilerPoint); in Invoke()
139 nw::demo::CommandListSwapper* m_CommandListSwapper; member in __anon627cf2460111::EndShadowRenderCommand
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h288 return this->m_CommandListSwapper; in GetCommandListSwapper()
501 m_CommandListSwapper(NULL), in RenderSystem()
521 CommandListSwapper* m_CommandListSwapper; variable
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp69 : m_CommandListSwapper(commandListSwapper), in StartShadowRenderCommand()
80 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
81 m_ProfilerPoint = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in Invoke()
102 nw::demo::CommandListSwapper* m_CommandListSwapper; member in __anon6e4271080111::StartShadowRenderCommand
117 : m_CommandListSwapper(commandListSwapper), in EndShadowRenderCommand()
131 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
133 m_CommandListSwapper->SetGpuProfilingEndPoint(profilerPoint); in Invoke()
139 nw::demo::CommandListSwapper* m_CommandListSwapper; member in __anon6e4271080111::EndShadowRenderCommand