Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp157 renderSystem->m_CommandListSwapper = in Create()
160 NW_POINTER_ASSERT(renderSystem->m_CommandListSwapper); in Create()
162 renderSystem->m_CommandListSwapper->Bind(); in Create()
163 renderSystem->m_CommandListSwapper->RunAsync(); in Create()
267 gfx::SafeDestroy(this->m_CommandListSwapper); in Destroy()
481 int profilingId = m_CommandListSwapper->AddGpuProfilingStartPoint(true); in RenderScene()
483 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderScene()
518 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
520 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
527 m_CommandListSwapper->SetGpuProfilingEndPoint(profilingId); in RenderScene()
[all …]
/NW4C-1.3.3/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 __anond8ebf6880111::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 __anond8ebf6880111::EndShadowRenderCommand
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsSystem.h286 return this->m_CommandListSwapper; in GetCommandListSwapper()
499 m_CommandListSwapper(NULL), in RenderSystem()
519 CommandListSwapper* m_CommandListSwapper; variable
/NW4C-1.3.3/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 __anon96b649ca0111::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 __anon96b649ca0111::EndShadowRenderCommand