Searched refs:historyCount (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTModelPOD.h | 340 const size_t historyCount = 0); 362 const size_t historyCount = 0);
|
D | PVRTModelPOD.cpp | 1715 const size_t historyCount) argument 1766 if(!src.Read(pszHistory, PVRT_MIN(nLen, (unsigned int) historyCount))) 1772 nLen -= (unsigned int) historyCount; // Adjust nLen as the read has moved our position 1837 const size_t historyCount) argument 1840 if(!Read(pszExpOpt || pszHistory ? NULL : pS, src, pszExpOpt, count, pszHistory, historyCount)) 1874 const size_t historyCount) argument 1881 return ReadFromSourceStream(this, src, pszExpOpt, count, pszHistory, historyCount); 1905 const size_t historyCount) argument 1912 return ReadFromSourceStream(this, src, pszExpOpt, count, pszHistory, historyCount);
|