Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h304 prefDepthBPP, /*!< Allows you to specify a desired depth buffer size e.g. 16, 24. */ enumerator
DPVRShell.cpp345 case prefDepthBPP: in PVRShellSet()
428 case prefDepthBPP: return m_pShellData->nDepthBPP; in PVRShellGet()
1098 shell.PVRShellSet(prefDepthBPP, atoi(val)); in Apply()
1728 if(m_pShell->PVRShellGet(prefDepthBPP) > 0) in OutputInfo()
1729 …ell->PVRShellOutputDebug("Depth buffer size requested: %i\n", m_pShell->PVRShellGet(prefDepthBPP)); in OutputInfo()