Searched refs:sampleFrameCount (Results 1 – 2 of 2) sorted by relevance
68 static s32 sampleFrameCount = 0; variable204 GXCopyDisp( sampleXFB[ sampleFrameCount % SAMPLE_XFB_COUNT ], GX_TRUE ); in SampleWaitRetrace()205 VISetNextFrameBuffer( sampleXFB[ sampleFrameCount % SAMPLE_XFB_COUNT ] ); in SampleWaitRetrace()208 sampleFrameCount ++; in SampleWaitRetrace()
64 static s32 sampleFrameCount = 0; variable234 GXCopyDisp( sampleXFB[ sampleFrameCount % REXDEMO_XFB_COUNT ], GX_TRUE ); in REXDEMOWaitRetrace()235 VISetNextFrameBuffer( sampleXFB[ sampleFrameCount % REXDEMO_XFB_COUNT ] ); in REXDEMOWaitRetrace()238 sampleFrameCount ++; in REXDEMOWaitRetrace()614 (void)sprintf( tempStr, "%d", sampleFrameCount ); in RenderString()