HomeSort by relevance Sort by last modified time
    Searched refs:nEndLine (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.h 545 @param[in] nEndLine end line number
550 bool ParseHeader(int nStartLine, int nEndLine, CPVRTString * const pReturnError);
557 @param[in] nEndLine End line number
561 bool ParseTextures(int nStartLine, int nEndLine, CPVRTString * const pReturnError);
566 @param[in] nEndLine end line number
571 bool ParseTexture(int nStartLine, int nEndLine, CPVRTString * const pReturnError);
576 @param[in] nEndLine end line number
581 bool ParseTarget(int nStartLine, int nEndLine, CPVRTString * const pReturnError);
586 @param[in] nEndLine end line number
596 bool ParseGenericSurface(int nStartLine, int nEndLine, SPVRTPFXParserTexture& Params, CPVRTArray<CPVRTHash>& KnownCmds,
    [all...]
PVRTPFXParser.cpp 546 int nEndLine = 0;
565 if(GetEndTag("HEADER", nLine, &nEndLine))
567 if(ParseHeader(nLine, nEndLine, pReturnError))
577 nLine = nEndLine;
581 if(GetEndTag("TEXTURE", nLine, &nEndLine))
583 if(!ParseTexture(nLine, nEndLine, pReturnError))
591 nLine = nEndLine;
595 if(GetEndTag("TARGET", nLine, &nEndLine))
597 if(!ParseTarget(nLine, nEndLine, pReturnError))
605 nLine = nEndLine;
    [all...]

Completed in 162 milliseconds