Home
last modified time | relevance | path

Searched refs:CubeTexCoords (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2/build/demos/gxdemo/src/Texture/
Dtex-filter.c110 static u16 CubeTexCoords[4][2] = // This is not used as array. variable
423 cs = (u16)(CubeTexCoords[j][0] + s * CubeTexSpeed[i][0]); in DrawCube()
424 ct = (u16)(CubeTexCoords[j][1] + t * CubeTexSpeed[i][1]); in DrawCube()
Dtex-mix-mode.c103 static s16 CubeTexCoords[2*4] ATTRIBUTE_ALIGN(32) = variable
192 GXSetArray(GX_VA_TEX0, CubeTexCoords, 2 * sizeof(s16)); in DrawInit()
Dtex-lod.c109 static s16 CubeTexCoords[2*4] ATTRIBUTE_ALIGN(32) = variable
222 GXSetArray(GX_VA_TEX0, CubeTexCoords, 2 * sizeof(s16)); in DrawInit()
Dtex-preload.c98 static s16 CubeTexCoords[2*4] ATTRIBUTE_ALIGN(32) = variable
182 GXSetArray(GX_VA_TEX0, CubeTexCoords, 2 * sizeof(s16)); in DrawInit()