Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp103 TCHAR pszStr[256]; in TestEGLError() local
104 _stprintf(pszStr, _T("%s failed (%d).\n"), pszLocation, iErr); in TestEGLError()
105 MessageBox(hWnd, pszStr, _T("Error"), MB_OK|MB_ICONEXCLAMATION); in TestEGLError()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp52 static bool StringCopy(char *&pszStr, const char * const pszSrc);
1753 static bool StringCopy(char *&pszStr, const char * const pszSrc) in StringCopy() argument
1757 FREE(pszStr); in StringCopy()
1763 pszStr = (char*)malloc(len); in StringCopy()
1764 if(!pszStr) in StringCopy()
1767 strcpy(pszStr, pszSrc); in StringCopy()