Searched refs:xfb_p (Results 1 – 1 of 1) sorted by relevance
42 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()240 GXCopyDisp( xfb_p[ draw_xfb_idx ], GX_ENABLE ) ; in main()248 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in main()