Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c41 u16 main_bg[32 * 24] ATTRIBUTE_ALIGN(32); member
106 GX_LoadBG1Scr(context->main_bg, 0, sizeof(context->main_bg)); in OnVBlank()
237 DC_StoreRange(context->main_bg, sizeof(context->main_bg)); in DEMO_DrawFlip()
733 MI_CpuFillFast(context->main_bg, 0x00000000, sizeof(context->main_bg)); in DEMOClearString()
751 u16 *dst = &context->main_bg[y * 32]; in DEMOPutString()