Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp214 else if(m_pShell->m_pShellData->nAASamples > 0) in ApiInitAPI()
217 --m_pShell->m_pShellData->nAASamples; in ApiInitAPI()
594 if(pData->nAASamples > 0) in SelectEGLConfiguration()
599 conflist[i++] = pData->nAASamples; in SelectEGLConfiguration()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h64 …int nAASamples; /*!< Number of anti-aliasing samples to have. 0 disables a… member
DPVRShell.cpp71 m_pShellData->nAASamples= 0; in PVRShell()
332 m_pShellData->nAASamples = value; in PVRShellSet()
425 case prefAASamples: return m_pShellData->nAASamples; in PVRShellGet()