Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h339 char * const pszHistory = NULL,
361 char * const pszHistory = NULL,
673 …nst char * const pszFilename, const char * const pszExpOpt = 0, const char * const pszHistory = 0);
DPVRTModelPOD.cpp920 const char * const pszHistory, in WritePOD() argument
939 if(pszHistory && *pszHistory) in WritePOD()
941 …if(!WriteData(pFile, ePODFileHistory, pszHistory, (unsigned int)strlen(pszHistory) + 1)) return fa… in WritePOD()
1714 char * const pszHistory, argument
1720 bool bNeedHistory = pszHistory != 0;
1766 if(!src.Read(pszHistory, PVRT_MIN(nLen, (unsigned int) historyCount)))
1836 char * const pszHistory, argument
1840 if(!Read(pszExpOpt || pszHistory ? NULL : pS, src, pszExpOpt, count, pszHistory, historyCount))
1873 char * const pszHistory, argument
1881 return ReadFromSourceStream(this, src, pszExpOpt, count, pszHistory, historyCount);
[all …]