| /RvlSDK-2.1/build/libraries/demo/src/ |
| D | DEMOInit.c | 222 fbSize = VIPadFrameBufferWidth(Rmode->fbWidth) * Rmode->xfbHeight * in DEMOConfigureMem() 318 GXSetViewport(0.0F, 0.0F, (f32)Rmode->fbWidth, (f32)Rmode->efbHeight, in DEMOInitGX() 320 GXSetScissor(0, 0, (u32)Rmode->fbWidth, (u32)Rmode->efbHeight); in DEMOInitGX() 324 GXSetDispCopySrc(0, 0, Rmode->fbWidth, Rmode->efbHeight); in DEMOInitGX() 325 GXSetDispCopyDst(Rmode->fbWidth, xfbHeight); in DEMOInitGX() 339 GXSetViewport(0.0F, 0.0F, (f32)Rmode->fbWidth, (f32)Rmode->xfbHeight, in DEMOInitGX() 406 0.0F, 0.0F, (float)Rmode->fbWidth, (float)Rmode->efbHeight, in DEMOBeforeRender() 412 0.0F, 0.0F, (float)Rmode->fbWidth, (float)Rmode->efbHeight, in DEMOBeforeRender() 554 fbSize = VIPadFrameBufferWidth(Rmode->fbWidth) * Rmode->xfbHeight * in DEMOReInit()
|
| /RvlSDK-2.1/build/demos/kpaddemo/src/ |
| D | main.c | 128 … xfb_size = VIPadFrameBufferWidth(rmode_p->fbWidth) * rmode_p->xfbHeight * (u32)VI_DISPLAY_PIX_SZ ; in init_display() 163 GXSetDispCopySrc( 0, 0, rmode_p->fbWidth, rmode_p->efbHeight ) ; in init_gx() 164 GXSetDispCopyDst( rmode_p->fbWidth, rmode_p->xfbHeight ) ; in init_gx() 172 GXSetViewport( 0.0f, 0.0f, rmode_p->fbWidth, rmode_p->efbHeight, 0.0f, 1.0f ) ; in init_gx() 173 GXSetScissor( 0, 0, (u32)rmode_p->fbWidth, (u32)rmode_p->efbHeight ) ; in init_gx()
|
| D | sample.c | 471 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample() 477 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.6f, 20.8f ) ; in draw_sample() 519 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample() 525 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 30.0f, 40.0f ) ; in draw_sample() 532 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 14.0f, 18.8f ) ; in draw_sample() 568 init_draw_kfont( rmode_p->fbWidth, rmode_p->efbHeight, 15.0f, 20.0f ) ; in draw_sample() 577 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample() 591 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample() 607 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample() 614 init_draw_graphic( rmode_p->fbWidth, rmode_p->efbHeight ) ; in draw_sample() [all …]
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-aa-full.c | 99 width = rMode->fbWidth; in main() 104 bufferOffset = VIPadFrameBufferWidth(rMode->fbWidth) * copyLines * in main() 126 (f32)rMode->fbWidth, (f32)rMode->xfbHeight, in main() 182 GXSetDispCopySrc(0, COPY_OVERLAP, rMode->fbWidth, copyLines); in CopyBottom() 188 GXSetDispCopySrc(0, 0, rMode->fbWidth, COPY_OVERLAP); in CopyBottom() 193 GXSetDispCopySrc(0, 0, rMode->fbWidth, rMode->efbHeight); in CopyBottom()
|
| /RvlSDK-2.1/build/demos/videmo/src/ |
| D | moving.c | 128 for (i = 0; i < rmode->fbWidth; i += 2) in draw() 163 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
|
| D | moving.progressive.c | 128 for (i = 0; i < rmode->fbWidth; i += 2) in draw() 164 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
|
| D | moving.30Hz.c | 128 for (i = 0; i < rmode->fbWidth; i += 2) in draw() 184 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
|
| D | cross-color.c | 220 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main() 263 DrawCircles( rmode->fbWidth, rmode->xfbHeight, fbSize, xfb); in main()
|
| D | color.c | 183 fbSize = (u32)(VIPadFrameBufferWidth(rmode->fbWidth) in main()
|
| /RvlSDK-2.1/include/revolution/gx/ |
| D | GXStruct.h | 208 u16 fbWidth; // no xscale from efb to xfb member
|
| /RvlSDK-2.1/build/demos/osdemo/src/ |
| D | report.c | 48 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in DoReport()
|
| D | fontdemo1.c | 198 MTXOrtho(projection, 0.0f, (f32) rmp->efbHeight, 0.0f, (f32) rmp->fbWidth, 0.0f, -100.0f); in main()
|
| D | fontdemo3.c | 195 MTXOrtho(projection, 0.0f, (f32) rmp->efbHeight, 0.0f, (f32) rmp->fbWidth, 0.0f, -100.0f); in main()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/PixelProc/ |
| D | pix-blend.c | 122 myViewPort[i].xorg *= rmp->fbWidth/2; in main() 124 myViewPort[i].width *= rmp->fbWidth/2; in main()
|
| D | pix-logic.c | 119 myViewPort[i].xorg *= rmp->fbWidth/2; in main() 121 myViewPort[i].width *= rmp->fbWidth/2; in main()
|
| D | pix-z-comp.c | 126 myViewPort[i].xorg *= rmp->fbWidth/2; in main() 128 myViewPort[i].width *= rmp->fbWidth/2; in main()
|
| D | pix-fog.c | 173 myViewPort[i].xorg *= rmp->fbWidth/2; in main() 175 myViewPort[i].width *= rmp->fbWidth/2; in main()
|
| D | pix-a-comp.c | 131 myViewPort[i].xorg *= rmp->fbWidth/2; in main() 133 myViewPort[i].width *= rmp->fbWidth/2; in main()
|
| /RvlSDK-2.1/build/demos/thpdemo/src/THPSimple/ |
| D | main.c | 89 x = (rmode->fbWidth - videoInfo.xSize) / 2; in main()
|
| /RvlSDK-2.1/build/demos/hio2demo/src/ |
| D | dual-main.c | 266 DEMOInitCaption(DM_FT_OPQ, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in myAppInit() 275 (u32)(VIPadFrameBufferWidth(rmp->fbWidth) * VI_DISPLAY_PIX_SZ ); in myAppInit()
|
| D | simple.c | 229 DEMOInitCaption(DM_FT_OPQ, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in myAppInit()
|
| D | multi-main.c | 237 DEMOInitCaption(DM_FT_OPQ, (s16) rmp->fbWidth, (s16) rmp->efbHeight); in myAppInit()
|
| /RvlSDK-2.1/build/demos/paddemo/src/ |
| D | sampling.c | 106 DEMOInitCaption(DM_FT_XLU, (s16) rmp->fbWidth * 3 / 4, (s16) rmp->efbHeight * 3 / 4); in main()
|
| /RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/ |
| D | main.c | 263 x = (rmode->fbWidth - videoInfo.xSize) / 2; in main()
|
| /RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | main.c | 241 x = (rmode->fbWidth - videoInfo.xSize) / 2; in main()
|