Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/gxdemo/src/DisplayList/
DDL-geom.c47 #define NUM_LISTDL 14 macro
61 u8* listDL[NUM_LISTDL];
64 u32 listSize[NUM_LISTDL];
274 for(i=0; i<NUM_LISTDL; i++) in DrawInit()
452 for(i=0; i<NUM_LISTDL; i++) in DrawTick()
454 other.r = (u8) (i*255/NUM_LISTDL); in DrawTick()
455 other.g = (u8) (i*127/NUM_LISTDL); in DrawTick()
460 MTXTrans(mt, (f32) (-275.0+550.0*i/(NUM_LISTDL-1)), 80*(i&1)-40, 0); in DrawTick()