Lines Matching refs:targetDisplay

23     void RenderSystemExtVsyncCallback(GLenum targetDisplay)  in RenderSystemExtVsyncCallback()  argument
25 if ( ( targetDisplay == NN_GX_DISPLAY0 ) && ( s_CurrentLcdMode != s_NextLcdMode ) ) in RenderSystemExtVsyncCallback()
190 void RenderSystemExt::SetRenderTarget(const GLenum targetDisplay) in SetRenderTarget() argument
197 if ( targetDisplay == NN_GX_DISPLAY0 ) in SetRenderTarget()
199 m_TargetDisplay = targetDisplay; in SetRenderTarget()
211 else if ( targetDisplay == NN_GX_DISPLAY1 ) in SetRenderTarget()
213 m_TargetDisplay = targetDisplay; in SetRenderTarget()
218 else if ( targetDisplay == NN_GX_DISPLAY0_EXT ) in SetRenderTarget()
222 m_TargetDisplay = targetDisplay; in SetRenderTarget()
241 GLuint RenderSystemExt::GetFramebufferObjectId(const GLenum targetDisplay) in GetFramebufferObjectId() argument
248 if ( ( targetDisplay == NN_GX_DISPLAY0 ) || ( targetDisplay == NN_GX_DISPLAY1 ) || in GetFramebufferObjectId()
249 ( targetDisplay == NN_GX_DISPLAY0_EXT ) ) in GetFramebufferObjectId()
261 …GLuint RenderSystemExt::GetRenderbufferObjectId(const GLenum targetDisplay, const GLenum renderBuf… in GetRenderbufferObjectId() argument
270 if ( ( targetDisplay == NN_GX_DISPLAY0 ) || ( targetDisplay == NN_GX_DISPLAY1 ) || in GetRenderbufferObjectId()
271 ( targetDisplay == NN_GX_DISPLAY0_EXT ) ) in GetRenderbufferObjectId()
359 void RenderSystemExt::WaitVsync(const GLenum targetDisplay) in WaitVsync() argument
366 if ( ( targetDisplay == NN_GX_DISPLAY0 ) || ( targetDisplay == NN_GX_DISPLAY1 ) || in WaitVsync()
367 ( targetDisplay == NN_GX_DISPLAY_BOTH ) ) in WaitVsync()
369 nngxWaitVSync(targetDisplay); in WaitVsync()