Lines Matching refs:screenKind
160 extensionScreenDescription.screenKind = nw::demo::EXTENSION_SCREEN; in SmRenderSystem()
204 SmRenderSystem::WaitVSync( s32 screenKind ) in WaitVSync() argument
206 NW_MAX_ASSERT(screenKind, (int)nw::demo::BOTH_SCREENS); in WaitVSync()
209 …if (screenKind & (nw::demo::UPPER_SCREEN | nw::demo::LOWER_SCREEN)) { display = NN_GX_DISPLAY_BOTH… in WaitVSync()
210 else if (screenKind & nw::demo::UPPER_SCREEN) { display = NN_GX_DISPLAY0; } in WaitVSync()
211 else if (screenKind & nw::demo::LOWER_SCREEN) { display = NN_GX_DISPLAY1; } in WaitVSync()
222 SmRenderSystem::SwapBuffer( s32 screenKind ) in SwapBuffer() argument
225 if (screenKind & (nw::demo::UPPER_SCREEN | nw::demo::LOWER_SCREEN)) in SwapBuffer()
230 if (screenKind & nw::demo::EXTENSION_SCREEN) in SwapBuffer()
237 else if (screenKind & nw::demo::UPPER_SCREEN) in SwapBuffer()
241 if (screenKind & nw::demo::EXTENSION_SCREEN) in SwapBuffer()
248 else if (screenKind & nw::demo::LOWER_SCREEN) in SwapBuffer()
273 SmRenderSystem::TransferBuffer( s32 screenKind ) in TransferBuffer() argument
275 if (screenKind & nw::demo::UPPER_SCREEN) in TransferBuffer()
280 if (screenKind & nw::demo::LOWER_SCREEN) in TransferBuffer()
285 if (screenKind & nw::demo::EXTENSION_SCREEN) in TransferBuffer()