Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/gxdemo/src/Simple/
Dsmp-toy-draw.c43 static s16 TopVerts[] ATTRIBUTE_ALIGN(32) = variable
232 GXSetArray(GX_VA_POS, TopVerts, 3*sizeof(s16)); in DrawInit()
/RvlSDK-3.3/build/demos/gxdemo/src/Texture/
Dtex-fmt-cube.c96 static s16 TopVerts[] ATTRIBUTE_ALIGN(32) = variable
225 GXSetArray(GX_VA_POS, TopVerts, 3 * sizeof(s16)); in DrawInit()
Dtex-fmt-tpl.c100 static s16 TopVerts[] ATTRIBUTE_ALIGN(32) = variable
263 GXSetArray(GX_VA_POS, TopVerts, 3*sizeof(s16)); in DrawInit()
/RvlSDK-3.3/build/demos/cntdemo/src/
Dstrapcntdemo.c110 static s16 TopVerts[] ATTRIBUTE_ALIGN(32) = variable
363 GXSetArray( GX_VA_POS, TopVerts, 3*sizeof(s16) ); in DrawInit()