Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h274prefDiscardStencil /*!< GLES: Whether or not to discard stencil data at the end of a rend… enumerator
DPVRShell.cpp204 case prefDiscardStencil: in PVRShellSet()
242 case prefDiscardStencil: return m_pShellData->bDiscardFrameStencil; in PVRShellGet()
1140 shell.PVRShellSet(prefDiscardStencil, (atoi(val) != 0)); in Apply()
1152 shell.PVRShellSet(prefDiscardStencil, (atoi(val) != 0)); in Apply()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp810 if (m_pShell->PVRShellGet(prefDiscardStencil)) in ApiRenderComplete()