Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h77 bool bDiscardFrameStencil; /*!< Discard stencil data at the end of a render. */ member
DPVRShell.cpp114 m_pShellData->bDiscardFrameStencil=true; in PVRShell()
205 m_pShellData->bDiscardFrameStencil = value; in PVRShellSet()
242 case prefDiscardStencil: return m_pShellData->bDiscardFrameStencil; in PVRShellGet()