Searched refs:pszString (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTError.cpp | 35 char pszString[1024]; in PVRTErrorOutputDebug() local 38 vsnprintf(pszString, 1024, format, arg); in PVRTErrorOutputDebug() 43 wchar_t *pswzString = (wchar_t *)malloc((strlen(pszString) + 1) * sizeof(wchar_t)); in PVRTErrorOutputDebug() 46 for(i = 0; pszString[i] != '\0'; i++) in PVRTErrorOutputDebug() 48 pswzString[i] = (wchar_t)(pszString[i]); in PVRTErrorOutputDebug() 61 OutputDebugString(pszString); in PVRTErrorOutputDebug() 63 fprintf(stderr, "%s", pszString); in PVRTErrorOutputDebug()
|
D | PVRTPFXParser.cpp | 117 static void IgnoreWhitespace(char **pszString) in IgnoreWhitespace() argument 119 while( *pszString[0] == '\t' || in IgnoreWhitespace() 120 *pszString[0] == '\n' || in IgnoreWhitespace() 121 *pszString[0] == '\r' || in IgnoreWhitespace() 122 *pszString[0] == ' ' ) in IgnoreWhitespace() 124 (*pszString)++; in IgnoreWhitespace() 161 char *pszString = (char *)pszArgumentString; in GetSemanticDataFromString() local 164 IgnoreWhitespace(&pszString); in GetSemanticDataFromString() 166 if(pszString[0] != '(') in GetSemanticDataFromString() 171 pszString++; in GetSemanticDataFromString() [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/ |
D | PVRScopeComms.h | 152 const char * const pszString, ///< Time-stamped string 163 const char * const pszString, ///< Name of the processing block
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTShader.cpp | 89 const char* pszString(pszShaderString.c_str()); in PVRTShaderLoadSourceFromMemory() local 90 glShaderSource(*pObject, 1, &pszString, NULL); in PVRTShaderLoadSourceFromMemory()
|