Home
last modified time | relevance | path

Searched refs:bNoShellSwapBuffer (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h59 bool bNoShellSwapBuffer; /*!< Disable eglswapbuffers at the end of each frame. */ member
DPVRShell.cpp89 m_pShellData->bNoShellSwapBuffer = false; in PVRShell()
185 m_pShellData->bNoShellSwapBuffer = value; in PVRShellSet()
231 case prefNoShellSwapBuffer: return m_pShellData->bNoShellSwapBuffer; in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp851 if(m_pShell->m_pShellData->bNoShellSwapBuffer) in ApiRenderComplete()