Searched refs:pszRemaining (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPFXParser.cpp | 1311 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface() local 1312 if(!pszRemaining) in ParseGenericSurface() 1326 if(!ParseTextureFlags(pszRemaining, pFlags, 3, c_ppszFilters, eFilter_Size, pReturnError, i)) in ParseGenericSurface() 1337 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface() local 1338 if(!pszRemaining) in ParseGenericSurface() 1352 if(!ParseTextureFlags(pszRemaining, pFlags, 3, c_ppszWraps, eWrap_Size, pReturnError, i)) in ParseGenericSurface() 1363 char* pszRemaining; in ParseGenericSurface() local 1370 pszRemaining = strtok(NULL, DELIM_TOKENS NEWLINE_TOKENS); in ParseGenericSurface() 1371 if(!pszRemaining) in ParseGenericSurface() 1378 int val = atoi(pszRemaining); in ParseGenericSurface() [all …]
|