• Home
  • Raw
  • Download

Lines Matching refs:CPVRTPFXParser

44 const unsigned int CPVRTPFXParser::VIEWPORT_SIZE = 0xAAAA;
496 CPVRTPFXParser::CPVRTPFXParser() in CPVRTPFXParser() function in CPVRTPFXParser
509 CPVRTPFXParser::~CPVRTPFXParser() in ~CPVRTPFXParser()
519 bool CPVRTPFXParser::Parse(CPVRTString * const pReturnError) in Parse()
744 EPVRTError CPVRTPFXParser::ParseFromMemory(const char * const pszScript, CPVRTString * const pRetur… in ParseFromMemory()
831 EPVRTError CPVRTPFXParser::ParseFromFile(const char * const pszFileName, CPVRTString * const pRetur… in ParseFromFile()
864 bool CPVRTPFXParser::SetViewportSize(unsigned int uiWidth, unsigned int uiHeight) in SetViewportSize()
884 bool CPVRTPFXParser::RetrieveRenderPassDependencies(CPVRTArray<SPVRTPFXRenderPass*> &aRequiredRende… in RetrieveRenderPassDependencies()
967 bool CPVRTPFXParser::GetEndTag(const char* pszTagName, int nStartLine, int *pnEndLine) in GetEndTag()
993 void CPVRTPFXParser::ReduceWhitespace(char *line) in ReduceWhitespace()
1062 CPVRTString CPVRTPFXParser::FindParameter(char *aszSourceString, const CPVRTString &parameterTag, c… in FindParameter()
1097 bool CPVRTPFXParser::ReadStringToken(char* pszSource, CPVRTString& output, CPVRTString &ErrorStr, i… in ReadStringToken()
1143 bool CPVRTPFXParser::ParseHeader(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseHeader()
1218 bool CPVRTPFXParser::ParseGenericSurface(int nStartLine, int nEndLine, SPVRTPFXParserTexture& Param… in ParseGenericSurface()
1482 bool CPVRTPFXParser::ParseTexture(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseTexture()
1674 bool CPVRTPFXParser::ParseTarget(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseTarget()
1794 bool CPVRTPFXParser::ParseTextures(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseTextures()
1814 unsigned int uiWidth = CPVRTPFXParser::VIEWPORT_SIZE; in ParseTextures()
1815 unsigned int uiHeight = CPVRTPFXParser::VIEWPORT_SIZE; in ParseTextures()
1970 bool CPVRTPFXParser::ParseTextureFlags( const char* c_pszRemainingLine, unsigned int** ppFlagsOut, … in ParseTextureFlags()
2059 bool CPVRTPFXParser::ParseShader(int nStartLine, int nEndLine, CPVRTString * const pReturnError, SP… in ParseShader()
2268 bool CPVRTPFXParser::ParseSemantic(SPVRTPFXParserSemantic &semantic, const int nStartLine, CPVRTStr… in ParseSemantic()
2404 bool CPVRTPFXParser::ParseEffect(SPVRTPFXParserEffect &effect, const int nStartLine, const int nEnd… in ParseEffect()
2645 bool CPVRTPFXParser::DetermineRenderPassDependencies(CPVRTString * const pReturnError) in DetermineRenderPassDependencies()
2742 unsigned int CPVRTPFXParser::FindTextureIndex( const CPVRTStringHash& TextureName, unsigned int uiE… in FindTextureIndex()
2761 unsigned int CPVRTPFXParser::GetNumberRenderPasses() const in GetNumberRenderPasses()
2772 const SPVRTPFXRenderPass& CPVRTPFXParser::GetRenderPass( unsigned int uiIndex ) const in GetRenderPass()
2783 const CPVRTString& CPVRTPFXParser::GetPFXFileName() const in GetPFXFileName()
2793 const CPVRTArray<CPVRTString>& CPVRTPFXParser::GetPostProcessNames() const in GetPostProcessNames()
2803 unsigned int CPVRTPFXParser::GetNumberFragmentShaders() const in GetNumberFragmentShaders()
2815 SPVRTPFXParserShader& CPVRTPFXParser::GetFragmentShader( unsigned int uiIndex ) in GetFragmentShader()
2826 unsigned int CPVRTPFXParser::GetNumberVertexShaders() const in GetNumberVertexShaders()
2837 SPVRTPFXParserShader& CPVRTPFXParser::GetVertexShader( unsigned int uiIndex ) in GetVertexShader()
2848 unsigned int CPVRTPFXParser::GetNumberEffects() const in GetNumberEffects()
2859 const SPVRTPFXParserEffect& CPVRTPFXParser::GetEffect(unsigned int uiIndex) const in GetEffect()
2870 unsigned int CPVRTPFXParser::GetNumberTextures() const in GetNumberTextures()
2881 const SPVRTPFXParserTexture* CPVRTPFXParser::GetTexture( unsigned int uiIndex ) const in GetTexture()
2893 int CPVRTPFXParser::FindEffectByName(const CPVRTStringHash& Name) const in FindEffectByName()
2915 int CPVRTPFXParser::FindTextureByName(const CPVRTStringHash& Name) const in FindTextureByName()