Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTError.cpp43 wchar_t *pswzString = (wchar_t *)malloc((strlen(pszString) + 1) * sizeof(wchar_t)); in PVRTErrorOutputDebug() local
48 pswzString[i] = (wchar_t)(pszString[i]); in PVRTErrorOutputDebug()
50 pswzString[i] = '\0'; in PVRTErrorOutputDebug()
53 OutputDebugString(pswzString); in PVRTErrorOutputDebug()
55 fprintf(stderr, pswzString); in PVRTErrorOutputDebug()
58 free(pswzString); in PVRTErrorOutputDebug()