Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_DisplayBufferSwapper.cpp51 m_CurrentDisplay(0), in DisplayBufferSwapper()
99 m_CurrentDisplay = 0; in DisplayBufferSwapper()
138 (m_CurrentDisplay + (isMultiCommandList ? 1 : 0)) % m_Description.bufferCount; in MakeTransferBufferCommand()
174 nngxBindDisplaybuffer(m_DisplayBuffers[m_CurrentDisplay]); in ActivateBuffer()
176 ++m_CurrentDisplay; in ActivateBuffer()
177 if (m_CurrentDisplay == m_Description.bufferCount) in ActivateBuffer()
179 m_CurrentDisplay = 0; in ActivateBuffer()
Ddemo_SimpleApp.cpp32 m_CurrentDisplay = DISPLAY_MAX; in Initialize()
82 switch (m_CurrentDisplay) in TransferBuffer()
109 m_CurrentDisplay = DISPLAY0; in SetRenderingTarget()
114 m_CurrentDisplay = DISPLAY1; in SetRenderingTarget()
134 m_CurrentDisplay = DISPLAY_MAX; in SwapBuffer()
/NW4C-2.0.3/include/nw/demo/
Ddemo_SimpleApp.h157 Display m_CurrentDisplay; variable
Ddemo_DisplayBufferSwapper.h254 u32 m_CurrentDisplay; variable