Home
last modified time | relevance | path

Searched refs:bNeedPixmap (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp266 if(m_pShell->m_pShellData->bNeedPixmap) in ApiInitAPI()
578 if(pData->bNeedPixmap) in SelectEGLConfiguration()
831 if(m_pShell->m_pShellData->bNeedPixmap) in ApiRenderComplete()
876 if(m_pShell->m_pShellData->bNeedPixmap) in ApiRenderComplete()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp329 if(m_pShell->m_pShellData->bNeedPixmap) in OsDoInitAPI()
341 if(m_pShell->m_pShellData->bNeedPixmap) in OsDoInitAPI()
360 if(m_pShell->m_pShellData->bNeedPixmap) in OsDoReleaseAPI()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h50 bool bNeedPixmap; /*!< True if pixmap is needed. */ member
DPVRShell.cpp79 m_pShellData->bNeedPixmap = false; in PVRShell()
149 m_pShellData->bNeedPixmap = value; in PVRShellSet()
226 case prefPixmapContext: return m_pShellData->bNeedPixmap; in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp190 if(m_pShell->m_pShellData->bNeedPixmap) in OsInitOS()
243 if(m_pShell->m_pShellData->bNeedPixmap) in OsDoReleaseAPI()