Searched refs:xfb_p (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2/build/demos/kpadOlddemo/src/ |
| D | main.c | 42 static void *xfb_p[ 2 ] ; // Pointer to double buffer variable 129 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()
|
| /RvlSDK-3.2/build/demos/kpaddemo/src/ |
| D | main.c | 45 static void *xfb_p[ 2 ] ; // Pointer to double buffer variable 143 xfb_p[ 0 ] = OSAlloc( xfb_size ) ; in init_display() 144 xfb_p[ 1 ] = OSAlloc( xfb_size ) ; in init_display() 152 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in init_display() 190 GXCopyDisp( xfb_p[ 0 ], GX_ENABLE ) ; // The EFB is cleared and garbage is placed in XFB[0] in init_gx() 191 GXCopyDisp( xfb_p[ 0 ], GX_DISABLE ) ; // The cleared EFB is placed in XFB[0] in init_gx() 192 GXCopyDisp( xfb_p[ 1 ], GX_DISABLE ) ; // The cleared EFB is placed in XFB[1] in init_gx() 336 GXCopyDisp( xfb_p[ draw_xfb_idx ], GX_ENABLE ) ; in main() 344 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in main()
|
| D | swing.c | 40 static void *xfb_p[ 2 ] ; // Pointer to double buffer variable 129 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()
|