OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_psContext
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp
551
for(unsigned int nLine=0; nLine <
m_psContext
->nNumLines; nLine++)
554
if(!*
m_psContext
->ppszEffectFile[nLine])
557
CPVRTHash Cmd(
m_psContext
->ppszEffectFile[nLine]);
562
*pReturnError = PVRTStringFromFormattedStr("[HEADER] redefined on line %d\n",
m_psContext
->pnFileLineNumber[nLine]);
574
*pReturnError = PVRTStringFromFormattedStr("Missing [/HEADER] tag after [HEADER] on line %d\n",
m_psContext
->pnFileLineNumber[nLine]);
588
*pReturnError = PVRTStringFromFormattedStr("Missing [/TEXTURE] tag after [TEXTURE] on line %d\n",
m_psContext
->pnFileLineNumber[nLine]);
602
*pReturnError = PVRTStringFromFormattedStr("Missing [/TARGET] tag after [TARGET] on line %d\n",
m_psContext
->pnFileLineNumber[nLine]);
611
*pReturnError = PVRTStringFromFormattedStr("[TEXTURES] redefined on line %d\n",
m_psContext
->pnFileLineNumber[nLine]);
623
*pReturnError = PVRTStringFromFormattedStr("Missing [/TEXTURES] tag after [TEXTURES] on line %d\n",
m_psContext
->pnFileLineNumber[nLine]);
640
*pReturnError = PVRTStringFromFormattedStr("Missing [/VERTEXSHADER] tag after [VERTEXSHADER] on line %d\n",
m_psContext
->pnFileLineNumber[nLine])
[
all
...]
PVRTPFXParser.h
481
CPVRTPFXParserReadContext*
m_psContext
;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.h
224
SPVRTContext*
m_psContext
;
PVRTPFXParserAPI.cpp
40
m_bLoaded(false),
m_psContext
(NULL), m_pParser(NULL), m_nEffect(0), m_uiProgram(0), m_Semantics(PVRTPFXSemanticsGetSemanticList(), ePVRTPFX_NumSemantics)
49
m_bLoaded(false),
m_psContext
(&sContext), m_pParser(NULL), m_nEffect(0), m_uiProgram(0), m_Semantics(PVRTPFXSemanticsGetSemanticList(), ePVRTPFX_NumSemantics)
906
m_psContext
= pContext;
Completed in 91 milliseconds