Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/wddemo/src/
Dsample.c78 static s32 sampleRawIndex; variable
252 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()
/RevoEX-2.1/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()