Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h39 char *pszAppName; /*!< Application name string. */ member
DPVRShell.cpp91 m_pShellData->pszAppName = 0; in PVRShell()
501 StringCopy(m_pShellData->pszAppName, (char*)ptrValue); in PVRShellSet()
524 return m_pShellData->pszAppName; in PVRShellGet()
1692 StringCopy(m_pShell->m_pShellData->pszAppName, 0); in Run()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp645 …erties( m_X11Display, m_X11Window, shell.m_pShellData->pszAppName, shell.m_pShellData->pszAppName,… in OpenX11Window()