Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp182 VERTTYPE *pfCache; /*!< Cache indicating the frames at which the matrix cache was filled */ member
2082 m_pImpl->pfCache = new VERTTYPE[nNumNode];
2098 if(m_pImpl->pfCache) delete [] m_pImpl->pfCache;
2121 memset(m_pImpl->pfCache, 0, nNumNode * sizeof(*m_pImpl->pfCache));
2605 if(m_pImpl->fFrame == m_pImpl->pfCache[nIdx])
2617 m_pImpl->pfCache[nIdx] = m_pImpl->fFrame;