Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h51 bool bNeedPixmapDisableCopy; /*!< Disables copy if true, because pixmaps are used. */ member
DPVRShell.cpp80 m_pShellData->bNeedPixmapDisableCopy = false; in PVRShell()
153 m_pShellData->bNeedPixmapDisableCopy = value; in PVRShellSet()
227 case prefPixmapDisableCopy: return m_pShellData->bNeedPixmapDisableCopy; in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp840 if(m_pShell->m_pShellData->bNeedPixmapDisableCopy) in ApiRenderComplete()