Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h67 int nCaptureFrameStart; /*!< The frame to start capturing screenshots from. */ member
DPVRShell.cpp97 m_pShellData->nCaptureFrameStart = -1; in PVRShell()
387 m_pShellData->nCaptureFrameStart = value; in PVRShellSet()
429 case prefCaptureFrameStart: return m_pShellData->nCaptureFrameStart; in PVRShellGet()
1629 …ellKeyNameScreenshot) || (nCurrentFrame >= m_pShell->m_pShellData->nCaptureFrameStart && nCurrentF… in Run()