Home
last modified time | relevance | path

Searched refs:SPVRTPFXParserShader (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h141 struct SPVRTPFXParserShader struct
153 SPVRTPFXParserShader(); argument
154 ~SPVRTPFXParserShader();
155 SPVRTPFXParserShader(const SPVRTPFXParserShader& rhs);
156 SPVRTPFXParserShader& operator=(const SPVRTPFXParserShader& rhs); argument
158 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 …]
DPVRTPFXParser.cpp378 SPVRTPFXParserShader::SPVRTPFXParserShader() in SPVRTPFXParserShader() function in SPVRTPFXParserShader
387 SPVRTPFXParserShader::~SPVRTPFXParserShader() in ~SPVRTPFXParserShader()
395 SPVRTPFXParserShader::SPVRTPFXParserShader(const SPVRTPFXParserShader& rhs) in SPVRTPFXParserShader() function in SPVRTPFXParserShader
400 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()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp216 const SPVRTPFXParserShader& VertexShader = src.GetVertexShader(uiVertIdx); in LoadShadersForEffect()
247 const SPVRTPFXParserShader& FragmentShader = src.GetFragmentShader(uiFragIdx); in LoadShadersForEffect()