Searched refs:bDiscardFrameDepth (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShellImpl.h76 bool bDiscardFrameDepth; /*!< Discard depth data at the end of a render. */ member in struct:PVRShellData
H A DPVRShell.cpp113 m_pShellData->bDiscardFrameDepth=true;
202 m_pShellData->bDiscardFrameDepth = value;
241 case prefDiscardDepth: return m_pShellData->bDiscardFrameDepth;

Completed in 76 milliseconds