Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/
DEarlyDepthTestSample.cpp87 #define FPS_AVG_FRAME_COUNT 100 macro
260 if (++s_CurrentFpsCount == FPS_AVG_FRAME_COUNT) in DrawFrame()
262 f64 avgtime = s_TmpFpsSum / FPS_AVG_FRAME_COUNT; in DrawFrame()