Searched refs:nStartLine (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPFXParser.h | 514 bool GetEndTag(const char *pszTagName, int nStartLine, int *pnEndLine); 550 bool ParseHeader(int nStartLine, int nEndLine, CPVRTString * const pReturnError); 561 bool ParseTextures(int nStartLine, int nEndLine, CPVRTString * const pReturnError); 571 bool ParseTexture(int nStartLine, int nEndLine, CPVRTString * const pReturnError); 581 bool ParseTarget(int nStartLine, int nEndLine, CPVRTString * const pReturnError); 596 …bool ParseGenericSurface(int nStartLine, int nEndLine, SPVRTPFXParserTexture& Params, CPVRTArray<C… 610 …bool ParseShader(int nStartLine, int nEndLine, CPVRTString *pReturnError, SPVRTPFXParserShader &sh… 620 …bool ParseSemantic(SPVRTPFXParserSemantic &semantic, const int nStartLine, CPVRTString * const pRe… 631 …bool ParseEffect(SPVRTPFXParserEffect &effect, const int nStartLine, const int nEndLine, CPVRTStri…
|
D | PVRTPFXParser.cpp | 967 bool CPVRTPFXParser::GetEndTag(const char* pszTagName, int nStartLine, int *pnEndLine) in GetEndTag() argument 974 for(unsigned int i = nStartLine; i < m_psContext->nNumLines; i++) in GetEndTag() 1143 bool CPVRTPFXParser::ParseHeader(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseHeader() argument 1162 for(int i = nStartLine+1; i < nEndLine; i++) in ParseHeader() 1218 bool CPVRTPFXParser::ParseGenericSurface(int nStartLine, int nEndLine, SPVRTPFXParserTexture& Param… in ParseGenericSurface() argument 1274 for(int i = nStartLine+1; i < nEndLine; i++) in ParseGenericSurface() 1482 bool CPVRTPFXParser::ParseTexture(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseTexture() argument 1515 if(!ParseGenericSurface(nStartLine, nEndLine, TexDesc, KnownCmds, "TEXTURE", pReturnError)) in ParseTexture() 1519 for(int i = nStartLine+1; i < nEndLine; i++) in ParseTexture() 1605 …dStr("No NAME tag specified in [TEXTURE] on line %d\n", m_psContext->pnFileLineNumber[nStartLine]); in ParseTexture() [all …]
|