Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h301prefAASamples, /*!< Set to: 0 to disable full-screen anti-aliasing; 2 for 2x; 4 for 4x; 8… enumerator
DPVRShell.cpp329 case prefAASamples: in PVRShellSet()
425 case prefAASamples: return m_pShellData->nAASamples; in PVRShellGet()
1058 shell.PVRShellSet(prefAASamples, atoi(val)); in Apply()
1720 m_pShell->PVRShellOutputDebug("AA Samples requested: %i\n", m_pShell->PVRShellGet(prefAASamples)); in OutputInfo()