Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/wddemo/src/
Dsample.c84 static s32 sampleRawIndex; variable
258 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()
/RevoEX-2.3/build/demos/share/src/
Dgraphic.c74 static s32 sampleRawIndex; variable
286 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()