Searched refs:CubeTexCoords (Results 1 – 4 of 4) sorted by relevance
110 static u16 CubeTexCoords[4][2] = // This is not used as array. variable423 cs = (u16)(CubeTexCoords[j][0] + s * CubeTexSpeed[i][0]); in DrawCube()424 ct = (u16)(CubeTexCoords[j][1] + t * CubeTexSpeed[i][1]); in DrawCube()
103 static s16 CubeTexCoords[2*4] ATTRIBUTE_ALIGN(32) = variable192 GXSetArray(GX_VA_TEX0, CubeTexCoords, 2 * sizeof(s16)); in DrawInit()
109 static s16 CubeTexCoords[2*4] ATTRIBUTE_ALIGN(32) = variable222 GXSetArray(GX_VA_TEX0, CubeTexCoords, 2 * sizeof(s16)); in DrawInit()
98 static s16 CubeTexCoords[2*4] ATTRIBUTE_ALIGN(32) = variable182 GXSetArray(GX_VA_TEX0, CubeTexCoords, 2 * sizeof(s16)); in DrawInit()