Searched refs:CUBE_IDX (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/ |
| D | perf-geo.c | 101 CUBE_IDX, // lit and textured enumerator 132 { 1, 0, 1000, 1, CUBE_IDX }, // test matrix load speed 133 { 1, 1000, 1, 1, CUBE_IDX }, // test a few large objects 134 { 1000, 1, 1, 1, CUBE_IDX }, // test very small objects 135 { 500, 2, 1, 1, CUBE_IDX }, // 136 { 333, 3, 1, 1, CUBE_IDX }, // 137 { 250, 4, 1, 1, CUBE_IDX }, // 138 { 200, 5, 1, 1, CUBE_IDX }, // 139 { 100, 10, 1, 1, CUBE_IDX }, // test many small objects 140 { 100, 10, 2, 1, CUBE_IDX }, // how does n mtx effect? [all …]
|