Searched refs:gScreenShotFrame (Results 1 – 3 of 3) sorted by relevance
22 int gScreenShotFrame = 1; variable111 gScreenShotFrame = ReadIntArgument(argv[argIndex + 1]); in ANGLEProcessPerfTestArgs()
23 extern int gScreenShotFrame;
1817 static_cast<uint32_t>(gScreenShotFrame) == mCurrentFrame) in swap()1824 if (mStartFrame != static_cast<uint32_t>(gScreenShotFrame)) in swap()1826 screenshotNameStr << "_frame" << gScreenShotFrame; in swap()