Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp319 …nateLinesUntil(CPVRTString& Out, int &nLine, const char * const * const ppszLines, const unsigned … in ConcatenateLinesUntil() argument
327 if(strcmp(ppszLines[i], pszEnd) == 0) in ConcatenateLinesUntil()
329 nLen += strlen(ppszLines[i]) + 1; in ConcatenateLinesUntil()
344 Out.append(ppszLines[j]); in ConcatenateLinesUntil()