Home
last modified time | relevance | path

Searched refs:GetCommandBufferSize (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Drawer.cpp114 const u32 cmdBufSize = GetCommandBufferSize( in Initialize()
/NW4C-2.0.3/include/nw/demo/
Ddemo_CommandListSwapper.h209 int GetCommandBufferSize() const;
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp513 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderScene()
548 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
550 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
580 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderStereoScene()
613 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderStereoScene()
Ddemo_CommandListSwapper.cpp362 CommandListSwapper::GetCommandBufferSize() const in GetCommandBufferSize() function in nw::demo::CommandListSwapper
/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawer.h100 static u32 GetCommandBufferSize(
/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp80 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
131 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
171 m_CommandSize = commandListSwapper->GetCommandBufferSize(); in Invoke()
205 int commandSize = m_RenderSystem->GetCommandListSwapper()->GetCommandBufferSize(); in Invoke()
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp80 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
131 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
171 m_CommandSize = commandListSwapper->GetCommandBufferSize(); in Invoke()
205 int commandSize = m_RenderSystem->GetCommandListSwapper()->GetCommandBufferSize(); in Invoke()
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp797 RectDrawer::GetCommandBufferSize( in GetCommandBufferSize() function in nw::font::RectDrawer
820 + GetCommandBufferSize(shaderBinary, size); in GetVertexBufferCommandBufferSize()
853 const u32 cmdBufSize = GetCommandBufferSize(shaderBinary, size); in Initialize()