Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp297 const char *szCaption; in OsExit() local
300 szCaption = (const char*)m_pShell->PVRShellGet(prefAppName); in OsExit()
302 if(!szText || !szCaption) in OsExit()
306 nC = (int)strlen(szCaption) + 1; in OsExit()
312 for(i = 0; (tzCaption[i] = szCaption[i]) != 0; ++i); in OsExit()