Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp59 #define DELIM_TOKENS " \t" macro
1118 pszSource = strtok(pszSource, DELIM_TOKENS NEWLINE_TOKENS); in ReadStringToken()
1285 char *str = strtok (pBlockCopy, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()
1311 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()
1337 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()
1370 pszRemaining = strtok(NULL, DELIM_TOKENS NEWLINE_TOKENS); in ParseGenericSurface()
1396 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()
1420 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseGenericSurface()
1525 char *str = strtok (m_psContext->ppszEffectFile[i], NEWLINE_TOKENS DELIM_TOKENS); in ParseTexture()
1536 char* pszRemaining = strtok(NULL, NEWLINE_TOKENS DELIM_TOKENS); in ParseTexture()
[all …]