Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/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.2.1/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.2.1/build/demos/gx/UnitTours/2D_CharBg_256BMP/src/
Dmain.c122 GX_LoadBG3Bmp(bitmapBG_256color_Texel, 0, SCREEN_SIZE); in TwlMain()
/TwlSDK-5.2.1/build/demos/gx/UnitTours/2D_CharBg_Direct/src/
Dmain.c126 GX_LoadBG3Bmp(bitmapBG_directcolor_Texel, 0, SCREEN_SIZE); in TwlMain()
/TwlSDK-5.2.1/build/demos.TWL/tcl/tcl-1/src/
Dmain.c209 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/
Dgx_load.h139 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/
DDEMOBitmap.c101 GX_LoadBG3Bmp(context->bitmap_frame, 0, sizeof(context->bitmap_frame)); in OnVBlank()