Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp594 size_t nFileNameSize = strlen(pszWritePath) + 200; in PVRShellScreenSave() local
595 pszFileName = (char*)malloc(nFileNameSize); in PVRShellScreenSave()
600 snprintf(pszFileName, nFileNameSize, "%s%s%04d.bmp", pszWritePath, fname, nScreenshotCount); in PVRShellScreenSave()
611 snprintf(pszFileName, nFileNameSize, "%s%s0000.bmp", pszWritePath, fname); in PVRShellScreenSave()