Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h362 prefVersion /*!< ptrValue is char* */ enumerator
DPVRShell.cpp535 case prefVersion: in PVRShellGet()
1159 shell.PVRShellOutputDebug("Version: \"%s\"\n", shell.PVRShellGet(prefVersion)); in Apply()
1712 m_pShell->PVRShellOutputDebug("SDK version: %s\n" , m_pShell->PVRShellGet(prefVersion)); in OutputInfo()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp167 pszVersion = (const char*)m_pShell->PVRShellGet(prefVersion); in OsInitOS()