Home
last modified time | relevance | path

Searched refs:GX_LoadBG3Bmp (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-1/src/
Dmain.c281 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.1.0/build/demos.TWL/dsp/scaling-2/src/
Dmain.c300 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.1.0/build/demos/gx/UnitTours/2D_CharBg_256BMP/src/
Dmain.c122 GX_LoadBG3Bmp(bitmapBG_256color_Texel, 0, SCREEN_SIZE); in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_Direct/src/
Dmain.c126 GX_LoadBG3Bmp(bitmapBG_directcolor_Texel, 0, SCREEN_SIZE); in TwlMain()
/TwlSDK-5.1.0/include/nitro/gx/
Dgx_load.h139 static inline void GX_LoadBG3Bmp(const void *pSrc, u32 offset, u32 szByte) in GX_LoadBG3Bmp() function
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c101 GX_LoadBG3Bmp(context->bitmap_frame, 0, sizeof(context->bitmap_frame)); in OnVBlank()