Lines Matching refs:MySwapModeTable
85 static u8 MySwapModeTable[4][4] = variable
220 DEMOPrintf(24, 24, 0, "%s -> RED", MySwCompMsg[MySwapModeTable[sc->tblIdx][0]]); in DrawTick()
221 DEMOPrintf(24, 32, 0, "%s -> GREEN", MySwCompMsg[MySwapModeTable[sc->tblIdx][1]]); in DrawTick()
222 DEMOPrintf(24, 40, 0, "%s -> BLUE", MySwCompMsg[MySwapModeTable[sc->tblIdx][2]]); in DrawTick()
223 DEMOPrintf(24, 48, 0, "%s -> ALPHA", MySwCompMsg[MySwapModeTable[sc->tblIdx][3]]); in DrawTick()
263 MySwapModeTable[sc->tblIdx][sc->cursor - 1]++; in AnimTick()
264 MySwapModeTable[sc->tblIdx][sc->cursor - 1] %= 4; in AnimTick()
427 MyChCompTable[MySwapModeTable[i][0]], in LoadTevSwapTable()
428 MyChCompTable[MySwapModeTable[i][1]], in LoadTevSwapTable()
429 MyChCompTable[MySwapModeTable[i][2]], in LoadTevSwapTable()
430 MyChCompTable[MySwapModeTable[i][3]] ); in LoadTevSwapTable()