Lines Matching refs:screenKind
167 extensionScreenDescription.screenKind = nw::demo::EXTENSION_SCREEN; in SmRenderSystem()
211 SmRenderSystem::WaitVSync( s32 screenKind ) in WaitVSync() argument
213 NW_MAX_ASSERT(screenKind, (int)nw::demo::BOTH_SCREENS); in WaitVSync()
216 …if (screenKind & (nw::demo::UPPER_SCREEN | nw::demo::LOWER_SCREEN)) { display = NN_GX_DISPLAY_BOTH… in WaitVSync()
217 else if (screenKind & nw::demo::UPPER_SCREEN) { display = NN_GX_DISPLAY0; } in WaitVSync()
218 else if (screenKind & nw::demo::LOWER_SCREEN) { display = NN_GX_DISPLAY1; } in WaitVSync()
229 SmRenderSystem::SwapBuffer( s32 screenKind ) in SwapBuffer() argument
232 if (screenKind & (nw::demo::UPPER_SCREEN | nw::demo::LOWER_SCREEN)) in SwapBuffer()
237 if (screenKind & nw::demo::EXTENSION_SCREEN) in SwapBuffer()
244 else if (screenKind & nw::demo::UPPER_SCREEN) in SwapBuffer()
248 if (screenKind & nw::demo::EXTENSION_SCREEN) in SwapBuffer()
255 else if (screenKind & nw::demo::LOWER_SCREEN) in SwapBuffer()
280 SmRenderSystem::TransferBuffer( s32 screenKind ) in TransferBuffer() argument
282 if (screenKind & nw::demo::UPPER_SCREEN) in TransferBuffer()
287 if (screenKind & nw::demo::LOWER_SCREEN) in TransferBuffer()
292 if (screenKind & nw::demo::EXTENSION_SCREEN) in TransferBuffer()