Searched refs:GX_LoadBG3Bmp (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.2.1/build/demos.TWL/dsp/scaling-1/src/ |
| D | main.c | 281 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling() 367 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()
|
| /TwlSDK-5.2.1/build/demos.TWL/dsp/scaling-2/src/ |
| D | main.c | 300 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ExecScaling() 384 GX_LoadBG3Bmp(ScrBuf, 0, HW_LCD_WIDTH * HW_LCD_HEIGHT * sizeof(u16)); in ScalingCallbackFunc()
|
| /TwlSDK-5.2.1/build/demos/gx/UnitTours/2D_CharBg_256BMP/src/ |
| D | main.c | 122 GX_LoadBG3Bmp(bitmapBG_256color_Texel, 0, SCREEN_SIZE); in TwlMain()
|
| /TwlSDK-5.2.1/build/demos/gx/UnitTours/2D_CharBg_Direct/src/ |
| D | main.c | 126 GX_LoadBG3Bmp(bitmapBG_directcolor_Texel, 0, SCREEN_SIZE); in TwlMain()
|
| /TwlSDK-5.2.1/build/demos.TWL/tcl/tcl-1/src/ |
| D | main.c | 209 GX_LoadBG3Bmp( draw_buffer, 0, WIDTH * HEIGHT * sizeof(u16) ); in TwlMain() 561 GX_LoadBG3Bmp( draw_buffer, 0, WIDTH * HEIGHT * sizeof(u16) ); in TwlMain()
|
| /TwlSDK-5.2.1/include/nitro/gx/ |
| D | gx_load.h | 139 static inline void GX_LoadBG3Bmp(const void *pSrc, u32 offset, u32 szByte) in GX_LoadBG3Bmp() function
|
| /TwlSDK-5.2.1/build/demos/gx/UnitTours/DEMOLib/src/ |
| D | DEMOBitmap.c | 101 GX_LoadBG3Bmp(context->bitmap_frame, 0, sizeof(context->bitmap_frame)); in OnVBlank()
|