Searched refs:xfbHeight (Results 1 – 2 of 2) sorted by relevance
125 …xfbSize = (u32)( VIPadFrameBufferWidth( sampleRend.fbWidth ) * sampleRend.xfbHeight * VI_DISPLAY_P… in SampleInit()163 u16 xfbHeight; in SampleInit() local168 yScale = GXGetYScaleFactor( sampleRend.efbHeight, sampleRend.xfbHeight ); in SampleInit()169 xfbHeight = (u16)GXSetDispCopyYScale( yScale ); in SampleInit()171 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()