Searched refs:sampleRawIndex (Results 1 – 2 of 2) sorted by relevance
78 static s32 sampleRawIndex; variable252 sampleRawIndex = ( sampleRawIndex + 1 ) % SAMPLE_RAW_COUNT; in SampleReport()264 sampleRawIndex = ( sampleRawIndex + 1 ) % SAMPLE_RAW_COUNT; in SampleReport()311 sampleRawIndex = 0; in InitString()455 ptr = &( sampleString[ ( sampleRawIndex + i ) % SAMPLE_RAW_COUNT ][ 0 ] ); in RenderString()
74 static s32 sampleRawIndex; variable286 sampleRawIndex = ( sampleRawIndex + 1 ) % REXDEMO_RAW_COUNT; in REXDEMOReportEx()299 sampleRawIndex = ( sampleRawIndex + 1 ) % REXDEMO_RAW_COUNT; in REXDEMOReportEx()503 sampleRawIndex = 0; in InitString()643 … const char* ptr = &( sampleString[ ( sampleRawIndex + i ) % REXDEMO_RAW_COUNT ][ 0 ] ); in RenderString()644 … const GXColor* strCol = &( sampleStringCol[ ( sampleRawIndex + i ) % REXDEMO_RAW_COUNT ][ 0 ] ); in RenderString()