Home | History | Annotate | Download | only in Tools

Lines Matching refs:nEndLine

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,
602 @param[in] nEndLine end line number
610 bool ParseShader(int nStartLine, int nEndLine, CPVRTString *pReturnError, SPVRTPFXParserShader &shader, const char * const pszBlockName);
626 @param[in] nEndLine end line number
631 bool ParseEffect(SPVRTPFXParserEffect &effect, const int nStartLine, const int nEndLine, CPVRTString * const pReturnError);