Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp204 else if(m_pShell->m_pShellData->bNeedPbuffer) in ApiInitAPI()
207 m_pShell->m_pShellData->bNeedPbuffer = false; in ApiInitAPI()
573 if(pData->bNeedPbuffer) in SelectEGLConfiguration()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h47 bool bNeedPbuffer; /*!< True if pixel buffer is needed. */ member
DPVRShell.cpp78 m_pShellData->bNeedPbuffer = false; in PVRShell()
145 m_pShellData->bNeedPbuffer = value; in PVRShellSet()
225 case prefPBufferContext: return m_pShellData->bNeedPbuffer; in PVRShellGet()