Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp95 m_pShellData->nInitRepeats = 0; in PVRShell()
326 m_pShellData->nInitRepeats = value; in PVRShellSet()
424 case prefInitRepeats: return m_pShellData->nInitRepeats; in PVRShellGet()
1675 if(!gShellDone && m_pShell->m_pShellData->nInitRepeats) in Run()
1677 --m_pShell->m_pShellData->nInitRepeats; in Run()
DPVRShellImpl.h61 int nInitRepeats; /*!< Number of times to reinitialise. */ member