Searched refs:SPVRTPFXParserShader (Results 1 – 3 of 3) sorted by relevance
141 struct SPVRTPFXParserShader struct153 SPVRTPFXParserShader(); argument154 ~SPVRTPFXParserShader();155 SPVRTPFXParserShader(const SPVRTPFXParserShader& rhs);156 SPVRTPFXParserShader& operator=(const SPVRTPFXParserShader& rhs); argument158 void Copy(const SPVRTPFXParserShader& rhs);391 SPVRTPFXParserShader& GetFragmentShader(unsigned int uiIndex);406 SPVRTPFXParserShader& GetVertexShader(unsigned int uiIndex);475 CPVRTArray<SPVRTPFXParserShader> m_psFragmentShader;476 CPVRTArray<SPVRTPFXParserShader> m_psVertexShader;[all …]
378 SPVRTPFXParserShader::SPVRTPFXParserShader() in SPVRTPFXParserShader() function in SPVRTPFXParserShader387 SPVRTPFXParserShader::~SPVRTPFXParserShader() in ~SPVRTPFXParserShader()395 SPVRTPFXParserShader::SPVRTPFXParserShader(const SPVRTPFXParserShader& rhs) in SPVRTPFXParserShader() function in SPVRTPFXParserShader400 SPVRTPFXParserShader& SPVRTPFXParserShader::operator=(const SPVRTPFXParserShader& rhs) in operator =()408 void SPVRTPFXParserShader::Copy(const SPVRTPFXParserShader& rhs) in Copy()632 SPVRTPFXParserShader VertexShader; in Parse()649 SPVRTPFXParserShader FragShader; in Parse()2059 …r(int nStartLine, int nEndLine, CPVRTString * const pReturnError, SPVRTPFXParserShader &shader, co… in ParseShader()2815 SPVRTPFXParserShader& CPVRTPFXParser::GetFragmentShader( unsigned int uiIndex ) in GetFragmentShader()2837 SPVRTPFXParserShader& CPVRTPFXParser::GetVertexShader( unsigned int uiIndex ) in GetVertexShader()
216 const SPVRTPFXParserShader& VertexShader = src.GetVertexShader(uiVertIdx); in LoadShadersForEffect()247 const SPVRTPFXParserShader& FragmentShader = src.GetFragmentShader(uiFragIdx); in LoadShadersForEffect()