Searched refs:xfb_p (Results 1 – 2 of 2) sorted by relevance
43 static void *xfb_p[ 2 ] ; // Pointer to double buffer variable141 xfb_p[ 0 ] = OSAlloc( xfb_size ) ; in init_display()142 xfb_p[ 1 ] = OSAlloc( xfb_size ) ; in init_display()150 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in init_display()188 GXCopyDisp( xfb_p[ 0 ], GX_ENABLE ) ; // The EFB is cleared and garbage is placed in XFB[0] in init_gx()189 GXCopyDisp( xfb_p[ 0 ], GX_DISABLE ) ; // The cleared EFB is placed in XFB[0] in init_gx()190 GXCopyDisp( xfb_p[ 1 ], GX_DISABLE ) ; // The cleared EFB is placed in XFB[1] in init_gx()307 GXCopyDisp( xfb_p[ draw_xfb_idx ], GX_ENABLE ) ; in main()315 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in main()
40 static void *xfb_p[ 2 ] ; // Pointer to double buffer variable129 xfb_p[0] = OSAlloc( xfb_size ) ; in init_display()130 xfb_p[1] = OSAlloc( xfb_size ) ; in init_display()138 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in init_display()176 GXCopyDisp( xfb_p[0], GX_ENABLE ) ; // The EFB is cleared and garbage is placed in XFB[0] in init_gx()177 GXCopyDisp( xfb_p[0], GX_DISABLE ) ; // The cleared EFB is placed in XFB[0] in init_gx()178 GXCopyDisp( xfb_p[1], GX_DISABLE ) ; // The cleared EFB is placed in XFB[1] in init_gx()411 GXCopyDisp( xfb_p[ draw_xfb_idx ], GX_ENABLE ) ; in main()419 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in main()