Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp590 int nScreenshotCount; in PVRShellScreenSave() local
598 for(nScreenshotCount = 0; nScreenshotCount < 10000; ++nScreenshotCount) in PVRShellScreenSave()
600 snprintf(pszFileName, nFileNameSize, "%s%s%04d.bmp", pszWritePath, fname, nScreenshotCount); in PVRShellScreenSave()
609 if (nScreenshotCount==10000) in PVRShellScreenSave()