Searched refs:s_OAMBuffer (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.5/build/demos/gx/UnitTours/2D_Oam_Translucent/src/ |
| D | main.c | 43 static GXOamAttr s_OAMBuffer[128]; variable 125 G2_SetOBJAttr(&s_OAMBuffer[0], // Use the first OAM in TwlMain() 138 G2_SetOBJAttr(&s_OAMBuffer[1], // Use 2nd OAM in TwlMain() 163 DC_FlushRange(s_OAMBuffer, sizeof(s_OAMBuffer)); in TwlMain() 171 GX_LoadOAM(s_OAMBuffer, // Transfer OAM buffer to OAM in TwlMain() 172 0, sizeof(s_OAMBuffer)); in TwlMain() 174 s_OAMBuffer, 192, sizeof(s_OAMBuffer)); in TwlMain()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/2D_Oam_OBJWindow/src/ |
| D | main.c | 46 static GXOamAttr s_OAMBuffer[128]; variable 177 G2_SetOBJAttr(&s_OAMBuffer[0], // Pointer to the OAM to use in TwlMain() 196 DC_FlushRange(s_OAMBuffer, sizeof(s_OAMBuffer)); in TwlMain() 204 GX_LoadOAM(s_OAMBuffer, // Transfer OAM buffer to OAM in TwlMain() 205 0, sizeof(s_OAMBuffer)); in TwlMain() 207 s_OAMBuffer, 192, sizeof(s_OAMBuffer)); in TwlMain()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/2D_Oam_Bmp1D/src/ |
| D | main.c | 48 static GXOamAttr s_OAMBuffer[128]; variable 193 GXOamAffine *oamBuffp = (GXOamAffine *)&s_OAMBuffer[0]; in TwlMain() 205 G2_SetOBJAttr(&s_OAMBuffer[0], // Specify the location of OAM in TwlMain() 226 DC_FlushRange(s_OAMBuffer, sizeof(s_OAMBuffer)); in TwlMain() 234 GX_LoadOAM(s_OAMBuffer, // Transfer OAM buffer to OAM in TwlMain() 235 0, sizeof(s_OAMBuffer)); in TwlMain() 237 s_OAMBuffer, 192, sizeof(s_OAMBuffer)); in TwlMain()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/2D_Oam_Direct/src/ |
| D | main.c | 47 static GXOamAttr s_OAMBuffer[128]; variable 205 GXOamAffine *oamBuffp = (GXOamAffine *)&s_OAMBuffer[0]; in TwlMain() 224 G2_SetOBJAttr(&s_OAMBuffer[count], // Specify the location of OAM in TwlMain() 250 DC_FlushRange(s_OAMBuffer, sizeof(s_OAMBuffer)); in TwlMain() 258 GX_LoadOAM(s_OAMBuffer, // Transfer OAM buffer to OAM in TwlMain() 259 0, sizeof(s_OAMBuffer)); in TwlMain() 261 s_OAMBuffer, 192, sizeof(s_OAMBuffer)); in TwlMain()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/2D_Oam_Char1D/src/ |
| D | main.c | 48 static GXOamAttr s_OAMBuffer[128]; variable 222 GXOamAffine *oamBuffp = (GXOamAffine *)&s_OAMBuffer[0]; in TwlMain() 242 G2_SetOBJAttr(&s_OAMBuffer[count], // Specify the location of OAM in TwlMain() 272 DC_FlushRange(s_OAMBuffer, sizeof(s_OAMBuffer)); in TwlMain() 280 GX_LoadOAM(s_OAMBuffer, // Transfer OAM buffer to OAM in TwlMain() 281 0, sizeof(s_OAMBuffer)); in TwlMain() 283 s_OAMBuffer, 192, sizeof(s_OAMBuffer)); in TwlMain()
|
| /TwlSDK-5.5/build/demos/gx/UnitTours/2D_Oam_256_16/src/ |
| D | main.c | 50 static GXOamAttr s_OAMBuffer[128]; variable 207 GXOamAffine *oamBuffp = (GXOamAffine *)&s_OAMBuffer[0]; in TwlMain() 227 G2_SetOBJAttr(&s_OAMBuffer[count], // Specify the location of OAM in TwlMain() 250 DC_FlushRange(s_OAMBuffer, sizeof(s_OAMBuffer)); in TwlMain() 265 GX_LoadOAM(s_OAMBuffer, // Transfer OAM buffer to OAM in TwlMain() 266 0, sizeof(s_OAMBuffer)); in TwlMain() 268 s_OAMBuffer, 192, sizeof(s_OAMBuffer)); in TwlMain()
|