Searched refs:kFramesPerXY (Results 1 – 1 of 1) sorted by relevance
1868 constexpr uint32_t kFramesPerXY = kFramesPerY * kFramesPerX; in drawBenchmark() local1929 uint32_t frameX = (mOffscreenFrameCount % kFramesPerXY) % kFramesPerX; in drawBenchmark()1930 uint32_t frameY = (mOffscreenFrameCount % kFramesPerXY) / kFramesPerX; in drawBenchmark()