Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Drawer.cpp112 const u32 cmdBufSize = GetCommandBufferSize( in Initialize()
/NW4C-1.2.23/include/nw/demo/
Ddemo_CommandListSwapper.h207 int GetCommandBufferSize() const;
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsSystem.cpp476 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderScene()
511 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
513 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderScene()
541 int cmdBufferSize = m_CommandListSwapper->GetCommandBufferSize(); in RenderStereoScene()
574 m_CommandListSwapper->GetCommandBufferSize() - cmdBufferSize; in RenderStereoScene()
Ddemo_CommandListSwapper.cpp346 CommandListSwapper::GetCommandBufferSize() const in GetCommandBufferSize() function in nw::demo::CommandListSwapper
/NW4C-1.2.23/include/nw/font/
Dfont_RectDrawer.h98 static u32 GetCommandBufferSize(
/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp78 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
129 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
169 m_CommandSize = commandListSwapper->GetCommandBufferSize(); in Invoke()
203 int commandSize = m_RenderSystem->GetCommandListSwapper()->GetCommandBufferSize(); in Invoke()
/NW4C-1.2.23/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp78 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
129 m_CommandSize = m_CommandListSwapper->GetCommandBufferSize(); in Invoke()
169 m_CommandSize = commandListSwapper->GetCommandBufferSize(); in Invoke()
203 int commandSize = m_RenderSystem->GetCommandListSwapper()->GetCommandBufferSize(); in Invoke()
/NW4C-1.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp771 RectDrawer::GetCommandBufferSize( in GetCommandBufferSize() function in nw::font::RectDrawer
794 + GetCommandBufferSize(shaderBinary, size); in GetVertexBufferCommandBufferSize()
827 const u32 cmdBufSize = GetCommandBufferSize(shaderBinary, size); in Initialize()