Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp77 unsigned int nNumLines, nMaxLines; member in CPVRTPFXParserReadContext
90 nMaxLines = 5000; in CPVRTPFXParserReadContext()
92 ppszEffectFile = new char*[nMaxLines]; in CPVRTPFXParserReadContext()
93 pnFileLineNumber = new int[nMaxLines]; in CPVRTPFXParserReadContext()
806 if(m_psContext->nNumLines < m_psContext->nMaxLines) in ParseFromMemory()
815 …StringFromFormattedStr("Too many lines of text in file (maximum is %d)\n", m_psContext->nMaxLines); in ParseFromMemory()