Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Performance/
Dperf-fill.c118 static void SetStats ( StatObj* stat, u32 nstats, StatDispMode disp );
458 SetStats(MyStats1, STAT_MENU1, STAT_TLD); in DrawInit()
808 SetStats(MyStats1, STAT_MENU1, STAT_TLD); in AnimTick()
811 SetStats(MyStats2, STAT_MENU2, STAT_TLD); in AnimTick()
814 SetStats(MyStats3, STAT_MENU3, STAT_TLD); in AnimTick()
817 SetStats(MyStats4, STAT_MENU4, STAT_TLD); in AnimTick()
820 SetStats(MyStats5, STAT_MENU5, STAT_TLD); in AnimTick()
823 SetStats(NULL, STAT_MENU0, STAT_TLD); in AnimTick()
1295 static void SetStats( StatObj *stat, u32 nstats, StatDispMode disp ) in SetStats() function