Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOInit.c193 GX_SetBankForTex(GX_VRAM_TEX_0_A); // VRAM-A for texture images in DEMOInitDisplay3D()
DDEMOBitmap.c162 GX_SetBankForTex(GX_VRAM_TEX_0_A); in DEMOInitDisplayBitmap()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/ClearImage/src/
Dmain.c223 GX_SetBankForTex(GX_VRAM_TEX_0_A); // Set VRAM-A to texture image buffer in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/ClearDepthOnly/src/
Dmain.c221 GX_SetBankForTex(GX_VRAM_TEX_0_A); // Set VRAM-A to texture image buffer in TwlMain()
/TwlSDK-5.1.0/include/nitro/gx/
Dgx_vramcnt.h213 GX_VRAM_TEX_0_A = GX_VRAM_A, // TextureImageSlot 0 enumerator
235 (x) == GX_VRAM_TEX_0_A || \
/TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/
Dmain.c239 GX_SetBankForTex(GX_VRAM_TEX_0_A); // VRAM-A for texture images in InitDisplay()
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dgx_load3d.c213 case GX_VRAM_TEX_0_A: in GX_BeginLoadTex()
Dgxstate.c487 case GX_VRAM_TEX_0_A: in GX_RegionCheck_Tex_()
Dgx_vramcnt.c832 case GX_VRAM_TEX_0_A: in GX_VRAMCNT_SetTEX_()