Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h65 int nColorBPP; /*!< Color buffer size. */ member
DPVRShell.cpp72 m_pShellData->nColorBPP = 0; in PVRShell()
340 m_pShellData->nColorBPP = value; in PVRShellSet()
427 case prefColorBPP: return m_pShellData->nColorBPP; in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp531 if(pData->nColorBPP == 32) in SelectEGLConfiguration()
555 conflist[i++] = pData->nColorBPP; in SelectEGLConfiguration()