Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h68 int nCaptureFrameStop; /*!< The frame to stop capturing screenshots from. */ member
DPVRShell.cpp98 m_pShellData->nCaptureFrameStop = -1; in PVRShell()
390 m_pShellData->nCaptureFrameStop = value; in PVRShellSet()
430 case prefCaptureFrameStop: return m_pShellData->nCaptureFrameStop; in PVRShellGet()
1629 …l->m_pShellData->nCaptureFrameStart && nCurrentFrame <= m_pShell->m_pShellData->nCaptureFrameStop)) in Run()