Searched refs:sampleFrameCount (Results 1 – 2 of 2) sorted by relevance
74 static s32 sampleFrameCount = 0; variable210 GXCopyDisp( sampleXFB[ sampleFrameCount % SAMPLE_XFB_COUNT ], GX_TRUE ); in SampleWaitRetrace()211 VISetNextFrameBuffer( sampleXFB[ sampleFrameCount % SAMPLE_XFB_COUNT ] ); in SampleWaitRetrace()214 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()