Lines Matching refs:ppszEffectFile
75 char **ppszEffectFile; member in CPVRTPFXParserReadContext
92 ppszEffectFile = new char*[nMaxLines]; in CPVRTPFXParserReadContext()
105 FREE(ppszEffectFile[i]); in ~CPVRTPFXParserReadContext()
107 delete [] ppszEffectFile; in ~CPVRTPFXParserReadContext()
554 if(!*m_psContext->ppszEffectFile[nLine]) in Parse()
557 CPVRTHash Cmd(m_psContext->ppszEffectFile[nLine]); in Parse()
681 …TStringFromFormattedStr("'%s' unexpected on line %d\n", m_psContext->ppszEffectFile[nLine], m_psCo… in Parse()
809 …m_psContext->ppszEffectFile[m_psContext->nNumLines] = (char *)malloc((strlen(pszLine) + 1) * sizeo… in ParseFromMemory()
810 strcpy(m_psContext->ppszEffectFile[m_psContext->nNumLines], pszLine); in ParseFromMemory()
976 if(strcmp(pszEndTag, m_psContext->ppszEffectFile[i]) == 0) in GetEndTag()
1106 …[%s] on line %d: %s\n", pCaller,m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ReadStringToken()
1128 … %d: %s\n", pszSource, pCaller, m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ReadStringToken()
1165 if(!*m_psContext->ppszEffectFile[i]) in ParseHeader()
1168 char *str = strtok (m_psContext->ppszEffectFile[i]," "); in ParseHeader()
1195 …in [HEADER] on line %d : %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseHeader()
1277 if(!*m_psContext->ppszEffectFile[i]) in ParseGenericSurface()
1281 size_t lineLen = strlen(m_psContext->ppszEffectFile[i]); in ParseGenericSurface()
1283 strcpy(pBlockCopy, m_psContext->ppszEffectFile[i]); in ParseGenericSurface()
1314 …%s] on line %d: %s\n", pCaller, m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseGenericSurface()
1340 …%s] on line %d: %s\n", pCaller, m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseGenericSurface()
1423 …%s] on line %d: %s\n", pCaller, m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseGenericSurface()
1441 …d: %s\n", pszRemaining, pCaller, m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseGenericSurface()
1462 …: %s\n", pszRemaining, pCaller, m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseGenericSurface()
1522 if(!*m_psContext->ppszEffectFile[i]) in ParseTexture()
1525 char *str = strtok (m_psContext->ppszEffectFile[i], NEWLINE_TOKENS DELIM_TOKENS); in ParseTexture()
1528 …in [TEXTURE] on line %d: %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTexture()
1539 …in [TEXTURE] on line %d: %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTexture()
1551 …in [TEXTURE] on line %d: %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTexture()
1566 …in [TEXTURE] on line %d: %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTexture()
1591 …EXTURE] on line %d: %s\n", str, m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTexture()
1598 …n line %d: %s\n", pszRemaining, m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTexture()
1708 if(!*m_psContext->ppszEffectFile[i]) in ParseTarget()
1711 char *str = strtok (m_psContext->ppszEffectFile[i], NEWLINE_TOKENS DELIM_TOKENS); in ParseTarget()
1803 if(!*m_psContext->ppszEffectFile[i]) in ParseTextures()
1806 char *str = strtok (m_psContext->ppszEffectFile[i]," "); in ParseTextures()
1850 …in [TEXTURES] on line %d: %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTextures()
1865 …in [TEXTURES] on line %d: %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTextures()
1881 …in [TEXTURES] on line %d: %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTextures()
1937 …n [TEXTURES] on line %d: %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseTextures()
2004 …: %s\n", szBuffer, m_psContext->pnFileLineNumber[iLineNum], m_psContext->ppszEffectFile[iLineNum]); in ParseTextureFlags()
2035 …: %s\n", szBuffer, m_psContext->pnFileLineNumber[iLineNum], m_psContext->ppszEffectFile[iLineNum]); in ParseTextureFlags()
2093 if(!*m_psContext->ppszEffectFile[i]) in ParseShader()
2096 char *str = strtok (m_psContext->ppszEffectFile[i]," "); in ParseShader()
2124 m_psContext->ppszEffectFile, in ParseShader()
2240 …on line %d: %s\n", pszBlockName, m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseShader()
2440 if(!*m_psContext->ppszEffectFile[i]) in ParseEffect()
2443 char *str = strtok (m_psContext->ppszEffectFile[i]," "); in ParseEffect()
2460 m_psContext->ppszEffectFile, in ParseEffect()
2588 …s in [EFFECT] on line %d: %s\n", m_psContext->pnFileLineNumber[i], m_psContext->ppszEffectFile[i]); in ParseEffect()