Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h309prefCaptureFrameScale, /*!< Pixel-replicate saved screenshots this many times; default 1 for no s… enumerator
DPVRShell.cpp392 case prefCaptureFrameScale: in PVRShellSet()
431 case prefCaptureFrameScale: return m_pShellData->nCaptureFrameScale; in PVRShellGet()
1117 shell.PVRShellSet(prefCaptureFrameScale, atoi(val)); in Apply()