Searched refs:xfbHeight (Results 1 – 2 of 2) sorted by relevance
119 …xfbSize = (u32)( VIPadFrameBufferWidth( sampleRend.fbWidth ) * sampleRend.xfbHeight * VI_DISPLAY_P… in SampleInit()157 u16 xfbHeight; in SampleInit() local162 yScale = GXGetYScaleFactor( sampleRend.efbHeight, sampleRend.xfbHeight ); in SampleInit()163 xfbHeight = (u16)GXSetDispCopyYScale( yScale ); in SampleInit()165 GXSetDispCopyDst( sampleRend.fbWidth, xfbHeight ); in SampleInit()
149 …xfbSize = (u32)( VIPadFrameBufferWidth( sampleRend.fbWidth ) * sampleRend.xfbHeight * VI_DISPLAY_P… in REXDEMOInitScreen()162 u16 xfbHeight; in REXDEMOInitScreen() local167 yScale = GXGetYScaleFactor( sampleRend.efbHeight, sampleRend.xfbHeight ); in REXDEMOInitScreen()168 xfbHeight = (u16)GXSetDispCopyYScale( yScale ); in REXDEMOInitScreen()170 GXSetDispCopyDst( sampleRend.fbWidth, xfbHeight ); in REXDEMOInitScreen()