Home
last modified time | relevance | path

Searched refs:m_psContext (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp551 for(unsigned int nLine=0; nLine < m_psContext->nNumLines; nLine++) in Parse()
554 if(!*m_psContext->ppszEffectFile[nLine]) in Parse()
557 CPVRTHash Cmd(m_psContext->ppszEffectFile[nLine]); in Parse()
562 …*pReturnError = PVRTStringFromFormattedStr("[HEADER] redefined on line %d\n", m_psContext->pnFileL… in Parse()
574 …gFromFormattedStr("Missing [/HEADER] tag after [HEADER] on line %d\n", m_psContext->pnFileLineNumb… in Parse()
588 …romFormattedStr("Missing [/TEXTURE] tag after [TEXTURE] on line %d\n", m_psContext->pnFileLineNumb… in Parse()
602 …gFromFormattedStr("Missing [/TARGET] tag after [TARGET] on line %d\n", m_psContext->pnFileLineNumb… in Parse()
611 …*pReturnError = PVRTStringFromFormattedStr("[TEXTURES] redefined on line %d\n", m_psContext->pnFil… in Parse()
623 …mFormattedStr("Missing [/TEXTURES] tag after [TEXTURES] on line %d\n", m_psContext->pnFileLineNumb… in Parse()
640 …edStr("Missing [/VERTEXSHADER] tag after [VERTEXSHADER] on line %d\n", m_psContext->pnFileLineNumb… in Parse()
[all …]
DPVRTPFXParser.h481 CPVRTPFXParserReadContext* m_psContext; variable
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.h224 SPVRTContext* m_psContext; variable
DPVRTPFXParserAPI.cpp40 …m_bLoaded(false), m_psContext(NULL), m_pParser(NULL), m_nEffect(0), m_uiProgram(0), m_Semantics(PV… in CPVRTPFXEffect()
49 …m_bLoaded(false), m_psContext(&sContext), m_pParser(NULL), m_nEffect(0), m_uiProgram(0), m_Semanti… in CPVRTPFXEffect()
906 m_psContext = pContext; in SetContext()