Searched refs:xfb_p (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.1.4/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.1.4/build/demos/kpaddemo/src/ |
| D | main.c | 45 static void *xfb_p[ 2 ] ; // Pointer to double buffer variable 136 xfb_p[ 0 ] = OSAlloc( xfb_size ) ; in init_display() 137 xfb_p[ 1 ] = OSAlloc( xfb_size ) ; in init_display() 145 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in init_display() 183 GXCopyDisp( xfb_p[ 0 ], GX_ENABLE ) ; // The EFB is cleared and garbage is placed in XFB[0] in init_gx() 184 GXCopyDisp( xfb_p[ 0 ], GX_DISABLE ) ; // The cleared EFB is placed in XFB[0] in init_gx() 185 GXCopyDisp( xfb_p[ 1 ], GX_DISABLE ) ; // The cleared EFB is placed in XFB[1] in init_gx() 304 GXCopyDisp( xfb_p[ draw_xfb_idx ], GX_ENABLE ) ; in main() 312 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in main()
|
| D | swing.c | 40 static void *xfb_p[ 2 ] ; // Pointer to double buffer variable 127 xfb_p[0] = OSAlloc( xfb_size ) ; in init_display() 128 xfb_p[1] = OSAlloc( xfb_size ) ; in init_display() 136 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in init_display() 174 GXCopyDisp( xfb_p[0], GX_ENABLE ) ; // The EFB is cleared and garbage is placed in XFB[0] in init_gx() 175 GXCopyDisp( xfb_p[0], GX_DISABLE ) ; // The cleared EFB is placed in XFB[0] in init_gx() 176 GXCopyDisp( xfb_p[1], GX_DISABLE ) ; // The cleared EFB is placed in XFB[1] in init_gx() 409 GXCopyDisp( xfb_p[ draw_xfb_idx ], GX_ENABLE ) ; in main() 417 VISetNextFrameBuffer( xfb_p[ disp_xfb_idx ] ) ; in main()
|