Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_DisplayBufferSwapper.cpp49 m_CurrentDisplay(0), in DisplayBufferSwapper()
97 m_CurrentDisplay = 0; in DisplayBufferSwapper()
136 (m_CurrentDisplay + (isMultiCommandList ? 1 : 0)) % m_Description.bufferCount; in MakeTransferBufferCommand()
172 nngxBindDisplaybuffer(m_DisplayBuffers[m_CurrentDisplay]); in ActivateBuffer()
174 ++m_CurrentDisplay; in ActivateBuffer()
175 if (m_CurrentDisplay == m_Description.bufferCount) in ActivateBuffer()
177 m_CurrentDisplay = 0; in ActivateBuffer()
Ddemo_SimpleApp.cpp30 m_CurrentDisplay = DISPLAY_MAX; in Initialize()
80 switch (m_CurrentDisplay) in TransferBuffer()
107 m_CurrentDisplay = DISPLAY0; in SetRenderingTarget()
112 m_CurrentDisplay = DISPLAY1; in SetRenderingTarget()
132 m_CurrentDisplay = DISPLAY_MAX; in SwapBuffer()
/NW4C-1.3.3/include/nw/demo/
Ddemo_SimpleApp.h155 Display m_CurrentDisplay; variable
Ddemo_DisplayBufferSwapper.h252 u32 m_CurrentDisplay; variable