Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1976 const char* c_pszResult; in ParseTextureFlags() local
1983 c_pszResult = strstr(c_pszRemainingLine, c_ppszFlagNames[uiIndex++]); in ParseTextureFlags()
1984 if(((c_pszResult < c_pszCursor) || !c_pszCursor) && c_pszResult) in ParseTextureFlags()
1985 c_pszCursor = c_pszResult; in ParseTextureFlags()