Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h75 bool bDiscardFrameColor; /*!< Discard color data at the end of a render. */ member
DPVRShell.cpp112 m_pShellData->bDiscardFrameColor=false; in PVRShell()
199 m_pShellData->bDiscardFrameColor = value; in PVRShellSet()
240 case prefDiscardColor: return m_pShellData->bDiscardFrameColor; in PVRShellGet()