Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1796 char *pszName(NULL), *pszFile(NULL), *pszKeyword(NULL); in ParseTextures() local
1820 FREE(pszKeyword) pszKeyword = NULL; in ParseTextures()
1839 pszKeyword = (char *)malloc( ((int)strlen(str)+1) * sizeof(char)); in ParseTextures()
1840 strcpy(pszKeyword, str); in ParseTextures()
1868 else if(strcmp(pszKeyword, "FILE") == 0) in ParseTextures()
1886 if(strcmp(pszKeyword, "FILE") == 0) in ParseTextures()
1951 FREE(pszKeyword); in ParseTextures()