Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h69 int nCaptureFrameScale; /*!< Save screenshots scale factor. 1 for no scaling. */ member
DPVRShell.cpp99 m_pShellData->nCaptureFrameScale = 1; in PVRShell()
393 m_pShellData->nCaptureFrameScale = value; in PVRShellSet()
431 case prefCaptureFrameScale: return m_pShellData->nCaptureFrameScale; in PVRShellGet()
1636 …(PVRSHELL_SCREENSHOT_NAME, nWidth, nHeight, pBuf, m_pShell->m_pShellData->nCaptureFrameScale) != 0) in Run()