Searched refs:xfbA (Results 1 – 4 of 4) sorted by relevance
54 static u8* xfbA; variable95 xfbA = (u8*)OSRoundUp32B(arenaLo); in allocateFB()96 xfbB = (u8*)OSRoundUp32B(xfbA + fbSize); in allocateFB()98 arenaLo = (void*)(xfbA + 2 * fbSize); in allocateFB()187 xfb = (frame & 0x1)? xfbB : xfbA; in main()
53 static u8* xfbA; variable94 xfbA = (u8*)OSRoundUp32B(arenaLo); in allocateFB()95 xfbB = (u8*)OSRoundUp32B(xfbA + fbSize); in allocateFB()97 arenaLo = (void*)(xfbA + 2 * fbSize); in allocateFB()188 xfb = (frame & 0x1)? xfbB : xfbA; in main()
54 static u8* xfbA; variable96 xfbA = (u8*)OSRoundUp32B(arenaLo); in allocateFB()97 xfbB = (u8*)OSRoundUp32B(xfbA + fbSize); in allocateFB()99 arenaLo = (void*)(xfbA + 2 * fbSize); in allocateFB()209 xfb = (frame & 0x1)? xfbB : xfbA; in main()
37 static u8* xfbA; variable56 xfbA = (u8*)OSRoundUp32B(arenaLo); in allocateFB()57 xfbB = (u8*)OSRoundUp32B(xfbA + fbSize); in allocateFB()59 arenaLo = (void*)(xfbA + 2 * fbSize); in allocateFB()240 DrawBlackScreen(fbSize, xfbA); in main()261 xfb = (frame & 0x1)? xfbB : xfbA; in main()