Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/gx/
Dgx_vramcnt.h348 GXVRamSubBG; typedef
473 void GX_SetBankForSubBG(GXVRamSubBG sub_bg);
474 BOOL GX_TrySetBankForSubBG(GXVRamSubBG sub_bg);
482 GXVRamSubBG GX_GetBankForSubBG(void);
487 GXVRamSubBG GX_ResetBankForSubBG(void);
492 GXVRamSubBG GX_DisableBankForSubBG(void);
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dgx_vramcnt.c1060 static inline void GX_VRAMCNT_SetSubBG_(GXVRamSubBG bg) in GX_VRAMCNT_SetSubBG_()
1765 static inline void GxSetBankForSubBG(GXVRamSubBG sub_bg) in GxSetBankForSubBG()
1789 void GX_SetBankForSubBG(GXVRamSubBG sub_bg) in GX_SetBankForSubBG()
1807 BOOL GX_TrySetBankForSubBG(GXVRamSubBG sub_bg) in GX_TrySetBankForSubBG()
2183 GXVRamSubBG GX_ResetBankForSubBG() in GX_ResetBankForSubBG()
2191 return (GXVRamSubBG)resetBankForX_(&gGXState.vramCnt.sub_bg); in GX_ResetBankForSubBG()
2505 GXVRamSubBG GX_DisableBankForSubBG() in GX_DisableBankForSubBG()
2513 return (GXVRamSubBG)disableBankForX_(&gGXState.vramCnt.sub_bg); in GX_DisableBankForSubBG()
2729 GXVRamSubBG GX_GetBankForSubBG() in GX_GetBankForSubBG()
2731 return (GXVRamSubBG)gGXState.vramCnt.sub_bg; in GX_GetBankForSubBG()