Searched refs:sampleRawIndex (Results 1 – 2 of 2) sorted by relevance
84 static s32 sampleRawIndex; variable258 sampleRawIndex = ( sampleRawIndex + 1 ) % SAMPLE_RAW_COUNT; in SampleReport()270 sampleRawIndex = ( sampleRawIndex + 1 ) % SAMPLE_RAW_COUNT; in SampleReport()317 sampleRawIndex = 0; in InitString()461 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()